Class ConditionExpressionImpl
java.lang.Object
org.operaton.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.operaton.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.operaton.bpm.model.bpmn.impl.instance.BaseElementImpl
org.operaton.bpm.model.bpmn.impl.instance.ExpressionImpl
org.operaton.bpm.model.bpmn.impl.instance.FormalExpressionImpl
org.operaton.bpm.model.bpmn.impl.instance.ConditionExpressionImpl
- All Implemented Interfaces:
BaseElement,BpmnModelElementInstance,ConditionExpression,Expression,FormalExpression,ModelElementInstance
The BPMN conditionExpression element of the BPMN tSequenceFlow type
- Author:
- Sebastian Menski
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.operaton.bpm.model.bpmn.impl.instance.FormalExpressionImpl
evaluatesToTypeRefAttribute, languageAttributeFields inherited from class org.operaton.bpm.model.bpmn.impl.instance.BaseElementImpl
documentationCollection, extensionElementsChild, idAttributeFields inherited from class org.operaton.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionoperaton extensionsgetType()static voidregisterType(ModelBuilder modelBuilder) voidsetOperatonResource(String operatonResource) voidMethods inherited from class org.operaton.bpm.model.bpmn.impl.instance.FormalExpressionImpl
getEvaluatesToType, getLanguage, setEvaluatesToType, setLanguageMethods inherited from class org.operaton.bpm.model.bpmn.impl.instance.BaseElementImpl
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setIdMethods inherited from class org.operaton.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScopeMethods inherited from class org.operaton.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, 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, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.operaton.bpm.model.bpmn.instance.BaseElement
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setIdMethods inherited from interface org.operaton.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScopeMethods inherited from interface org.operaton.bpm.model.bpmn.instance.FormalExpression
getEvaluatesToType, getLanguage, setEvaluatesToType, setLanguageMethods inherited from interface org.operaton.bpm.model.xml.instance.ModelElementInstance
addChildElement, 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, updateAfterReplacement
-
Field Details
-
typeAttribute
-
operatonResourceAttribute
-
-
Constructor Details
-
ConditionExpressionImpl
-
-
Method Details
-
registerType
-
getType
- Specified by:
getTypein interfaceConditionExpression
-
setType
- Specified by:
setTypein interfaceConditionExpression
-
getOperatonResource
Description copied from interface:ConditionExpressionoperaton extensions- Specified by:
getOperatonResourcein interfaceConditionExpression
-
setOperatonResource
- Specified by:
setOperatonResourcein interfaceConditionExpression
-