Uses of Interface
org.kie.dmn.model.api.dmndi.DMNDiagram
-
Packages that use DMNDiagram Package Description org.kie.dmn.model.api.dmndi org.kie.dmn.model.v1_2.dmndi org.kie.dmn.model.v1_3.dmndi -
-
Uses of DMNDiagram in org.kie.dmn.model.api.dmndi
Methods in org.kie.dmn.model.api.dmndi that return types with arguments of type DMNDiagram Modifier and Type Method Description List<DMNDiagram>DMNDI. getDMNDiagram()Gets the value of the dmnDiagram property. -
Uses of DMNDiagram in org.kie.dmn.model.v1_2.dmndi
Classes in org.kie.dmn.model.v1_2.dmndi that implement DMNDiagram Modifier and Type Class Description classDMNDiagramFields in org.kie.dmn.model.v1_2.dmndi with type parameters of type DMNDiagram Modifier and Type Field Description protected List<DMNDiagram>DMNDI. dmnDiagramMethods in org.kie.dmn.model.v1_2.dmndi that return types with arguments of type DMNDiagram Modifier and Type Method Description List<DMNDiagram>DMNDI. getDMNDiagram()Gets the value of the dmnDiagram property. -
Uses of DMNDiagram in org.kie.dmn.model.v1_3.dmndi
Classes in org.kie.dmn.model.v1_3.dmndi that implement DMNDiagram Modifier and Type Class Description classDMNDiagramFields in org.kie.dmn.model.v1_3.dmndi with type parameters of type DMNDiagram Modifier and Type Field Description protected List<DMNDiagram>DMNDI. dmnDiagramMethods in org.kie.dmn.model.v1_3.dmndi that return types with arguments of type DMNDiagram Modifier and Type Method Description List<DMNDiagram>DMNDI. getDMNDiagram()Gets the value of the dmnDiagram property.
-