Interface DmnModelElementInstance
-
- All Superinterfaces:
ModelElementInstance
- All Known Subinterfaces:
AllowedAnswers
,AllowedValues
,Artifact
,Association
,AuthorityRequirement
,Binding
,BusinessContextElement
,BusinessKnowledgeModel
,Column
,Context
,ContextEntry
,Decision
,DecisionMadeReference
,DecisionMakerReference
,DecisionOwnedReference
,DecisionOwnerReference
,DecisionRule
,DecisionService
,DecisionTable
,DefaultOutputEntry
,Definitions
,Description
,DmnElement
,DmnElementReference
,DrgElement
,DrgElementReference
,ElementCollection
,EncapsulatedDecisionReference
,EncapsulatedLogic
,Expression
,ExtensionElements
,FormalParameter
,FunctionDefinition
,ImpactedPerformanceIndicatorReference
,ImpactingDecisionReference
,Import
,ImportedElement
,ImportedValues
,InformationItem
,InformationRequirement
,Input
,InputClause
,InputData
,InputDataReference
,InputDecisionReference
,InputEntry
,InputExpression
,InputValues
,Invocation
,ItemComponent
,ItemDefinition
,ItemDefinitionReference
,KnowledgeRequirement
,KnowledgeSource
,List
,LiteralExpression
,NamedElement
,OrganizationUnit
,Output
,OutputClause
,OutputDecisionReference
,OutputEntry
,OutputValues
,OwnerReference
,Parameter
,PerformanceIndicator
,Question
,Relation
,RequiredAuthorityReference
,RequiredDecisionReference
,RequiredInputReference
,RequiredKnowledgeReference
,Row
,Rule
,SourceRef
,SupportedObjectiveReference
,TargetRef
,Text
,TextAnnotation
,Type
,TypeRef
,UnaryTests
,UsingProcessReference
,UsingTaskReference
,Variable
- All Known Implementing Classes:
AllowedAnswersImpl
,AllowedValuesImpl
,ArtifactImpl
,AssociationImpl
,AuthorityRequirementImpl
,BindingImpl
,BusinessContextElementImpl
,BusinessKnowledgeModelImpl
,ColumnImpl
,ContextEntryImpl
,ContextImpl
,DecisionImpl
,DecisionMadeReferenceImpl
,DecisionMakerReferenceImpl
,DecisionOwnedReferenceImpl
,DecisionOwnerReferenceImpl
,DecisionRuleImpl
,DecisionServiceImpl
,DecisionTableImpl
,DefaultOutputEntryImpl
,DefinitionsImpl
,DescriptionImpl
,DmnElementImpl
,DmnElementReferenceImpl
,DmnModelElementInstanceImpl
,DrgElementImpl
,DrgElementReferenceImpl
,ElementCollectionImpl
,EncapsulatedDecisionReferenceImpl
,EncapsulatedLogicImpl
,ExpressionImpl
,ExtensionElementsImpl
,FormalParameterImpl
,FunctionDefinitionImpl
,ImpactedPerformanceIndicatorReferenceImpl
,ImpactingDecisionReferenceImpl
,ImportedElementImpl
,ImportedValuesImpl
,ImportImpl
,InformationItemImpl
,InformationRequirementImpl
,InputClauseImpl
,InputDataImpl
,InputDataReferenceImpl
,InputDecisionReferenceImpl
,InputEntryImpl
,InputExpressionImpl
,InputImpl
,InputValuesImpl
,InvocationImpl
,ItemComponentImpl
,ItemDefinitionImpl
,ItemDefinitionReferenceImpl
,KnowledgeRequirementImpl
,KnowledgeSourceImpl
,ListImpl
,LiteralExpressionImpl
,NamedElementImpl
,OrganizationUnitImpl
,OutputClauseImpl
,OutputDecisionReferenceImpl
,OutputEntryImpl
,OutputImpl
,OutputValuesImpl
,OwnerReferenceImpl
,ParameterImpl
,PerformanceIndicatorImpl
,QuestionImpl
,RelationImpl
,RequiredAuthorityReferenceImpl
,RequiredDecisionReferenceImpl
,RequiredInputReferenceImpl
,RequiredKnowledgeReferenceImpl
,RowImpl
,RuleImpl
,SourceRefImpl
,SupportedObjectiveReferenceImpl
,TargetRefImpl
,TextAnnotationImpl
,TextImpl
,TypeImpl
,TypeRefImpl
,UnaryTestsImpl
,UsingProcessReferenceImpl
,UsingTaskReferenceImpl
,VariableImpl
public interface DmnModelElementInstance extends ModelElementInstance
-
-
Method Summary
-
Methods inherited from interface org.camunda.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
-
-