Uses of Interface
org.lemsml.jlems.api.interfaces.ILEMSDocument
-
Packages that use ILEMSDocument Package Description org.lemsml.jlems.api org.lemsml.jlems.api.interfaces org.lemsml.jlems.core.type -
-
Uses of ILEMSDocument in org.lemsml.jlems.api
Fields in org.lemsml.jlems.api with type parameters of type ILEMSDocument Modifier and Type Field Description private java.util.List<ILEMSDocument>
LEMSBuilder. _documents
Methods in org.lemsml.jlems.api that return ILEMSDocument Modifier and Type Method Description ILEMSDocument
LEMSDocumentReader. readModel(java.io.File modelFile)
ILEMSDocument
LEMSDocumentReader. readModel(java.lang.String modelContent)
ILEMSDocument
LEMSDocumentReader. readModel(java.net.URL modelURL)
Methods in org.lemsml.jlems.api that return types with arguments of type ILEMSDocument Modifier and Type Method Description java.util.Map<ILEMSStateType,ILEMSDocument>
LEMSBuilder. createLEMSStates(ILEMSBuildConfiguration config, ILEMSBuildOptions options)
Methods in org.lemsml.jlems.api with parameters of type ILEMSDocument Modifier and Type Method Description void
LEMSBuilder. addDocument(ILEMSDocument lemsDocument)
static ILEMSRunConfiguration
LEMSDocumentReader. getLEMSRunConfiguration(ILEMSDocument lemsDocument)
static java.lang.String
LEMSDocumentReader. getTarget(ILEMSDocument lemsDocument)
Method parameters in org.lemsml.jlems.api with type arguments of type ILEMSDocument Modifier and Type Method Description java.util.Collection<ILEMSStateInstance>
LEMSBuilder. createExecutableInstance(java.util.Map<ILEMSStateType,ILEMSDocument> stateMap, ILEMSBuildOptions options)
-
Uses of ILEMSDocument in org.lemsml.jlems.api.interfaces
Methods in org.lemsml.jlems.api.interfaces that return ILEMSDocument Modifier and Type Method Description ILEMSDocument
ILEMSDocumentReader. readModel(java.io.File modelFile)
ILEMSDocument
ILEMSDocumentReader. readModel(java.lang.String modelString)
ILEMSDocument
ILEMSDocumentReader. readModel(java.net.URL modelURL)
Read a LEMS model from a URL into an objectMethods in org.lemsml.jlems.api.interfaces that return types with arguments of type ILEMSDocument Modifier and Type Method Description java.util.Map<ILEMSStateType,ILEMSDocument>
ILEMSBuilder. createLEMSStates(ILEMSBuildConfiguration config, ILEMSBuildOptions options)
Methods in org.lemsml.jlems.api.interfaces with parameters of type ILEMSDocument Modifier and Type Method Description void
ILEMSBuilder. addDocument(ILEMSDocument lemsDocument)
Method parameters in org.lemsml.jlems.api.interfaces with type arguments of type ILEMSDocument Modifier and Type Method Description java.util.Collection<ILEMSStateInstance>
ILEMSBuilder. createExecutableInstance(java.util.Map<ILEMSStateType,ILEMSDocument> stateMap, ILEMSBuildOptions options)
-
Uses of ILEMSDocument in org.lemsml.jlems.core.type
Classes in org.lemsml.jlems.core.type that implement ILEMSDocument Modifier and Type Class Description class
Lems
-