public class NeighbourhoodAutomaton extends SceneObject implements StatelessHeapAutomaton
| Constructor and Description |
|---|
NeighbourhoodAutomaton(SceneObject sceneObject,
String markingName) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
transition(HeapConfiguration heapConfiguration)
Perform a transition on the given graph and compute the corresponding atomic propositions
|
scenepublic NeighbourhoodAutomaton(SceneObject sceneObject, String markingName)
public Set<String> transition(HeapConfiguration heapConfiguration)
StatelessHeapAutomatontransition in interface StatelessHeapAutomatonheapConfiguration - The heap configuration to analyze.Copyright © 2018. All rights reserved.