Uses of Interface
oms3.dsl.Buildable
-
Packages that use Buildable Package Description oms3.dsl Simulation DLSs Definition of core DSLs for simulation management.oms3.dsl.analysis Visual Data analyis.oms3.dsl.cosu Calibration, optimization, sensitivity and uncertainty analysis. -
-
Uses of Buildable in oms3.dsl
Classes in oms3.dsl that implement Buildable Modifier and Type Class Description classEfficiencyclassKVPContainerclassLoggingModel Logging configuration.classModelclassOntologyclassOutputclassOutputDescriptorclassParamclassParamsclassSummaryFields in oms3.dsl declared as Buildable Modifier and Type Field Description static BuildableBuildable. LEAFDefault LEAFMethods in oms3.dsl that return Buildable Modifier and Type Method Description BuildableBuildable. create(Object name, Object value)Create a node.BuildableEfficiency. create(Object name, Object value)BuildableKVPContainer. create(Object name, Object value)BuildableLogging. create(Object name, Object value)BuildableModel. create(Object name, Object value)BuildableOntology. create(Object name, Object value)BuildableOutput. create(Object name, Object value)BuildableOutputDescriptor. create(Object name, Object value)BuildableParam. create(Object name, Object value)BuildableParams. create(Object name, Object value)BuildableSummary. create(Object name, Object value) -
Uses of Buildable in oms3.dsl.analysis
Classes in oms3.dsl.analysis that implement Buildable Modifier and Type Class Description classAxisclassEspTraceclassFlowDurclassScatterMethods in oms3.dsl.analysis that return Buildable Modifier and Type Method Description BuildableAxis. create(Object name, Object value)BuildableEspTrace. create(Object name, Object value)BuildableFlowDur. create(Object name, Object value)BuildableScatter. create(Object name, Object value) -
Uses of Buildable in oms3.dsl.cosu
Classes in oms3.dsl.cosu that implement Buildable Modifier and Type Class Description classCalibrationclassCSVColumnclassGlueclassObjFuncObjective function handling.Methods in oms3.dsl.cosu that return Buildable Modifier and Type Method Description BuildableCalibration. create(Object name, Object value)BuildableCSVColumn. create(Object name, Object value)BuildableGlue. create(Object name, Object value)BuildableObjFunc. create(Object name, Object value)
-