|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--galaxy.server.SigEntry
This class defines each entry for input and output keys of a Signature.
Signature
,
GalaxyObject
Constructor Summary | |
SigEntry(java.lang.String name,
int type,
int existence)
Constructor. |
Method Summary | |
GVector |
toGVector()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SigEntry(java.lang.String name, int type, int existence)
name
- the name of the keytype
- type of the key (one of the types defined in GalaxyObject)existence
- existence contraint (defined in Signature)Method Detail |
public GVector toGVector()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |