Package de.mid.innovator.srv2api.icw2dm
Class DMDecisionTableHelper
java.lang.Object
de.mid.innovator.srv2api.icw2dm.DMDecisionTableHelper
The class
DMDecisionTable is used to model a decision table.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic DMDecisionTablecreate(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) Creates a newDMDecisionTableas content of the specifiedELContainerAble.
-
Method Details
-
create
public static DMDecisionTable create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) throws InoNetException, SrvErrorException Creates a newDMDecisionTableas content of the specifiedELContainerAble.- Parameters:
srvCtx- The context of the related innovator server.ohContainer- container for the new expressionisMaintaining- true create additional elements- Throws:
InoNetExceptionSrvErrorException
-