org.camunda.bpm.model.dmn.instance
Interface Expression

All Superinterfaces:
DmnElement, DmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Subinterfaces:
AllowedValue, Context, DecisionTable, FunctionDefinition, InputEntry, InputExpression, Invocation, List, LiteralExpression, OutputEntry, Relation
All Known Implementing Classes:
AllowedValueImpl, ContextImpl, DecisionTableImpl, ExpressionImpl, FunctionDefinitionImpl, InputEntryImpl, InputExpressionImpl, InvocationImpl, ListImpl, LiteralExpressionImpl, OutputEntryImpl, RelationImpl

public interface Expression
extends DmnElement


Method Summary
 Collection<InformationItem> getInputVariables()
           
 ItemDefinition getItemDefinition()
           
 void setItemDefinition(ItemDefinition itemDefinition)
           
 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getId, getName, setDescription, setId, setName
 
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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

Method Detail

getInputVariables

Collection<InformationItem> getInputVariables()

getItemDefinition

ItemDefinition getItemDefinition()

setItemDefinition

void setItemDefinition(ItemDefinition itemDefinition)


Copyright © 2015 camunda services GmbH. All rights reserved.