Uses of Interface
org.lemsml.jlems.api.interfaces.ILEMSBuildOptions
-
Packages that use ILEMSBuildOptions Package Description org.lemsml.jlems.api org.lemsml.jlems.api.interfaces -
-
Uses of ILEMSBuildOptions in org.lemsml.jlems.api
Classes in org.lemsml.jlems.api that implement ILEMSBuildOptions Modifier and Type Class Description class
LEMSBuildOptions
Methods in org.lemsml.jlems.api with parameters of type ILEMSBuildOptions 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)
java.util.Map<ILEMSStateType,ILEMSDocument>
LEMSBuilder. createLEMSStates(ILEMSBuildConfiguration config, ILEMSBuildOptions options)
-
Uses of ILEMSBuildOptions in org.lemsml.jlems.api.interfaces
Methods in org.lemsml.jlems.api.interfaces with parameters of type ILEMSBuildOptions 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)
java.util.Map<ILEMSStateType,ILEMSDocument>
ILEMSBuilder. createLEMSStates(ILEMSBuildConfiguration config, ILEMSBuildOptions options)
-