public class TripleImplSesame extends Object implements gate.creole.ontology.Triple
| Constructor and Description |
|---|
TripleImplSesame(gate.creole.ontology.ONodeID s,
gate.creole.ontology.OURI p,
gate.creole.ontology.LiteralOrONodeID o) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
A triple object is identical to another triple object if all three
of subject, predicate and object are equal.This is independent of
the implementation of the other triple.
|
gate.creole.ontology.LiteralOrONodeID |
getObject() |
gate.creole.ontology.OURI |
getPredicate() |
gate.creole.ontology.ONodeID |
getSubject() |
int |
hashCode() |
String |
toString() |
String |
toTurtle() |
public TripleImplSesame(gate.creole.ontology.ONodeID s,
gate.creole.ontology.OURI p,
gate.creole.ontology.LiteralOrONodeID o)
public gate.creole.ontology.ONodeID getSubject()
getSubject in interface gate.creole.ontology.Triplepublic gate.creole.ontology.OURI getPredicate()
getPredicate in interface gate.creole.ontology.Triplepublic gate.creole.ontology.LiteralOrONodeID getObject()
getObject in interface gate.creole.ontology.Triplepublic String toTurtle()
toTurtle in interface gate.creole.ontology.Triplepublic String toString()
public boolean equals(Object other)