Uses of Class
org.kie.workbench.common.dmn.api.definition.model.DMNElementReference
-
Packages that use DMNElementReference Package Description org.kie.workbench.common.dmn.api.definition.model -
-
Uses of DMNElementReference in org.kie.workbench.common.dmn.api.definition.model
Methods in org.kie.workbench.common.dmn.api.definition.model that return types with arguments of type DMNElementReference Modifier and Type Method Description List<DMNElementReference>OrganizationalUnit. getDecisionMade()List<DMNElementReference>OrganizationalUnit. getDecisionOwned()List<DMNElementReference>ElementCollection. getDrgElement()List<DMNElementReference>DecisionService. getEncapsulatedDecision()List<DMNElementReference>PerformanceIndicator. getImpactingDecision()List<DMNElementReference>DecisionService. getInputData()List<DMNElementReference>DecisionService. getInputDecision()List<DMNElementReference>DecisionService. getOutputDecision()Constructor parameters in org.kie.workbench.common.dmn.api.definition.model with type arguments of type DMNElementReference Constructor Description DecisionService(Id id, Description description, Name name, InformationItemPrimary variable, List<DMNElementReference> outputDecision, List<DMNElementReference> encapsulatedDecision, List<DMNElementReference> inputDecision, List<DMNElementReference> inputData, BackgroundSet backgroundSet, FontSet fontSet, DecisionServiceRectangleDimensionsSet dimensionsSet, DecisionServiceDividerLineY dividerLineY)ElementCollection(Id id, Description description, Name name, List<DMNElementReference> drgElement)OrganizationalUnit(Id id, Description description, Name name, String uri, List<DMNElementReference> decisionMade, List<DMNElementReference> decisionOwned)PerformanceIndicator(Id id, Description description, Name name, String uri, List<DMNElementReference> impactingDecision)
-