|
JTP API Documentation | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--jtp.classifier.TripleSet
Main class
| Field Summary | |
protected Triple |
_tmpTriple1
|
protected Triple |
_tmpTriple2
|
protected TreeSet |
_tsTriple
Data Members |
| Constructor Summary | |
TripleSet()
Methods |
|
| Method Summary | |
void |
addTriple(Resource o1,
Resource o2,
Resource o3)
|
void |
addTripleSet(SortedSet other)
|
void |
clearAllTriples()
|
SortedSet |
getAllTriples()
|
SortedSet |
getTripleSet(Resource o1)
|
SortedSet |
getTripleSet(Resource o1,
Resource o2)
|
boolean |
isTriple(Resource o1,
Resource o2,
Resource o3)
|
void |
removeTriple(Resource o1,
Resource o2,
Resource o3)
|
void |
removeTripleSet(SortedSet other)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected TreeSet _tsTriple
protected Triple _tmpTriple1
protected Triple _tmpTriple2
| Constructor Detail |
public TripleSet()
| Method Detail |
public void addTriple(Resource o1,
Resource o2,
Resource o3)
public void addTripleSet(SortedSet other)
public void removeTriple(Resource o1,
Resource o2,
Resource o3)
public void removeTripleSet(SortedSet other)
public boolean isTriple(Resource o1,
Resource o2,
Resource o3)
public SortedSet getTripleSet(Resource o1,
Resource o2)
public SortedSet getTripleSet(Resource o1)
public SortedSet getAllTriples()
public void clearAllTriples()
|
JTP API Documentation | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||