| Package | Description |
|---|---|
| net.sf.tweety.action.transitionsystem |
| Modifier and Type | Method and Description |
|---|---|
Set<Transition> |
TransitionSystem.getTransitions()
Returns all transitions contained in this transition system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransitionSystem.addTransition(Transition t)
Adds a given transition to this transition system.
|
| Constructor and Description |
|---|
TransitionSystem(Set<State> states,
Set<Transition> transitions,
ActionSignature signature)
Creates a new transition system.
|
Copyright © 2018. All rights reserved.