Uses of Interface
org.lemsml.jlems.core.run.RuntimeType
-
Packages that use RuntimeType Package Description org.lemsml.jlems.core.run org.lemsml.jlems.core.sim org.lemsml.jlems.core.type org.lemsml.jruntime -
-
Uses of RuntimeType in org.lemsml.jlems.core.run
Classes in org.lemsml.jlems.core.run that implement RuntimeType Modifier and Type Class Description class
StateType
Fields in org.lemsml.jlems.core.run declared as RuntimeType Modifier and Type Field Description (package private) RuntimeType
SingleChildBuilder. runtimeType
(package private) RuntimeType
SubstitutionBuilder. runtimeType
Constructors in org.lemsml.jlems.core.run with parameters of type RuntimeType Constructor Description SingleChildBuilder(java.lang.String snm, RuntimeType cb)
SubstitutionBuilder(RuntimeType rt, LocalValues lv)
-
Uses of RuntimeType in org.lemsml.jlems.core.sim
Fields in org.lemsml.jlems.core.sim with type parameters of type RuntimeType Modifier and Type Field Description (package private) java.util.ArrayList<RuntimeType>
LemsProcess. substitutions
Methods in org.lemsml.jlems.core.sim with parameters of type RuntimeType Modifier and Type Method Description void
LemsProcess. addSubstitutionType(RuntimeType rt)
-
Uses of RuntimeType in org.lemsml.jlems.core.type
Fields in org.lemsml.jlems.core.type declared as RuntimeType Modifier and Type Field Description private RuntimeType
Component. runtimeType
Methods in org.lemsml.jlems.core.type that return RuntimeType Modifier and Type Method Description RuntimeType
Component. getRuntimeType()
Methods in org.lemsml.jlems.core.type with parameters of type RuntimeType Modifier and Type Method Description void
Component. setRuntimeType(RuntimeType rt)
-
Uses of RuntimeType in org.lemsml.jruntime
Classes in org.lemsml.jruntime that implement RuntimeType Modifier and Type Class Description class
NativeType
-