|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.triple.application.TripleSubstitution
Copyright ? Juergen Angele and Stefan Decker, Institut AIFB, University of Karlsruhe. All Rights Reserved.
| Constructor Summary | |
TripleSubstitution(Variable v,
Term t)
Constructor for the Substitution object |
|
| Method Summary | |
Term |
getTerm()
returns the term of the substitution *@return the term of the substitution |
Term |
getVariable()
returns the term of the substitution *@return the term of the substitution |
void |
setTerm(Term t)
sets the term of the substitution |
void |
setVariable(Variable v)
sets the variable of the substitution |
java.lang.String |
toN3()
print results |
java.lang.String |
toString()
print results |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TripleSubstitution(Variable v,
Term t)
v - Variable to be substitutedt - Term the variable v is substituted with| Method Detail |
public Term getTerm()
public Term getVariable()
public void setTerm(Term t)
t - The term of the substitutionpublic void setVariable(Variable v)
v - The variable of the substitutionpublic java.lang.String toString()
public java.lang.String toN3()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||