Package | Description |
---|---|
org.processmining.plugins.temporal.miner |
Modifier and Type | Method and Description |
---|---|
TemporalRelation |
TemporalRelations.get(int column,
int row) |
protected TemporalRelation |
TemporalRelations.getRandomRelation() |
static TemporalRelation |
TemporalRelation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TemporalRelation[] |
TemporalRelation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.BitSet |
TemporalProfile.getBitSet(java.util.List<TemporalRelation> relations,
TemporalRelation ofInterest) |
Modifier and Type | Method and Description |
---|---|
static java.util.BitSet |
TemporalProfile.getBitSet(java.util.List<TemporalRelation> relations,
TemporalRelation ofInterest) |
Constructor and Description |
---|
TemporalRelations(int eventCount,
com.google.common.collect.Table<java.lang.Integer,java.lang.Integer,TemporalRelation> relations2) |