Class OcelObject
- java.lang.Object
-
- org.processmining.objectcentricconstraintchecking.algorithms.ocel.ocelobjects.OcelObject
-
public class OcelObject extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Map<java.lang.String,java.lang.Object>attributesOcelEventLogeventLogjava.lang.StringidOcelObjectTypeobjectTypejava.util.Set<OcelEvent>relatedEventsjava.util.List<OcelEvent>sortedRelatedEvents
-
Constructor Summary
Constructors Constructor Description OcelObject(OcelEventLog eventLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprintRelatedEvents()voidregister()voidsortEvents()
-
-
-
Field Detail
-
eventLog
public OcelEventLog eventLog
-
id
public java.lang.String id
-
objectType
public OcelObjectType objectType
-
relatedEvents
public java.util.Set<OcelEvent> relatedEvents
-
sortedRelatedEvents
public java.util.List<OcelEvent> sortedRelatedEvents
-
attributes
public java.util.Map<java.lang.String,java.lang.Object> attributes
-
-
Constructor Detail
-
OcelObject
public OcelObject(OcelEventLog eventLog)
-
-