Package org.chenile.owiz.config.model
Class FlowDescriptor<InputType>
java.lang.Object
org.chenile.owiz.config.model.FlowDescriptor<InputType>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate Map<String,CommandDescriptor<InputType>> private booleanprivate CommandDescriptor<InputType>private String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddCommand(CommandDescriptor<InputType> commandDescriptor) getId()booleanvoidsetCommandCatalog(Map<String, CommandDescriptor<InputType>> commandCatalog) voidsetDefaultFlow(boolean defaultFlow) voidtoXml()
- 
Field Details- 
id
- 
commandCatalog
- 
defaultFlowprivate boolean defaultFlow
- 
firstCommand
 
- 
- 
Constructor Details- 
FlowDescriptorpublic FlowDescriptor()
 
- 
- 
Method Details- 
getCommandCatalog
- 
setCommandCatalog
- 
addCommand
- 
setId
- 
getId
- 
obtainFirstCommand
- 
obtainCommandInfo
- 
obtainFirstCommandInfo
- 
setDefaultFlowpublic void setDefaultFlow(boolean defaultFlow) 
- 
isDefaultFlowpublic boolean isDefaultFlow()
- 
toXml
 
-