|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anji.integration.XmlPersistableAllele
Field Summary | |
static java.lang.String |
CONN_XML_TAG
connection XML tag |
static java.lang.String |
NEURON_XML_TAG
neuron XML tag |
Constructor Summary | |
XmlPersistableAllele(Allele aAllele)
ctor |
Method Summary | |
static ConnectionAllele |
connectionFromXml(org.w3c.dom.Node node)
Convert from XML to ConnectionGene object |
java.lang.String |
getXmld()
|
java.lang.String |
getXmlRootTag()
|
static NeuronAllele |
neuronFromXml(org.w3c.dom.Node node)
Convert from XML to NeuronGene object |
java.lang.String |
toXml()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String NEURON_XML_TAG
public static final java.lang.String CONN_XML_TAG
Constructor Detail |
public XmlPersistableAllele(Allele aAllele)
aAllele
- Method Detail |
public java.lang.String toXml()
toXml
in interface XmlPersistable
XmlPersistable.toXml()
public java.lang.String getXmlRootTag()
getXmlRootTag
in interface XmlPersistable
XmlPersistable.getXmlRootTag()
public java.lang.String getXmld()
getXmld
in interface XmlPersistable
XmlPersistable.getXmld()
public static NeuronAllele neuronFromXml(org.w3c.dom.Node node) throws java.lang.IllegalArgumentException
NeuronGene
object
node
-
NeuronAllele
constructed from XML node
java.lang.IllegalArgumentException
public static ConnectionAllele connectionFromXml(org.w3c.dom.Node node) throws java.lang.IllegalArgumentException
ConnectionGene
object
node
-
ConnectionAllele
constructed from XML node
java.lang.IllegalArgumentException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |