Package org.kie.dmn.model.api.dmndi
Interface Bounds
-
- All Superinterfaces:
DMNModelInstrumentedBase
public interface Bounds extends DMNModelInstrumentedBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetHeight()doublegetWidth()doublegetX()doublegetY()voidsetHeight(double value)voidsetWidth(double value)voidsetX(double value)voidsetY(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
-
-