unity.globalschema
Class SemanticName
java.lang.Object
unity.globalschema.SemanticName
public class SemanticName
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SemanticName
public SemanticName()
SemanticName
public SemanticName(java.lang.String semanticName)
parseDotName
public void parseDotName()
buildConnectors
public void buildConnectors()
getCanonicalForm
public java.lang.String getCanonicalForm()
buildCanonicalForm
public java.lang.String buildCanonicalForm(int depth)
buildDotForm
public java.lang.String buildDotForm(int depth)
buildDotForm
public java.lang.String buildDotForm()
buildSemanticName
public java.lang.String buildSemanticName(int depth)
getName
public java.lang.String getName()
getItems
public java.util.ArrayList getItems()
isEmpty
public boolean isEmpty()
getItem
public java.lang.String getItem(int depth)
isProperty
public boolean isProperty(int depth)
size
public int size()
getContext
public java.lang.String getContext()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object