public interface IOrderingRelationsDescriptor<BPN extends IBPNode<N>,N extends INode>
| Modifier and Type | Method and Description |
|---|---|
boolean |
areCausal(BPN n1,
BPN n2)
Check if two nodes of this branching process are in the causal relation.
|
boolean |
areConcurrent(BPN n1,
BPN n2)
Check if two nodes of this branching process are concurrent.
|
boolean |
areInConflict(BPN n1,
BPN n2)
Check if two nodes of this branching process are in conflict.
|
boolean |
areInverseCausal(BPN n1,
BPN n2)
Check if two nodes of this branching process are in the inverse causal relation.
|
OrderingRelationType |
getOrderingRelation(BPN n1,
BPN n2)
Get ordering relation between two nodes of this branching process.
|
OrderingRelationType getOrderingRelation(BPN n1, BPN n2)
n1 - Node of this branching process.n2 - Node of this branching process.OrderingRelationType.boolean areCausal(BPN n1, BPN n2)
n1 - Node of this branching process.n2 - Node of this branching process.boolean areInverseCausal(BPN n1, BPN n2)
n1 - Node of this branching process.n2 - Node of this branching process.boolean areConcurrent(BPN n1, BPN n2)
n1 - Node of this branching process.n2 - Node of this branching process.Copyright © 2017. All rights reserved.