Package org.chenile.owiz.config.model
Class FlowDescriptor<InputType>
java.lang.Object
org.chenile.owiz.config.model.FlowDescriptor<InputType>
-
Field Summary
Modifier and TypeFieldDescriptionprivate Map<String,
CommandDescriptor<InputType>> private boolean
private CommandDescriptor<InputType>
private String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCommand
(CommandDescriptor<InputType> commandDescriptor) getId()
boolean
void
setCommandCatalog
(Map<String, CommandDescriptor<InputType>> commandCatalog) void
setDefaultFlow
(boolean defaultFlow) void
toXml()
-
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
-