Uses of Interface
org.camunda.bpm.model.dmn.instance.KnowledgeRequirement
-
Packages that use KnowledgeRequirement Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of KnowledgeRequirement in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement KnowledgeRequirement Modifier and Type Class Description class
KnowledgeRequirementImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type KnowledgeRequirement Modifier and Type Field Description protected static ChildElementCollection<KnowledgeRequirement>
BusinessKnowledgeModelImpl. knowledgeRequirementCollection
protected static ChildElementCollection<KnowledgeRequirement>
DecisionImpl. knowledgeRequirementCollection
Methods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type KnowledgeRequirement Modifier and Type Method Description Collection<KnowledgeRequirement>
BusinessKnowledgeModelImpl. getKnowledgeRequirement()
Collection<KnowledgeRequirement>
DecisionImpl. getKnowledgeRequirements()
-
Uses of KnowledgeRequirement in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type KnowledgeRequirement Modifier and Type Method Description Collection<KnowledgeRequirement>
BusinessKnowledgeModel. getKnowledgeRequirement()
Collection<KnowledgeRequirement>
Decision. getKnowledgeRequirements()
-