Package org.processmining.framework.models.hlprocess

Interface Summary
HighLevelActivity Defines the data operations that are available for a high-level activity.
HighLevelChoice Defines the choices that are available for a high-level process.
HighLevelDataAttribute A data attribute represents a case data attribute that is available to activities in the process (i.e., they can read it and provide new values).
HighLevelDataDependency Represents a data dependency, which is a constraint on chosing the corresponding alternative path at a decision point in the process.
HighLevelGroup Defines the data operations that are available for a high-level group.
HighLevelProbabilityDependency Represents a probability dependency for an alternative branch as it can be determined, e.g., via some frequency analysis.
HighLevelProcess Defines the data operations that are available for a high-level process.
HighLevelResource Defines the data operations that are available for a high-level resource.
 

Class Summary
Distribution This abstract class represents some distribution of a set of numerical values.
 

Enum Summary
Distribution.DistributionEnum Defines which kinds of distributions are available.
HighLevelChoice.ChoiceEnum Defines which kinds of distributions are available.
HighLevelDataAttribute.AttributeType Defines an enumeration type for a data attribute.
HighLevelProcess.Perspective Class representing a perspective that may be covered by the HighLevelProcess A HighLevelProcess model may cover more than one perspective.
HighLevelProcess.TimeUnit Class representing a time unit, such as "hour" or "millisecond".