Class PrimeEventStructure
- java.lang.Object
-
- org.processmining.primeminer.models.PrimeEventStructure
-
- All Implemented Interfaces:
java.io.Serializable
public class PrimeEventStructure extends java.lang.Object implements java.io.SerializableModel of a PrimeEventStructure This PrimeEventStructure holds its events and states- Author:
- Robin Bergenthum, Raphael Meyer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrimeEventStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<Event>getEvents()java.util.ArrayList<State>getStates()voidsetEvents(java.util.ArrayList<Event> events)voidsetStates(java.util.ArrayList<State> states)
-
-
-
Method Detail
-
getEvents
public java.util.ArrayList<Event> getEvents()
- Returns:
- the event of the current PrimeEventStructure
-
setEvents
public void setEvents(java.util.ArrayList<Event> events)
- Parameters:
events- set the current events belong to the PrimeEventStructure
-
getStates
public java.util.ArrayList<State> getStates()
- Returns:
- the states of the current PrimeEventStructure
-
setStates
public void setStates(java.util.ArrayList<State> states)
- Parameters:
states- set states of the current PrimeEventStructure
-
-