public class StageImpl extends PlanFragmentImpl implements Stage
| Modifier and Type | Field and Description |
|---|---|
protected static Attribute<Boolean> |
autoCompleteAttribute |
protected static AttributeReferenceCollection<Sentry> |
exitCriteriaRefCollection
Deprecated.
|
protected static ChildElementCollection<ExitCriterion> |
exitCriterionCollection |
protected static ChildElementCollection<PlanItemDefinition> |
planItemDefinitionCollection |
protected static ChildElement<PlanningTable> |
planningTableChild |
planItemCollection, sentryCollectiondefaultControlChild, nameAttributedescriptionAttribute, documentationCollection, extensionElementsChild, idAttributemodelInstance| Constructor and Description |
|---|
StageImpl(ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Sentry> |
getExitCriteria() |
Collection<Sentry> |
getExitCriterias() |
Collection<ExitCriterion> |
getExitCriterions() |
Collection<PlanItemDefinition> |
getPlanItemDefinitions() |
PlanningTable |
getPlanningTable() |
boolean |
isAutoComplete() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setAutoComplete(boolean autoComplete) |
void |
setPlanningTable(PlanningTable planningTable) |
getPlanItems, getSentrysgetDefaultControl, getName, setDefaultControl, setNamegetDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setIdaddChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetPlanItems, getSentrysgetDefaultControl, getName, setDefaultControl, setNamegetDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static ChildElement<PlanningTable> planningTableChild
protected static ChildElementCollection<PlanItemDefinition> planItemDefinitionCollection
@Deprecated protected static AttributeReferenceCollection<Sentry> exitCriteriaRefCollection
protected static ChildElementCollection<ExitCriterion> exitCriterionCollection
public StageImpl(ModelTypeInstanceContext instanceContext)
public boolean isAutoComplete()
isAutoComplete in interface Stagepublic void setAutoComplete(boolean autoComplete)
setAutoComplete in interface Stagepublic Collection<Sentry> getExitCriterias()
getExitCriterias in interface Stagepublic Collection<Sentry> getExitCriteria()
getExitCriteria in interface Stagepublic Collection<ExitCriterion> getExitCriterions()
getExitCriterions in interface Stagepublic PlanningTable getPlanningTable()
getPlanningTable in interface Stagepublic void setPlanningTable(PlanningTable planningTable)
setPlanningTable in interface Stagepublic Collection<PlanItemDefinition> getPlanItemDefinitions()
getPlanItemDefinitions in interface Stagepublic static void registerType(ModelBuilder modelBuilder)
Copyright © 2021. All rights reserved.