Interface SimplifiedEventLogVariant
-
- All Superinterfaces:
java.lang.Iterable<Activity>
- All Known Implementing Classes:
BasicSimplifiedEventLogVariant
public interface SimplifiedEventLogVariant extends java.lang.Iterable<Activity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.IntegergetCardinality()SimplifiedEventLoggetEventLog()EventLogTracegetTrace()
-
-
-
Method Detail
-
getEventLog
SimplifiedEventLog getEventLog()
-
getTrace
EventLogTrace getTrace()
-
getCardinality
java.lang.Integer getCardinality()
-
-