|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Transition in ar.edu.unr.fceia.bottallo |
---|
Methods in ar.edu.unr.fceia.bottallo that return Transition | |
---|---|
protected Transition |
State.getDefaultTransition()
Get the default transition of a state |
protected Transition |
Ring.getTransition()
Get the outcoming transition |
Methods in ar.edu.unr.fceia.bottallo that return types with arguments of type Transition | |
---|---|
protected java.util.List<Transition> |
State.getInTransitions()
List the incomming transitions of a state |
protected java.util.List<Transition> |
Connector.getInTransitions()
List all incoming transitions of the connector |
protected java.util.List<Transition> |
State.getOutTransitions()
List the outcomming transitions of a state |
protected java.util.List<Transition> |
Connector.getOutTransitions()
List all outcoming transitions of the connector |
Methods in ar.edu.unr.fceia.bottallo with parameters of type Transition | |
---|---|
protected void |
State.addInTransition(Transition t)
Add a incomming transition to the state |
protected void |
Connector.addInTransition(Transition t)
Add an incoming transition to the connector |
protected void |
State.addOutTransition(Transition t)
|
protected void |
Connector.addOutTransition(Transition t)
Add an outcoming transition to the connector |
protected void |
Sistema.addTransition(Transition t)
Add a transition to the system |
protected void |
State.removeInTransition(Transition t)
Remove a incomming transition from the state |
protected void |
Connector.removeInTransition(Transition t)
Remove an incoming transition to the connector |
protected void |
State.removeOutTransition(Transition t)
|
protected void |
Connector.removeOutTransition(Transition t)
Remove an outcoming transition to the connector |
protected void |
State.setDefaultTransition(Transition t)
Set the default transition of a state |
protected void |
Ring.setTransition(Transition t)
Set the outcoming transition |
Method parameters in ar.edu.unr.fceia.bottallo with type arguments of type Transition | |
---|---|
protected void |
Sistema.removeTransitions(java.util.List<Transition> ts)
Remove a transition from the system |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |