|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.architecture.traffic.algorithms.tlc.TC1TLCFix.CountEntry
public class TC1TLCFix.CountEntry
| Constructor Summary | |
|---|---|
TC1TLCFix.CountEntry()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
long |
getValue()
|
java.lang.String |
getXMLName()
DOCUMENT ME! |
void |
incrementValue()
|
void |
load(XMLElement myElement,
XMLLoader loader)
Load this XMLSerializable |
long |
sameSituation(TC1TLCFix.CountEntry other)
|
long |
sameStartSituation(TC1TLCFix.CountEntry other)
|
void |
saveChilds(XMLSaver saver)
This method gives an XMLSerializable the opportunity to save its child objects. |
XMLElement |
saveSelf()
DOCUMENT ME! |
void |
setParentName(java.lang.String parentName)
Sets a new parent name for this object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TC1TLCFix.CountEntry()
| Method Detail |
|---|
public void incrementValue()
public long getValue()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic long sameSituation(TC1TLCFix.CountEntry other)
public long sameStartSituation(TC1TLCFix.CountEntry other)
public void load(XMLElement myElement,
XMLLoader loader)
throws XMLTreeException,
java.io.IOException,
XMLInvalidInputException
XMLSerializable
load in interface XMLSerializablemyElement - The XMLElement which represents this object in the XML
tree. It can contain attributes which hold information about the
object.loader - The XMLLoader which this XMLSerializable can use to load
child objects.
XMLTreeException - The parser can throw this exception if it is
called by the XMLSerializable. The XMLSerializable should NOT
throw this exception by itself and preferrably not catch it
too.
java.io.IOException - Thrown in case of an read error in the XML file.
XMLInvalidInputException - The XMLSerializable can throw this
exception if it cannot load itself or one of its child objects
for whatever reason.
public XMLElement saveSelf()
throws XMLCannotSaveException
XMLSerializable
saveSelf in interface XMLSerializableXMLCannotSaveException - The XMLSerializable can throw this
exception if it cannot save itself or one of its child objects
for whatever reason.
public void saveChilds(XMLSaver saver)
throws XMLTreeException,
java.io.IOException,
XMLCannotSaveException
XMLSerializable
saveChilds in interface XMLSerializablesaver - The XMLSaver that the XMLSerializable can use to save its
child objects.
XMLTreeException - The parser can throw this exception if it is
called by the XMLSerializable. The XMLSerializable should NOT
throw this exception by itself and preferrably also not catch
it too.
java.io.IOException - Thrown in case the parser cannot write to the file
XMLCannotSaveException - The XMLSerializable can throw this
exception if it cannot save itself or one of its child objects
for whatever reason.public java.lang.String getXMLName()
XMLSerializable
getXMLName in interface XMLSerializablepublic void setParentName(java.lang.String parentName)
XMLSerializable
setParentName in interface XMLSerializableparentName - The new parent name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||