|
JTP API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jtp.classifier.Triple
Main class
Nested Class Summary | |
static class |
Triple.TripleComparator
|
Field Summary | |
static Class |
_C_TRIPLE
|
Resource |
_relation
|
Resource |
_subject
|
Resource |
_value
|
Constructor Summary | |
Triple(Resource o1,
Resource o2,
Resource o3)
|
Method Summary | |
static Triple |
CastToTriple(Object o)
|
static Set |
GetRelations(Set tripleset)
|
static Set |
GetSubjects(Set tripleset)
|
static Set |
GetValues(Set tripleset)
|
static boolean |
IsTriple(Object o)
|
void |
set(Resource o1,
Resource o2,
Resource o3)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static Class _C_TRIPLE
public Resource _subject
public Resource _relation
public Resource _value
Constructor Detail |
public Triple(Resource o1, Resource o2, Resource o3)
Method Detail |
public void set(Resource o1, Resource o2, Resource o3)
public String toString()
toString
in class Object
public static Triple CastToTriple(Object o)
public static boolean IsTriple(Object o)
public static Set GetSubjects(Set tripleset)
public static Set GetRelations(Set tripleset)
public static Set GetValues(Set tripleset)
|
JTP API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |