Package oms3.dsl
Interface Buildable
-
- All Known Implementing Classes:
Axis,Calibration,CSVColumn,Efficiency,EspTrace,FlowDur,Glue,KVPContainer,Logging,Model,ObjFunc,Ontology,Output,OutputDescriptor,Param,Params,Scatter,Summary
public interface BuildableAnything that can be built using a GenericBuilder- Author:
- od
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Buildablecreate(Object name, Object value)Create a node.
-