public class AbstractCoSet<BPN extends IBPNode<N>,C extends ICondition<BPN,C,E,F,N,P,T,M>,E extends IEvent<BPN,C,E,F,N,P,T,M>,F extends IFlow<N>,N extends INode,P extends IPlace,T extends ITransition,M extends IMarking<F,N,P,T>> extends HashSet<C> implements ICoSet<BPN,C,E,F,N,P,T,M>
| Constructor and Description |
|---|
AbstractCoSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(C c) |
boolean |
addAll(Collection<? extends C> cs) |
Set<C> |
getConditions(P place) |
Collection<P> |
getPlaces() |
int |
hashCode() |
boolean |
remove(Object c) |
boolean |
removeAll(Collection<?> cs) |
equalscontainsAll, retainAll, toArray, toArray, toStringpublic int hashCode()
public boolean add(C c)
public boolean addAll(Collection<? extends C> cs)
public boolean remove(Object c)
public boolean removeAll(Collection<?> cs)
Copyright © 2017. All rights reserved.