|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontotext.ordi.wrappers.SesameTripleImpl
public class SesameTripleImpl
A Triple implemntation which wraps a Seasme Statement
| Constructor Summary | |
|---|---|
SesameTripleImpl(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value v)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
object()
retrive the object component of the triple |
org.wsmo.common.IRI |
predicate()
retrive the predicate component of the triple |
org.wsmo.common.Identifier |
subject()
retrive the subject component of the triple |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SesameTripleImpl(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value v)
| Method Detail |
|---|
public org.wsmo.common.Identifier subject()
Triple
subject in interface Triplepublic org.wsmo.common.IRI predicate()
Triple
predicate in interface Triplepublic java.lang.Object object()
Triple
object in interface Triple
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||