Class DecisionServices
- java.lang.Object
-
- org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_1.extensions.DecisionServices
-
- All Implemented Interfaces:
DMNModelInstrumentedBase
public class DecisionServices extends KieDMNModelInstrumentedBase
-
-
Field Summary
-
Fields inherited from class org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
URI_DMN, URI_FEEL, URI_KIE
-
-
Constructor Summary
Constructors Constructor Description DecisionServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DecisionService>getDecisionService()StringtoString()-
Methods inherited from class org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
recurseNsKeys
-
-
-
-
Method Detail
-
getDecisionService
public List<DecisionService> getDecisionService()
-
-