Uses of Interface
org.lemsml.jlems.api.interfaces.ILEMSStateInstance
-
Packages that use ILEMSStateInstance Package Description org.lemsml.jlems.api org.lemsml.jlems.api.interfaces org.lemsml.jlems.core.run -
-
Uses of ILEMSStateInstance in org.lemsml.jlems.api
Methods in org.lemsml.jlems.api that return types with arguments of type ILEMSStateInstance Modifier and Type Method Description java.util.Collection<ILEMSStateInstance>
LEMSBuilder. build(ILEMSBuildConfiguration config, ILEMSBuildOptions options)
java.util.Collection<ILEMSStateInstance>
LEMSBuilder. createExecutableInstance(java.util.Map<ILEMSStateType,ILEMSDocument> stateMap, ILEMSBuildOptions options)
Methods in org.lemsml.jlems.api with parameters of type ILEMSStateInstance Modifier and Type Method Description void
LEMSSimulator. initialize(ILEMSStateInstance instance, ILEMSRunConfiguration config)
-
Uses of ILEMSStateInstance in org.lemsml.jlems.api.interfaces
Methods in org.lemsml.jlems.api.interfaces that return types with arguments of type ILEMSStateInstance Modifier and Type Method Description java.util.Collection<ILEMSStateInstance>
ILEMSBuilder. build(ILEMSBuildConfiguration config, ILEMSBuildOptions options)
java.util.Collection<ILEMSStateInstance>
ILEMSBuilder. createExecutableInstance(java.util.Map<ILEMSStateType,ILEMSDocument> stateMap, ILEMSBuildOptions options)
Methods in org.lemsml.jlems.api.interfaces with parameters of type ILEMSStateInstance Modifier and Type Method Description void
ILEMSSimulator. initialize(ILEMSStateInstance instance, ILEMSRunConfiguration config)
-
Uses of ILEMSStateInstance in org.lemsml.jlems.core.run
Classes in org.lemsml.jlems.core.run that implement ILEMSStateInstance Modifier and Type Class Description class
StateInstance
-