public class RelationImpl extends AbstractMarkingImpl implements Relation
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.jena.graph.Triple |
relation |
| Constructor and Description |
|---|
RelationImpl(Relation relation) |
RelationImpl(org.apache.jena.graph.Triple relation) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
org.apache.jena.graph.Triple |
getRelation() |
int |
hashCode() |
void |
setRelation(org.apache.jena.graph.Triple relation) |
String |
toString() |
getProvenanceInfo, setProvenanceInfofinalize, getClass, notify, notifyAll, wait, wait, waitgetProvenanceInfo, setProvenanceInfopublic RelationImpl(org.apache.jena.graph.Triple relation)
public RelationImpl(Relation relation)
public void setRelation(org.apache.jena.graph.Triple relation)
setRelation in interface Relationpublic org.apache.jena.graph.Triple getRelation()
getRelation in interface Relationpublic String toString()
public Object clone() throws CloneNotSupportedException
clone in interface Markingclone in class AbstractMarkingImplCloneNotSupportedExceptionCopyright © 2017. All rights reserved.