Package oms3.dsl
Class Model
- java.lang.Object
-
- oms3.dsl.Model
-
-
Constructor Summary
Constructors Constructor Description Model()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Buildablecreate(Object name, Object value)Create a node.ObjectgetComponent()StringgetLibpath()List<Param>getParam()CSPropertiesgetParameter()List<Params>getParams()voidsetClassname(String classname)voidsetIf(String c)voidsetIter(String c)Deprecated.voidsetUntil(String c)voidsetWhile(String c)
-
-
-
Field Detail
-
log
protected static final Logger log
-
-
Method Detail
-
create
public Buildable create(Object name, Object value)
Description copied from interface:BuildableCreate a node.
-
setIter
@Deprecated public void setIter(String c)
Deprecated.
-
setWhile
public void setWhile(String c)
-
setUntil
public void setUntil(String c)
-
setIf
public void setIf(String c)
-
setClassname
public void setClassname(String classname)
-
getLibpath
public String getLibpath()
-
getParameter
public CSProperties getParameter() throws IOException
- Throws:
IOException
-
-