story.dbcore.misc
Class NodeID
java.lang.Object
story.dbcore.misc.GenericID
story.dbcore.misc.NodeID
- All Implemented Interfaces:
- java.lang.Comparable
public class NodeID
- extends GenericID
Extension of GenericID that semantically represents the ID of a
Node.
Constructor Summary |
NodeID(java.lang.String name)
|
NodeID(java.lang.String name,
boolean overrider)
Version of constructor that does not throw an exception, but
rather immediately crashes if there is a problem. |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NodeID
public NodeID(java.lang.String name)
throws Scheherexception
- Throws:
Scheherexception
NodeID
public NodeID(java.lang.String name,
boolean overrider)
- Version of constructor that does not throw an exception, but
rather immediately crashes if there is a problem. Useful for
setting NodeID fields in other classes (since you can't have a
try block there)
toString
public java.lang.String toString()
- Specified by:
toString
in class GenericID
Copyright © 2011 David K. Elson. All Rights Reserved.