Package org.rdfhdt.hdtjena.util
Class VarAppearance
- java.lang.Object
-
- org.rdfhdt.hdtjena.util.VarAppearance
-
public final class VarAppearance extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VarAppearance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TripleComponentRolegetRole()booleanisObject()booleanisPredicate()booleanisSubject()booleanisSubjectObject()voidset(TripleComponentRole role)voidsetObject()voidsetPredicate()voidsetSubject()
-
-
-
Method Detail
-
setSubject
public void setSubject()
-
setPredicate
public void setPredicate()
-
setObject
public void setObject()
-
isSubject
public boolean isSubject()
-
isPredicate
public boolean isPredicate()
-
isObject
public boolean isObject()
-
isSubjectObject
public boolean isSubjectObject()
-
getRole
public TripleComponentRole getRole() throws NotFoundException
- Throws:
NotFoundException
-
set
public void set(TripleComponentRole role)
-
-