SuperNodeType
Objects
Subclass of Enum
.
This class enumerates the types of SuperNodes.
Constants:
INITIAL (SuperNodeType) :
Represents aSuperNode
that begins a sequence of nodes.PROCESS (SuperNodeType) :
Represents aSuperNode
that allows data to flow through it.TERMINAL (SuperNodeType) :
Represents aSuperNode
that ends a sequence of nodes.
getEnum(name) : SuperNodeType
name (string) :
the enumeration name
Returns the enumeration with the supplied name or None
if
no enumeration exists for the supplied name.
getValues() : SuperNodeType[]
Returns an array containing all the valid values for this enumeration class.