Package de.mid.innovator.srv2api.icw2dm
Class DMConditionalHelper
java.lang.Object
de.mid.innovator.srv2api.icw2dm.DMConditionalHelper
A
DMConditional is a visual way to express an if statement.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic DMConditionalcreate(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) Creates a newDMConditionalas content of the specifiedELContainerAble.
-
Method Details
-
create
public static DMConditional create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) throws InoNetException, SrvErrorException Creates a newDMConditionalas 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
-