Package | Description |
---|---|
ptolemy.domains.modal.kernel.ia |
Support for Interface Automatons.
|
Modifier and Type | Method and Description |
---|---|
InterfaceAutomaton |
InterfaceAutomaton.compose(InterfaceAutomaton automaton)
Return a new InterfaceAutomaton that is the composition of the
specified InterfaceAutomaton and this one.
|
InterfaceAutomaton |
InterfaceAutomaton.compose(InterfaceAutomaton automaton,
boolean considerTransient)
Return a new InterfaceAutomaton that is the composition of the
specified InterfaceAutomaton and this one.
|
Modifier and Type | Method and Description |
---|---|
InterfaceAutomaton |
InterfaceAutomaton.compose(InterfaceAutomaton automaton)
Return a new InterfaceAutomaton that is the composition of the
specified InterfaceAutomaton and this one.
|
InterfaceAutomaton |
InterfaceAutomaton.compose(InterfaceAutomaton automaton,
boolean considerTransient)
Return a new InterfaceAutomaton that is the composition of the
specified InterfaceAutomaton and this one.
|
java.util.Set |
InterfaceAutomaton.computeAlternatingSimulation(InterfaceAutomaton subAutomaton)
Return the unique maximal alternating simulation from the specified
automaton to this automaton.
|
void |
InterfaceAutomaton.project(InterfaceAutomaton automaton)
Project this automaton into the specified one.
|
static java.util.Set |
InterfaceAutomaton.reacheableAlternatingSimulation(java.util.Set alternatingSimulation,
InterfaceAutomaton superAutomaton,
InterfaceAutomaton subAutomaton)
Return the reacheable state pairs in the specified alternating
simulation.
|
Constructor and Description |
---|
InterfaceAutomatonTransition(InterfaceAutomaton container,
java.lang.String name)
Construct a transition with the specified container and name.
|