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.String
getID()
StateRunnable
newStateRunnable()
-
-
-
Method Detail
-
getID
java.lang.String getID()
-
newStateRunnable
StateRunnable newStateRunnable() throws ContentError, ConnectionError, RuntimeError
- Throws:
ContentError
ConnectionError
RuntimeError
-
-