Constructor and Description |
---|
WorkflowTemplate(HeadEngine h,
Map<NutType,? extends NodeEngine> c,
NutDao... store)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Map<NutType,? extends NodeEngine> |
getChains()
Gets the chains.
|
HeadEngine |
getHead()
Gets the
HeadEngine of this workflow. |
NutDao[] |
getStores()
Gets the DAO stores.
|
public WorkflowTemplate(HeadEngine h, Map<NutType,? extends NodeEngine> c, NutDao... store)
Creates a new instance.
c
- the chainsstore
- the DAO storespublic HeadEngine getHead()
Gets the HeadEngine
of this workflow.
null
is no engine has been setpublic Map<NutType,? extends NodeEngine> getChains()
Gets the chains.
public NutDao[] getStores()
Gets the DAO stores.
Copyright © 2012-2015. All Rights Reserved.