com.judoscript.bio
Class TreeNodeType

java.lang.Object
  extended by com.judoscript.bio.UserDefined.UserType
      extended by com.judoscript.bio.UserDefined.Type
          extended by com.judoscript.bio.TreeNodeType
All Implemented Interfaces:
XMLDumpable, java.io.Serializable

public class TreeNodeType
extends UserDefined.Type

See Also:
Serialized Form

Field Summary
static TreeNodeType TYPE
           
 
Fields inherited from class com.judoscript.bio.UserDefined.UserType
fxns, name
 
Constructor Summary
TreeNodeType()
           
 
Method Summary
static UserDefined createTreeNode(AssociateList data)
           
static UserDefined createTreeNode(java.lang.String name, java.lang.Object val)
           
static UserDefined createTreeNode(java.lang.String n1, java.lang.Object v1, java.lang.String n2, java.lang.Object v2)
           
 boolean isBuiltin()
           
 
Methods inherited from class com.judoscript.bio.UserDefined.Type
create, dump, getParent, hasParent, isA, isOrderedMap, isSortedMap, preTranspose
 
Methods inherited from class com.judoscript.bio.UserDefined.UserType
addFunction, addFunction, getConstructor, getFunction, getName, hasConstructor, hasFunction, setConstructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final TreeNodeType TYPE
Constructor Detail

TreeNodeType

public TreeNodeType()
Method Detail

isBuiltin

public boolean isBuiltin()
Overrides:
isBuiltin in class UserDefined.Type

createTreeNode

public static UserDefined createTreeNode(AssociateList data)
                                  throws java.lang.Throwable
Throws:
java.lang.Throwable

createTreeNode

public static UserDefined createTreeNode(java.lang.String name,
                                         java.lang.Object val)
                                  throws java.lang.Throwable
Throws:
java.lang.Throwable

createTreeNode

public static UserDefined createTreeNode(java.lang.String n1,
                                         java.lang.Object v1,
                                         java.lang.String n2,
                                         java.lang.Object v2)
                                  throws java.lang.Throwable
Throws:
java.lang.Throwable