Class CollectionOfPlaces
- java.lang.Object
-
- org.processmining.specpp.datastructures.petri.CollectionOfPlaces
-
-
Constructor Summary
Constructors Constructor Description CollectionOfPlaces(java.util.Collection<Place> places)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableCollection<Place>getPlaces()intsize()java.lang.StringtoString()
-
-
-
Constructor Detail
-
CollectionOfPlaces
public CollectionOfPlaces(java.util.Collection<Place> places)
-
-
Method Detail
-
getPlaces
public com.google.common.collect.ImmutableCollection<Place> getPlaces()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
size
public int size()
-
-