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