Class GWTransition
java.lang.Object
eu.iv4xr.framework.extensions.ltl.gameworldmodel.GWTransition
- All Implemented Interfaces:
ITransition
Representing a transition in
GameWorldModel
. The class only
hold the transition-type and id. It does not implement the actual
semantic of the transition. This is implemented in the GameWorldModel
side.-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
type
-
target
-
-
Constructor Details
-
GWTransition
-
-
Method Details
-
getId
Description copied from interface:ITransition
An ID that identifies the transition.- Specified by:
getId
in interfaceITransition
-