|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.flow.generator.AbstractFlowGenerator
adams.flow.generator.Template
public class Template
Uses the specified flow template to generate the sub-flow.
Valid options are:-D <int> (property: debugLevel) The greater the number the more additional info the scheme may output to the console (0 = off). default: 0 minimum: 0
-template <adams.flow.template.AbstractActorTemplate> (property: template) The template to use for generating the actual actor. default: adams.flow.template.DummyStandalone
| Field Summary | |
|---|---|
protected AbstractActorTemplate |
m_Template
the template. |
| Fields inherited from class adams.flow.generator.AbstractFlowGenerator |
|---|
m_Owner |
| Fields inherited from class adams.core.option.AbstractOptionHandler |
|---|
m_DebugLevel, m_OptionManager |
| Constructor Summary | |
|---|---|
Template()
|
|
| Method Summary | |
|---|---|
void |
defineOptions()
Adds options to the internal list of options. |
protected AbstractActor |
doGenerate()
Generates the flow. |
protected AbstractActorTemplate |
getDefaultTemplate()
Returns the default template to use. |
AbstractActorTemplate |
getTemplate()
Returns the name of the global actor in use. |
String |
globalInfo()
Returns a string describing the object. |
void |
setTemplate(AbstractActorTemplate value)
Sets the name of the global actor to use. |
String |
templateTipText()
Returns the tip text for this property. |
| Methods inherited from class adams.flow.generator.AbstractFlowGenerator |
|---|
check, generate, getOwner, setOwner |
| Methods inherited from class adams.core.option.AbstractOptionHandler |
|---|
cleanUpOptions, debug, debug, debugLevelTipText, destroy, finishInit, getDebugLevel, getOptionManager, initialize, isDebugOn, newOptionManager, reset, setDebugLevel, toCommandLine, toString |
| Methods inherited from class adams.core.ConsoleObject |
|---|
getDebugging, getSystemErr, getSystemOut, sizeOf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected AbstractActorTemplate m_Template
| Constructor Detail |
|---|
public Template()
| Method Detail |
|---|
public String globalInfo()
globalInfo in class AbstractOptionHandlerpublic void defineOptions()
defineOptions in interface OptionHandlerdefineOptions in class AbstractOptionHandlerprotected AbstractActorTemplate getDefaultTemplate()
public void setTemplate(AbstractActorTemplate value)
value - the global namepublic AbstractActorTemplate getTemplate()
public String templateTipText()
protected AbstractActor doGenerate()
doGenerate in class AbstractFlowGenerator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||