massim.framework.util
Interface XMLCodec.XMLDecodable

All Known Implementing Classes:
GraphSimulationConfiguration, GraphSimulationConfiguration
Enclosing class:
XMLCodec

public static interface XMLCodec.XMLDecodable

Classes that implement this interface provide their own method to decode themselves from XML.


Method Summary
 void decodeFromXML(org.w3c.dom.Element source)
           
 

Method Detail

decodeFromXML

void decodeFromXML(org.w3c.dom.Element source)


Copyright © 2012. All Rights Reserved.