Package org.lemsml.jlems.core.run
Class CoBuilder
- java.lang.Object
-
- org.lemsml.jlems.core.run.BuilderElement
-
- org.lemsml.jlems.core.run.AbstractChildBuilder
-
- org.lemsml.jlems.core.run.CoBuilder
-
- All Implemented Interfaces:
ChildInstantiator
public class CoBuilder extends AbstractChildBuilder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
childInstantiate(StateInstance par)
void
consolidateStateTypes()
boolean
isInstantiator()
-
Methods inherited from class org.lemsml.jlems.core.run.BuilderElement
add
-
-
-
-
Method Detail
-
childInstantiate
public void childInstantiate(StateInstance par) throws ContentError, ConnectionError, RuntimeError
- Throws:
ContentError
ConnectionError
RuntimeError
-
isInstantiator
public boolean isInstantiator()
-
consolidateStateTypes
public void consolidateStateTypes() throws ContentError
- Specified by:
consolidateStateTypes
in classBuilderElement
- Throws:
ContentError
-
-