A class that represents information in a step in a counterexample trace.
More...
|
| HashMap< String, String > | payloads = new HashMap<>() |
| ArrayList< String > | reactions = new ArrayList<>() |
| HashMap< String, String > | scheduled = new HashMap<>() |
| Tag | tag |
| HashMap< String, String > | triggers = new HashMap<>() |
| HashMap< String, String > | variables = new HashMap<>() |
A class that represents information in a step in a counterexample trace.
◆ display()
| void org.lflang.analyses.statespace.StateInfo.display |
( |
| ) |
|
◆ payloads
| HashMap<String, String> org.lflang.analyses.statespace.StateInfo.payloads = new HashMap<>() |
◆ reactions
| ArrayList<String> org.lflang.analyses.statespace.StateInfo.reactions = new ArrayList<>() |
◆ scheduled
| HashMap<String, String> org.lflang.analyses.statespace.StateInfo.scheduled = new HashMap<>() |
◆ tag
| Tag org.lflang.analyses.statespace.StateInfo.tag |
◆ triggers
| HashMap<String, String> org.lflang.analyses.statespace.StateInfo.triggers = new HashMap<>() |
◆ variables
| HashMap<String, String> org.lflang.analyses.statespace.StateInfo.variables = new HashMap<>() |
The documentation for this class was generated from the following file:
- /Users/runner/work/lingua-franca/lingua-franca/core/src/main/java/org/lflang/analyses/statespace/StateInfo.java