Uses of Interface
org.camunda.bpm.model.dmn.instance.DrgElement
-
Packages that use DrgElement Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of DrgElement in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement DrgElement Modifier and Type Class Description class
BusinessKnowledgeModelImpl
class
DecisionImpl
class
DrgElementImpl
class
InputDataImpl
class
KnowledgeSourceImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type DrgElement Modifier and Type Field Description protected static ChildElementCollection<DrgElement>
DefinitionsImpl. drgElementCollection
protected static ElementReferenceCollection<DrgElement,DrgElementReference>
ElementCollectionImpl. drgElementRefCollection
Methods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type DrgElement Modifier and Type Method Description Collection<DrgElement>
DefinitionsImpl. getDrgElements()
Collection<DrgElement>
ElementCollectionImpl. getDrgElements()
-
Uses of DrgElement in org.camunda.bpm.model.dmn.instance
Subinterfaces of DrgElement in org.camunda.bpm.model.dmn.instance Modifier and Type Interface Description interface
BusinessKnowledgeModel
interface
Decision
interface
InputData
interface
KnowledgeSource
Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type DrgElement Modifier and Type Method Description Collection<DrgElement>
Definitions. getDrgElements()
Collection<DrgElement>
ElementCollection. getDrgElements()
-