|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspice.basic.IDMap
public abstract class IDMap
Class IDMap is an abstract superclass for JNISpice classes implementing mappings between names and ID codes.
Constructor Summary | |
---|---|
IDMap()
|
Method Summary | |
---|---|
abstract IDMap |
deepCopy()
Return a deep copy of an IDMap instance. |
abstract int |
getIDCode()
Return the ID code belonging to a name-ID pair. |
abstract java.lang.String |
getName()
Return the name belonging to a name-ID pair. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IDMap()
Method Detail |
---|
public abstract java.lang.String getName() throws SpiceException
SpiceException
public abstract int getIDCode() throws SpiceException
SpiceException
public abstract IDMap deepCopy() throws SpiceException
SpiceException
|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |