Package de.mid.innovator.srv2api.icw2ac
Class ACDataStoreNodeHelper
java.lang.Object
de.mid.innovator.srv2api.icw2ac.ACDataStoreNodeHelper
A 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:
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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, String name, Point position, ELType ohType) Extends the basic function 'EntCreateOclCmd' for the elementACDataStoreNodeby setting/modifying further attributes or elements.
-
Method Details
-
createSub
public static ACDataStoreNode createSub(SrvContext srvCtx, ELContainerAble ohContainer, MMCreateTemplate ohTemplate, String name, 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
-