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