Class OpenNetInterface
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<OpenNetPort>
-
- org.processmining.models.graphbased.directed.opennet.OpenNetInterface
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<OpenNetPort>,java.util.Collection<OpenNetPort>,java.util.Set<OpenNetPort>
public class OpenNetInterface extends java.util.HashSet<OpenNetPort>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenNetInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenNetLabelfindLabel(java.lang.String id)-
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
-
-
-
Method Detail
-
findLabel
public OpenNetLabel findLabel(java.lang.String id)
-
-