AMETASx.data.htype
Class CGRelationNode

java.lang.Object
  extended byAMETASx.data.htype.CGNode
      extended byAMETASx.data.htype.CGRelationNode
All Implemented Interfaces:
java.io.Serializable

public class CGRelationNode
extends CGNode

See Also:
Serialized Form

Field Summary
 
Fields inherited from class AMETASx.data.htype.CGNode
m_aSuccessor, m_sName
 
Constructor Summary
CGRelationNode(java.lang.String sName)
           
CGRelationNode(java.lang.String sName, CGNode cgSubgraph)
           
CGRelationNode(java.lang.String sName, CGNode[] acgSubgraph)
           
 
Method Summary
 CGConceptNode searchConcept(java.lang.String sName, Ontology ontConcepts)
           
 
Methods inherited from class AMETASx.data.htype.CGNode
addSuccessor, getName, getSuccessors, setSuccessors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CGRelationNode

public CGRelationNode(java.lang.String sName)

CGRelationNode

public CGRelationNode(java.lang.String sName,
                      CGNode[] acgSubgraph)

CGRelationNode

public CGRelationNode(java.lang.String sName,
                      CGNode cgSubgraph)
Method Detail

searchConcept

public CGConceptNode searchConcept(java.lang.String sName,
                                   Ontology ontConcepts)