Uses of Class
unity.globalschema.GlobalConcept

Packages that use GlobalConcept
unity.globalschema   
 

Uses of GlobalConcept in unity.globalschema
 

Methods in unity.globalschema that return GlobalConcept
 GlobalConcept GlobalSchema.getGlobalConcept(java.lang.String semanticName)
           
 GlobalConcept GlobalConcept.getParent()
           
 GlobalConcept GlobalSchema.getRoot()
           
 

Methods in unity.globalschema with parameters of type GlobalConcept
 void GlobalConcept.addChild(GlobalConcept child)
           
 

Constructors in unity.globalschema with parameters of type GlobalConcept
GlobalConcept(SemanticName name, java.lang.String key, GlobalConcept parent, int type, int newDepth, java.lang.String term)