Package org.kie.dmn.model.api.dmndi
Interface Dimension
-
- All Superinterfaces:
DMNModelInstrumentedBase
public interface Dimension extends DMNModelInstrumentedBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetHeight()doublegetWidth()voidsetHeight(double value)voidsetWidth(double value)-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
-