Package org.lemsml.jlems.core.run
Interface RuntimeType
-
- All Known Implementing Classes:
NativeType,StateType
public interface RuntimeType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetID()StateRunnablenewStateRunnable()
-
-
-
Method Detail
-
getID
java.lang.String getID()
-
newStateRunnable
StateRunnable newStateRunnable() throws ContentError, ConnectionError, RuntimeError
- Throws:
ContentErrorConnectionErrorRuntimeError
-
-