public interface IBehavioralQuerying<F extends IFlow<N>,N extends INode,P extends IPlace,T extends ITransition,M extends IMarking<F,N,P,T>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
cannotOccurAll(Set<String> setOfLabels) |
boolean |
cannotOccurAllExpanded(Set<Set<String>> setsOfLabels) |
boolean |
cannotOccurOne(Set<String> setOfLabels) |
boolean |
cannotOccurOneExpanded(Set<Set<String>> setsOfLabels) |
boolean |
canOccurAll(Set<String> setOfLabels)
Check if there exists an occurrence sequence in the net system that for every label x in a given set of labels contains a transition labeled with x.
|
boolean |
canOccurAllExpanded(Set<Set<String>> setsOfLabels) |
boolean |
canOccurOne(Set<String> setOfLabels) |
boolean |
canOccurOneExpanded(Set<Set<String>> setsOfLabels) |
boolean canOccurAll(Set<String> setOfLabels)
setOfLabels - Set of labels.Copyright © 2017. All rights reserved.