galaxy.server
Class SigEntry

java.lang.Object
  |
  +--galaxy.server.SigEntry

public class SigEntry
extends java.lang.Object

This class defines each entry for input and output keys of a Signature.

See Also:
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

SigEntry

public SigEntry(java.lang.String name,
                int type,
                int existence)
Constructor.
Parameters:
name - the name of the key
type - type of the key (one of the types defined in GalaxyObject)
existence - existence contraint (defined in Signature)
Method Detail

toGVector

public GVector toGVector()