Interface Variant
-
- All Superinterfaces:
Immutable,IndexAccessible<Activity>,java.lang.Iterable<Activity>,ProperlyHashable,ProperlyPrintable,Streamable<Activity>
- All Known Implementing Classes:
VariantImpl
public interface Variant extends java.lang.Iterable<Activity>, Streamable<Activity>, IndexAccessible<Activity>, ProperlyPrintable, ProperlyHashable, Immutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intgetLength()default booleanisEmpty()default intsize()-
Methods inherited from interface org.processmining.specpp.traits.IndexAccessible
getAt
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyPrintable
toString
-
Methods inherited from interface org.processmining.specpp.traits.Streamable
stream
-
-