public class RelationImpl extends AbstractMarkingImpl implements Relation
| Modifier and Type | Field and Description |
|---|---|
private Meaning |
object |
private Meaning |
predicate |
private Meaning |
subject |
| Constructor and Description |
|---|
RelationImpl() |
RelationImpl(Meaning subject,
Meaning predicate,
Meaning object) |
RelationImpl(Relation relation) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object anotherObj) |
Meaning |
getObject() |
Meaning |
getPredicate() |
List<Meaning> |
getRelation() |
Meaning |
getSubject() |
void |
setRelation(Meaning subject,
Meaning predicate,
Meaning object) |
String |
toString() |
getProvenanceInfo, setProvenanceInfofinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProvenanceInfo, setProvenanceInfoprivate Meaning subject
private Meaning predicate
private Meaning object
public RelationImpl()
public RelationImpl(Relation relation) throws CloneNotSupportedException
CloneNotSupportedExceptionpublic void setRelation(Meaning subject, Meaning predicate, Meaning object)
setRelation in interface Relationpublic List<Meaning> getRelation()
getRelation in interface Relationpublic Meaning getSubject()
getSubject in interface Relationpublic Meaning getPredicate()
getPredicate in interface Relationpublic Object clone() throws CloneNotSupportedException
clone in interface Markingclone in class AbstractMarkingImplCloneNotSupportedExceptionpublic String toString()
Copyright © 2018. All rights reserved.