Uses of Interface
org.camunda.bpm.model.dmn.instance.DmnElement

Packages that use DmnElement
org.camunda.bpm.model.dmn.impl.instance   
org.camunda.bpm.model.dmn.instance   
 

Uses of DmnElement in org.camunda.bpm.model.dmn.impl.instance
 

Classes in org.camunda.bpm.model.dmn.impl.instance that implement DmnElement
 class AllowedValuesImpl
           
 class ArtifactImpl
           
 class AssociationImpl
           
 class BusinessContextElementImpl
           
 class BusinessKnowledgeModelImpl
           
 class ColumnImpl
           
 class ContextImpl
           
 class DecisionImpl
           
 class DecisionRuleImpl
           
 class DecisionServiceImpl
           
 class DecisionTableImpl
           
 class DefaultOutputEntryImpl
           
 class DefinitionsImpl
           
 class DmnElementImpl
           
 class DrgElementImpl
           
 class ElementCollectionImpl
           
 class EncapsulatedLogicImpl
           
 class ExpressionImpl
           
 class FormalParameterImpl
           
 class FunctionDefinitionImpl
           
 class InformationItemImpl
           
 class InputClauseImpl
           
 class InputDataImpl
           
 class InputEntryImpl
           
 class InputExpressionImpl
           
 class InputImpl
           
 class InputValuesImpl
           
 class InvocationImpl
           
 class ItemComponentImpl
           
 class ItemDefinitionImpl
           
 class KnowledgeSourceImpl
           
 class ListImpl
           
 class LiteralExpressionImpl
           
 class NamedElementImpl
           
 class OrganizationUnitImpl
           
 class OutputClauseImpl
           
 class OutputEntryImpl
           
 class OutputImpl
           
 class OutputValuesImpl
           
 class ParameterImpl
           
 class PerformanceIndicatorImpl
           
 class RelationImpl
           
 class RowImpl
           
 class RuleImpl
           
 class TextAnnotationImpl
           
 class UnaryTestsImpl
           
 class VariableImpl
           
 

Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type DmnElement
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<DmnElement,SourceRef> AssociationImpl.sourceRef
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<DmnElement,TargetRef> AssociationImpl.targetRef
           
 

Methods in org.camunda.bpm.model.dmn.impl.instance that return DmnElement
 DmnElement AssociationImpl.getSource()
           
 DmnElement AssociationImpl.getTarget()
           
 

Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type DmnElement
 void AssociationImpl.setSource(DmnElement source)
           
 void AssociationImpl.setTarget(DmnElement target)
           
 

Uses of DmnElement in org.camunda.bpm.model.dmn.instance
 

Subinterfaces of DmnElement in org.camunda.bpm.model.dmn.instance
 interface AllowedValues
           
 interface Artifact
           
 interface Association
           
 interface BusinessContextElement
           
 interface BusinessKnowledgeModel
           
 interface Column
           
 interface Context
           
 interface Decision
           
 interface DecisionRule
           
 interface DecisionService
           
 interface DecisionTable
           
 interface DefaultOutputEntry
           
 interface Definitions
           
 interface DrgElement
           
 interface ElementCollection
           
 interface EncapsulatedLogic
           
 interface Expression
           
 interface FormalParameter
           
 interface FunctionDefinition
           
 interface InformationItem
           
 interface Input
           
 interface InputClause
           
 interface InputData
           
 interface InputEntry
           
 interface InputExpression
           
 interface InputValues
           
 interface Invocation
           
 interface ItemComponent
           
 interface ItemDefinition
           
 interface KnowledgeSource
           
 interface List
           
 interface LiteralExpression
           
 interface NamedElement
           
 interface OrganizationUnit
           
 interface Output
           
 interface OutputClause
           
 interface OutputEntry
           
 interface OutputValues
           
 interface Parameter
           
 interface PerformanceIndicator
           
 interface Relation
           
 interface Row
           
 interface Rule
           
 interface TextAnnotation
           
 interface UnaryTests
           
 interface Variable
           
 

Methods in org.camunda.bpm.model.dmn.instance that return DmnElement
 DmnElement Association.getSource()
           
 DmnElement Association.getTarget()
           
 

Methods in org.camunda.bpm.model.dmn.instance with parameters of type DmnElement
 void Association.setSource(DmnElement source)
           
 void Association.setTarget(DmnElement target)
           
 



Copyright © 2018 camunda services GmbH. All rights reserved.