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 classKnowledgeRequirementImplFields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type KnowledgeRequirement Modifier and Type Field Description protected static ChildElementCollection<KnowledgeRequirement>BusinessKnowledgeModelImpl. knowledgeRequirementCollectionprotected static ChildElementCollection<KnowledgeRequirement>DecisionImpl. knowledgeRequirementCollectionMethods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type KnowledgeRequirement Modifier and Type Method Description java.util.Collection<KnowledgeRequirement>BusinessKnowledgeModelImpl. getKnowledgeRequirement()java.util.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 java.util.Collection<KnowledgeRequirement>BusinessKnowledgeModel. getKnowledgeRequirement()java.util.Collection<KnowledgeRequirement>Decision. getKnowledgeRequirements()
-