org.semanticweb.triple.language
Class Resource
java.lang.Object
org.semanticweb.triple.language.TripleExpression
org.semanticweb.triple.language.Term
org.semanticweb.triple.language.Resource
- public class Resource
- extends Term
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Resource
public Resource()
putNamespace
public void putNamespace(Term namespace)
putLocalName
public void putLocalName(Term localName)
getNamespace
public Term getNamespace()
getLocalName
public Term getLocalName()
toString
public java.lang.String toString(Syntax syntax)
- Specified by:
toString in class TripleExpression
toGLP
public GLPTerm toGLP(GLPTerm glpModel,
java.util.ArrayList glpFormulae)
- Specified by:
toGLP in class Term