Package crypto.interfaces
Interface Transition<State>
-
- All Known Implementing Classes:
TransitionEdge
public interface Transition<State>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Statefrom()List<CrySLMethod>getLabel()Stateto()
-
-
-
Method Detail
-
from
State from()
-
to
State to()
-
getLabel
List<CrySLMethod> getLabel()
-
-