Package de.mid.innovator.srv2api.icw2ac
Class ACDataStoreNodeHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ac.ACDataStoreNodeHelper
-
public abstract class ACDataStoreNodeHelper extends java.lang.ObjectA data store node is a central buffer node for non-transient information. A data store keeps all tokens that enter it, copying them when they are chosen to move downstream. Incoming tokens that contain a particular object replace any tokens in the object node that contain that object.- See Also:
ACDataStoreNode
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ACDataStoreNodecreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Data Store Node with template and container.static ACDataStoreNodecreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Data Store Node with stereotype and container.static ACDataStoreNodecreateSub(SrvContext srvCtx, ELContainerAble ohContainer, MMCreateTemplate ohTemplate, java.lang.String name, java.awt.Point position, ELType ohType)Extends the basic function 'EntCreateOclCmd' for the elementACDataStoreNodeby setting/modifying further attributes or elements.
-
-
-
Method Detail
-
createSub
public static ACDataStoreNode createSub(SrvContext srvCtx, ELContainerAble ohContainer, MMCreateTemplate ohTemplate, java.lang.String name, java.awt.Point position, ELType ohType) throws InoNetException, SrvErrorException
Extends the basic function 'EntCreateOclCmd' for the elementACDataStoreNodeby setting/modifying further attributes or elements.- Parameters:
srvCtx- The context of the related innovator server.ohContainer-ohTemplate-name-position-ohType-- Throws:
InoNetExceptionSrvErrorException
-
create
public static ACDataStoreNode create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Data Store Node with stereotype and container.- Parameters:
srvCtx- The context of the related innovator server.ohStereotype- Stereotype for the new elementohContainer- Container for the new element- Throws:
InoNetExceptionSrvErrorException
-
create
public static ACDataStoreNode create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Data Store Node with template and container.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- Template for the new elementohContainer- Container for the new element- Throws:
InoNetExceptionSrvErrorException
-
-