public class VisitedMarkingCommand extends Object implements SemanticsCommand
| Modifier and Type | Field and Description |
|---|---|
static String |
MARKING_NAME |
| Constructor and Description |
|---|
VisitedMarkingCommand(Collection<String> availableSelectorNames,
int nextPc) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProgramState> |
computeSuccessors(ProgramState programState)
Executes a single step of the abstract program semantics on the given program state.
|
ViolationPoints |
getPotentialViolationPoints() |
Set<Integer> |
getSuccessorPCs() |
boolean |
needsCanonicalization() |
public static final String MARKING_NAME
public VisitedMarkingCommand(Collection<String> availableSelectorNames, int nextPc)
public Collection<ProgramState> computeSuccessors(ProgramState programState)
SemanticsCommandcomputeSuccessors in interface SemanticsCommandprogramState - The state on which the abstract program semantics shall be executed.public ViolationPoints getPotentialViolationPoints()
getPotentialViolationPoints in interface SemanticsCommandpublic Set<Integer> getSuccessorPCs()
getSuccessorPCs in interface SemanticsCommandpublic boolean needsCanonicalization()
needsCanonicalization in interface SemanticsCommandCopyright © 2018. All rights reserved.