kaos.ontology.query
Class KIFTripleElement
java.lang.Object
kaos.ontology.query.KIFTripleElement
- All Implemented Interfaces:
- java.io.Serializable
public class KIFTripleElement
- extends java.lang.Object
- implements java.io.Serializable
This class conatins a KIF triple representation for the purpose of query mechanism.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KIF_CONCEPT
public static final java.lang.String KIF_CONCEPT
- See Also:
- Constant Field Values
KIF_VARIABLE
public static final java.lang.String KIF_VARIABLE
- See Also:
- Constant Field Values
KIFTripleElement
public KIFTripleElement()
getType
public java.lang.String getType()
setType
public void setType(java.lang.String tripleElementType)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String elementName)
getNamespace
public java.lang.String getNamespace()
setNamespace
public void setNamespace(java.lang.String elementNamespace)
getTripleElementAsText
public java.lang.String getTripleElementAsText()
throws QueryComponentNotReady
- Throws:
QueryComponentNotReady