| |
|
| jacareto.interactionmodel.InteractionModelElement jacareto.interactionmodel.DialogStepElement
DialogStepElement | public DialogStepElement(Environment env)(Code) | | Creates a new "dialog-step" interaction-model element.
Parameters: env - the environment |
DialogStepElement | public DialogStepElement(Environment env, String name, InteractionModelElement[] children, String id)(Code) | | Creates a new "dialog-step" interaction-model element.
Parameters: env - the environment Parameters: name - the name of the interaction-model element Parameters: children - the child interaction-model elements Parameters: id - the id in the interaction-model |
getElementDescription | public String getElementDescription()(Code) | | Returns a description of the element.
the description |
getElementName | public String getElementName()(Code) | | Returns the name of the element.
the name |
toShortString | public String toShortString()(Code) | | Returns a String which describes the content of the element shortly.
a string with a short description of the element |
|
|
|