| Package | Description |
|---|---|
| org.jbpt.bp | |
| org.jbpt.bp.construct | |
| org.jbpt.bp.sim | |
| org.jbpt.petri.conform |
| Modifier and Type | Field and Description |
|---|---|
protected RelSetType[][] |
RelSet.matrix
The matrix that captures the actual relations
for the Cartesian product of the respective entities.
|
| Modifier and Type | Method and Description |
|---|---|
static RelSetType |
RelSet.getComplementRelation(RelSetType rel)
Returns the complementary relation for a relation.
|
RelSetType[][] |
RelSet.getMatrix() |
RelSetType |
RelSet.getRelationForEntities(N n1,
N n2)
Returns the behavioural relation for two given entities.
|
RelSetType |
RelSet.getRelationForIndex(int index1,
int index2)
Returns the type of the behavioural relation for the two entities that are identified
by their index in the list of entities for which the relation set is defined.
|
static RelSetType |
RelSet.getReverseRelation(RelSetType rel)
Returns the reverse relation for a relation, if defined.
|
static RelSetType |
RelSetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelSetType[] |
RelSetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<RelSetType,HashSet<String>> |
RelSet.getRelationsByType(Set<RelSetType> relationTypes) |
| Modifier and Type | Method and Description |
|---|---|
static RelSetType |
RelSet.getComplementRelation(RelSetType rel)
Returns the complementary relation for a relation.
|
Collection<N> |
RelSet.getEntitiesInRelation(N n,
RelSetType relationType)
Returns all entities that are in a given behavioural relation with a given entity.
|
static RelSetType |
RelSet.getReverseRelation(RelSetType rel)
Returns the reverse relation for a relation, if defined.
|
static String |
RelSet.getSymbolForRelation(RelSetType rel)
Returns a short string representation for a behavioural relation.
|
static String |
CausalBehaviouralProfile.getSymbolForRelation(RelSetType rel)
Returns a string representation for the behavioural profile relation or
co-occurrence relation, respectively.
|
void |
RelSet.printAllEntities(RelSetType relationType)
Dumps all entities in a given behavioural relation to the standard output.
|
void |
RelSet.setMatrix(RelSetType[][] matrix) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<RelSetType,HashSet<String>> |
RelSet.getRelationsByType(Set<RelSetType> relationTypes) |
| Modifier and Type | Method and Description |
|---|---|
RelSetType |
WFTreeHandler.getRelationForNodes(Node t1,
Node t2) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRelSetCreator.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 |
AbstractRelSetCreator.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 |
AbstractRelSetCreator.setMatrixEntryOrder(RelSetType[][] matrix,
int from,
int to)
Sets the matrix entry for two indices and an order relation of the
relation set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelSetSizeCache.addEntry(RelSet rs,
RelSetType type,
int size) |
boolean |
RelSetSizeCache.containsEntry(RelSet rs,
RelSetType type) |
int |
RelSetSizeCache.getRelationSize(RelSet rs,
RelSetType type) |
protected int |
AbstractRelSetSimilarity.getSizeOfIntersectionOfRelation(Alignment<R,N> alignment,
RelSetType relation)
Computes the size of the intersection of a relation of two aligned relation sets.
|
protected int |
AbstractRelSetSimilarity.getSizeOfIntersectionOfTwoRelations(Alignment<R,N> alignment,
RelSetType relation1,
RelSetType relation2)
Computes the size of the intersection of two given relations of two aligned relation sets.
|
protected int |
AbstractRelSetSimilarity.getSizeOfRelation(R rs,
RelSetType relation)
Computes the size of a given relation of the given relation set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConformanceRootCauseAnalysis.addBPViolation(String s1,
String s2,
BehaviouralProfile<Trace,LabelEntity> rs,
RelSetType expectedRelation,
RelSetType foundRelation) |
protected boolean |
ConformanceAnalysis.firstCompatibleWithSecond(RelSetType rel1,
RelSetType rel2) |
protected boolean |
ConformanceAnalysis.firstCompatibleWithSecondAsSelfRelation(RelSetType rel1,
RelSetType rel2) |
Copyright © 2017. All rights reserved.