public interface Relation extends Marking
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(Relation r1,
Relation r2)
Returns
true if the given Relation instances have equal
subjects, predicates and objects. |
Meaning |
getObject() |
Meaning |
getPredicate() |
List<Meaning> |
getRelation() |
Meaning |
getSubject() |
void |
setRelation(Meaning subject,
Meaning predicate,
Meaning object) |
clone, getProvenanceInfo, setProvenanceInfo, toStringMeaning getSubject()
Meaning getPredicate()
Meaning getObject()
static boolean equals(Relation r1, Relation r2)
true if the given Relation instances have equal
subjects, predicates and objects.r1 - an instance of Relation that should be checked for its
equality with the second instance based on the semantics of the
Relation interface.r2 - an instance of Relation that should be checked for its
equality with the first instance based on the semantics of the
Relation interface.true if the given Relation instances have equal
subjects, predicates and objects, else false.Copyright © 2018. All rights reserved.