public abstract class AbstractRelSetCreator extends Object
| Constructor and Description |
|---|
AbstractRelSetCreator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setMatrixEntry(RelSetType[][] matrix,
int i,
int j,
RelSetType type)
As the matrix of a relation set is symmetric for
the exclusive and interleaving relation, we use this procedure
to set these dependency between two nodes.
|
protected void |
setMatrixEntryOrder(RelSetType[][] matrix,
int from,
int to)
Sets the matrix entry for two indices and an order relation of the
relation set.
|
protected void setMatrixEntry(RelSetType[][] matrix, int i, int j, RelSetType type)
i - j - behavioural - relationprotected void setMatrixEntryOrder(RelSetType[][] matrix, int from, int to)
i - j - behavioural - relationCopyright © 2017. All rights reserved.