Uses of Interface
org.camunda.bpm.model.dmn.instance.EncapsulatedLogic
-
Packages that use EncapsulatedLogic Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of EncapsulatedLogic in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement EncapsulatedLogic Modifier and Type Class Description class
EncapsulatedLogicImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type EncapsulatedLogic Modifier and Type Field Description protected static ChildElement<EncapsulatedLogic>
BusinessKnowledgeModelImpl. encapsulatedLogicChild
Methods in org.camunda.bpm.model.dmn.impl.instance that return EncapsulatedLogic Modifier and Type Method Description EncapsulatedLogic
BusinessKnowledgeModelImpl. getEncapsulatedLogic()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type EncapsulatedLogic Modifier and Type Method Description void
BusinessKnowledgeModelImpl. setEncapsulatedLogic(EncapsulatedLogic encapsulatedLogic)
-
Uses of EncapsulatedLogic in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return EncapsulatedLogic Modifier and Type Method Description EncapsulatedLogic
BusinessKnowledgeModel. getEncapsulatedLogic()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type EncapsulatedLogic Modifier and Type Method Description void
BusinessKnowledgeModel. setEncapsulatedLogic(EncapsulatedLogic encapsulatedLogic)
-