Uses of Class
de.mid.innovator.srv.SrvErrorException
-
Packages that use SrvErrorException Package Description de.mid.innovator.srv All classes in this package are used for communicating with the Innovator repository server and license server.de.mid.innovator.srv.excellence The package contains classes for connecting to an Innovator model for manipulation and evaluation purposes.de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2acdia Diagrams and graphical representations for elements of the icw2ac package.de.mid.innovator.srv2api.icw2bc Package for Business Object Modeling.de.mid.innovator.srv2api.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package.de.mid.innovator.srv2api.icw2br Business resource modeling package.de.mid.innovator.srv2api.icw2brdia Diagrams and graphical representations for elements of the icw2br package.de.mid.innovator.srv2api.icw2bs State machine for Business Object Modeling.de.mid.innovator.srv2api.icw2bsdia Diagrams and graphical representations for elements of the icw2bs package.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2dbdia Database Diagrams and representations of tables and foreign keys, as well as views and from clauses.de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation.de.mid.innovator.srv2api.icw2dm The purpose of DMN is to provide the constructs that are needed to model decisions, so that organizational decision-making can be readily depicted in diagrams, accurately defined by business analysts, and (optionally) automated.de.mid.innovator.srv2api.icw2drdia The decision requirements level of a decision model in DMN consists of a Decision Requirement Graph depicted in one or more Decision Requirement Diagrams.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2er The ER package (specialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.de.mid.innovator.srv2api.icw2erdia Entity Relationship Diagrams and representations of entities and relationships, as well as conceptual views and from clauses.de.mid.innovator.srv2api.icw2gc Package for concept modeling.de.mid.innovator.srv2api.icw2gcdia Concept diagrams and graphical representations for elements of the icw2gc package.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling.de.mid.innovator.srv2api.icw2imdia Information Management Metamodel Diagram is a subclass of Class Diagram.de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams.de.mid.innovator.srv2api.icw2sm The StateMachine package defines a set of concepts that can be used for modeling discrete behavior through finite statetransition systems.de.mid.innovator.srv2api.icw2smdia Diagrams and graphical representations for elements of the icw2sm package.de.mid.innovator.srv2api.icw2sqdia Diagrams and graphical representations for elements of the icw2ia package.de.mid.innovator.util The package contains some useful utilities for Innovator API applications. -
-
Uses of SrvErrorException in de.mid.innovator.srv
Methods in de.mid.innovator.srv that throw SrvErrorException Modifier and Type Method Description voidModel. beginCommandSequence(java.lang.String commandName)ModelRepositoryServer. createModel(java.lang.String name, K_ADMODEL modelType, java.lang.String newAdminPwd, java.lang.String userCfg, java.lang.String modelCfg, java.util.List<java.lang.String> addOnList)Creates a newModelin the actual repository server and refreshes the list of models.abstract voidModel. delete(java.lang.String pwd)Deletes a model from a repository server.protected java.util.List<java.lang.String>Model. getLicUserRoleList(InoUser inoUser)abstract java.util.List<java.lang.String>Model. getUserRoleList(InoUser inoUser)Fetch the possible rolesabstract java.util.List<InoUser>Model. getUsers()Gets the list of available users.abstract voidModel. loginModelAdmin()Login as model administrator with name and password.abstract voidModel. loginModelAdmin(java.lang.String aUserName, java.lang.String pwd)Login as model administrator with name and password.abstract voidModel. loginModelGuest(java.lang.String pwd)Login as model guest with password.abstract voidModel. loginSuperUser(java.lang.Boolean login, java.lang.String pwd)Switch superuser mode for login.abstract voidModel. loginUser(java.lang.String aUserName, java.lang.String aCleartextPassword, java.lang.String role)Login as normal user with name and password.abstract voidModel. logout()Logout any user from the model.voidRepositoryServer. logout()Logs out from the repository server if still logged-in, otherwise nothing will be done.voidRepositoryServer. modifyPassword(java.lang.String oldPass, java.lang.String newPass)Modifies the repository server's administration password.voidRepositoryServer. repositoryAdminLogin(java.lang.String pwd)Authenticates the user credentials for administration purposes; this is carried out by the repository server.de.mid.innovator.srv2api.impl.SrvDataTelegramSrvConnection. SendAndReceive(SrvContext ctx, de.mid.innovator.srv2api.impl.SrvDataTelegram tel)de.mid.innovator.srv2api.impl.SrvParamBlockSrvConnection. Srv2SendAndReceive(SrvContext ctx, de.mid.innovator.srv2api.impl.SrvDataTelegram.DataTelType type, de.mid.innovator.srv2api.impl.SrvDataTelegram.DataTelTab telTab, de.mid.innovator.srv2api.impl.SrvParamBlock pb, de.mid.innovator.srv2api.impl.SrvTelegram.TelFlag... flagLst)Constructs a telegram of the given type using the parameter block and sends it to the repository server.abstract booleanModel. tryReLogin(K_LOGINKIND loginKind, java.lang.String loginName)Checks if the given user has a login with the same display.abstract booleanModel. tryReLogin(java.lang.String aUserName)Checks if the given user has a login with the same display. -
Uses of SrvErrorException in de.mid.innovator.srv.excellence
Methods in de.mid.innovator.srv.excellence that throw SrvErrorException Modifier and Type Method Description voidExcellenceModel. delete(java.lang.String pwd)java.util.List<java.lang.String>ExcellenceModel. getUserRoleList(InoUser inoUser)java.util.List<InoUser>ExcellenceModel. getUsers()voidExcellenceModel. loginModelAdmin()Login as model administrator for SSOvoidExcellenceModel. loginModelAdmin(java.lang.String aUserName, java.lang.String pwd)Login as model administrator with name and password.voidExcellenceModel. loginModelGuest(java.lang.String pwd)Login as model guest with password.voidExcellenceModel. loginSuperUser(java.lang.Boolean login, java.lang.String pwd)Switch superuser mode for login.voidExcellenceModel. loginUser(java.lang.String aUserName, java.lang.String aCleartextPassword, java.lang.String role)Login as normal user with name and password.voidExcellenceModel. logout()Logout any user from the model.booleanExcellenceModel. tryReLogin(K_LOGINKIND loginKind, java.lang.String loginName)Checks if the given user has a login with the same display.booleanExcellenceModel. tryReLogin(java.lang.String aUserName)Checks if the given user has a login with the same display.booleanExcellenceModel. userHasAdminPrivileges() -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that throw SrvErrorException Modifier and Type Method Description voidACActivityGroup. assignContainedNodeExplicit(java.util.List<? extends ACActivityNode> seqNode)Assigns all the activity nodes passed to this group marking the assignment as explicit, not being deduced from the graphical containership but being intended by the user to remain fixed independent of the graphical containership.static voidACPartitionHelper. assignPartitionsToNodes(SrvContext srvCtx, java.util.List<? extends ACActivityNode> seqNode, java.util.List<? extends ACActivityGroup> seqGroup)static ACActivityFinalNodeACActivityFinalNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Activity Final Node with template and container.static ACActivityFinalNodeACActivityFinalNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Activity Final Node with stereotype and container.static ACActivityACActivityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Activity with template and container.static ACActivityACActivityHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Activity with stereotype and container.static ACCentralBufferNodeACCentralBufferNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Central Buffer Node with template and container.static ACCentralBufferNodeACCentralBufferNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Central Buffer Node with stereotype and container.static ACControlFlowACControlFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Control Flow Edge with template from source to target element.static ACControlFlowACControlFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Control Flow Edge with stereotype from source to target element.static ACDataStoreNodeACDataStoreNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Data Store Node with template and container.static ACDataStoreNodeACDataStoreNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Data Store Node with stereotype and container.static ACDecisionNodeACDecisionNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Decision Node with template and container.static ACDecisionNodeACDecisionNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Decision Node with stereotype and container.static ACFlowFinalNodeACFlowFinalNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Flow Final Node with template and container.static ACFlowFinalNodeACFlowFinalNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Flow Final Node with stereotype and container.static ACForkNodeACForkNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Fork Node with template and container.static ACForkNodeACForkNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Fork Node with stereotype and container.static ACInitialNodeACInitialNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Initial Node with template and container.static ACInitialNodeACInitialNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Initial Node with stereotype and container.static ACInterruptibleRegionACInterruptibleRegionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Interruptible Activity Region with template and container.static ACInterruptibleRegionACInterruptibleRegionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Interruptible Activity Region with stereotype and container.static ACJoinNodeACJoinNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Join Node with template and container.static ACJoinNodeACJoinNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Join Node with stereotype and container.static ACMergeNodeACMergeNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Merge Node with template and container.static ACMergeNodeACMergeNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Merge Node with stereotype and container.static ACObjectFlowACObjectFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Object Flow Edge with template from source to target element.static ACObjectFlowACObjectFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Object Flow Edge with stereotype from source to target element.static ACPartitionACPartitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Activity Partition with template and container.static ACPartitionACPartitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Activity Partition with stereotype and container.static ACStructuredNodeACStructuredNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Structured Activity Node with template and container.static ACStructuredNodeACStructuredNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Structured Activity Node with stereotype and container.static ACVariableACVariableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Variable with template and container.static ACVariableACVariableHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Variable with stereotype and container.static ANAcceptCallANAcceptCallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Accept Call Action with template and container.static ANAcceptCallANAcceptCallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Accept Call Action with template and container with requirement.static ANAcceptCallANAcceptCallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Accept Call Action with stereotype and container.static ANAcceptCallANAcceptCallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Accept Call Action with stereotype and container with requirement.static ANAcceptEventANAcceptEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Accept Event Action with template and container.static ANAcceptEventANAcceptEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Accept Event Action with template and container with requirement.static ANAcceptEventANAcceptEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Accept Event Action with stereotype and container.static ANAcceptEventANAcceptEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Accept Event Action with stereotype and container with requirement.static ANActionInputPinANActionInputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Action Input Pin with template and container.static ANActionInputPinANActionInputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Action Input Pin with stereotype and container.static ANAddStructuralFeatureValueANAddStructuralFeatureValueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Add Structural Feature Value Action with template and container with requirement.static ANAddStructuralFeatureValueANAddStructuralFeatureValueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Add Structural Feature Value Action with stereotype and container with requirement.static ANBroadcastSignalANBroadcastSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Broadcast Signal Action with template and container with requirement.static ANBroadcastSignalANBroadcastSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Broadcast Signal Action with stereotype and container with requirement.static ANCallBehaviorANCallBehaviorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Call Behavior Action with template and container with requirement.static ANCallBehaviorANCallBehaviorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Call Behavior Action with stereotype and container with requirement.static ANCallOperationANCallOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Call Operation Action with template and container with requirement.static ANCallOperationANCallOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Call Operation Action with stereotype and container with requirement.static ANClearAssociationANClearAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Clear Association Action with template and container with requirement.static ANClearAssociationANClearAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Clear Association Action with stereotype and container with requirement.static ANClearStructuralFeatureANClearStructuralFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Clear Structural Feature Action with template and container with requirement.static ANClearStructuralFeatureANClearStructuralFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Clear Structural Feature Action with stereotype and container with requirement.static ANCreateLinkANCreateLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Create Link Action with template and container with requirement.static ANCreateLinkANCreateLinkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Create Link Action with stereotype and container with requirement.static ANCreateObjectANCreateObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Create Object Action with template and container with requirement.static ANCreateObjectANCreateObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Create Object Action with stereotype and container with requirement.static ANDestroyLinkANDestroyLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Destroy Link Action with template and container with requirement.static ANDestroyLinkANDestroyLinkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Destroy Link Action with stereotype and container with requirement.static ANDestroyObjectANDestroyObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Destroy Object Action with template and container.static ANDestroyObjectANDestroyObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Destroy Object Action with stereotype and container.static ANInputPinANInputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Input Pin with template and container.static ANInputPinANInputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Input Pin with stereotype and container.static ANOpaqueANOpaqueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Opaque Action with template and container.static ANOpaqueANOpaqueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Opaque Action with stereotype and container.static ANOutputPinANOutputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Output Pin with template and container.static ANOutputPinANOutputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Output Pin with stereotype and container.static ANRaiseExceptionANRaiseExceptionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Raise Exception Action with template and container.static ANRaiseExceptionANRaiseExceptionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Raise Exception Action with stereotype and container.static ANReadLinkANReadLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Read Link Action with template and container with requirement.static ANReadLinkANReadLinkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Read Link Action with stereotype and container with requirement.static ANReadSelfANReadSelfHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Read Self Action with template and container.static ANReadSelfANReadSelfHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Read Self Action with stereotype and container.static ANReadStructuralFeatureANReadStructuralFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Read Structural Feature Action with template and container with requirement.static ANReadStructuralFeatureANReadStructuralFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Read Structural Feature Action with stereotype and container with requirement.static ANRemoveStructuralFeatureValueANRemoveStructuralFeatureValueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Remove Structural Feature Value Action with template and container with requirement.static ANRemoveStructuralFeatureValueANRemoveStructuralFeatureValueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Remove Structural Feature Value Action with stereotype and container with requirement.static ANReplyANReplyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Reply Action with template and container.static ANReplyANReplyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Reply Action with stereotype and container.static ANSendObjectANSendObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Send Object Action with template and container.static ANSendObjectANSendObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Send Object Action with stereotype and container.static ANSendSignalANSendSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Send Signal Action with template and container with requirement.static ANSendSignalANSendSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Send Signal Action with stereotype and container with requirement.static ANTestIdentityANTestIdentityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Test Identity Action with template and container.static ANTestIdentityANTestIdentityHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Test Identity Action with stereotype and container.static ANUnmarshallANUnmarshallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Unmarshall Action with template and container with requirement.static ANUnmarshallANUnmarshallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Unmarshall Action with stereotype and container with requirement.static ANValSpecANValSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Value Specification Action with template and container.static ANValSpecANValSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Value Specification Action with stereotype and container.static ANValuePinANValuePinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Value Pin with template and container.static ANValuePinANValuePinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Value Pin with stereotype and container.ANInputPinACExceptionHandler. createPinOnExceptionHandler(ELElement item)If anACExceptionHandleris to be created between the protected node and the exception input pin, whereas the target of the selection is not anANInputPinbut aANCallBehaviororANOpaque, then this command will create and return the missingANInputPin, so that theACExceptionHandlercan be created correctly.ARG_ACObjectFlowPinsACObjectFlow. createPinsOnObjFlow(ACActivityNode ohSource, ACActivityNode ohTarget)If an object flow is to be created between the nodes, where at least one of them is not an object node but an action, then this command will create and return the missing pins so that the object flow can be created correctly.static ACDataStoreNodeACDataStoreNodeHelper. createSub(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.ANAcceptCallANOutputPin. getAcceptCall()The action that owns this output pin.<T extends ANAcceptEvent>
java.util.List<T>ANBroadcastSignal. getAcceptedBy(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allANAcceptEventactions that are triggerd by the signal ofANBroadcastSignalactions.<T extends ANAcceptEvent>
java.util.List<T>ANBroadcastSignal. getAcceptedBy(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAcceptedBy and filters its return values according to the given stereotype value.<T extends ANAcceptEvent>
java.util.List<T>ANSendObject. getAcceptedBy(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allANAcceptEventactions that are triggerd by the signal of the targetANInputPinof theANSendObject.<T extends ANAcceptEvent>
java.util.List<T>ANSendObject. getAcceptedBy(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAcceptedBy and filters its return values according to the given stereotype value.<T extends ANAcceptEvent>
java.util.List<T>ANSendSignal. getAcceptedBy(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allANAcceptEventactions that are triggerd by the signal ofANSendSignalactions.<T extends ANAcceptEvent>
java.util.List<T>ANSendSignal. getAcceptedBy(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAcceptedBy and filters its return values according to the given stereotype value.<T extends BEEvent>
java.util.List<T>ANAcceptEvent. getAcceptedEvents(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends BEEvent>
java.util.List<T>ANAcceptEvent. getAcceptedEvents(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAcceptedEvents and filters its return values according to the given stereotype value.java.util.List<BETrigger>ANAcceptEvent. getAcceptedTrigger(K_CONTROL_OPTION... behaviourFlags)java.util.List<BETrigger>ANAcceptEvent. getAcceptedTrigger(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAcceptedTrigger and filters its return values according to the given stereotype value.ANAcceptEventANOutputPin. getAcceptEventAction()The action that owns this output pin.ANActionANInputPin. getAction()ANActionANOutputPin. getAction()The action that owns this output pin.ACActivityACActivityEdge. getActivity()ACActivityACActivityNode. getActivity()ACActivityACVariable. getActivityScope()An activity that owns the variable.ANAddStructuralFeatureValueANInputPin. getAddStructuralFeatureValueAction()Write structural feature action adds the value to the structural feature at the given position.java.util.List<ACPartition>ACActivity. getAllExternalPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags)All external partitions contained directly or indirectly in the activity.java.util.List<ACPartition>ACActivity. getAllExternalPartitionsTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAllExternalPartitionsTransitiveDown and filters its return values according to the given stereotype value.java.util.List<ACPartition>ACActivity. getAllNonExternalPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags)All non-external partitions contained directly or indirectly in the activity.java.util.List<ACPartition>ACActivity. getAllNonExternalPartitionsTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAllNonExternalPartitionsTransitiveDown and filters its return values according to the given stereotype value.java.util.List<ACPartition>ACActivity. getAllPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags)All partitions contained directly or indirectly in the activity.java.util.List<ACPartition>ACActivity. getAllPartitionsTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAllPartitionsTransitiveDown and filters its return values according to the given stereotype value.<T extends ANInputPin>
java.util.List<T>ANInvocation. getArgument(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Specification of an argument value that appears during execution.CLAssociationANClearAssociation. getAssociation()Association to be cleared.<T extends CLProperty>
java.util.List<T>ANLink. getAssociationEnd(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns all association ends assigned to thisANAction.<T extends CLProperty>
java.util.List<T>ANLink. getAssociationEnd(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAssociationEnd and filters its return values according to the given stereotype value.BEBehaviorANCallBehavior. getBehavior()The behavior called by this node.java.lang.StringANOpaque. getBody()Specification of the action in one or more languages.java.util.List<ACPartition>ACPartition. getBrothers(K_CONTROL_OPTION... behaviourFlags)All partitions within the same container and with the same presentation (horizontal or vertical or none), excluding the partition itself and regardless of the property if a partition is external.java.util.List<ACPartition>ACPartition. getBrothers(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getBrothers and filters its return values according to the given stereotype value.ANCallANOutputPin. getCallAction()Action that invokes the behavior and receives the return values.<T extends ACActivityNode>
java.util.List<T>ACActivity. getCallActivityNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All calls to activities inside of this activity.<T extends ACActivityNode>
java.util.List<T>ACActivity. getCallActivityNode(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getCallActivityNode and filters its return values according to the given stereotype value.ANCallOperationANInputPin. getCallOperationAction()Action that transmits an operation call request to the target object.CLClassifierANCreateObject. getClassifier()Classifier to be instantiated.ANClearAssociationANInputPin. getClearAssociationAction()Action that destroys all links of an association which a particular object participates in.<T extends ACActivityEdge>
java.util.List<T>ACActivityGroup. getContainedEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All activity edges being assigned to this group.<T extends ACActivityEdge>
java.util.List<T>ACActivityGroup. getContainedEdge(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getContainedEdge and filters its return values according to the given stereotype value.<T extends ACActivityEdge>
java.util.List<T>ACActivityGroup. getContainedEdgeExplicit(java.lang.Class<T> returnType)<T extends ACActivityEdge>
java.util.List<T>ACActivityGroup. getContainedEdgeImplicit(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All activity edges being implicitly assigned to this group.<T extends ACActivityEdge>
java.util.List<T>ACActivityGroup. getContainedEdgeImplicit(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getContainedEdgeImplicit and filters its return values according to the given stereotype value.<T extends ACActivityNode>
java.util.List<T>ACActivityGroup. getContainedNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All activity nodes being assigned to this group.<T extends ACActivityNode>
java.util.List<T>ACActivityGroup. getContainedNode(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getContainedNode and filters its return values according to the given stereotype value.<T extends ACActivityNode>
java.util.List<T>ACActivityGroup. getContainedNodeExplicit(java.lang.Class<T> returnType)<T extends ACActivityNode>
java.util.List<T>ACActivityGroup. getContainedNodeImplicit(java.lang.Class<T> returnType)<T extends ACActivityNode>
java.util.List<T>ACActivityGroup. getContainedNodeImplicitExclusive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ACActivityNode>
java.util.List<T>ACActivityGroup. getContainedNodeImplicitExclusive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getContainedNodeImplicitExclusive and filters its return values according to the given stereotype value.<T extends ANPin>
java.util.List<T>ANAction. getControlPin(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All pins with property 'isControl' set to true.<T extends ANPin>
java.util.List<T>ANAction. getControlPin(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getControlPin and filters its return values according to the given stereotype value.<T extends ANPin>
java.util.List<T>ANPin. getCorrespondingPin(java.lang.Class<T> returnType, ANAction refObj, K_CONTASGN kind, int mode, K_CONTROL_OPTION... behaviourFlags)Searches for anANPinassigned toargument refObjthat corresponds to the source pin.<T extends ANPin>
java.util.List<T>ANPin. getCorrespondingPin(java.lang.Class<T> returnType, MMStereotype stereotype, ANAction refObj, K_CONTASGN kind, int mode, K_CONTROL_OPTION... behaviourFlags)The method calls getCorrespondingPin and filters its return values according to the given stereotype value.ANCreateObjectANOutputPin. getCreateObjectAction()Action that creates the object that conforms to the statically-specified classifier and puts it on this output pin at runtime.ACDecisionBehaviorACDecisionNode. getDecisionBehavior()Provides input to guard specifications on edges outgoing from the decision node.BEBehaviorACDecisionBehavior. getDecisionInput()BEBehaviorACDecisionNode. getDecisionInput()ACDecisionNodeACDecisionBehavior. getDecisionNode()The decision node.ANInputPinANLinkEndDestructionData. getDestroyAt()Specifies the position of an existing link to be destroyed in ordered non-unique association ends.ANDestroyObjectANInputPin. getDestroyObjectAction()Action that destroys objects.ACDiaACActivity. getDiagram()The presentation of the activity as a diagram.<T extends ACActivityEdge>
java.util.List<T>ACActivity. getEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)CLPropertyANLinkEndData. getEnd()Association end which this link-end data specifies values for.<T extends ANLinkEndData>
java.util.List<T>ANLink. getEndData(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends METriggerReferenceAble>
java.util.List<T>ANAcceptEvent. getEventAsTrigger(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends METriggerReferenceAble>
java.util.List<T>ANAcceptEvent. getEventAsTrigger(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getEventAsTrigger and filters its return values according to the given stereotype value.ANInputPinANRaiseException. getException()ANInputPinwhose value becomes an exception object.java.util.List<ACExceptionHandler>ACExecutableNode. getExceptionHandler(K_CONTROL_OPTION... behaviourFlags)The exeption handlers which the node serves as handler body for.ACObjectNodeACExceptionHandler. getExceptionInput()An object node within the handler body.ACObjectNodeACExecutableNode. getExceptionInput()<T extends CLClassifier>
java.util.List<T>ACExceptionHandler. getExceptionType(java.lang.Class<T> returnType)The kind of instances that the handler catches.java.util.List<IAActionExecSpec>ANAction. getExecution(K_CONTROL_OPTION... behaviourFlags)All execution specifications of theANAction.K_EXPANSIONACStructuredNode. getExpansionMode()The mode of an expansion region controls how its expansion executions proceed.ANInputPinANTestIdentity. getFirst()Gives the pin which the first object is placed on.ANActionANActionInputPin. getFromAction()Returns the action used to provide values to theANActionInputPin.<T extends ACActivityGroup>
java.util.List<T>ACActivity. getGroup(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)ARG_CoordElementACActivityGroup. getGroupCoord()Returns the position and size of the graphical representation of the group.MEValSpecOpaqueExprACActivityEdge. getGuard()Specification evaluated at runtime to determine if the edge can be traversed.java.lang.StringACActivityEdge. getGuardLanguage()Language of the specification evaluated at runtime to determine if the edge can be traversed.java.lang.StringACActivityEdge. getGuardSpecification()Specification evaluated at runtime to determine if the edge can be traversed.java.util.List<ACExceptionHandler>ACExecutableNode. getHandler(K_CONTROL_OPTION... behaviourFlags)A set of exception handlers that are examined if an uncaught exception propagates to the outer level of the executable node.java.util.List<ACExceptionHandler>ACObjectNode. getHandler(K_CONTROL_OPTION... behaviourFlags)TheACExceptionHandlerwhich theACObjectNodeserves as exception token input for.ACExecutableNodeACExceptionHandler. getHandlerBody()<T extends ACExecutableNode>
java.util.List<T>ACExecutableNode. getHandlerBody(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)A node that is executed if the handler satisfies an uncaught exception which propagated to the outer level of the A executable node.<T extends ACExecutableNode>
java.util.List<T>ACExecutableNode. getHandlerBody(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getHandlerBody and filters its return values according to the given stereotype value.java.util.List<ACPartition>ACActivity. getHorizontalPartitions(K_CONTROL_OPTION... behaviourFlags)All partitions to be displayed as a horizontal swimlane contained directly in the activity.java.util.List<ACPartition>ACActivity. getHorizontalPartitions(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getHorizontalPartitions and filters its return values according to the given stereotype value.ACActivityACActivityGroup. getInActivity()<T extends ACActivityEdge>
java.util.List<T>ACActivityNode. getIncoming(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All edges heading into the node.<T extends ACActivityGroup>
java.util.List<T>ACActivityEdge. getInGroup(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All activity groups the edge is assigned to.<T extends ACActivityGroup>
java.util.List<T>ACActivityEdge. getInGroup(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getInGroup and filters its return values according to the given stereotype value.<T extends ACActivityGroup>
java.util.List<T>ACActivityNode. getInGroup(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All activity groups the node is assigned to.<T extends ACActivityGroup>
java.util.List<T>ACActivityNode. getInGroup(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getInGroup and filters its return values according to the given stereotype value.<T extends ACActivityGroup>
java.util.List<T>ACActivityEdge. getInGroupExplicit(java.lang.Class<T> returnType)<T extends ACActivityGroup>
java.util.List<T>ACActivityNode. getInGroupExplicit(java.lang.Class<T> returnType)<T extends ACActivityGroup>
java.util.List<T>ACActivityEdge. getInGroupImplicit(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All activity groups the edge is implicitly assigned to.<T extends ACActivityGroup>
java.util.List<T>ACActivityEdge. getInGroupImplicit(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getInGroupImplicit and filters its return values according to the given stereotype value.<T extends ACActivityGroup>
java.util.List<T>ACActivityNode. getInGroupImplicit(java.lang.Class<T> returnType)<T extends ANInputPin>
java.util.List<T>ANAction. getInput(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The ordered set of input pins connected to the action.<T extends ANInputPin>
java.util.List<T>ANLink. getInputValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Pins taking end objects and qualifier values as input.<T extends ANInputPin>
java.util.List<T>ANOpaque. getInputValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)ANInputPinANAddStructuralFeatureValue. getInsertAt()Returns theANInputPinthat gives the position where a new value should be inserted or moves an existing value in ordered structural features.ANInputPinANLinkEndCreationData. getInsertAt()Specifies where the new link should be inserted for ordered association ends or where an existing link should be moved to.<T extends SMState>
java.util.List<T>ACObjectNode. getInState(java.lang.Class<T> returnType)All current states of theACObjectNode.IAInteractionANAction. getInteraction()IAInteractionwhich the execution of the action occurs in.<T extends ACActivityEdge>
java.util.List<T>ACInterruptibleRegion. getInterruptingEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ACActivityEdge>
java.util.List<T>ACInterruptibleRegion. getInterruptingEdge(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getInterruptingEdge and filters its return values according to the given stereotype value.ACInterruptibleRegionACActivityEdge. getInterrupts()ANInvocationANInputPin. getInvocationAction()Action that invokes the behavior.MEValSpecOpaqueExprACJoinNode. getJoinSpec()A specification that gives the conditions which the join will emit a token under.java.lang.StringACJoinNode. getJoinSpecification()A specification that gives the conditions which the join will emit a token under.java.lang.StringACJoinNode. getJoinSpecificationLanguage()Language of the specification that gives the conditions which the join will emit a token under.java.lang.StringANOpaque. getLanguage()Languages the body strings use in the same order as the body strings.ARG_PRPresContextLayoutACActivity. getLayout()Retrieves the layout information of theACActivity.ANLinkANInputPin. getLinkAction()Action that identifies its links by the objects at the ends of the links and by the qualifiers at ends of the links.ANLinkEndCreationDataANInputPin. getLinkEndCreationData()Returns the new link inserted at the given position.ANLinkEndDataANInputPin. getLinkEndData()Returns theANLinkEndDatawhich the object that is provided by theANInputPinis given to.ANLinkEndDataANQualifierValue. getLinkEndData()ANLinkEndDestructionDataANInputPin. getLinkEndDestructionData()Returns the link to be destroyed at the given position.MESimpleConstraintANAction. getLocalPostcondition()MESimpleConstraintANAction. getLocalPrecondition()booleanACObjectNode. getManualTypeAssign()Returns 'true' if the user may set theELTypeof thisACObjectNodemanually.booleanACStructuredNode. getMustIsolate()<T extends ACActivityNode>
java.util.List<T>ACActivity. getNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<ACActivity>ACActivity. getNodeActivity(K_CONTROL_OPTION... behaviourFlags)All activities called inside of this activity.java.util.List<ACActivity>ACActivity. getNodeActivity(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getNodeActivity and filters its return values according to the given stereotype value.ARG_CoordElementACActivityNode. getNodeCoord()Returns the position and size of the graphical representation of the node.ANInputPinANClearAssociation. getObject()Gives the input pin which the object whose participation in the association is to be cleared is obtained from.ANInputPinANStructuralFeature. getObject()Gives the input pin which the object whose structural feature is to be read or written is obtained from.ANInputPinANUnmarshall. getObject()The object to be unmarshalled.ACObjectNodeACObjNodeSelBehavior. getObjectNode()The object node which the tokens are selected for.<T extends ANPin>
java.util.List<T>ANAction. getObjectPin(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All pins with 'isControl' property set to false.<T extends ANPin>
java.util.List<T>ANAction. getObjectPin(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getObjectPin and filters its return values according to the given stereotype value.ANOpaqueANInputPin. getOpaqueAction()Action with implementation-specific semantics.ANOpaqueANOutputPin. getOpaqueAction()Action with implementation-specific semantics.CLOperationANCallOperation. getOperation()The operation to be invoked by the action execution.K_AC_OBJECTNODE_ORDERINGACObjectNode. getOrdering()Informs whether and how the tokens in the object node are ordered for selection to traverse edges outgoing from the object node.K_ORIENTATIONACForkNode. getOrientation()Returns the orientation of theACForkNode.K_ORIENTATIONACJoinNode. getOrientation()Returns the orientation of theACJoinNode.<T extends ACActivityEdge>
java.util.List<T>ACActivityNode. getOutgoing(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All edges heading out of the node.java.util.List<ANOutputPin>ANAction. getOutput(K_CONTROL_OPTION... behaviourFlags)The ordered set of output pins connected to the action.java.util.List<ANOutputPin>ANOpaque. getOutputValue(K_CONTROL_OPTION... behaviourFlags)java.util.List<MESimpleConstraint>ACStructuredNode. getOwnedRule(K_CONTROL_OPTION... behaviourFlags)All constraints owned by thisACStructuredNode.ANLinkANLinkEndData. getOwnerAction()LinkAction that writes to or reads from the link end.ANActionInputPinANAction. getOwnerPin()Returns theANActionInputPinwhich the given action provides its values to.CLParameterACParamNode. getParameter()The parameter the object node accepts and provides values for.CLParameterANPin. getParameter(java.lang.Class<? extends ELObject> kind, int mode)Finds theCLParameterthat corresponds to theANPin.K_PARAM_DIRKINDACParamNode. getParameterDirection()Specifies the direction kind of the assigned parameter.K_EFFECTKINDACParamNode. getParameterEffect()Specifies the effect that the owner of the assigned parameter has on values passed in or out of the parameter.booleanACParamNode. getParameterIsException()Informs whether an assigned output parameter may emit a value to the exclusion of the other outputs.booleanACParamNode. getParameterIsStream()Informs whether the assigned input parameter may accept values while its behavior is executing or whether an output parameter post values while the behavior is executing.ELTypeACParamNode. getParameterType()Type of the assignedCLParameter.java.util.List<ACParamNode>ANPin. getParamNode(K_CONTROL_OPTION... behaviourFlags)Finds theACParamNodecorresponding to theANPin.java.util.List<ACParamNode>ANPin. getParamNode(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getParamNode and filters its return values according to the given stereotype value.java.util.List<ACParamNode>ACActivity. getParamNodeOfParam(CLParameter refObj, K_CONTROL_OPTION... behaviourFlags)java.util.List<ACParamNode>ACActivity. getParamNodeOfParam(MMStereotype stereotype, CLParameter refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getParamNodeOfParam and filters its return values according to the given stereotype value.java.util.List<ACPartition>ACActivity. getPartition(K_CONTROL_OPTION... behaviourFlags)Top-level partitions in the activity.CLPortANInvocation. getPort()TheANInvocationbeing tied to aCLPort.ACPartitionACPartition. getPredecessor()K_AC_PARTITION_PRESENTATIONACPartition. getPresentation()Specifies if the partition is displayed at all and, if it is displayed, if it is aligned horizontally or vertically.ACExecutableNodeACExceptionHandler. getProtectedNode()ACExecutableNodeACExecutableNode. getProtectedNode()java.util.List<ANQualifierValue>ANLinkEndData. getQualifier(K_CONTROL_OPTION... behaviourFlags)List of qualifier values.CLPropertyANQualifierValue. getQualifier()Attributes representing the qualifier which the value is to be specified for.ANQualifierValueANInputPin. getQualifierValue()QualifierValue identifies links.ANRaiseExceptionANInputPin. getRaiseExceptionAction()Action that causes an exception to occur.ANReadLinkANOutputPin. getReadLinkAction()Action that navigates across associations to retrieve objects on one end.ANReadSelfANOutputPin. getReadSelfAction()Action that retrieves the host object of an action.ANReadStructuralFeatureANOutputPin. getReadStructuralFeatureAction()Structural feature action that retrieves the value of a structural feature.ANInputPinANRemoveStructuralFeatureValue. getRemoveAt()Returns the pin that specifies the position of an existing value to remove in ordered non-unique structural features.ANRemoveStructuralFeatureValueANInputPin. getRemoveStructuralFeatureValueAction()Write structural feature action removes the value from the structural features at the given position.ANReplyANInputPin. getReplyAction()ANReplythat takes the return information value.ANReplyANInputPin. getReplyActionOfValue()ANReplythat takes the reply value.<T extends ANInputPin>
java.util.List<T>ANReply. getReplyValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)A list of pins that contains the reply values of the operation.MEModelElementACPartition. getRepresents()ANInputPinANSendObject. getRequest()The request object which is transmitted to the target object.java.util.List<ANOutputPin>ANAcceptEvent. getResult(K_CONTROL_OPTION... behaviourFlags)Pins that hold the received event objects or their attributes.java.util.List<ANOutputPin>ANCall. getResult(K_CONTROL_OPTION... behaviourFlags)A list of output pins where the results of performing the invocation are placed.ANOutputPinANCreateObject. getResult()Gives the output pin which the result is put on.ANOutputPinANReadLink. getResult()The pin which is put on the objects participating in the association at the end not specified by the inputs.ANOutputPinANReadSelf. getResult()Gives the output pin which the hosting object is placed on.ANOutputPinANReadStructuralFeature. getResult()Gives the output pin which the result is put on.ANOutputPinANTestIdentity. getResult()Informs whether the two input objects are identical.java.util.List<ANOutputPin>ANUnmarshall. getResult(K_CONTROL_OPTION... behaviourFlags)The values of the structural features of the input object.ANOutputPinANValSpec. getResult()Gives the output pin which the result is output on.ANOutputPinANAcceptCall. getReturnInformation()Pins holding the received event objects or their attributes.ANInputPinANReply. getReturnInformation()AnANInputPinthat contains the return information value produced by an earlierANAcceptCall.ACStructuredNodeACVariable. getScope()A structured activity node that owns the variable.ANInputPinANTestIdentity. getSecond()Gives the pin which the second object is placed on.BEBehaviorACObjectFlow. getSelBehavior()The selection behavior which selects tokens from a source object node.ACObjNodeSelBehaviorACObjectNode. getSelBehavior()Selects tokens for outgoing edges.CLParameterSetANCall. getSelectedParameterSetIn()TheCLParameterSetwith input direction that will determine the model consistency checks, the verify actions and the maintenance actions on this call action.CLParameterSetANCall. getSelectedParameterSetOut()TheCLParameterSetwith output direction that will determine the model consistency checks, the verify actions and the maintenance actions on this call action.BEBehaviorACObjFlowBehavior. getSelectionBE()A behavior that selects tokens from a source object node.BEBehaviorACObjNodeSelBehavior. getSelectionBE()ACObjFlowBehaviorACObjectFlow. getSelectionBehavior()Selects tokens from a source object node.BEBehaviorACObjectNode. getSelectionBehavior()The selection behavior which selects tokens for outgoing object flows.ACObjectFlowACObjFlowBehavior. getSelectionOwningFlow()The object flow of the selection behavior.java.util.List<ACPartition>ACPartition. getSelfAndBrothers(K_CONTROL_OPTION... behaviourFlags)All partitions within the same container and with the same presentation (horizontal or vertical or none), including the partition itself and regardless of the property if a partition is external.java.util.List<ACPartition>ACPartition. getSelfAndBrothers(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSelfAndBrothers and filters its return values according to the given stereotype value.java.util.List<ACPartition>ACPartition. getSelfAndNonExternalBrothers(K_CONTROL_OPTION... behaviourFlags)All non-external partitions within the same container and with the same presentation (horizontal or vertical or none), including the partition itself.java.util.List<ACPartition>ACPartition. getSelfAndNonExternalBrothers(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSelfAndNonExternalBrothers and filters its return values according to the given stereotype value.ANSendObjectANInputPin. getSendObjectAction()Action that transmits the object to the target object.ANSendSignalANInputPin. getSendSignalAction()Action that creates the signal instance.<T extends ANAction>
java.util.List<T>ANAcceptEvent. getSentBy(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allANSendSignal/ANBroadcastSignal/ANSendObjectactions that send signals accepted by thisANAcceptEvent.<T extends ANAction>
java.util.List<T>ANAcceptEvent. getSentBy(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSentBy and filters its return values according to the given stereotype value.CLSignalANBroadcastSignal. getSignal()The specification of signal object transmitted to the target objects.CLSignalANSendSignal. getSignal()The type of signal transmitted to the target object.ACActivityNodeACActivityEdge. getSource()The source node of the edge.ELStructFeatureANStructuralFeature. getStructuralFeature()Structural feature to be read.ANStructuralFeatureANInputPin. getStructuralFeatureAction()Action that statically specifies the structural feature to be accessed.ACStructuredNodeANInputPin. getStructuredActivityNode()TheACStructuredNodewhich owns thisANInputPin.ACStructuredNodeANOutputPin. getStructuredActivityNode()TheACStructuredNodewhich owns thisANOutputPin.java.util.List<ACStructuredNode>ACActivity. getStructuredNode(K_CONTROL_OPTION... behaviourFlags)Top-level structured nodes in the activity.java.util.List<ACStructuredNode>ACActivity. getStructuredNodeInCycle(K_CONTROL_OPTION... behaviourFlags)All structured activity nodes of the activity which are assigned to another structured activity node and which lie in a circle of assignments.java.util.List<ACStructuredNode>ACActivity. getStructuredNodeInCycle(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getStructuredNodeInCycle and filters its return values according to the given stereotype value.<T extends ANInputPin>
java.util.List<T>ACStructuredNode. getStructuredNodeInput(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All input pins for thisACStructuredNode.java.util.List<ANOutputPin>ACStructuredNode. getStructuredNodeOutput(K_CONTROL_OPTION... behaviourFlags)All output pins for thisACStructuredNode.<T extends ACActivityGroup>
java.util.List<T>ACActivityGroup. getSubgroup(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<ACPartition>ACPartition. getSubPartition(K_CONTROL_OPTION... behaviourFlags)The partitions immediately contained by the partition.ACPartitionACPartition. getSuccessor()ACActivityGroupACActivityGroup. getSuperGroup()ACPartitionACPartition. getSuperPartition()ACActivityNodeACActivityEdge. getTarget()The target node of the edge.ANInputPinANCallOperation. getTarget()The target object which the request is sent to.ANInputPinANDestroyObject. getTarget()The input pin that provides the object to be destroyed.ANInputPinANSendObject. getTarget()The target object which the object is sent to.ANInputPinANSendSignal. getTarget()The target object which the signal is sent to.ANTestIdentityANOutputPin. getTestIdentityAction()Action that tests if two values are identical objects.ANTestIdentityANInputPin. getTestIdentityActionFirst()Action that tests if two values are identical objects.ANTestIdentityANInputPin. getTestIdentityActionSecond()Action that tests if two values are identical objects.BEBehaviorACObjectFlow. getTransBehavior()The transformation behavior which changes or replaces data tokens flowing along the edge.ACObjFlowBehaviorACObjectFlow. getTransformationBehavior()Changes or replaces data tokens flowing along the flow.ACObjectFlowACObjFlowBehavior. getTransformationOwningFlow()The object flow of the transformation behavior.ANSendObjectANInputPin. getTransmitter()Action that transmits the object to the target object.java.util.List<BETrigger>ANAcceptEvent. getTrigger(K_CONTROL_OPTION... behaviourFlags)BETriggerANReply. getTrigger()BETriggerthat specifies the operation whose call is being replied to.CLClassifierACObjectNode. getTypingClassifier()The classifier used as type for this object node.CLClassifierACVariable. getTypingClassifier()The classifier that types this variable.ANUnmarshallANInputPin. getUnmarshallAction()Action that breaks the object into outputs.ANUnmarshallANOutputPin. getUnmarshallAction()Action that breaks the input object into outputs.CLClassifierANUnmarshall. getUnmarshallType()The type of the object to be unmarshalled.ELValSpecACObjectNode. getUpperBound()The maximum number of tokens allowed in the node.java.lang.StringACObjectNode. getUpperBoundSpecification()Info reading the upper bound which is the maximum number of tokens allowed in the node.ANInputPinANLinkEndData. getValue()ANInputPinthat provides the specified object for the given end.ANInputPinANQualifierValue. getValue()Input pin which the specified value for the qualifier is taken from.<T extends ELValSpec>
java.util.List<T>ANValSpec. getValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The value specification to be evaluated.<T extends ELValSpec>
java.util.List<T>ANValuePin. getValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)ANInputPinANWriteStructuralFeature. getValue()Value to be added or removed from the structural feature.ANValSpecANOutputPin. getValueSpecificationAction()The action of this result.java.lang.StringANValSpec. getValueSpecificationBody()The text of the value specification expression to be evaluated.java.lang.StringANValuePin. getValueSpecificationBody()The text of the value specification expression of the value that the pin will provide.java.lang.StringANValSpec. getValueSpecificationLanguage()The language of the value specification expression to be evaluated.java.lang.StringANValuePin. getValueSpecificationLanguage()The language of the value specification expression of the value that the pin will provide.java.util.List<ACVariable>ACActivity. getVariable(K_CONTROL_OPTION... behaviourFlags)Top-level variables in the activity.java.util.List<ACVariable>ACStructuredNode. getVariable(K_CONTROL_OPTION... behaviourFlags)Variables defined in the scope of the structured activity node.java.util.List<ACPartition>ACActivity. getVerticalPartitions(K_CONTROL_OPTION... behaviourFlags)All partitions to be displayed as a vertical swimlane contained directly in the activity.java.util.List<ACPartition>ACActivity. getVerticalPartitions(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getVerticalPartitions and filters its return values according to the given stereotype value.MEValSpecOpaqueExprACActivityEdge. getWeight()Number of objects consumed from the source node on each traversal.java.lang.StringACActivityEdge. getWeightLanguage()Language of the specification of the number of objects consumed from the source node on each traversal.java.lang.StringACActivityEdge. getWeightSpecification()Specification of the number of objects consumed from the source node on each traversal.ANWriteStructuralFeatureANInputPin. getWriteStructuralFeatureAction()Structural feature action that changes the structural feature values.booleanACActivity. hasOrthogonalPartitions()true, if this activity contains at least one activity partition with horizontal and one with vertical presentation.ACActivityEdgeACActivityEdge. insertActivityNode(ELElement item)Splits up theACActivityEdgeand inserts the givenACActivityNode.static ACPartitionACPartitionHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplatePartition, java.util.List<? extends ACPartition> seqPartitionSelection, K_INSERT kInsertAt)Inserts a newACPartitionusing a partition template.booleanACJoinNode. isCombineDuplicate()Informs whether tokens that have objects with the same identity are combined into one by theACJoinNode.booleanANPin. isControl()Informs whether the pins provide the actions with data or just control it when it executes it.booleanACObjectNode. isControlType()Tells whether the type of the object node is to be treated as control.booleanANDestroyObject. isDestroyLinks()Specifies whether links which the object participates in are destroyed along with the object.booleanANDestroyObject. isDestroyOwnedObjects()Specifies whether objects owned by the object are destroyed along with the object.booleanACPartition. isDimension()Informs whether the partition groups other partitions along a dimension.booleanACPartition. isExternal()Informs whether the partition represents an entity which the partitioning structure does not apply to.booleanACStructuredNode. isInGroupCycle()booleanACActivityNode. isInInterruptibleRegion(ACInterruptibleRegion refObj)booleanACActivityEdge. isInterruptingEdge()True, if the edge leaves an interruptible activity region.booleanACActivityEdge. isMaintainAble()Returns true if theACActivityEdgemay be maintained.booleanANAction. isMaintainAble()Returns true if theANActionmay be maintained to match some other element.booleanACObjectFlow. isMulticast()Informs whether the objects in the flow are passed by multicasting.booleanACObjectFlow. isMultireceive()Informs whether the objects in the flow are gathered from respondents to multicasting.booleanACActivity. isReadOnly()booleanANLinkEndDestructionData. isRemoveDuplicates()Specifies whether to destroy duplicates of the value in non-unique association ends.booleanANRemoveStructuralFeatureValue. isRemoveDuplicates()Specifies whether to remove duplicates of the value in non-unique structural features.booleanANAddStructuralFeatureValue. isReplaceAll()False specifies whether existing values of the structural feature of the object should be removed before adding the new value.booleanANLinkEndCreationData. isReplaceAll()Specifies whether the existing links emanating from the object on this end should be destroyed before creating a new link.booleanACActivity. isSingleExecution()If true, all invocations of the activity are handled by the same execution.booleanANCall. isSynchronous()If true, the call is synchronous and the caller waits for completion of the invoked behavior.booleanANAcceptEvent. isUnmarshall()Indicates whether there is a single output pin for the event or multiple output pins for attributes of the event.voidACActivity. layout(java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)Modifies the layout information of theACActivity.static voidACActivityHelper. layout(SrvContext srvCtx, java.util.List<? extends ACActivity> sel, java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)Modifies the layout information of theACActivity.voidANAcceptEvent. maintain()voidANAddStructuralFeatureValue. maintain()Maintains the insertAt input pin according to the 'is ordered' property of theELStructFeature.voidANBroadcastSignal. maintain()The list of argument pins of theANBroadcastSignalis maintained by the ordered list of properties of theCLSignal.voidANCallBehavior. maintain()The number of argument pins and the number of parameters of the behavior of type in and in-out must be equal.voidANCallOperation. maintain()The list of argument pins of theANCallOperationis maintained by the ordered list of in/in-out parameters of theBEBehavior.voidANClearAssociation. maintain()Sets theELTypeof the object input pin to the type of one of the association ends of theCLAssociationof theANAction.voidANCreateLink. maintain()The list of input pins of theANCreateLinkis maintained with reference to the list of properties of the corresponding association.voidANCreateObject. maintain()voidANDestroyLink. maintain()The list of inputANInputPinof theANDestroyLinkis maintained with reference to the list ofCLPropertyof the correspondingCLAssociation.voidANReadLink. maintain()The 'result' output pin and the list of 'input' input pins of theANReadLinkis maintained by the link end datas of theCLAssociation.voidANReadSelf. maintain()Maintains theELTypeof the result output pin according to the behavioured classifier theANActionis placed in.voidANReadStructuralFeature. maintain()Maintains theELTypeof the result output pin according to the type ofELStructFeatureof theANAction.voidANRemoveStructuralFeatureValue. maintain()Maintains the removeAt input pin according to the 'is ordered' and 'is unique' property of theELStructFeature.voidANReply. maintain()The list of replyValue input pins of the ReplyAction is maintained by the ordered list of out/return/in-out parameters in the operation that triggers this action.voidANSendSignal. maintain()The list of argument input pins of the SendSignalAction is maintained by the ordered list of properties of the signal.voidANTestIdentity. maintain()voidANUnmarshall. maintain()The list of results of theANUnmarshallis maintained by the ordered list of structural features of the unmarshall type.voidANValSpec. maintain()static voidANActionHelper. maintainActions(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Calls the maintenance commands for all the actions supplied.static voidACExceptionHandlerHelper. maintainExceptionTypes(SrvContext srvCtx, java.util.List<? extends ELElement> seq)voidACObjectFlow. maintainObjTypes()If theACObjectFlowconnects a typed and a typelessACObjectNode, this command will set theELTypeof the typeless object according to the typed object.static voidACObjectFlowHelper. maintainObjTypes(SrvContext srvCtx, java.util.List<? extends ELElement> seq)voidANCallBehavior. maintainReverse()If the assignedBEBehaviorhas no parameters yet, this command will create one parameter for each argument/result/exception pin of the action.voidANCallOperation. maintainReverse()If the assignedCLOperationhas no parameters yet, this command will create one parameter for each argument/result pin of the action.voidACObjectFlow. modifyBehaviorForSelection(BEBehavior oh)Assigns a selection behavior to the flow.voidACObjectNode. modifyBehaviorForSelection(BEBehavior oh)Assigns a selection behavior to the node.voidACObjectFlow. modifyBehaviorForTransformation(BEBehavior oh)Assigns a transformation behavior to the flow.voidACDecisionNode. modifyDecisionInput(BEBehavior oh)Assigns a decision behavior to the node.ACActivityEdgeACActivityEdge. reconnect(ADClientAble ohNew, K_SIDE side, java.awt.Point pos)Reconnects the edge.ACExceptionHandlerACExceptionHandler. reconnect(ADClientAble ohNew, K_SIDE side, java.awt.Point pos)Reconnects the exception handler.voidACActivityGroup. removeAllContainedNodeExplicit()Removes all the activity nodes explicitly assigned to this group.voidACActivityGroup. removeContainedNodeExplicit(java.util.List<? extends ACActivityNode> seqNode)Removes all the activity nodes passed from this group.voidACActivityGroup. replaceContainedNodeExplicit(java.util.List<? extends ACActivityNode> seqNode)Assigns all the activity nodes passed to this group marking the assignment as explicit.voidACActivityEdge. replaceInGroupExplicit(java.util.List<? extends ACActivityGroup> seqGroup)Assigns all the groups passed to this activity edge marking the assignment as explicit.voidACActivityNode. replaceInGroupExplicit(java.util.List<? extends ACActivityGroup> seqGroup)Assigns all the groups passed to this activity node marking the assignment as explicit.voidANClearAssociation. setAssociation(CLAssociation value)Set the value of Foreign Key Association.voidANLink. setAssociationEnd(java.util.List<? extends CLProperty> values)Set the value of View AssociationEnd.voidANCallBehavior. setBehavior(BEBehavior value)Set the value of Foreign Key Behavior.voidANOpaque. setBody(java.lang.String value)Set the value of Attribut Body.voidANCreateObject. setClassifier(CLClassifier value)Set the value of Foreign Key Classifier.voidACJoinNode. setCombineDuplicate(boolean value)Set the value of Attribut IsCombineDuplicate.voidACActivityGroup. setContainedEdgeExplicit(java.util.List<? extends ACActivityEdge> values)Set the value of Foreign Key ContainedEdgeExplicit.voidACActivityGroup. setContainedNodeExplicit(java.util.List<? extends ACActivityNode> values)Set the value of Foreign Key ContainedNodeExplicit.voidACActivityGroup. setContainedNodeImplicit(java.util.List<? extends ACActivityNode> values)Set the value of Foreign Key ContainedNodeImplicit.voidANPin. setControl(boolean value)Set the value of Attribut IsControl.voidACObjectNode. setControlType(boolean value)Set the value of Attribut IsControlType.voidACDecisionBehavior. setDecisionInput(BEBehavior value)Set the value of Foreign Key DecisionInput.voidACDecisionNode. setDecisionInput(BEBehavior value)Set the value of View DecisionInput.voidANDestroyObject. setDestroyLinks(boolean value)Set the value of Attribut IsDestroyLinks.voidANDestroyObject. setDestroyOwnedObjects(boolean value)Set the value of Attribut IsDestroyOwnedObjects.voidACPartition. setDimension(boolean value)Set the value of Attribut IsDimension.voidANAcceptEvent. setEventAsTrigger(java.util.List<? extends METriggerReferenceAble> values)Set the value of View EventAsTrigger.voidACExceptionHandler. setExceptionInput(ACObjectNode value)Set the value of Foreign Key ExceptionInput.voidACExceptionHandler. setExceptionType(java.util.List<? extends CLClassifier> values)Set the value of Foreign Key ExceptionType.voidACStructuredNode. setExpansionMode(K_EXPANSION value)Set the value of Attribut ExpansionMode.voidACPartition. setExternal(boolean value)Set the value of Attribut IsExternal.voidACActivityGroup. setGroupCoord(java.awt.Point posNode, java.awt.Point sizNode)Sets the center point coordinate together with the width and height of the group.voidACActivityEdge. setGuardLanguage(java.lang.String value)Set the value of Info GuardLanguage.voidACActivityEdge. setGuardSpecification(java.lang.String value)Set the value of Info GuardSpecification.voidACExceptionHandler. setHandlerBody(ACExecutableNode value)Set the value of Foreign Key HandlerBody.voidACActivityEdge. setInGroupExplicit(java.util.List<? extends ACActivityGroup> values)Set the value of Foreign Key InGroupExplicit.voidACActivityNode. setInGroupExplicit(java.util.List<? extends ACActivityGroup> values)Set the value of Foreign Key InGroupExplicit.voidACActivityNode. setInGroupImplicit(java.util.List<? extends ACActivityGroup> values)Set the value of Foreign Key InGroupImplicit.voidACObjectNode. setInState(java.util.List<? extends SMState> values)Set the value of Foreign Key InState.voidACJoinNode. setJoinSpecification(java.lang.String value)Set the value of Info JoinSpecification.voidACJoinNode. setJoinSpecificationLanguage(java.lang.String value)Set the value of Info JoinSpecificationLanguage.voidANOpaque. setLanguage(java.lang.String value)Set the value of Attribut Language.voidACObjectFlow. setMulticast(boolean value)Set the value of Attribut IsMulticast.voidACObjectFlow. setMultireceive(boolean value)Set the value of Attribut IsMultireceive.voidACStructuredNode. setMustIsolate(boolean value)Set the value of Attribut MustIsolate.voidACActivityNode. setNodeCoord(java.awt.Point posNode, java.awt.Point sizNode)Sets the center point coordinate of the graphical representation of the node together with the width and height of the node.voidANCallOperation. setOperation(CLOperation value)Set the value of Foreign Key Operation.voidACObjectNode. setOrdering(K_AC_OBJECTNODE_ORDERING value)Set the value of Attribut Ordering.voidACForkNode. setOrientation(K_ORIENTATION value)Set the value of Attribut Orientation.voidACJoinNode. setOrientation(K_ORIENTATION value)Set the value of Attribut Orientation.voidACActivity. setOrthogonalPartitions(boolean value)Set the value of Info HasOrthogonalPartitions.voidACParamNode. setParameterDirection(K_PARAM_DIRKIND value)Set the value of Info ParameterDirection.voidACParamNode. setParameterEffect(K_EFFECTKIND value)Set the value of Info ParameterEffect.voidACParamNode. setParameterIsException(boolean value)Set the value of Info ParameterIsException.voidACParamNode. setParameterIsStream(boolean value)Set the value of Info ParameterIsStream.voidACParamNode. setParameterType(ELType value)Set the value of View ParameterType.voidACPartition. setPresentation(K_AC_PARTITION_PRESENTATION value)Set the value of Attribut Presentation.voidACPartition. setPresentationAndOwner(ELContainerAble ohOwner, K_AC_PARTITION_PRESENTATION kPres)Modifies the presentation of the partition, e.g. from vertical to horizontal or to no representation at all.voidACActivity. setReadOnly(boolean value)Set the value of Attribut IsReadOnly.voidANLinkEndDestructionData. setRemoveDuplicates(boolean value)Set the value of Attribut IsRemoveDuplicates.voidANRemoveStructuralFeatureValue. setRemoveDuplicates(boolean value)Set the value of Attribut IsRemoveDuplicates.voidANAddStructuralFeatureValue. setReplaceAll(boolean value)Set the value of Attribut IsReplaceAll.voidANLinkEndCreationData. setReplaceAll(boolean value)Set the value of Attribut IsReplaceAll.voidACPartition. setRepresents(MEModelElement value)Set the value of Foreign Key Represents.voidACObjectFlow. setSelBehavior(BEBehavior value)Set the value of View SelBehavior.voidANCall. setSelectedParameterSetIn(CLParameterSet value)Set the value of Foreign Key SelectedParameterSetIn.voidANCall. setSelectedParameterSetOut(CLParameterSet value)Set the value of Foreign Key SelectedParameterSetOut.voidACObjFlowBehavior. setSelectionBE(BEBehavior value)Set the value of Foreign Key SelectionBE.voidACObjNodeSelBehavior. setSelectionBE(BEBehavior value)Set the value of Foreign Key SelectionBE.voidACObjectNode. setSelectionBehavior(BEBehavior value)Set the value of View SelectionBehavior.voidANBroadcastSignal. setSignal(CLSignal value)Set the value of Foreign Key Signal.voidANSendSignal. setSignal(CLSignal value)Set the value of Foreign Key Signal.voidACActivity. setSingleExecution(boolean value)Set the value of Attribut IsSingleExecution.voidACActivityEdge. setSource(ACActivityNode value)Set the value of Foreign Key Source.voidANStructuralFeature. setStructuralFeature(ELStructFeature value)Set the value of Foreign Key StructuralFeature.voidANCall. setSynchronous(boolean value)Set the value of Attribut IsSynchronous.voidACActivityEdge. setTarget(ACActivityNode value)Set the value of Foreign Key Target.voidACObjectFlow. setTransBehavior(BEBehavior value)Set the value of View TransBehavior.voidANAcceptEvent. setTrigger(java.util.List<? extends BETrigger> values)Set the value of Primary Key Trigger.voidANReply. setTrigger(BETrigger value)Set the value of Foreign Key Trigger.voidANAcceptEvent. setUnmarshall(boolean value)Set the value of Attribut IsUnmarshall.voidANUnmarshall. setUnmarshallType(CLClassifier value)Set the value of Foreign Key UnmarshallType.voidACObjectNode. setUpperBoundSpecification(java.lang.String value)Set the value of Info UpperBoundSpecification.voidANValSpec. setValueSpecificationBody(java.lang.String value)Set the value of Info ValueSpecificationBody.voidANValuePin. setValueSpecificationBody(java.lang.String value)Set the value of Info ValueSpecificationBody.voidANValSpec. setValueSpecificationLanguage(java.lang.String value)Set the value of Info ValueSpecificationLanguage.voidANValuePin. setValueSpecificationLanguage(java.lang.String value)Set the value of Info ValueSpecificationLanguage.voidACActivityEdge. setWeightSpecification(java.lang.String value)Set the value of Info WeightSpecification. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2acdia
-
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc that throw SrvErrorException Modifier and Type Method Description java.util.List<BCTermAssign>BCTermAssignAble. assignTerm(java.util.List<? extends ELElement> seq)java.util.List<BCTerm>BCTerm. assignTermAssignAble(java.util.List<? extends ELElement> seq)static BCExpressionBCExpressionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Defined Logical Expression with template and container.static BCExpressionBCExpressionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Defined Logical Expression with stereotype and container.static BCPropertyBCPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Property (of a Business Object) with template and container.static BCPropertyBCPropertyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Property (of a Business Object) with stereotype and container.static BCPropertySetBCPropertySetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Property Set (of a Business Object) with template and container.static BCPropertySetBCPropertySetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Property Set (of a Business Object) with stereotype and container.static BCTermBCTermHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Defined Technical Term with template and container.static BCTermBCTermHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Defined Technical Term with stereotype and container.java.util.List<BCTermAssign>BCTerm. getAssignedElement(K_CONTROL_OPTION... behaviourFlags)java.util.List<BCPropertySetRefElem>BCPropertyAble. getAssignedPropertySet(K_CONTROL_OPTION... behaviourFlags)All property set assignments of theBCPropertyAble.java.util.List<BCTermAssign>BCTermAssignAble. getAssignedTerm(K_CONTROL_OPTION... behaviourFlags)The term or concept assignments attributed to an element.java.util.List<BCPropertySetRefElem>BCPropertySet. getAssignmentToPropertyAble(K_CONTROL_OPTION... behaviourFlags)All property set references to this property set.java.lang.StringBCBaseElement. getBusinessIdentifier()This attribute is used to uniquely identify business modelling elements.java.util.List<BPConditionalEventDefinition>BCExpression. getConditionalEventDefinition()All conditional event definitions using this conditional expression.java.util.List<BPDataIOAssociation>BCExpression. getDataIOAssociationWithAssignment()The data I/O association using this assignment expression definition.java.util.List<BPDataIOAssociation>BCExpression. getDataIOAssociationWithTransform()The data I/O association using this transformation expression definition.ELValSpecBCProperty. getDefaultValue()The default value of a property.K_BC_EXPRESSION_TYPEBCExpression. getExpressionType()The type of the expression.BCTermBCTerm. getGeneralTerm()A more general term or concept.java.util.List<BCProperty>BCPropertyAble. getOwnedAdHocProperty(K_CONTROL_OPTION... behaviourFlags)All properties defined for theBCPropertyAble.java.util.List<BCProperty>BCPropertySet. getOwnedProperty(K_CONTROL_OPTION... behaviourFlags)All properties defined for theBCPropertySet.java.util.List<BCPropertyRefElem>BCPropertySetRefElem. getOwnedValueAssignment(K_CONTROL_OPTION... behaviourFlags)BPChoreographyBCRootReuseAbleElement. getOwningChoreography()The choreography wherein thisBCRootReuseAbleElementis relevant.BPCollaborationBCRootReuseAbleElement. getOwningCollaboration()The collaboration wherein thisBCRootReuseAbleElementis relevant.BPProcessBCRootReuseAbleElement. getOwningProcess()The process wherein thisBCRootReuseAbleElementis relevant.BCPropertyAbleBCProperty. getOwningPropertyAble()TheBCPropertyAbleof theBCProperty.BCPropertyAbleBCPropertySetRefElem. getOwningPropertyAble()TheBCPropertyAbleof the property set assignment.BCPropertySetBCProperty. getOwningPropertySet()TheBCPropertySetof theBCProperty.BCPropertySetRefElemBCPropertyRefElem. getOwningPropertySetRef()The property set being referenced of the property assignment.java.util.List<BPPath>BCExpression. getPath()All paths using the expression.BCPropertyBCPropertyRefElem. getProperty()The property being referenced.java.lang.StringBCProperty. getPropertyDefaultValue()The default value of the property.java.lang.StringBCPropertyRefElem. getPropertyReferenceValue()The value of the property at this reference.BCPropertySetBCPropertySetRefElem. getPropertySet()The property set being referenced.java.util.List<BCPropertySet>BCPropertyAble. getPropertySetsAssigned(K_CONTROL_OPTION... behaviourFlags)All property sets being assigned to this element.java.util.List<BCPropertySet>BCPropertyAble. getPropertySetsAssigned(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPropertySetsAssigned and filters its return values according to the given stereotype value.java.lang.StringBCProperty. getPropertyValue()The value of the property.<T extends BCTerm>
java.util.List<T>BCTerm. getRefinedTerm(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Terms or concepts which refine the current term or concept.java.util.List<BPSequenceFlow>BCExpression. getSequenceFlow()All conditional sequence flows using this conditional expression.BCTermBCTermAssign. getTerm()The term belonging to an element.BCTermAssignAbleBCTermAssign. getTermAssignAble()The element having the term or concept assigned.java.lang.StringBCTerm. getTermDefinition()The definition of the term.java.lang.StringBCTerm. getTermDefinitionLanguage()Specifies the languages which the definition is stated in.<T extends BCTerm>
java.util.List<T>BCTermAssignAble. getTerms(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends BCTerm>
java.util.List<T>BCTermAssignAble. getTerms(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getTerms and filters its return values according to the given stereotype value.CLClassifierBCProperty. getTypingClassifier()The typing classifier of the property.java.util.List<BCPropertyRefElem>BCProperty. getValueAssignment(K_CONTROL_OPTION... behaviourFlags)All property references to this property.voidBCBaseElement. setBusinessIdentifier(java.lang.String value)Set the value of Attribut BusinessIdentifier.voidBCExpression. setExpressionType(K_BC_EXPRESSION_TYPE value)Set the value of Attribut ExpressionType.voidBCProperty. setPropertyDefaultValue(java.lang.String value)Set the value of Attribut PropertyDefaultValue.voidBCPropertyRefElem. setPropertyReferenceValue(java.lang.String value)Set the value of Attribut PropertyReferenceValue.voidBCPropertyAble. setPropertySetsAssigned(java.util.List<? extends BCPropertySet> values)Set the value of View PropertySetsAssigned.voidBCProperty. setPropertyValue(java.lang.String value)Set the value of Info PropertyValue.voidBCTerm. setTermDefinition(java.lang.String value)Set the value of Attribut TermDefinition.voidBCTerm. setTermDefinitionLanguage(java.lang.String value)Set the value of Attribut TermDefinitionLanguage.voidBCTermAssignAble. setTerms(java.util.List<? extends BCTerm> values)Set the value of View Terms. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that throw SrvErrorException Modifier and Type Method Description static BEChangeEventBEChangeEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Change Event with template and container.static BEChangeEventBEChangeEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Change Event with stereotype and container.static BEOpaqueBEOpaqueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Opaque Behavior with template and container.static BEOpaqueBEOpaqueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Opaque Behavior with stereotype and container.static BETimeEventBETimeEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Time Event with template and container.static BETimeEventBETimeEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Time Event with stereotype and container.static BETriggerBETriggerHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Trigger with template and container with requirement.static BETriggerBETriggerHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Trigger with stereotype and container with requirement.<T extends ANAcceptEvent>
java.util.List<T>BETrigger. getAcceptedByAction(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)ANAcceptEventthat accepts thisBETrigger.ANAcceptEventBETrigger. getAcceptEventAction()ANAcceptEventthat waits for the occurrence of the event triggered by this trigger.CLBehavioredClassifierBEBehavior. getBehavioredClassifier()The behaviored classifier the behavior belongs to.java.util.List<IABehaviorExecSpec>BEBehavior. getBehaviorExecSpec()All behavior execution specifications of this behaviorjava.util.List<MESimpleConstraint>BEBehavior. getBehaviorOwnedRule(K_CONTROL_OPTION... behaviourFlags)java.lang.StringBEChangeEvent. getBody()Specification of theBEChangeEventin one or more languages.java.lang.StringBEOpaque. getBody()Returns the body string of the opaque behavior.java.lang.StringBETimeEvent. getBody()Specification of theBETimeEventin one or more languages.java.util.List<ANCallBehavior>BEBehavior. getCallBehaviorAction(K_CONTROL_OPTION... behaviourFlags)All calls of this behavior.java.util.List<CLConnector>BEBehavior. getConnector()The set of connectors that this behavior specifies a valid interaction pattern for.java.util.List<ACDecisionBehavior>BEBehavior. getDecisionNodeR(K_CONTROL_OPTION... behaviourFlags)The link element to theACDecisionNodewhich theBEBehaviormodels the decision to be taken for.SMRegularStateBEBehavior. getDoActivityOwningState()The state that owns this behavior.SMRegularStateBEBehavior. getEntryOwningState()The state which owns this behavior.BEEventBETrigger. getEvent()Returns the event of the trigger.SMRegularStateBEBehavior. getExitOwningState()The state which owns this behavior.java.lang.StringBEChangeEvent. getLanguage()Languages of the body strings that theBEChangeEventuses in the same order as the body strings.java.lang.StringBEOpaque. getLanguage()Returns the language which the body of the behavior is specified in.java.lang.StringBETimeEvent. getLanguage()Languages of the body strings that theBETimeEventuses in the same order as the body strings.ARG_BEBehaviorDeclarationBEBehavior. getModifyBehaviorDeclaration()Returns the declaration of this behavior with all parameters.java.util.List<ACObjFlowBehavior>BEBehavior. getObjectFlowSelectionR(K_CONTROL_OPTION... behaviourFlags)The link element to theACObjectFlowwhich theBEBehaviorselects tokens for.java.util.List<ACObjectFlow>BEBehavior. getObjectFlowWithSelection(K_CONTROL_OPTION... behaviourFlags)java.util.List<ACObjectFlow>BEBehavior. getObjectFlowWithSelection(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getObjectFlowWithSelection and filters its return values according to the given stereotype value.java.util.List<ACObjectFlow>BEBehavior. getObjectFlowWithTransformation(K_CONTROL_OPTION... behaviourFlags)java.util.List<ACObjectFlow>BEBehavior. getObjectFlowWithTransformation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getObjectFlowWithTransformation and filters its return values according to the given stereotype value.java.util.List<ACObjNodeSelBehavior>BEBehavior. getObjectNodeR(K_CONTROL_OPTION... behaviourFlags)The link element to theACObjectNodewhich theBEBehaviorselects tokens for.<T extends ACObjectNode>
java.util.List<T>BEBehavior. getObjectNodeWithSelection(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ACObjectNode>
java.util.List<T>BEBehavior. getObjectNodeWithSelection(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getObjectNodeWithSelection and filters its return values according to the given stereotype value.CLOperationBECallEvent. getOperation()Returns theCLOperationof the call event.java.util.List<CLParameter>BEBehavior. getOwnedParameter(K_CONTROL_OPTION... behaviourFlags)Specifies the parameters owned by this behavior.SMRegularStateBETrigger. getOwningState()The state which owns this trigger.SMTransitionBEBehavior. getOwningTransition()The transition which owns the behavior.SMTransitionBETrigger. getOwningTransition()The transition which owns the trigger.ARG_PictureRawDataBEBehavior. getPictureRawData()returns the picture's raw data assigned to the diagram of this behavior.MESimpleConstraintBEBehavior. getPostcondition()MESimpleConstraintBEBehavior. getPrecondition()java.util.List<ANReply>BETrigger. getReply()ANReplythat replies to the call specified by the trigger.CLSignalBESignalEvent. getSignal()Returns theCLSignalof the given event.CLBehavioralFeatureBEBehavior. getSpecification()Designates a behavioral feature that the behavior implements.java.util.List<BETrigger>BEEvent. getTrigger(K_CONTROL_OPTION... behaviourFlags)All triggers of the event.booleanBEBehavior. isClassifierBehavior()True, if the behavior is theBEBehaviorof its owningCLClassifieritself.booleanBEBehavior. isReentrant()Informs whether the behavior can be invoked while it is still executing from a previous invocation.booleanBETimeEvent. isRelative()True, if the time event is relative.voidBEBehavior. maintain()If the behavior is the method of aCLBehavioralFeatureand if thisCLBehavioralFeaturehas got parameters, the list of parameters at the behavior has to resemble the list of parameters of theCLBehavioralFeature.voidBEBehavior. modifyBehaviorDeclaration(BEBehavior ohBE, java.lang.String strDecl, java.lang.String strName, java.util.List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoBe, int idStereoPar, int idModel)Modifies the declaration of this behavior with all parameters.voidBEChangeEvent. setBody(java.lang.String value)Set the value of Attribut Body.voidBEOpaque. setBody(java.lang.String value)Set the value of Attribut Body.voidBETimeEvent. setBody(java.lang.String value)Set the value of Attribut Body.voidBEBehavior. setClassifierBehavior(boolean value)Set the value of Attribut IsClassifierBehavior.voidBEChangeEvent. setLanguage(java.lang.String value)Set the value of Attribut Language.voidBEOpaque. setLanguage(java.lang.String value)Set the value of Attribut Language.voidBETimeEvent. setLanguage(java.lang.String value)Set the value of Attribut Language.voidBEBehavior. setReentrant(boolean value)Set the value of Attribut IsReentrant.voidBETimeEvent. setRelative(boolean value)Set the value of Attribut IsRelative.voidBEBehavior. setSpecification(CLBehavioralFeature value)Set the value of Foreign Key Specification. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that throw SrvErrorException Modifier and Type Method Description voidBPTaskNode. addMissingIOForCalledElement()If the task is a call activity this command adds to the own task interface all inputs and outputs which are missing compared to the interface of the called element.java.util.List<BPObjInputSetRef>BPInputSet. assignDataInput(java.util.List<? extends ELElement> seq)Assigns a list of data inputs to this input set.java.util.List<BPObjOutputSetRef>BPOutputSet. assignDataOutput(java.util.List<? extends ELElement> seq)Assigns a list of data outputs to this output set.ADClientAbleBPDataIOAssociation. assignDerivedStructure(ADClientAble partOfStructure)For the structure parts passed as the argument action is taken according to the model setting how to handle derived structures at IO associations.java.util.List<BPObjInputSetRef>BPDataObject. assignInputSet(java.util.List<? extends ELElement> seq)Assigns a list of elements to this input data.BPItemDefinitionBPDataIOAssociation. assignObjectWithDataModelStructure(ADClientAble partOfStructure)For the structure parts passed as the argument a structure definition is created if there doesn't exist one already.java.util.List<BPObjOutputSetRef>BPDataObject. assignOutputSet(java.util.List<? extends ELElement> seq)Assigns a list of elements to this output data.voidBPParticipant. assignProcess(BPProcess ohProcess)Assigns a process to the participant.voidBPTaskNode. assignProcess(BPProcess ohProcess)Assigns a process to the call activity.BPResourceAtLaneBPLane. assignResource(MERefAbleAsResource ohResource)Assigns a resource element to the lane.BPItemDefinitionBPItemAwareElement. assignStructureDefinition(ELClassifier structure)Assigns a structure to an item aware element by using an existing or by creating a new item definition which connects the two elements.voidBPFlowElement. assignToLane(BPLane ohLane)Assigns the element to the lane and removes the current assignment to a lane in the same top lane set, if there is any.BPItemDefinitionBPDataIOAssociation. assignViewWithObject(ADClientAble partOfStructure)For the structure parts passed as the argument a structure definition is created if there doesn't exist one already.static BPItemDefinitionBPItemDefinitionHelper. assureDefinitionBetweenAwareElementAndStructure(SrvContext srvCtx, BPItemAwareElement ohItemAware, ELClassifier ohStructure)Given one item aware element and one structure definition this method checks of there is already one item definition between them.static BPActivityResourceBPActivityResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Activity Resource with template and container.static BPActivityResourceBPActivityResourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Activity Resource with stereotype and container.static BPArtifactBPArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Artifact (BPMN) with template and container.static BPArtifactBPArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Artifact (BPMN) with stereotype and container.static BPAssociationArtifactBPAssociationArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Association Artifact with template from source to target element.static BPAssociationArtifactBPAssociationArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Association Artifact with stereotype from source to target element.static BPChoreographyBPChoreographyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Choreography with template and container.static BPChoreographyBPChoreographyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Choreography with stereotype and container.static BPCollaborationBPCollaborationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Collaboration (BPMN) with template and container.static BPCollaborationBPCollaborationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Collaboration (BPMN) with stereotype and container.static BPConditionalEventDefinitionBPConditionalEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Conditional Event Definition with template and container.static BPConditionalEventDefinitionBPConditionalEventDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Conditional Event Definition with stereotype and container.static BPDataIOAssociationBPDataIOAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Data Association with template from source to target element.static BPDataIOAssociationBPDataIOAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Data Association with stereotype from source to target element.static BPDataObjectBPDataObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Data Object with template and container.static BPDataObjectBPDataObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Data Object with stereotype and container.static BPDataStoreBPDataStoreHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Data Store with template and container.static BPDataStoreBPDataStoreHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Data Store with stereotype and container.static BPEndPointBPEndPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new End Point with template and container.static BPEndPointBPEndPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new End Point with stereotype and container.static BPErrorBPErrorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Error with template and container.static BPErrorBPErrorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Error with stereotype and container.static BPEscalationBPEscalationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Escalation with template and container.static BPEscalationBPEscalationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Escalation with stereotype and container.static BPEventDefinitionBPEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Event Definition (BPMN) with template and container.static BPEventDefinitionBPEventDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Event Definition (BPMN) with stereotype and container.static BPEventNodeBPEventNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Event (BPMN) with template and container.static BPEventNodeBPEventNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Event (BPMN) with stereotype and container.static BPGatewayBPGatewayHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Gateway with template and container.static BPGatewayBPGatewayHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Gateway with stereotype and container.static BPGlobalMaskTaskBPGlobalMaskTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Global User Input Task with template and container.static BPGlobalMaskTaskBPGlobalMaskTaskHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Global User Input Task with stereotype and container.static BPGlobalTaskBPGlobalTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Global Task with template and container.static BPGlobalTaskBPGlobalTaskHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Global Task with stereotype and container.static BPGlobalTaskResourceBPGlobalTaskResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Global Task Resource with template and container.static BPGlobalTaskResourceBPGlobalTaskResourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Global Task Resource with stereotype and container.static BPGroupArtifactBPGroupArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Group (BPMN) with template and container.static BPGroupArtifactBPGroupArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Group (BPMN) with stereotype and container.static BPInputSetBPInputSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Input Set with template and container.static BPInputSetBPInputSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Input Set with stereotype and container.static BPInterfaceBPInterfaceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Service Interface with template and container.static BPInterfaceBPInterfaceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Service Interface with stereotype and container.static BPItemDefinitionBPItemDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Business Object with template and container.static BPItemDefinitionBPItemDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Business Object with stereotype and container.static BPItemDefinitionRelBPItemDefinitionRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Business Object Assignment with template from source to target element.static BPItemDefinitionRelBPItemDefinitionRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Business Object Assignment with stereotype from source to target element.static BPLaneBPLaneHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Lane with template and container.static BPLaneBPLaneHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Lane with stereotype and container.static BPLaneSetBPLaneSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Lane Set with template and container.static BPLaneSetBPLaneSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Lane Set with stereotype and container.static BPMaskDefinitionBPMaskDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mask Definition with template and container.static BPMaskDefinitionBPMaskDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Mask Definition with stereotype and container.static BPMaskFieldBPMaskFieldHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mask Field with template and container.static BPMaskFieldBPMaskFieldHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Mask Field with stereotype and container.static BPMaskTaskBPMaskTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new User Input Task with template and container.static BPMaskTaskBPMaskTaskHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new User Input Task with stereotype and container.static BPMessageFlowBPMessageFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Message Flow with template from source to target element.static BPMessageFlowBPMessageFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Message Flow with stereotype from source to target element.static BPMessageBPMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Message with template and container.static BPMessageBPMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Message with stereotype and container.static BPOperationBPOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Service Operation with template and container.static BPOperationBPOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Service Operation with stereotype and container.static BPOutputSetBPOutputSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Output Set with template and container.static BPOutputSetBPOutputSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Output Set with stereotype and container.static BPParticipantBPParticipantHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Participant with template and container.static BPParticipantBPParticipantHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Participant with stereotype and container.static BPPathBPPathHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Animation Path with template and container.static BPPathBPPathHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Animation Path with stereotype and container.static BPProcessBPProcessHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Process with template and container.static BPProcessBPProcessHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Process with stereotype and container.static BPPropertyBPPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Process Property with template and container.static BPPropertyBPPropertyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Process Property with stereotype and container.static BPSequenceFlowBPSequenceFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Sequence Flow with template from source to target element.static BPSequenceFlowBPSequenceFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Sequence Flow with stereotype from source to target element.static BPSignalBPSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Signal (BPMN) with template and container.static BPSignalBPSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Signal (BPMN) with stereotype and container.static BPSubProcessBPSubProcessHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Sub-Process with template and container.static BPSubProcessBPSubProcessHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Sub-Process with stereotype and container.static BPSupportsRelBPSupportsRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Process Support with template from source to target element.static BPSupportsRelBPSupportsRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Process Support with stereotype from source to target element.static BPTaskNodeBPTaskNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Task with template and container.static BPTaskNodeBPTaskNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Task with stereotype and container.static BPTimerEventDefinitionBPTimerEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Timer Event Definition with template and container.static BPTimerEventDefinitionBPTimerEventDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Timer Event Definition with stereotype and container.static BPUseCaseInteractionRelBPUseCaseInteractionRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Usecase-Interaction Relationship with template from source to target element.static BPUseCaseInteractionRelBPUseCaseInteractionRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Usecase-Interaction Relationship with stereotype from source to target element.static BPUseCasePathRelBPUseCasePathRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Usecase-Path Relationship with template from source to target element.static BPUseCasePathRelBPUseCasePathRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Usecase-Path Relationship with stereotype from source to target element.static BPDataIOAssociationBPDataIOAssociationHelper. createByOwnerAndObject(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Create aBPDataIOAssociation.
The first element given within the input sequence will be connected with source and the second element with the target of the edge.static ARG_BPProcessCreatedBPProcessHelper. createForFlowElementCreate(SrvContext srvCtx, BPSequenceFlowNode ohFlowNode, ADClientAble ohSel, java.awt.Point position)Creates a process as container of a sequence flow node, e.g. a task or an event which is to be created but needs a flow element container to exist.static ARG_BPProcessCreatedBPProcessHelper. createForFlowElementCreateByVOcl(SrvContext srvCtx, java.lang.Class<? extends ELObject> kVOclFlowElement, ADClientAble ohSel, java.awt.Point position)Creates a process as container of a sequence flow node, e.g. a task or an event or a gateway which is to be created but needs a flow element container to exist.static ARG_BPProcessCreatedBPProcessHelper. createForLaneCreate(SrvContext srvCtx, BPLane ohLane, ADClientAble ohSel, java.awt.Point position)ADClientAbleBPProcess. createProcessDefinitionDiagram(ADClientAble diaCurrent)Creates a new definition diagram for the process.static voidBPSequenceFlowNodeHelper. deleteAndReconnect(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel)Deletes the specified sequence flow nodes.static BPItemDefinitionBPItemDefinitionHelper. determineItemDefinitionForStructureElement(SrvContext srvCtx, ADClientAble partOfStructure, ADClientAble elemForProfileAndOwner, MMStereotype stereoItemDefinition, MEHierarchyAble ownerItemDefinition, MMStereotype stereoStructureDefinition, MEHierarchyAble ownerStructureDefinition)For the structure parts passed as the argument action is taken to derive a structure and to create or determine an item definition linked to the structure.<T extends BPActivityNode>
java.util.List<T>BPFlowProcessContainer. getActivity(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All activities of theBPFlowProcessContainer.<T extends BPActivityNode>
java.util.List<T>BPLane. getActivityAffectedByResourceAssignment(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends BPActivityNode>
java.util.List<T>BPLane. getActivityAffectedByResourceAssignment(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getActivityAffectedByResourceAssignment and filters its return values according to the given stereotype value.<T extends BPActivityNode>
java.util.List<T>BPLane. getActivityInLane(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All activities being assigned to this lane.<T extends BPActivityNode>
java.util.List<T>BPLane. getActivityInLane(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getActivityInLane and filters its return values according to the given stereotype value.<T extends BPActivityNode>
java.util.List<T>BPLane. getActivityInLaneTransitiveDown(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends BPActivityNode>
java.util.List<T>BPLane. getActivityInLaneTransitiveDown(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getActivityInLaneTransitiveDown and filters its return values according to the given stereotype value.BPActivityNodeBPEventDefinition. getActivityNode()TheBPActivityNode.BPActivityNodeBPEventNode. getActivityNode()java.util.List<BPProperty>BPActivityNode. getActivityProperty(K_CONTROL_OPTION... behaviourFlags)All properties of theBPActivityNode.java.util.List<BPActivityResource>BPActivityNode. getActivityResourceAccountable(K_CONTROL_OPTION... behaviourFlags)All activity resources marked as accountable.java.util.List<BPActivityResource>BPActivityNode. getActivityResourceAccountable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getActivityResourceAccountable and filters its return values according to the given stereotype value.java.util.List<BPActivityResource>BPActivityNode. getActivityResourceByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags)All activity resources of the given RACI type.java.util.List<BPActivityResource>BPActivityNode. getActivityResourceByRACIType(MMStereotype stereotype, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags)The method calls getActivityResourceByRACIType and filters its return values according to the given stereotype value.java.util.List<BPActivityResource>BPActivityNode. getActivityResourceConsulted(K_CONTROL_OPTION... behaviourFlags)All activity resources marked to be consulted.java.util.List<BPActivityResource>BPActivityNode. getActivityResourceConsulted(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getActivityResourceConsulted and filters its return values according to the given stereotype value.java.util.List<BPActivityResource>BPActivityNode. getActivityResourceInformed(K_CONTROL_OPTION... behaviourFlags)All activity resources marked to be informed.java.util.List<BPActivityResource>BPActivityNode. getActivityResourceInformed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getActivityResourceInformed and filters its return values according to the given stereotype value.java.util.List<BPActivityResource>BPActivityNode. getActivityResourceResponsible(K_CONTROL_OPTION... behaviourFlags)All activity resources marked as responsible.java.util.List<BPActivityResource>BPActivityNode. getActivityResourceResponsible(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getActivityResourceResponsible and filters its return values according to the given stereotype value.java.util.List<BPActivityResource>BPActivityNode. getActivityResourceSupportive(K_CONTROL_OPTION... behaviourFlags)All activity resources marked as supportive.java.util.List<BPActivityResource>BPActivityNode. getActivityResourceSupportive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getActivityResourceSupportive and filters its return values according to the given stereotype value.java.util.List<BPActivityResource>BPActivityNode. getActivityResourceUnspecified(K_CONTROL_OPTION... behaviourFlags)All activity resources with an unspecified RACI type.java.util.List<BPActivityResource>BPActivityNode. getActivityResourceUnspecified(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getActivityResourceUnspecified and filters its return values according to the given stereotype value.booleanBPSubProcess. getAdHocCancelRemainingInstances()This attribute is used only if ordering is parallel.java.lang.StringBPSubProcess. getAdHocCompletionCondition()This expression defines the conditions when the process will end.K_BP_SUBPROCESS_ADHOC_ORDERINGBPSubProcess. getAdHocOrdering()This attribute defines if the activities within the process can be performed in parallel or must be performed sequentially.K_BP_PATHELEM_ANIM_INFOBPElementAtPath. getAnimationInfo()Information about how the path element will be handled by the animation.intBPPath. getAnimSpeed()A value for the animation speed if the animation shall be executed automatically.booleanBPActivityNode. getApplyInCalculation()Specifies if activity is used for activity based costing.booleanBPEventNode. getApplyInCalculation()Specifies if this event is used for activity based costing.booleanBPGlobalTask. getApplyInCalculation()Specifies if global task is used for activity based costing.BPArtifactContainerAbleBPArtifact. getArtifactOwner()TheBPArtifactContainerAbleof theBPArtifact.BPActivityNodeBPActivityResource. getAssignedActivity()The activity of the resource assignment.BPGlobalTaskBPGlobalTaskResource. getAssignedGlobalTask()The global task of the resource assignment.java.util.List<BCExpression>BPDataIOAssociation. getAssignmentExpression()The assignment expression definition used at the data I/O association.K_BP_ACTIVITYRESOURCE_RACI_TYPEBPActivityResource. getAssignmentType()The type of the resource assignment, i.e. a responsibility or accountability.K_BP_ACTIVITYRESOURCE_RACI_TYPEBPGlobalTaskResource. getAssignmentType()The type of the resource assignment, i.e. a responsibility or accountability.K_BP_ACTIVITYRESOURCE_RACI_TYPEBPResourceAtLane. getAssignmentType()The RACI type of the resource assignment.java.lang.StringBPActivityResource. getAssignmentTypeAsChar()The specified assignment type enum value represented by a string.java.lang.StringBPGlobalTaskResource. getAssignmentTypeAsChar()The specified assignment type enum value represented by a string.K_BP_ASSOCIATION_DIRECTIONBPAssociationArtifact. getAssociationDirection()The direction of the association.java.lang.StringBPEventNode. getAverageDegreeOfCompletion()Specifies how much of execution time of the owning activity has past on an average interruption.BPDiaBPPath. getBestDiagramToStartAnimation()The best diagram to start the animation.java.util.List<BSDia>BPItemDefinition. getBSDia(K_CONTROL_OPTION... behaviourFlags)All business object state diagrams with a representation of theBPItemDefinition.BPCallAbleChoreographyElementBPChoreographyTask. getCallAbleChoreographyElement()<T extends BPCallAble>
java.util.List<T>BPInterface. getCallAbleElementRef(java.lang.Class<T> returnType)The callable element.BPCallAbleProcessElementBPTaskNode. getCallAbleProcessElement()BPCallAbleProcessElementBPTaskNodeCall. getCallAbleProcessElement()The element being called.BPGlobalTaskBPTaskNode. getCalledGlobalTask()Returns the calledBPGlobalTask.BPDiaProcessViewNodeBPTaskNode. getCalledMasterProcessViewNode()java.lang.StringBPDataStore. getCapacity()Specifies the upper bound of the capacity, if it is expressed as an unlimited natural.java.util.List<BPEventNode>BPEventDefinition. getCatchingEventNode(K_CONTROL_OPTION... behaviourFlags)All catching event nodes that assign thisBPEventDefinition.java.util.List<BPEventNode>BPEventDefinition. getCatchingEventNode(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getCatchingEventNode and filters its return values according to the given stereotype value.java.util.List<BPEventNode>BPEventNode. getCatchThrowCorrespondingEvent(K_CONTROL_OPTION... behaviourFlags)With a selected catch event all corresponding throw events, using at least one of the event definitions of the catch event, will be returned.java.util.List<BPEventNode>BPEventNode. getCatchThrowCorrespondingEvent(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getCatchThrowCorrespondingEvent and filters its return values according to the given stereotype value.java.util.List<BPLane>BPLane. getChildLane(K_CONTROL_OPTION... behaviourFlags)All lanes contained in this lane with its lane set.<T extends BPChoreographyActivity>
java.util.List<T>BPFlowChoreographyContainer. getChoreographyActivity(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All activities of theBPFlowChoreographyContainer.BPChoreographyActivityBPParticipantAtActivity. getChoreographyActivity()The activity the participant collaborates in.java.util.List<BPParticipantAtActivity>BPParticipant. getChoreographyActivityR(K_CONTROL_OPTION... behaviourFlags)The activity the participant takes part in.java.util.List<BPChoreographyTask>BPCallAbleChoreographyElement. getChoreographyTask()BPChoreographyTaskBPMessageFlow. getChoreographyTask()The task bundling some message flows including this one.ELClassifierBPItemDefinition. getClassifier()TheELClassifierdefining the structure of this business object.BPCollaborationBPProcess. getCollaboration()The defining collaboration of the process.java.util.List<BPDiaCollaborationViewNode>BPCollaboration. getCollaborationViewCompletelyMaintained(K_CONTROL_OPTION... behaviourFlags)Returns a list of all views of the same model element being maintained completely.java.util.List<BPDiaCollaborationViewNode>BPCollaboration. getCollaborationViewIncomplete(K_CONTROL_OPTION... behaviourFlags)Returns a list of all views of the same model element being incomplete with regard to its master view.java.util.List<BPDiaCollaborationViewNode>BPCollaboration. getCollaborationViewIncorrect(K_CONTROL_OPTION... behaviourFlags)Returns a list of all views of the same model element being incorrect with regard to its master view.java.lang.StringBPPath. getColor()BPActivityNodeBPAssociationArtifact. getCompensationActivity()The target compensation activity.BPEventNodeBPAssociationArtifact. getCompensationEvent()The source compensation intermediate event.java.lang.StringBPMultiInstLoopCharx. getCompletionCondition()This attribute defines a boolean expression that when evaluated to true, cancels the remaining activity instances and produces a token.java.lang.StringBPActivityNode. getCompletionQuantity()The default value is 1.BCExpressionBPSequenceFlow. getConditionalExpression()java.lang.StringBPSequenceFlow. getConditionExpression()An optional boolean expression that acts as a gating condition.intBPActivityNode. getCostsPerExecution()Costs to perform one execution of the activity.intBPEventNode. getCostsPerExecution()Costs to perform one execution of this event.intBPGlobalTask. getCostsPerExecution()Costs to perform one execution of the global task.K_ORIENTATIONBPInteractionSpecification. getCreateOrientation()The orientation preset for the create of aBPDiaViewNode.K_ORIENTATIONBPProcess. getCreateOrientation()The orientation preset for the create of aBPDiaProcessViewNode.java.util.List<BPDataObject>BPInputOutputSpecifyAble. getDataInput(K_CONTROL_OPTION... behaviourFlags)All data inputs at thisBPInputOutputSpecifyAble.java.util.List<BPDataObject>BPInputOutputSpecifyAble. getDataInput(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDataInput and filters its return values according to the given stereotype value.java.util.List<BPDataObject>BPDataObject. getDataInputOfCall(K_CONTROL_OPTION... behaviourFlags)The inputs of the call tasks.java.util.List<BPDataObject>BPDataObject. getDataInputOfCall(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDataInputOfCall and filters its return values according to the given stereotype value.BPDataObjectBPDataObject. getDataInputOfCalledElement()The input of the callable element.java.util.List<BPDataObject>BPInputSet. getDataInputs(K_CONTROL_OPTION... behaviourFlags)All data inputs that are assigned to this input set.java.util.List<BPDataObject>BPInputSet. getDataInputs(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDataInputs and filters its return values according to the given stereotype value.java.util.List<BPDataIOAssociation>BPItemAwareElement. getDataIOAssocAtSrc(K_CONTROL_OPTION... behaviourFlags)All data associations of the source element.java.util.List<BPDataIOAssociation>BPItemAwareElement. getDataIOAssocAtTrg(K_CONTROL_OPTION... behaviourFlags)All data associations of the target.java.util.List<BPDataIOAssociation>BPItemAwareElement. getDataIOAssociationAtSrc()AllBPDataIOAssociationof the element.java.util.List<BPDataIOAssociation>BPItemAwareElement. getDataIOAssociationAtTrg()All data associations of the target.ARG_ModifyByM2AttrOhValueListOutBPDataIOAssociation. getDataModelPartsForView()Returns the list of structures and structure parts of the data model eligible for the structure yet to be defined.java.util.List<BPDataObject>BPDataStore. getDataObject()The object.java.util.List<BPDataObject>BPFlowProcessContainer. getDataObject(K_CONTROL_OPTION... behaviourFlags)All data objects of the process container.BPDataObjectBPObjInputSetRef. getDataObject()BPDataObjectof theBPObjInputSetRef.BPDataObjectBPObjOutputSetRef. getDataObject()BPDataObjectof theBPObjOutputSetRef.java.util.List<BPDataObject>BPDataObject. getDataObjectOfCall()The object of the call activity.BPDataObjectBPDataObject. getDataObjectOfCalledElement()The object of the callable element.K_BP_DATA_OBJECT_TYPEBPDataObject. getDataObjectType()The type of theBPDataObject.java.util.List<BPDataObject>BPInputOutputSpecifyAble. getDataOutput(K_CONTROL_OPTION... behaviourFlags)All data outputs at thisBPInputOutputSpecifyAble.java.util.List<BPDataObject>BPInputOutputSpecifyAble. getDataOutput(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDataOutput and filters its return values according to the given stereotype value.java.util.List<BPDataObject>BPDataObject. getDataOutputOfCall(K_CONTROL_OPTION... behaviourFlags)The outputs of the call tasks.java.util.List<BPDataObject>BPDataObject. getDataOutputOfCall(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDataOutputOfCall and filters its return values according to the given stereotype value.BPDataObjectBPDataObject. getDataOutputOfCalledElement()The output of the callable element.java.util.List<BPDataObject>BPOutputSet. getDataOutputs(K_CONTROL_OPTION... behaviourFlags)All data Outputs that are assigned to this output set.java.util.List<BPDataObject>BPOutputSet. getDataOutputs(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDataOutputs and filters its return values according to the given stereotype value.java.lang.StringBPItemAwareElement. getDataStateDefinition()The local definition of the state of the item aware element.BPDataStoreBPDataObject. getDataStore()The reuseable data store element being referenced.java.util.List<BPDataObject>BPDataStore. getDataStoreNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPDataObject>BPDataStore. getDataStoreNode(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDataStoreNode and filters its return values according to the given stereotype value.java.util.List<BPDataObject>BPFlowProcessContainer. getDataStoreNode(K_CONTROL_OPTION... behaviourFlags)All data store references of this process container.java.util.List<BPDataObject>BPFlowProcessContainer. getDataStoreNode(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDataStoreNode and filters its return values according to the given stereotype value.java.util.List<DRDecision>BPProcess. getDecisionUsed(K_CONTROL_OPTION... behaviourFlags)All decisions used by tasks which are part of this process, either direct parts of being nested in some sub process.java.util.List<DRDecision>BPProcess. getDecisionUsed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDecisionUsed and filters its return values according to the given stereotype value.BPDiaBPPathContextAble. getDefinitionDiagram()The definition diagram which contains either the master view node or a completely maintained view node.static ARG_DeleteReqBPSequenceFlowNodeHelper. getDeleteAndReconnect(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel, boolean addInstances)Returns the list of deleted elements on deleting the specified sequence flow nodes.java.util.List<BPElementAtPath>BPElementAtPath. getDependentElementAtPath(K_CONTROL_OPTION... behaviourFlags)All path element assignments which depend on this one.BPDiaBPPathContextAble. getDiagramOfStandardView()java.util.List<BPDia>BPPath. getDiagramToStartAnimation(K_CONTROL_OPTION... behaviourFlags)All diagrams suitable to start the animation.java.util.List<BPDia>BPPath. getDiagramToStartAnimation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDiagramToStartAnimation and filters its return values according to the given stereotype value.java.util.List<BPDia>BPCollaboration. getDiagramWithViewCompletelyMaintained(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPDia>BPCollaboration. getDiagramWithViewCompletelyMaintained(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDiagramWithViewCompletelyMaintained and filters its return values according to the given stereotype value.java.util.List<BPDiaProcessViewNode>BPLaneSet. getDiaProcessViewNode()All process view nodes displaying this top lane set.<T extends BPDiaViewNode>
java.util.List<T>BPPath. getDiaViewNode(java.lang.Class<T> returnType)All view nodes displaying this path.java.util.List<BPElementAtPath>BPPathAble. getElementAtPathR(K_CONTROL_OPTION... behaviourFlags)All path assignments of a path element.<T extends BPPathAble>
java.util.List<T>BPPath. getElementInPath(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends BPPathAble>
java.util.List<T>BPPath. getElementInPath(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getElementInPath and filters its return values according to the given stereotype value.java.util.List<BPEndPoint>BPParticipant. getEndPoint()All end points of the participant.java.util.List<BPError>BPItemDefinition. getError(K_CONTROL_OPTION... behaviourFlags)AssignedBPError.java.util.List<BPError>BPItemDefinition. getError(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getError and filters its return values according to the given stereotype value.java.lang.StringBPError. getErrorCode()The code of theBPError.<T extends BPEventDefinition>
java.util.List<T>BPError. getErrorEventDefinition(java.lang.Class<T> returnType)BPErrorBPEventDefinition. getErrorRef()The error.java.util.List<BPError>BPOperation. getErrorRef()All errors.BPEscalationBPEventDefinition. getEscalation()TheBPEscalationthat is used by the event definition.java.util.List<BPEscalation>BPItemDefinition. getEscalation(K_CONTROL_OPTION... behaviourFlags)AssignedBPEscalation.java.util.List<BPEscalation>BPItemDefinition. getEscalation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getEscalation and filters its return values according to the given stereotype value.java.lang.StringBPEscalation. getEscalationCode()The code of theBPEscalation.BPDataObjectBPEventNode. getEventDataObject()The object of theBPEventNode.<T extends BPEventDefinition>
java.util.List<T>BPActivityNode. getEventDefinition(java.lang.Class<T> returnType)<T extends BPEventDefinition>
java.util.List<T>BPEscalation. getEventDefinition(java.lang.Class<T> returnType)The event definition which uses theBPEscalation.<T extends BPEventDefinition>
java.util.List<T>BPEventNode. getEventDefinition(java.lang.Class<T> returnType)The event definition defining the events being thrown or catched by this event node.<T extends BPEventDefinition>
java.util.List<T>BPOperation. getEventDefinition(java.lang.Class<T> returnType)The event definition which uses the operation.<T extends BPEventDefinition>
java.util.List<T>BPSignal. getEventDefinition(java.lang.Class<T> returnType)The event definition which uses theBPSignal.K_BP_EVENTDEFINITION_TYPEBPEventDefinition. getEventDefinitionType()The type of the event definition.K_BP_EVENTDEFINITION_TYPEBPEventNode. getEventDefinitionType()If theBPEventNodehas noBPEventDefinitionassigned 'Unspecified' will be returned.<T extends BPEventDefinition>
java.util.List<T>BPProcess. getEventDefinitionUsed(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All event definitions used at events which are part of this process, either direct parts of being nested in some sub process.<T extends BPEventDefinition>
java.util.List<T>BPProcess. getEventDefinitionUsed(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getEventDefinitionUsed and filters its return values according to the given stereotype value.java.lang.StringBPEventDefinition. getEventExpression()An expression describing when and how this event may become relevant.java.util.List<BPEventNode>BPActivityNode. getEventNode()All intermediate boundary events at the activity.java.util.List<BPEventNode>BPEventDefinition. getEventNode()All event nodes referencing this event definition.java.util.List<BPProperty>BPEventNode. getEventProperty(K_CONTROL_OPTION... behaviourFlags)All properties of theBPEventNode.K_BP_EVENT_TYPEBPEventNode. getEventType()The type of the event.intBPActivityNode. getExecutionTime()Time needed to complete this activity.intBPEventNode. getExecutionTime()Time needed to complete this event.intBPGlobalTask. getExecutionTime()Time needed to complete this global task.BCExpressionBPConditionalEventDefinition. getExpression()java.util.List<BCExpression>BPPath. getExpression()All expressions defining the path.BPItemAwareElementBPDataIOAssociation. getExternalElement()The data object or data store reference which does not belong to the owner of theBPDataIOAssociation.K_BP_MASKFIELD_TYPEBPMaskField. getFieldType()The type of the field.BPElementAtPathBPPath. getFirstOccurrenceInPath(BPPathAble refObj)Returns the first path occurrence of the element.K_BP_DATA_IOASSOC_DIRECTIONBPDataIOAssociation. getFlowDirection()Direction of flow.<T extends BPFlowElement>
java.util.List<T>BPGroupArtifact. getFlowElement(java.lang.Class<T> returnType)The elements being contained this group artifact.<T extends BPFlowElement>
java.util.List<T>BPLane. getFlowElement(java.lang.Class<T> returnType)All flow elements inside theBPLane.BPFlowElementContainerBPFlowElement. getFlowElementContainer()The container of theBPFlowElement.<T extends BPFlowElement>
java.util.List<T>BPPath. getFlowElementsInPath(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All flow elements being part of this path.<T extends BPFlowElement>
java.util.List<T>BPPath. getFlowElementsInPath(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getFlowElementsInPath and filters its return values according to the given stereotype value.<T extends BPFlowElement>
java.util.List<T>BPPath. getFlowElementsInPathWithProcessNotReachable(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All flow elements being assigned to the path but not being reachable.<T extends BPFlowElement>
java.util.List<T>BPPath. getFlowElementsInPathWithProcessNotReachable(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getFlowElementsInPathWithProcessNotReachable and filters its return values according to the given stereotype value.<T extends BPFlowElement>
java.util.List<T>BPPath. getFlowElementsReachable(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends BPFlowElement>
java.util.List<T>BPPath. getFlowElementsReachable(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getFlowElementsReachable and filters its return values according to the given stereotype value.<T extends BPFlowElement>
java.util.List<T>BPFlowProcessContainer. getFlowElementTransitiveDown(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All flow elements being directly or indirectly part of theBPProcess.<T extends BPFlowElement>
java.util.List<T>BPFlowProcessContainer. getFlowElementTransitiveDown(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getFlowElementTransitiveDown and filters its return values according to the given stereotype value.java.lang.StringBPInputOutputSpecifyAble. getFlowExpandedShortValue(MMText refObj, java.lang.String pattern)Returns the formatted value of this element given by argument pattern orargument refObjwhere all fill-ins are expanded with short names.intBPActivityNode. getFrequencyPerYear()Times the activity is started during one year.intBPEventNode. getFrequencyPerYear()Times this event is thrown during one year.intBPGlobalTask. getFrequencyPerYear()Times the global task is started during one year.java.util.List<BPGateway>BPFlowElementContainer. getGatewayByDirection(K_BP_GATEWAY_DIRECTION kind, K_CONTROL_OPTION... behaviourFlags)All gateways of the given argument kind.java.util.List<BPGateway>BPFlowElementContainer. getGatewayByDirection(MMStereotype stereotype, K_BP_GATEWAY_DIRECTION kind, K_CONTROL_OPTION... behaviourFlags)The method calls getGatewayByDirection and filters its return values according to the given stereotype value.java.util.List<BPGateway>BPFlowElementContainer. getGatewayByType(K_BP_GATEWAY_TYPE kind, K_CONTROL_OPTION... behaviourFlags)All gateways of the given argument kind.java.util.List<BPGateway>BPFlowElementContainer. getGatewayByType(MMStereotype stereotype, K_BP_GATEWAY_TYPE kind, K_CONTROL_OPTION... behaviourFlags)The method calls getGatewayByType and filters its return values according to the given stereotype value.K_BP_GATEWAY_DIRECTIONBPGateway. getGatewayDirection()An attribute that adds constraints on how the gateway may be used.K_BP_GATEWAY_TYPEBPGateway. getGatewayType()An attribute that specifies the subclass of the gateway class which is used in the model.<T extends BPGlobalTask>
java.util.List<T>BPMaskDefinition. getGlobalTask(java.lang.Class<T> returnType)The global task working to fill or modify the mask.java.util.List<BPGlobalTaskResource>BPGlobalTask. getGlobalTaskResourceAccountable(K_CONTROL_OPTION... behaviourFlags)All global task resources marked as accountable.java.util.List<BPGlobalTaskResource>BPGlobalTask. getGlobalTaskResourceAccountable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getGlobalTaskResourceAccountable and filters its return values according to the given stereotype value.java.util.List<BPGlobalTaskResource>BPGlobalTask. getGlobalTaskResourceByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags)All global task resources of the given RACI type.java.util.List<BPGlobalTaskResource>BPGlobalTask. getGlobalTaskResourceByRACIType(MMStereotype stereotype, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags)The method calls getGlobalTaskResourceByRACIType and filters its return values according to the given stereotype value.java.util.List<BPGlobalTaskResource>BPGlobalTask. getGlobalTaskResourceConsulted(K_CONTROL_OPTION... behaviourFlags)All global task resources marked to be consulted.java.util.List<BPGlobalTaskResource>BPGlobalTask. getGlobalTaskResourceConsulted(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getGlobalTaskResourceConsulted and filters its return values according to the given stereotype value.java.util.List<BPGlobalTaskResource>BPGlobalTask. getGlobalTaskResourceInformed(K_CONTROL_OPTION... behaviourFlags)All global task resources marked to be informed.java.util.List<BPGlobalTaskResource>BPGlobalTask. getGlobalTaskResourceInformed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getGlobalTaskResourceInformed and filters its return values according to the given stereotype value.java.util.List<BPGlobalTaskResource>BPGlobalTask. getGlobalTaskResourceResponsible(K_CONTROL_OPTION... behaviourFlags)All global task resources marked as responsible.java.util.List<BPGlobalTaskResource>BPGlobalTask. getGlobalTaskResourceResponsible(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getGlobalTaskResourceResponsible and filters its return values according to the given stereotype value.java.util.List<BPGlobalTaskResource>BPGlobalTask. getGlobalTaskResourceSupportive(K_CONTROL_OPTION... behaviourFlags)All global task resources marked as supportive.java.util.List<BPGlobalTaskResource>BPGlobalTask. getGlobalTaskResourceSupportive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getGlobalTaskResourceSupportive and filters its return values according to the given stereotype value.java.util.List<BPGlobalTaskResource>BPGlobalTask. getGlobalTaskResourceUnspecified(K_CONTROL_OPTION... behaviourFlags)All global task resources with an unspecified RACI type.java.util.List<BPGlobalTaskResource>BPGlobalTask. getGlobalTaskResourceUnspecified(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getGlobalTaskResourceUnspecified and filters its return values according to the given stereotype value.K_BP_GLOBAL_TASK_TYPEBPGlobalTask. getGlobalTaskType()The type of the global task.java.util.List<BPGroupArtifact>BPFlowElement. getGroupArtifact()All group artifacts which contain this flow element.<T extends BPAssociationArtifact>
java.util.List<T>BPArtifact. getIncomingAssociationArtifact(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends BPAssociationArtifact>
java.util.List<T>BPFlowElement. getIncomingAssociationArtifact(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends BPAssociationArtifact>
java.util.List<T>BPActivityNode. getIncomingCompensationAssociation(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<BPDataIOAssociation>BPActivityNode. getIncomingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags)BPDataIOAssociationvisually coming in to thisBPActivityNodeeven though logically there is an data input interconnected.java.util.List<BPDataIOAssociation>BPActivityNode. getIncomingDataIOAssociation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getIncomingDataIOAssociation and filters its return values according to the given stereotype value.java.util.List<BPDataIOAssociation>BPEventNode. getIncomingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags)BPDataIOAssociationvisually coming in to thisBPEventNodeeven though logically there is an data input interconnected.java.util.List<BPDataIOAssociation>BPEventNode. getIncomingDataIOAssociation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getIncomingDataIOAssociation and filters its return values according to the given stereotype value.java.util.List<BPItemDefinitionRel>BPItemDefinition. getIncomingDefinitionRel(K_CONTROL_OPTION... behaviourFlags)All incoming business object relationships connecting this business object.java.util.List<BPMessageFlow>BPMessageSequenceFlowNode. getIncomingMessageFlow()java.util.List<BPMessageFlow>BPParticipant. getIncomingMessageFlow(K_CONTROL_OPTION... behaviourFlags)All incoming message flows.java.util.List<BPUseCasePathRel>BPPath. getIncomingPathUseCaseRel(K_CONTROL_OPTION... behaviourFlags)The incoming relationships of the path.java.util.List<BPSequenceFlow>BPSequenceFlowNode. getIncomingSequenceFlow(K_CONTROL_OPTION... behaviourFlags)All incoming sequence flows.java.util.List<BPSupportsRel>BPProcess. getIncomingSupport(K_CONTROL_OPTION... behaviourFlags)The incomingBPSupportsRel.BPMessageBPOperation. getInMessageRef()All incoming messages.java.util.List<BPDataObject>BPInputOutputSpecifyAble. getInputOutputObject(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPDataObject>BPInputOutputSpecifyAble. getInputOutputObject(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getInputOutputObject and filters its return values according to the given stereotype value.BPInputOutputSpecifyAbleBPDataObject. getInputOutputSpecifyAble()TheBPInputOutputSpecifyAbleof theBPDataObject.BPInputOutputSpecifyAbleBPInputSet. getInputOutputSpecifyAble()TheBPInputOutputSpecifyAbleof theBPInputSet.BPInputOutputSpecifyAbleBPOutputSet. getInputOutputSpecifyAble()TheBPInputOutputSpecifyAbleof theBPOutputSet.java.util.List<BPInputSet>BPInputOutputSpecifyAble. getInputSet(K_CONTROL_OPTION... behaviourFlags)AllBPInputSetof theBPInputOutputSpecifyAble.BPInputSetBPObjInputSetRef. getInputSet()BPInputSetof theBPObjInputSetRef.java.util.List<BPObjInputSetRef>BPDataObject. getInputSetR(K_CONTROL_OPTION... behaviourFlags)AllBPObjInputSetRefwhich contain the object.BPDataObjectBPEventNode. getInputToThrowEvent()The input of the throw event.<T extends BSState>
java.util.List<T>BPItemAwareElement. getInState(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AssignedBSStatetoBPItemAwareElement.<T extends BSState>
java.util.List<T>BPItemAwareElement. getInState(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getInState and filters its return values according to the given stereotype value.BPInteractionSpecificationBPParticipant. getInteraction()The interaction theBPParticipanttakes part in.java.util.List<BPInterface>BPParticipant. getInterfaceRef()The interface being referenced by the participant.java.util.List<BPDataObject>BPInputOutputSpecifyAble. getIODataObject(K_CONTROL_OPTION... behaviourFlags)All objects of theBPInputOutputSpecifyAble.java.util.List<BPDataObject>BPInputOutputSpecifyAble. getIODataObjectByKind(K_BP_DATA_OBJECT_TYPE kind, K_CONTROL_OPTION... behaviourFlags)java.util.List<BPDataObject>BPInputOutputSpecifyAble. getIODataObjectByKind(MMStereotype stereotype, K_BP_DATA_OBJECT_TYPE kind, K_CONTROL_OPTION... behaviourFlags)The method calls getIODataObjectByKind and filters its return values according to the given stereotype value.BPItemAwareElementBPDataIOAssociation. getIOElementAtOwner()<T extends BPItemAwareElement>
java.util.List<T>BPItemDefinition. getItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AssignedBPItemAwareElement.<T extends BPItemAwareElement>
java.util.List<T>BPItemDefinition. getItemAwareElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getItemAwareElement and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
java.util.List<T>BPItemDefinition. getItemAwareElementAtPath(java.lang.Class<T> returnType, BPElementAtPath refObj, K_CONTROL_OPTION... behaviourFlags)<T extends BPItemAwareElement>
java.util.List<T>BPItemDefinition. getItemAwareElementAtPath(java.lang.Class<T> returnType, MMStereotype stereotype, BPElementAtPath refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getItemAwareElementAtPath and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
java.util.List<T>BPProcess. getItemAwareElementForDefinition(java.lang.Class<T> returnType, BPItemDefinition refObj, K_CONTROL_OPTION... behaviourFlags)<T extends BPItemAwareElement>
java.util.List<T>BPProcess. getItemAwareElementForDefinition(java.lang.Class<T> returnType, MMStereotype stereotype, BPItemDefinition refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getItemAwareElementForDefinition and filters its return values according to the given stereotype value.java.util.List<BPItemDefinition>BPElementAtPath. getItemDefinitionAtPath(K_CONTROL_OPTION... behaviourFlags)All business objects used in the path up to this point.java.util.List<BPItemDefinition>BPElementAtPath. getItemDefinitionAtPath(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getItemDefinitionAtPath and filters its return values according to the given stereotype value.BPItemDefinitionBPDataIOAssociation. getItemDefinitionOfExternalElement()java.util.List<BPItemDefinition>BPProcess. getItemDefinitionUsed(K_CONTROL_OPTION... behaviourFlags)All item definitions used throughout this process, either used directly of being nested in some sub process.java.util.List<BPItemDefinition>BPProcess. getItemDefinitionUsed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getItemDefinitionUsed and filters its return values according to the given stereotype value.K_BP_ITEM_KINDBPItemDefinition. getItemKind()This defines the nature of the Item.BPItemDefinitionBPError. getItemRef()The business object of the error.BPItemDefinitionBPEscalation. getItemRef()The business object of theBPEscalation.BPItemDefinitionBPMessage. getItemRef()The business object of the message.BPItemDefinitionBPSignal. getItemRef()The business object of theBPSignal.BPItemDefinitionBPItemAwareElement. getItemSubjectRef()The business object that is represented by the item aware element.BPItemDefinitionBPDataObject. getItemSubjectRefOfStore()The business object that is represented by the assignedBPDataStore.java.util.List<BPLane>BPFlowElement. getLane()All lanes which contain the flow element.java.util.List<BPLane>BPFlowElement. getLaneAssigned(K_CONTROL_OPTION... behaviourFlags)The lanes being assigned directly to theBPFlowElement.BPLaneBPFlowElement. getLaneAssignedInLaneSet(BPLaneSet refObj)For a given lane set the lane is returned which contains the flow element - if there is such a lane.BPLaneBPFlowElement. getLaneAssignedInTopLaneSet(BPLaneSet refObj)For a given top lane set the lane is returned which contains the flow element - if there is such a lane.java.util.List<BPLane>BPFlowElement. getLaneAssignedTransitiveUp(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPLane>BPFlowElement. getLaneAssignedTransitiveUp(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getLaneAssignedTransitiveUp and filters its return values according to the given stereotype value.K_BP_LANESET_TYPEBPLane. getLaneMaintenanceType()The maintenance type of the lane .K_BP_LANESET_TYPEBPLaneSet. getLaneMaintenanceType()The lane set maintenance type.BPLaneBPLane. getLanePredecessor()BPLaneSetBPLane. getLaneSet()The owning lane set of the lane.java.util.List<BPLaneSet>BPFlowElement. getLaneSetAssigned(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPLaneSet>BPFlowElement. getLaneSetAssigned(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getLaneSetAssigned and filters its return values according to the given stereotype value.java.util.List<BPLaneSet>BPFlowElement. getLaneSetAssignedTransitiveUp(K_CONTROL_OPTION... behaviourFlags)The lane sets being assigned directly and indirectly to the flow element via its lanes or the "upper" lane sets and lanes.java.util.List<BPLaneSet>BPFlowElement. getLaneSetAssignedTransitiveUp(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getLaneSetAssignedTransitiveUp and filters its return values according to the given stereotype value.BPLaneBPLane. getLaneSuccessor()java.util.List<BPLane>BPLane. getLaneTransitiveDown(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPLane>BPLane. getLaneTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getLaneTransitiveDown and filters its return values according to the given stereotype value.java.util.List<BPLane>BPLane. getLaneTransitiveUp(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPLane>BPLane. getLaneTransitiveUp(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getLaneTransitiveUp and filters its return values according to the given stereotype value.java.util.List<BPLane>BPLane. getLeafLane(K_CONTROL_OPTION... behaviourFlags)All leaf lanes.java.util.List<BPLane>BPLane. getLeafLane(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getLeafLane and filters its return values according to the given stereotype value.java.util.List<BPLane>BPLaneSet. getLeafLane(K_CONTROL_OPTION... behaviourFlags)All leaf lanes in this lane set.java.util.List<BPLane>BPLaneSet. getLeafLane(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getLeafLane and filters its return values according to the given stereotype value.BPLinkEventDefinitionBPEventNode. getLinkEventDefinition()The link event definition defining the events being thrown or catched by this event node.java.util.List<BPLinkEventDefinition>BPFlowProcessContainer. getLinkEventDefinitionUsed(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPLinkEventDefinition>BPFlowProcessContainer. getLinkEventDefinitionUsed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getLinkEventDefinitionUsed and filters its return values according to the given stereotype value.java.util.List<BPEventNode>BPLinkEventDefinition. getLinkEventNode(K_CONTROL_OPTION... behaviourFlags)All event nodes referencing this link event definition.BPActivityNodeBPLoopCharx. getLoopActivityNode()TheBPActivityNodeof theBPLoopCharx.java.lang.StringBPMultiInstLoopCharx. getLoopCardinality()A numeric expression that controls the number of activity instances that will be created.BPLoopCharxBPActivityNode. getLoopCharacteristics()All loop characteristics of theBPActivityNode.K_BP_ACTIVITY_LOOPCHARX_TYPEBPActivityNode. getLoopCharxType()An activity may be performed once or may be repeated.java.lang.StringBPStdLoopCharx. getLoopCondition()A boolean expression that controls the loop.java.lang.StringBPStdLoopCharx. getLoopMaximum()Serves as a cap on the number of iterations.BPMaskDefinitionBPGlobalTask. getMaskDefinition()The mask that the global task is working on.BPMaskDefinitionBPTaskNode. getMaskDefinition()BPDiaCollaborationViewNodeBPCollaboration. getMasterCollaborationViewNode()The master collaboration view node of the element.BPDiaProcessViewNodeBPProcess. getMasterProcessViewNode()The master view of this process.BPDiaViewNodeBPInteractionSpecification. getMasterViewNode()The defining view node of theBPInteractionSpecification.BPDiaViewNodeBPProcess. getMasterViewNode()The master process view node of the element.intBPActivityNode. getMeanLoopNumber()Mean number of recurrences of this activity.java.util.List<BPMessage>BPItemDefinition. getMessage(K_CONTROL_OPTION... behaviourFlags)AssignedBPMessage.java.util.List<BPMessage>BPItemDefinition. getMessage(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getMessage and filters its return values according to the given stereotype value.BPMessageBPMessageReferencingElement. getMessage()java.util.List<BPMessageFlow>BPPath. getMessageFlowInPath(K_CONTROL_OPTION... behaviourFlags)All message flows being part of this path.java.util.List<BPMessageFlow>BPPath. getMessageFlowInPath(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getMessageFlowInPath and filters its return values according to the given stereotype value.java.util.List<BPMessageFlow>BPChoreographyTask. getMessageFlowInTask()The message flows bundled by the task.<T extends BPMessageFlowNode>
java.util.List<T>BPProcess. getMessageFlowNodeTransitiveDown(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All message flow nodes being directly or indirectly part of theBPProcess.<T extends BPMessageFlowNode>
java.util.List<T>BPProcess. getMessageFlowNodeTransitiveDown(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getMessageFlowNodeTransitiveDown and filters its return values according to the given stereotype value.<T extends BPMessageReferencingElement>
java.util.List<T>BPMessage. getMessageReferencingElement(java.lang.Class<T> returnType)All references to this message.java.util.List<BPMessage>BPProcess. getMessageUsed(K_CONTROL_OPTION... behaviourFlags)All messages being sent or received by tasks or events which are part of this process, either direct parts of being nested in some sub process.java.util.List<BPMessage>BPProcess. getMessageUsed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getMessageUsed and filters its return values according to the given stereotype value.ARG_ModifyFlowDocumentsReqBPInputOutputSpecifyAble. getModifyIOSpecs(boolean item)Returns information for the modification of input/output specification FlowDocuments of this element.java.lang.StringBPActivityNode. getMultiLoopCardinality()The Property "LoopCardinality" of the assignedBPMultiInstLoopCharx.java.lang.StringBPActivityNode. getMultiLoopCompletionCondition()The Property "CompletionCondition" of the assignedBPMultiInstLoopCharx.booleanBPActivityNode. getMultiLoopIsSequential()The Property "IsSequential" of the assignedBPMultiInstLoopCharx.<T extends BPFlowElement>
java.util.List<T>BPFlowProcessContainer. getNestedFlowElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All flow elements being directly or indirectly part of theBPProcess.<T extends BPFlowElement>
java.util.List<T>BPFlowProcessContainer. getNestedFlowElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getNestedFlowElement and filters its return values according to the given stereotype value.java.util.List<BPDiaCollaborationViewNode>BPCollaboration. getNonMasterCollaborationViewNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPDiaProcessViewNode>BPProcess. getNonMasterProcessViewNode(K_CONTROL_OPTION... behaviourFlags)All references to this process regardless if their synchronization status.java.util.List<BPDiaProcessViewNode>BPProcess. getNonSynchronizedProcessViewNode(K_CONTROL_OPTION... behaviourFlags)All non-synchronized references to this process.java.lang.StringBPItemAwareElement. getObjectname()Returns a name for theBPItemAwareElementthat depends on a set of assigned elements.java.lang.StringBPItemAwareElement. getObjectstate()Returns the name of all object states concatenated as a single string.java.lang.StringBPItemAwareElement. getObjectstructure()Returns the name of the data structure of a maybe assignedBPItemDefinition.java.util.List<BPElementAtPath>BPPath. getOccurrenceInPath(BPPathAble refObj, K_CONTROL_OPTION... behaviourFlags)Returns all path occurrences of the element.java.lang.StringBPActivityResource. getOperatingDemand()Specifies the percentage of the execution time of the assigned activity that the activity resource will be needed.java.lang.StringBPGlobalTaskResource. getOperatingDemand()Specifies the percentage of the execution time of the assigned global task that the global task resource will be needed.java.lang.StringBPResourceAtLane. getOperatingDemand()Specifies the percentage of the execution time of each activity in the lane that the lane resource will be needed.java.lang.StringBPResourceAtProcess. getOperatingDemand()Specifies the percentage of the execution time of the process that the responsible resource will be needed.intBPActivityResource. getOperatingTime()Specifies the time the activity resource will be needed for one execution of the activity.intBPGlobalTaskResource. getOperatingTime()Specifies the time the global task resource will be needed for one execution of the global task.intBPResourceAtLane. getOperatingTime()Specifies the time the lane resource will be needed for each execution of the contained activities.intBPResourceAtProcess. getOperatingTime()Specifies the time the responsible resource will be needed for one execution of the process.BPOperationBPEventDefinition. getOperation()The operation that is used by the event definition.BPOperationBPTaskNode. getOperation()The operation that is invoked by the service task.java.util.List<BPOperation>BPError. getOperationOfError()The operation.java.util.List<BPOperation>BPMessage. getOperationOfInMessageRef()java.util.List<BPOperation>BPMessage. getOperationOfOutMessageRef()The operation.<T extends BPAssociationArtifact>
java.util.List<T>BPArtifact. getOutgoingAssociationArtifact(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends BPAssociationArtifact>
java.util.List<T>BPEventNode. getOutgoingCompensationAssociation(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<BPDataIOAssociation>BPActivityNode. getOutgoingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags)BPDataIOAssociationvisually going out of thisBPActivityNodeeven though logically there is an data output interconnected.java.util.List<BPDataIOAssociation>BPActivityNode. getOutgoingDataIOAssociation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOutgoingDataIOAssociation and filters its return values according to the given stereotype value.java.util.List<BPDataIOAssociation>BPEventNode. getOutgoingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags)BPDataIOAssociationvisually going out of thisBPEventNodeeven though logically there is an data output interconnected.java.util.List<BPDataIOAssociation>BPEventNode. getOutgoingDataIOAssociation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOutgoingDataIOAssociation and filters its return values according to the given stereotype value.java.util.List<BPGroupAssign>BPGroupArtifact. getOutgoingGroupAssign(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPUseCaseInteractionRel>BPInteractionSpecification. getOutgoingInteractionUseCaseRel(K_CONTROL_OPTION... behaviourFlags)BPItemDefinitionRelBPError. getOutgoingItemDefinitionRel()AllBPItemDefinitionRelof the error.java.util.List<BPItemDefinitionRel>BPEscalation. getOutgoingItemDefinitionRel(K_CONTROL_OPTION... behaviourFlags)AllBPItemDefinitionRelof theBPEscalation.BPItemDefinitionRelBPItemAwareElement. getOutgoingItemDefinitionRel()AllBPItemDefinitionRelof the item aware element.BPItemDefinitionRelBPMessage. getOutgoingItemDefinitionRel()AllBPItemDefinitionRelof the message.java.util.List<BPItemDefinitionRel>BPSignal. getOutgoingItemDefinitionRel(K_CONTROL_OPTION... behaviourFlags)AllBPItemDefinitionRelof theBPSignal.java.util.List<BPMessageFlow>BPMessageSequenceFlowNode. getOutgoingMessageFlow()java.util.List<BPMessageFlow>BPParticipant. getOutgoingMessageFlow(K_CONTROL_OPTION... behaviourFlags)All outgoing message flows.java.util.List<BPSequenceFlow>BPSequenceFlowNode. getOutgoingSequenceFlow(K_CONTROL_OPTION... behaviourFlags)All outgoing sequence flows.java.util.List<BPSupportsRel>BPProcess. getOutgoingSupport(K_CONTROL_OPTION... behaviourFlags)The outgoingBPSupportsRel.BPMessageBPOperation. getOutMessageRef()All outgoing messages.BPDataObjectBPEventNode. getOutputOfCatchEvent()The output of the catch event.java.util.List<BPOutputSet>BPInputOutputSpecifyAble. getOutputSet(K_CONTROL_OPTION... behaviourFlags)AllBPOutputSetof theBPInputOutputSpecifyAble.BPOutputSetBPObjOutputSetRef. getOutputSet()BPOutputSetof theBPObjOutputSetRef.java.util.List<BPObjOutputSetRef>BPDataObject. getOutputSetR(K_CONTROL_OPTION... behaviourFlags)AllBPObjOutputSetRefwhich contain theBPDataObject.<T extends BPArtifact>
java.util.List<T>BPArtifactContainerAble. getOwnedArtifact(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All artifacts contained in theBPArtifactContainerAble.java.util.List<BPDia>BPProcess. getOwnedBPDia(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPOperation>BPInterface. getOwnedBPOperation(K_CONTROL_OPTION... behaviourFlags)All operations being part of the interface.BPTaskNodeCallBPTaskNode. getOwnedCallAbleAssignment()The optional call assignment to aBPCallAbleProcessElement.java.util.List<BPDataIOAssociation>BPActivityNode. getOwnedDataAssociation(K_CONTROL_OPTION... behaviourFlags)All data associations of the activity.java.util.List<BPDataIOAssociation>BPEventNode. getOwnedDataAssociation(K_CONTROL_OPTION... behaviourFlags)All data associations of the event.java.util.List<BPParticipantEntity>BPParticipant. getOwnedEntityAssignment(K_CONTROL_OPTION... behaviourFlags)All partner entity assignments of the participant.java.util.List<BPError>BPMaskDefinition. getOwnedError(K_CONTROL_OPTION... behaviourFlags)All errors related to the mask definition.<T extends BPEventDefinition>
java.util.List<T>BPMaskDefinition. getOwnedEventDefinition(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All event definitions of the mask definition.java.util.List<BPObjInputSetRef>BPInputSet. getOwnedInputSetRef(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPLane>BPLaneSet. getOwnedLane(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPLaneSet>BPProcess. getOwnedLaneSet(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPLinkEventDefinition>BPProcess. getOwnedLinkEventDefinitions(K_CONTROL_OPTION... behaviourFlags)All link event definitions to be used locally in this process.java.util.List<BPMaskField>BPMaskDefinition. getOwnedMaskField(K_CONTROL_OPTION... behaviourFlags)All mask fields of the mask definition.java.util.List<BPObjInputSetRef>BPInputSet. getOwnedObjInputSetRef(K_CONTROL_OPTION... behaviourFlags)AllBPObjInputSetRefof theBPInputSet.java.util.List<BPObjOutputSetRef>BPOutputSet. getOwnedObjOutputSetRef(K_CONTROL_OPTION... behaviourFlags)AllBPObjOutputSetRefof theBPOutputSet.java.util.List<BPObjOutputSetRef>BPOutputSet. getOwnedOutputSetRef(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPElementAtPath>BPPath. getOwnedPathAssignment(K_CONTROL_OPTION... behaviourFlags)All path assignments of the path.java.util.List<BPResourceAtLane>BPLane. getOwnedResourceAssignment(K_CONTROL_OPTION... behaviourFlags)The resource assignment of theBPLane.BPResourceAtProcessBPProcess. getOwnedResourceAssignment()<T extends BCRootReuseAbleElement>
java.util.List<T>BPChoreography. getOwnedReuseAbleElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All reusable elements being relevant in the context of this choreography.<T extends BCRootReuseAbleElement>
java.util.List<T>BPCollaboration. getOwnedReuseAbleElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All reusable elements being relevant in the context of this collaboration.<T extends BCRootReuseAbleElement>
java.util.List<T>BPProcess. getOwnedReuseAbleElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All reusable elements being relevant in the context of this process.java.util.List<BPParticipantRole>BPParticipant. getOwnedRoleAssignment(K_CONTROL_OPTION... behaviourFlags)All partner role assignments of the participant.java.util.List<BSTransition>BPItemDefinition. getOwnedTransition(K_CONTROL_OPTION... behaviourFlags)All transitions owned by thisBPItemDefinition.<T extends BSVertex>
java.util.List<T>BPItemDefinition. getOwnedVertex(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All vertex owned by thisBPItemDefinition.BPActivityNodeBPProperty. getOwningActivity()TheBPActivityNodeof theBPProperty.BPActivityNodeBPDataIOAssociation. getOwningActivityNode()The activity of the data association.BPInterfaceBPOperation. getOwningBPInterface()BPTaskNodeBPTaskNodeCall. getOwningCallActivity()The owning call activity.BPEventNodeBPDataObject. getOwningEvent()TheBPEventNodeof the object.BPEventNodeBPDataIOAssociation. getOwningEventNode()The event of the data association.BPEventNodeBPProperty. getOwningEventNode()TheBPEventNodeof theBPProperty.BPLaneBPResourceAtLane. getOwningLane()The owningBPLane.BPMaskDefinitionBPError. getOwningMaskDefinition()The mask definition which the error relates to.BPMaskDefinitionBPEventDefinition. getOwningMaskDefinition()The mask definition of the event definition.BPMaskDefinitionBPMaskField. getOwningMaskDefinition()The mask definition of the mask field.BPParticipantBPParticipantEntity. getOwningParticipant()The owningBPParticipant.BPParticipantBPParticipantRole. getOwningParticipant()The owningBPParticipant.BPPathBPElementAtPath. getOwningPath()The owning path of this path assignment.BPPathAbleBPDataIOAssociation. getOwningPathAble()BPProcessBPProperty. getOwningProcess()TheBPProcessof theBPProperty.BPLaneBPLane. getParentLane()The owning lane and lane set of the lane.java.util.List<BPParticipant>BPEndPoint. getParticipant()All participants with this end point.java.util.List<BPParticipant>BPInteractionSpecification. getParticipant(K_CONTROL_OPTION... behaviourFlags)All participants taking part in the interaction.java.util.List<BPParticipant>BPInterface. getParticipant()The participant referencing the interface.BPParticipantBPParticipantAtActivity. getParticipant()All participants taking part in this choreography activity.java.util.List<BPParticipant>BPProcess. getParticipant()The participant in charge.java.util.List<BPParticipantAtActivity>BPChoreographyActivity. getParticipantInvolved(K_CONTROL_OPTION... behaviourFlags)All participants being assigned to this choreography activity.<T extends MERefAbleAsResource>
java.util.List<T>BPParticipant. getPartnerEntity(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All partner entity elements being assigned to the participant.<T extends MERefAbleAsResource>
java.util.List<T>BPParticipant. getPartnerEntity(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPartnerEntity and filters its return values according to the given stereotype value.MERefAbleAsResourceBPParticipantEntity. getPartnerEntity()All partner entity elements being assigned to the participant.<T extends MERefAbleAsResource>
java.util.List<T>BPParticipant. getPartnerRole(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All partner role elements being assigned to the participant.<T extends MERefAbleAsResource>
java.util.List<T>BPParticipant. getPartnerRole(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPartnerRole and filters its return values according to the given stereotype value.MERefAbleAsResourceBPParticipantRole. getPartnerRole()All partner role elements being assigned to the participant.java.util.List<BPPath>BPPathAble. getPath(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPPath>BPPathAble. getPath(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPath and filters its return values according to the given stereotype value.java.util.List<BPPath>BPPathContextAble. getPath()All paths defined for theBPPathContextAble.BPPathAbleBPElementAtPath. getPathAble()The path element assigned to a path.<T extends BPPathAble>
java.util.List<T>BPItemAwareElement. getPathAbleInReach(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All potential path elements in reach, either as the owner of the item aware element or reachable by a data association.<T extends BPPathAble>
java.util.List<T>BPItemAwareElement. getPathAbleInReach(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPathAbleInReach and filters its return values according to the given stereotype value.K_BP_PATH_ANIM_INFOBPPath. getPathAnimationInfo()Information about how the path will be animated.BPPathContextAbleBPElementAtPath. getPathContext()The path context of this element.<T extends BPPathContextAble>
java.util.List<T>BPPath. getPathContextAble(java.lang.Class<T> returnType)All context elements of theBPPath.K_BP_PATH_TYPEBPPath. getPathType()The type of the path.<T extends BPFlowElement>
java.util.List<T>BPProcess. getPossiblePathElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All flow elements being candidates for assigning them to a path.<T extends BPFlowElement>
java.util.List<T>BPProcess. getPossiblePathElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPossiblePathElement and filters its return values according to the given stereotype value.<T extends BSState>
java.util.List<T>BPItemDefinition. getPossibleState(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All states of theBPItemDefinition.ADClientAbleBPPathAble. getPresentationInMasterView()The presentation element in the master view node.ADClientAbleBPPathAble. getPresentationInStandardView()The presentation element in the standard view node, which must be visible, complete and correct.<T extends ADClientAble>
java.util.List<T>BPPath. getPresentationOfPathAbleInMasterView(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns all presentation elements in the defining presentation which belong to the path elements.<T extends ADClientAble>
java.util.List<T>BPPath. getPresentationOfPathAbleInMasterView(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPresentationOfPathAbleInMasterView and filters its return values according to the given stereotype value.<T extends ADClientAble>
java.util.List<T>BPPath. getPresentationOfPathAbleInStandardView(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ADClientAble>
java.util.List<T>BPPath. getPresentationOfPathAbleInStandardView(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPresentationOfPathAbleInStandardView and filters its return values according to the given stereotype value.java.lang.StringBPSequenceFlow. getProbability()The probability of this flow.java.util.List<BPProcess>BPCollaboration. getProcess()All processes being defined by the collaboration.BPProcessBPLaneSet. getProcess()BPProcessBPParticipant. getProcess()BPProcessBPResourceAtProcess. getProcess()java.util.List<BPProcess>BPProcess. getProcessCalled(K_CONTROL_OPTION... behaviourFlags)All processes being called by activities which are part of this process, either direct parts of being nested in some sub process.java.util.List<BPProcess>BPProcess. getProcessCalled(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getProcessCalled and filters its return values according to the given stereotype value.java.util.List<BPProcess>BPProcess. getProcessCalledTransitive(K_CONTROL_OPTION... behaviourFlags)All processes being called by activities which are part of this process or one of the called processes.java.util.List<BPProcess>BPProcess. getProcessCalledTransitive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getProcessCalledTransitive and filters its return values according to the given stereotype value.java.util.List<BPProcess>BPProcess. getProcessCalling(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPProcess>BPProcess. getProcessCalling(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getProcessCalling and filters its return values according to the given stereotype value.java.util.List<BPProcess>BPProcess. getProcessCallingTransitive(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPProcess>BPProcess. getProcessCallingTransitive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getProcessCallingTransitive and filters its return values according to the given stereotype value.<T extends ADClientAble>
java.util.List<T>BPProcess. getProcessContentForTable(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns all the content elements of thisBPProcessvisible as table.<T extends ADClientAble>
java.util.List<T>BPProcess. getProcessContentForTable(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getProcessContentForTable and filters its return values according to the given stereotype value.java.util.List<BPProperty>BPProcess. getProcessProperty(K_CONTROL_OPTION... behaviourFlags)All properties of theBPProcess.java.util.List<BPProcess>BPPath. getProcessReachable(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPProcess>BPPath. getProcessReachable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getProcessReachable and filters its return values according to the given stereotype value.java.util.List<BPProcess>BPProcess. getProcessSupportedDirectly(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPProcess>BPProcess. getProcessSupportedDirectly(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getProcessSupportedDirectly and filters its return values according to the given stereotype value.java.util.List<BPProcess>BPProcess. getProcessSupportedDirectlyExcludeRel(BPSupportsRel refObj, K_CONTROL_OPTION... behaviourFlags)java.util.List<BPProcess>BPProcess. getProcessSupportedDirectlyExcludeRel(MMStereotype stereotype, BPSupportsRel refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getProcessSupportedDirectlyExcludeRel and filters its return values according to the given stereotype value.K_BP_PROCESS_TYPEBPProcess. getProcessType()The type of theBPProcess.java.util.List<BPDiaProcessViewNode>BPProcess. getProcessViewNode(K_CONTROL_OPTION... behaviourFlags)All view nodes for this process.java.util.List<BPProcess>BPItemDefinition. getProcessWithItemAwareElement(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPProcess>BPItemDefinition. getProcessWithItemAwareElement(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getProcessWithItemAwareElement and filters its return values according to the given stereotype value.<T extends MERefAbleAsResource>
java.util.List<T>BPLane. getRefAbleAsResource(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends MERefAbleAsResource>
java.util.List<T>BPLane. getRefAbleAsResource(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getRefAbleAsResource and filters its return values according to the given stereotype value.MERefAbleAsResourceBPResourceAtLane. getRefAbleAsResource()ARG_AskBPTaskNode. getRefactorAsCallToNewGlobalTaskCheck()Checks the whether the creation and assignment of aBPGlobalTaskis allowed or information of theBPTaskNodewill be lost.BPMessageFlowBPMessageFlowMapping. getReference()BPParticipantBPParticipantMapping. getReference()BPMessageFlowBPMessageFlowMapping. getReferenced()BPParticipantBPParticipantMapping. getReferenced()java.util.List<BPMessageFlowMapping>BPMessageFlow. getReferencedToRef(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPParticipantMapping>BPParticipant. getReferencedToRef(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPMessageFlowMapping>BPMessageFlow. getRefToReferenced(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPParticipantMapping>BPParticipant. getRefToReferenced(K_CONTROL_OPTION... behaviourFlags)MEStereotypeAbleBPArtifact. getRepresentedElement()java.util.List<BPActivityResource>BPActivityNode. getResource(K_CONTROL_OPTION... behaviourFlags)All resource assignments of the activity.MERefAbleAsResourceBPActivityResource. getResource()The element being represented by theBPActivityResource.java.util.List<BPGlobalTaskResource>BPGlobalTask. getResource(K_CONTROL_OPTION... behaviourFlags)All resource assignments of the global task.MERefAbleAsResourceBPGlobalTaskResource. getResource()The element being represented by theBPGlobalTaskResource.<T extends MERefAbleAsResource>
java.util.List<T>BPActivityNode. getResourceAssigned(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends MERefAbleAsResource>
java.util.List<T>BPActivityNode. getResourceAssigned(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getResourceAssigned and filters its return values according to the given stereotype value.<T extends MERefAbleAsResource>
java.util.List<T>BPLane. getResourceAssigned(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends MERefAbleAsResource>
java.util.List<T>BPLane. getResourceAssigned(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getResourceAssigned and filters its return values according to the given stereotype value.java.util.List<BPResourceAtLane>BPLane. getResourceAtLaneAccountable(K_CONTROL_OPTION... behaviourFlags)All lane resource assignments marked as accountable.java.util.List<BPResourceAtLane>BPLane. getResourceAtLaneByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags)All lane resource assignments of the given RACI type.java.util.List<BPResourceAtLane>BPLane. getResourceAtLaneConsulted(K_CONTROL_OPTION... behaviourFlags)All lane resource assignments marked to be consulted.java.util.List<BPResourceAtLane>BPLane. getResourceAtLaneInformed(K_CONTROL_OPTION... behaviourFlags)All lane resource assignments marked to be informed.java.util.List<BPResourceAtLane>BPLane. getResourceAtLaneResponsible(K_CONTROL_OPTION... behaviourFlags)All lane resource assignments marked as responsible.java.util.List<BPResourceAtLane>BPLane. getResourceAtLaneSupportive(K_CONTROL_OPTION... behaviourFlags)All lane resource assignments marked as supportive.java.util.List<BPResourceAtLane>BPLane. getResourceAtLaneUnspecified(K_CONTROL_OPTION... behaviourFlags)All lane resource assignments with an unspecified RACI type.K_BP_ACTIVITYRESOURCE_TYPEBPActivityResource. getResourceType()The type of the activity resource.java.lang.StringBPActivityResource. getResourceTypeAsString()The specified resource type enum value represented by a string.java.lang.StringBPGlobalTaskResource. getResourceTypeAsString()The specified resource type enum value represented by a string.BRResourceBPProcess. getResponsibleResource()BRResourceBPResourceAtProcess. getResponsibleResource()java.lang.StringBPGlobalTask. getScript()The modeler MAY include a script that can be run when theBPGlobalTaskis performed.java.lang.StringBPTaskNode. getScript()The modeler MAY include a script that can be run when the task is performed.java.lang.StringBPGlobalTask. getScriptLanguage()Defines the script language of thisBPGlobalTask.java.lang.StringBPTaskNode. getScriptLanguage()Defines the script language of thisBPTaskNode.java.util.List<BPLane>BPLane. getSelfAndLaneTransitiveDown(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPLane>BPLane. getSelfAndLaneTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSelfAndLaneTransitiveDown and filters its return values according to the given stereotype value.java.util.List<BPLane>BPLane. getSelfAndLaneTransitiveUp(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPLane>BPLane. getSelfAndLaneTransitiveUp(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSelfAndLaneTransitiveUp and filters its return values according to the given stereotype value.java.util.List<BPLane>BPLane. getSelfAndSiblings(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPLane>BPLane. getSelfAndSiblings(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSelfAndSiblings and filters its return values according to the given stereotype value.<T extends BPFlowElement>
java.util.List<T>BPFlowElementContainer. getSequenceFlowElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All flow elements.BPSignalBPEventDefinition. getSignal()TheBPSignalthat is used by the event definition.java.util.List<BPSignal>BPItemDefinition. getSignal(K_CONTROL_OPTION... behaviourFlags)AssignedBPSignal.java.util.List<BPSignal>BPItemDefinition. getSignal(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSignal and filters its return values according to the given stereotype value.BPItemAwareElementBPDataIOAssociation. getSingleSourceItemAwareElement()Ensure a single source element for theBPDataIOAssociationalso the data model allows more than one source.BPItemAwareElementBPDataIOAssociation. getSingleTargetItemAwareElement()The target item of the data association.BPArtifactBPAssociationArtifact. getSourceArtifact()The source artifact.BPErrorBPItemDefinitionRel. getSourceError()The error being the source of theBPItemDefinitionRel, hence being assigned the target business object.BPEscalationBPItemDefinitionRel. getSourceEscalation()TheBPEscalationbeing the source of theBPItemDefinitionRel, hence being assigned the target business object.BPMessageSequenceFlowNodeBPMessageFlow. getSourceInSequenceFlow()The source node.<T extends BPItemAwareElement>
java.util.List<T>BPDataIOAssociation. getSourceItemAwareElement(java.lang.Class<T> returnType)The source element of the data association.BPItemAwareElementBPItemDefinitionRel. getSourceItemAwareElement()The source item aware element of theBPItemDefinitionRel.java.util.List<BPItemDefinition>BPDataIOAssociation. getSourceItemDefinition(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPItemDefinition>BPDataIOAssociation. getSourceItemDefinition(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSourceItemDefinition and filters its return values according to the given stereotype value.BPMessageBPItemDefinitionRel. getSourceMessage()The message being the source of theBPItemDefinitionRel, hence being assigned the target business object.BPSequenceFlowNodeBPSequenceFlow. getSourceNode()The sourceBPSequenceFlowNode.BPParticipantBPMessageFlow. getSourceParticipant()The source participant.BPSignalBPItemDefinitionRel. getSourceSignal()TheBPSignalbeing the source of theBPItemDefinitionRel, hence being assigned the target business object.<T extends BSState>
java.util.List<T>BPDataIOAssociation. getSourceStates(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends BSState>
java.util.List<T>BPDataIOAssociation. getSourceStates(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSourceStates and filters its return values according to the given stereotype value.<T extends ELClassifier>
java.util.List<T>BPDataIOAssociation. getSourceStructureDefinition(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns the connectedELClassifierof the assignedBPItemDefinitionat the associations source element.<T extends ELClassifier>
java.util.List<T>BPDataIOAssociation. getSourceStructureDefinition(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSourceStructureDefinition and filters its return values according to the given stereotype value.BPDiaViewNodeBPPathContextAble. getStandardView()java.lang.StringBPActivityNode. getStartQuantity()The default value is 1.<T extends BSState>
java.util.List<T>BPItemDefinitionRel. getState(java.lang.Class<T> returnType)The state used by thisBPItemDefinitionRel.java.lang.StringBPItemAwareElement. getStateDefinitionLanguage()Specifies the languages which the definition is stated in.java.util.List<BSDiaStateMachineNode>BPItemDefinition. getStateMachineNode(K_CONTROL_OPTION... behaviourFlags)All business object lifecycle nodes representing theBPItemDefinition.java.lang.StringBPActivityNode. getStdLoopCondition()The Property "LoopCondition" of the assignedBPStdLoopCharx.java.lang.StringBPActivityNode. getStdLoopMaximum()The Property "LoopMaximum" of the assignedBPStdLoopCharx.booleanBPActivityNode. getStdLoopTestBefore()The Property "TestBefore" of the assignedBPStdLoopCharx.ELClassifierBPDataIOAssociation. getStructureOfExternalElement()The structure definition of the business object of the element being considered external to thisBPDataIOAssociation.ARG_ModifyByM2AttrOhValueListOutBPDataIOAssociation. getStructurePartsForView()Returns the list of structures and structure parts eligible for the structure yet to be defined.K_BP_SUBPROCESS_TYPEBPSubProcess. getSubProcessType()Type of the sub-process.java.util.List<BPInterface>BPCallAble. getSupportedInterfaceRef()The supported interfaces.BPProcessBPSupportsRel. getSupportedProcess()BPProcessBPSupportsRel. getSupportingProcess()java.util.List<BPSupportsRel>BPProcess. getSupportsRelationshipTo(BPProcess refObj, boolean mode, K_CONTROL_OPTION... behaviourFlags)java.util.List<BPSupportsRel>BPProcess. getSupportsRelationshipTo(MMStereotype stereotype, BPProcess refObj, boolean mode, K_CONTROL_OPTION... behaviourFlags)The method calls getSupportsRelationshipTo and filters its return values according to the given stereotype value.java.util.List<BPDiaProcessViewNode>BPProcess. getSynchronizedProcessViewNode(K_CONTROL_OPTION... behaviourFlags)All synchronized references to this process.BPArtifactBPAssociationArtifact. getTargetArtifact()The target artifact.BPFlowElementBPAssociationArtifact. getTargetFlowElement()The target flow element.BPMessageSequenceFlowNodeBPMessageFlow. getTargetInSequenceFlow()The target node.BPItemAwareElementBPDataIOAssociation. getTargetItemAwareElement()The target item of the data association.BPItemDefinitionBPDataIOAssociation. getTargetItemDefinition()BPItemDefinitionBPItemDefinitionRel. getTargetItemDefinition()The business object being target of thisBPItemDefinitionRel.BPSequenceFlowNodeBPSequenceFlow. getTargetNode()The targetBPSequenceFlowNode.BPParticipantBPMessageFlow. getTargetParticipant()The target participant.<T extends BSState>
java.util.List<T>BPDataIOAssociation. getTargetStates(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends BSState>
java.util.List<T>BPDataIOAssociation. getTargetStates(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getTargetStates and filters its return values according to the given stereotype value.ELClassifierBPDataIOAssociation. getTargetStructureDefinition()Returns the connectedELClassifierof the assignedBPItemDefinitionat the associations target element.K_BP_TASK_IMPLEMENTATIONBPGlobalTask. getTaskImplementation()Implementation of the task.K_BP_TASK_IMPLEMENTATIONBPTaskNode. getTaskImplementation()This attribute specifies the technology that will be used to implement the task.<T extends BPTaskNode>
java.util.List<T>BPCallAbleProcessElement. getTaskNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All activities calling the element.<T extends BPTaskNode>
java.util.List<T>BPCallAbleProcessElement. getTaskNode(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getTaskNode and filters its return values according to the given stereotype value.<T extends BPTaskNode>
java.util.List<T>BPMaskDefinition. getTaskNode(java.lang.Class<T> returnType)<T extends BPTaskNode>
java.util.List<T>BPOperation. getTaskNode(java.lang.Class<T> returnType)The service task that invokes the operation.java.util.List<BPTaskNodeCall>BPCallAbleProcessElement. getTaskNodeR(K_CONTROL_OPTION... behaviourFlags)All call assignments to activities calling the element.<T extends BPTaskNode>
java.util.List<T>BPCallAbleProcessElement. getTaskNodeWithDifferentIO(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All call activities which have a different interface, in other words their input objects and output objects do not match with the interface of the called element.<T extends BPTaskNode>
java.util.List<T>BPCallAbleProcessElement. getTaskNodeWithDifferentIO(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getTaskNodeWithDifferentIO and filters its return values according to the given stereotype value.<T extends BPTaskNode>
java.util.List<T>BPCallAbleProcessElement. getTaskNodeWithIncompleteIO(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All call activities which have an incomplete interface, in other words their interface is not a superset of the interface of the called element.<T extends BPTaskNode>
java.util.List<T>BPCallAbleProcessElement. getTaskNodeWithIncompleteIO(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getTaskNodeWithIncompleteIO and filters its return values according to the given stereotype value.K_BP_TASKNODE_TYPEBPTaskNode. getTaskType()The type of the task or activity node.booleanBPStdLoopCharx. getTestBefore()Flag that controls whether the loop condition is evaluated at the beginning (testBefore = true) or at the end (testBefore = false) of the loop iteration.java.util.List<BPEventNode>BPEventDefinition. getThrowingEventNode(K_CONTROL_OPTION... behaviourFlags)All throwing event nodes that assign thisBPEventDefinition.java.util.List<BPEventNode>BPEventDefinition. getThrowingEventNode(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getThrowingEventNode and filters its return values according to the given stereotype value.java.lang.StringBPTimerEventDefinition. getTimeExpression()Specification of the time.K_BP_TIME_EXPRESSION_TYPEBPTimerEventDefinition. getTimeExpressionType()The type of the time expression of theBPTimerEventDefinition.BPFlowElementContainerBPFlowElement. getTopFlowElementContainer()BPFlowElementContainerBPItemAwareElement. getTopItemAwareElementContainer()Returns the top flow element container of this item aware element, which is either a process or a choreography.BPLaneSetBPLane. getTopLaneSet()K_BP_SUBPROCESS_TRANSACTION_METHODBPSubProcess. getTransactionMethod()Defines the technique that will be used to undo a transaction that has been cancelled.java.lang.StringBPDataIOAssociation. getTransformationExpressionBody()The transformation expression's text.java.lang.StringBPDataIOAssociation. getTransformationExpressionLanguage()Specifies the languages which the transformation expression is stated in.BCExpressionBPDataIOAssociation. getTransformExpression()The transformation expression definition used at the data I/O association.ELClassifierBPMaskField. getTypingClassifier()The classifier that types this mask field.java.util.List<BPDataObject>BPTaskNode. getUnmappedInputAtCall(K_CONTROL_OPTION... behaviourFlags)If this is a call activity the method returns all interface input objects which do not have a corresponding interface object at the called element.java.util.List<BPDataObject>BPTaskNode. getUnmappedInputAtCall(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUnmappedInputAtCall and filters its return values according to the given stereotype value.java.util.List<BPDataObject>BPTaskNode. getUnmappedInputAtCalled(K_CONTROL_OPTION... behaviourFlags)If this is a call activity the method returns all interface input objects of the called element which do not have a corresponding interface object at the call activity.java.util.List<BPDataObject>BPTaskNode. getUnmappedInputAtCalled(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUnmappedInputAtCalled and filters its return values according to the given stereotype value.java.util.List<BPDataObject>BPTaskNode. getUnmappedIOAtCall(K_CONTROL_OPTION... behaviourFlags)If this is a call activity the method returns all interface objects which do not have a corresponding interface object at the called element.java.util.List<BPDataObject>BPTaskNode. getUnmappedIOAtCall(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUnmappedIOAtCall and filters its return values according to the given stereotype value.java.util.List<BPDataObject>BPTaskNode. getUnmappedIOAtCalled(K_CONTROL_OPTION... behaviourFlags)If this is a call activity the method returns all interface objects of the called element which do not have a corresponding interface object at the call activity.java.util.List<BPDataObject>BPTaskNode. getUnmappedIOAtCalled(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUnmappedIOAtCalled and filters its return values according to the given stereotype value.java.util.List<BPDataObject>BPTaskNode. getUnmappedOutputAtCall(K_CONTROL_OPTION... behaviourFlags)If this is a call activity the method returns all interface output objects which do not have a corresponding interface object at the called element.java.util.List<BPDataObject>BPTaskNode. getUnmappedOutputAtCall(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUnmappedOutputAtCall and filters its return values according to the given stereotype value.java.util.List<BPDataObject>BPTaskNode. getUnmappedOutputAtCalled(K_CONTROL_OPTION... behaviourFlags)If this is a call activity the method returns all interface output objects of the called element which do not have a corresponding interface object at the call activity.java.util.List<BPDataObject>BPTaskNode. getUnmappedOutputAtCalled(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUnmappedOutputAtCalled and filters its return values according to the given stereotype value.java.util.List<BPDataObject>BPTaskNode. getUnusedInput(K_CONTROL_OPTION... behaviourFlags)All data inputs which are not connected to another object of the same process via a data association.java.util.List<BPDataObject>BPTaskNode. getUnusedInput(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUnusedInput and filters its return values according to the given stereotype value.java.util.List<BPDataObject>BPTaskNode. getUnusedIO(K_CONTROL_OPTION... behaviourFlags)All data inputs and data outputs which are not connected to another object of the same process via a data association.java.util.List<BPDataObject>BPTaskNode. getUnusedIO(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUnusedIO and filters its return values according to the given stereotype value.java.util.List<BPDataObject>BPTaskNode. getUnusedOutput(K_CONTROL_OPTION... behaviourFlags)All data outputs which are not connected to another object of the same process via a data association.java.util.List<BPDataObject>BPTaskNode. getUnusedOutput(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUnusedOutput and filters its return values according to the given stereotype value.booleanBPTaskNode. getUseCallActivity()Specifies if the algorithm for activity based costing should step in the called process of this task or use the attributes specified directly on this task to do the calculation.booleanBPActivityNode. getUseResources()Specifies if resources assigned to this activity are used for activity based costing.booleanBPGlobalTask. getUseResources()Specifies if resources assigned to this global task are used for activity based costing.booleanBPLane. getUseResources()Specifies if resources assigned to this lane are used for activity based costing.booleanBPProcess. getUseResources()Specifies if the responsible resources assigned to this process is used for activity based costing.booleanBPSubProcess. getUseSubProcess()Specifies if the algorithm for activity based costing should step in the subprocess or use the attributes specified directly on this subprocess to do the calculation.<T extends BPDiaViewNode>
java.util.List<T>BPPathContextAble. getViewVisibleAndSelectAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All views which are visible and selectable.<T extends BPItemAwareElement>
java.util.List<T>BPActivityNode. getVisibleIncomingItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allBPItemAwareElementon the source side of all ownedBPDataIOAssociationby thisBPActivityNode.<T extends BPItemAwareElement>
java.util.List<T>BPActivityNode. getVisibleIncomingItemAwareElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getVisibleIncomingItemAwareElement and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
java.util.List<T>BPEventNode. getVisibleIncomingItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allBPItemAwareElementon the source side of all ownedBPDataIOAssociationby thisBPEventNode.<T extends BPItemAwareElement>
java.util.List<T>BPEventNode. getVisibleIncomingItemAwareElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getVisibleIncomingItemAwareElement and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
java.util.List<T>BPActivityNode. getVisibleOutgoingItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allBPItemAwareElementon the target side of all ownedBPDataIOAssociationby thisBPActivityNode.<T extends BPItemAwareElement>
java.util.List<T>BPActivityNode. getVisibleOutgoingItemAwareElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getVisibleOutgoingItemAwareElement and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
java.util.List<T>BPEventNode. getVisibleOutgoingItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns allBPItemAwareElementon the target side of all ownedBPDataIOAssociationby thisBPEventNode.<T extends BPItemAwareElement>
java.util.List<T>BPEventNode. getVisibleOutgoingItemAwareElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getVisibleOutgoingItemAwareElement and filters its return values according to the given stereotype value.booleanBPDataIOAssociation. hasSameSourceTargetDefinition()True if the source and the target item aware elements have the same business object assigned.booleanBPDataIOAssociation. hasSameSourceTargetStructure()True if the source and the target item aware elements have both a business object and of those two business objects have the same structure.booleanBPDataIOAssociation. hasSourceDefinitionWithStructure()True if there is a business object at the source side and if that business object has a structure, too.booleanBPItemDefinition. hasStructureCompatibleTo(ELClassifier refObj)The structure of the business object is considered to be compatible with the parameter structure if one of them either is a view based on the other structure or contains a view group being deduced from the other structure.booleanBPDataIOAssociation. hasStructureOfExternalElement()True if the element being considered external to thisBPDataIOAssociationhas a business object with a structure assigned.booleanBPDataIOAssociation. hasTargetDefinitionWithStructure()True if there is a business object at the target side and if that business object has a structure, too.static BPLaneBPLaneHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateLane, java.util.List<? extends BPLane> seqLaneSelection, K_INSERT kInsertAt)Inserts a new lane using a lane template.booleanBPEventDefinition. isAllowedForBoundary(BPActivityNode refObj)booleanBPEventNode. isBoundary(BPActivityNode refObj)booleanBPProcess. isClosed()A Boolean value specifying whether interactions, such as sending and receiving Messages and Events, not modeled in the process can occur when the process is executed or performed.booleanBPDataObject. isCollection()Defines if the Data Object represents a collection of elements.booleanBPItemDefinition. isCollection()Setting this flag to true indicates that the actual data type is a collection.booleanBPConditionalEventDefinition. isConditionReused()True if a global condition is used instead of a event condition.booleanBPSequenceFlow. isConditionReused()True if a global condition is used instead of a local expression.booleanBPPath. isConfiguredForContext(BPPathContextAble refObj)booleanBPPath. isConfiguredForPathAble(BPPathAble refObj)True if the path is suitable to contain this specific path element.booleanBPDataObject. isDataObjectTypeDynamic()If this flag is true, the data object type is automatically modified if the context of theBPDataObjectchanges.booleanBPSequenceFlow. isDefault()Flag indicating, that an edge leaving an exclusive gateway, is the default one.booleanBPEventNode. isEventTypeDynamic()If this flag is true, the event type is automatically modified if the context of theBPEventNodechanges, e.g. aBPSequenceFlowis connected to it so that the startBPEventNodeis not allowed to remain a start.booleanBPDataIOAssociation. isExpressionReused()True if a global expression is used instead of a local transformation rule.booleanBPActivityNode. isForCompensation()A flag that identifies whether this activity is intended for the purposes of compensation.booleanBPGateway. isGatewayDirectionDynamic()If this flag is true, the direction is automatically modified if the context of theBPEventNodechanges.booleanBPSequenceFlow. isImmediate()An optional Boolean value specifying whether activities not in the model containing the sequence flow can occur between the elements connected by the sequence flow.booleanBPEventNode. isInEventSubProcess()Returns true if theBPEventNodeis contained within aBPSubProcessthat is triggered by the event.booleanBPParticipantAtActivity. isInitiating()True, if the participant initiates the activity.booleanBPGateway. isInstantiateEventBasedGateway()booleanBPTaskNode. isInstantiateReceiveTask()Receive Tasks can be defined as the instantiation mechanism for the Process with the Instantiate attribute.booleanBPEventNode. isInterrupting()Denotes whether the activity should be cancelled or not, i.e., whether the boundary catch event acts as an error or an escalation.booleanBPEventNode. isInTransactionSubProcess()Returns true if theBPEventNodeis contained within aBPSubProcessof type "transaction".booleanBPEventNode. isLinkCatchEvent()Returns TRUE if this event represents the catch of a link event definition.booleanBPEventNode. isLinkEvent()Returns TRUE if this event represents the catch or the throw of a link event definition.booleanBPEventNode. isLinkThrowEvent()Returns TRUE if this event represents the throw of a link event definition.booleanBPDataIOAssociation. isMissingIOStructure()True if there is no structure at the I/O element, which is either a data input or a data output at the owner of theBPDataIOAssociation.booleanBPEventNode. isParallelMultiple()This attribute is only relevant when the catch event has more than oneBPEventDefinition(Multiple).booleanBPProcess. isProcessOfCallActivity(BPTaskNode refObj)Returns true if the process is called by the call activity.booleanBPProcess. isProcessOfParticipant(BPParticipant refObj)Returns true if the process is used by the participant.booleanBPMultiInstLoopCharx. isSequential()Flag that controls whether the activity instances will execute sequentially or in parallel.booleanBPDataIOAssociation. isSourceStructureCompatibleToTargetStructure()True if there are business objects with a structure at both sides and if the source structure is considered to be a part of the target structure.booleanBPItemAwareElement. isStateReused()booleanBPDataIOAssociation. isTargetStructureCompatibleToSourceStructure()True if there are business objects with a structure at both sides and if the target structure is considered to be a part of the source structure.booleanBPSubProcess. isTriggeredByEvent()If set to TRUE the subprocess is triggered by an event.booleanBPDataStore. isUnlimited()If true, the capacity is not limited.booleanBPItemAwareElement. isUsedInPath(BPPath refObj)booleanBPEventDefinition. isWaitForCompletion()Attribute for the CompensateEventDefinition.voidBPDataIOAssociation. reconnectRelship(ELElement ohNew, K_SIDE kSide)Assigns this data association to a new source/target element.BPGlobalTaskBPTaskNode. refactorAsCallToNewGlobalTask()Creates a new global task containing the elements of the task node.voidBPParticipant. removeProcess()Removes the process from the participant so that it is not used any more and hence not being displayed in the participant nodes of the participant.voidBPTaskNode. removeProcess()Removes the process from the call activity so that it is not used any more and hence not being displayed in the call activity nodes of the call activity.voidBPLane. removeResource()Removes the resource element from the lane.voidBPPath. replaceAssignedPathAble(java.util.List<ARG_BPPathElementSpec> seq)voidBPEventDefinition. setActivityNode(BPActivityNode value)Set the value of Foreign Key ActivityNode.voidBPEventNode. setActivityNode(BPActivityNode value)Set the value of Foreign Key ActivityNode.voidBPSubProcess. setAdHocCancelRemainingInstances(boolean value)Set the value of Attribut AdHocCancelRemainingInstances.voidBPSubProcess. setAdHocCompletionCondition(java.lang.String value)Set the value of Attribut AdHocCompletionCondition.voidBPSubProcess. setAdHocOrdering(K_BP_SUBPROCESS_ADHOC_ORDERING value)Set the value of Attribut AdHocOrdering.voidBPElementAtPath. setAnimationInfo(K_BP_PATHELEM_ANIM_INFO value)Set the value of Attribut AnimationInfo.voidBPPath. setAnimSpeed(int value)Set the value of Attribut AnimSpeed.voidBPActivityNode. setApplyInCalculation(boolean value)Set the value of Attribut ApplyInCalculation.voidBPEventNode. setApplyInCalculation(boolean value)Set the value of Attribut ApplyInCalculation.voidBPGlobalTask. setApplyInCalculation(boolean value)Set the value of Attribut ApplyInCalculation.voidBPDataIOAssociation. setAssignmentExpression(java.util.List<? extends BCExpression> values)Set the value of Foreign Key AssignmentExpression.voidBPActivityResource. setAssignmentType(K_BP_ACTIVITYRESOURCE_RACI_TYPE value)Set the value of Attribut AssignmentType.voidBPGlobalTaskResource. setAssignmentType(K_BP_ACTIVITYRESOURCE_RACI_TYPE value)Set the value of Attribut AssignmentType.voidBPResourceAtLane. setAssignmentType(K_BP_ACTIVITYRESOURCE_RACI_TYPE value)Set the value of Attribut AssignmentType.voidBPEventNode. setAverageDegreeOfCompletion(java.lang.String value)Set the value of Attribut AverageDegreeOfCompletion.voidBPChoreographyTask. setCallAbleChoreographyElement(BPCallAbleChoreographyElement value)Set the value of Foreign Key CallAbleChoreographyElement.voidBPTaskNode. setCallAbleProcessElement(BPCallAbleProcessElement value)Set the value of View CallAbleProcessElement.voidBPDataStore. setCapacity(java.lang.String value)Set the value of Attribut Capacity.voidBPItemDefinition. setClassifier(ELClassifier value)Set the value of Foreign Key Classifier.voidBPProcess. setClosed(boolean value)Set the value of Attribut IsClosed.voidBPProcess. setCollaboration(BPCollaboration value)Set the value of Foreign Key Collaboration.voidBPDataObject. setCollection(boolean value)Set the value of Attribut IsCollection.voidBPItemDefinition. setCollection(boolean value)Set the value of Attribut IsCollection.voidBPPath. setColor(java.lang.String value)Set the value of Attribut Color.voidBPMultiInstLoopCharx. setCompletionCondition(java.lang.String value)Set the value of Attribut CompletionCondition.voidBPActivityNode. setCompletionQuantity(java.lang.String value)Set the value of Attribut CompletionQuantity.voidBPSequenceFlow. setConditionalExpression(BCExpression value)Set the value of Foreign Key ConditionalExpression.voidBPSequenceFlow. setConditionExpression(java.lang.String value)Set the value of Attribut ConditionExpression.voidBPConditionalEventDefinition. setConditionReused(boolean value)Set the value of Attribut IsConditionReused.voidBPSequenceFlow. setConditionReused(boolean value)Set the value of Attribut IsConditionReused.voidBPActivityNode. setCostsPerExecution(int value)Set the value of Attribut CostsPerExecution.voidBPEventNode. setCostsPerExecution(int value)Set the value of Attribut CostsPerExecution.voidBPGlobalTask. setCostsPerExecution(int value)Set the value of Attribut CostsPerExecution.voidBPInteractionSpecification. setCreateOrientation(K_ORIENTATION value)Set the value of Attribut CreateOrientation.voidBPProcess. setCreateOrientation(K_ORIENTATION value)Set the value of Attribut CreateOrientation.voidBPInputSet. setDataInputs(java.util.List<? extends BPDataObject> values)Set the value of View DataInputs.voidBPDataObject. setDataObjectOfCall(java.util.List<? extends BPDataObject> values)Set the value of Foreign Key DataObjectOfCall.voidBPDataObject. setDataObjectOfCalledElement(BPDataObject value)Set the value of Foreign Key DataObjectOfCalledElement.voidBPDataObject. setDataObjectType(K_BP_DATA_OBJECT_TYPE value)Set the value of Attribut DataObjectType.voidBPDataObject. setDataObjectTypeDynamic(boolean value)Set the value of Attribut IsDataObjectTypeDynamic.voidBPOutputSet. setDataOutputs(java.util.List<? extends BPDataObject> values)Set the value of View DataOutputs.voidBPItemAwareElement. setDataStateDefinition(java.lang.String value)Set the value of Attribut DataStateDefinition.voidBPDataObject. setDataStore(BPDataStore value)Set the value of Foreign Key DataStore.voidBPSequenceFlow. setDefault(boolean value)Set the value of Attribut IsDefault.voidBPError. setErrorCode(java.lang.String value)Set the value of Attribut ErrorCode.voidBPError. setErrorEventDefinition(java.util.List<? extends BPEventDefinition> values)Set the value of Foreign Key ErrorEventDefinition.voidBPEventDefinition. setErrorRef(BPError value)Set the value of Foreign Key ErrorRef.voidBPOperation. setErrorRef(java.util.List<? extends BPError> values)Set the value of Foreign Key ErrorRef.voidBPEventDefinition. setEscalation(BPEscalation value)Set the value of Foreign Key Escalation.voidBPEscalation. setEscalationCode(java.lang.String value)Set the value of Attribut EscalationCode.voidBPActivityNode. setEventDefinition(java.util.List<? extends BPEventDefinition> values)Set the value of Foreign Key EventDefinition.voidBPEscalation. setEventDefinition(java.util.List<? extends BPEventDefinition> values)Set the value of Foreign Key EventDefinition.voidBPEventNode. setEventDefinition(java.util.List<? extends BPEventDefinition> values)Set the value of Foreign Key EventDefinition.voidBPSignal. setEventDefinition(java.util.List<? extends BPEventDefinition> values)Set the value of Foreign Key EventDefinition.voidBPEventDefinition. setEventDefinitionType(K_BP_EVENTDEFINITION_TYPE value)Set the value of Attribut EventDefinitionType.voidBPEventDefinition. setEventExpression(java.lang.String value)Set the value of Attribut EventExpression.voidBPEventNode. setEventType(K_BP_EVENT_TYPE value)Set the value of Attribut EventType.voidBPEventNode. setEventTypeDynamic(boolean value)Set the value of Attribut IsEventTypeDynamic.voidBPActivityNode. setExecutionTime(int value)Set the value of Attribut ExecutionTime.voidBPEventNode. setExecutionTime(int value)Set the value of Attribut ExecutionTime.voidBPGlobalTask. setExecutionTime(int value)Set the value of Attribut ExecutionTime.voidBPConditionalEventDefinition. setExpression(BCExpression value)Set the value of Foreign Key Expression.voidBPPath. setExpression(java.util.List<? extends BCExpression> values)Set the value of Foreign Key Expression.voidBPDataIOAssociation. setExpressionReused(boolean value)Set the value of Attribut IsExpressionReused.voidBPMaskField. setFieldType(K_BP_MASKFIELD_TYPE value)Set the value of Attribut FieldType.voidBPDataIOAssociation. setFlowDirection(K_BP_DATA_IOASSOC_DIRECTION value)Set the value of Info FlowDirection.voidBPGroupArtifact. setFlowElement(java.util.List<? extends BPFlowElement> values)Set the value of Foreign Key FlowElement.voidBPActivityNode. setForCompensation(boolean value)Set the value of Attribut IsForCompensation.voidBPActivityNode. setFrequencyPerYear(int value)Set the value of Attribut FrequencyPerYear.voidBPEventNode. setFrequencyPerYear(int value)Set the value of Attribut FrequencyPerYear.voidBPGlobalTask. setFrequencyPerYear(int value)Set the value of Attribut FrequencyPerYear.voidBPGateway. setGatewayDirection(K_BP_GATEWAY_DIRECTION value)Set the value of Attribut GatewayDirection.voidBPGateway. setGatewayDirectionDynamic(boolean value)Set the value of Attribut IsGatewayDirectionDynamic.voidBPGateway. setGatewayType(K_BP_GATEWAY_TYPE value)Set the value of Attribut GatewayType.voidBPGlobalTask. setGlobalTaskType(K_BP_GLOBAL_TASK_TYPE value)Set the value of Attribut GlobalTaskType.voidBPFlowElement. setGroupArtifact(java.util.List<? extends BPGroupArtifact> values)Set the value of Foreign Key GroupArtifact.voidBPSequenceFlow. setImmediate(boolean value)Set the value of Attribut IsImmediate.voidBPParticipantAtActivity. setInitiating(boolean value)Set the value of Attribut IsInitiating.voidBPOperation. setInMessageRef(BPMessage value)Set the value of Foreign Key InMessageRef.voidBPGateway. setInstantiateEventBasedGateway(boolean value)Set the value of Attribut IsInstantiateEventBasedGateway.voidBPTaskNode. setInstantiateReceiveTask(boolean value)Set the value of Attribut IsInstantiateReceiveTask.voidBPItemAwareElement. setInState(java.util.List<? extends BSState> values)Set the value of View InState.voidBPParticipant. setInterfaceRef(java.util.List<? extends BPInterface> values)Set the value of Foreign Key InterfaceRef.voidBPEventNode. setInterrupting(boolean value)Set the value of Attribut IsInterrupting.voidBPCallAbleProcessElement. setIOEqualToCall(BPTaskNode refCall)Makes the own interface equal to the interface of the call activity passed.voidBPItemDefinition. setItemKind(K_BP_ITEM_KIND value)Set the value of Attribut ItemKind.voidBPError. setItemRef(BPItemDefinition value)Set the value of View ItemRef.voidBPEscalation. setItemRef(BPItemDefinition value)Set the value of View ItemRef.voidBPMessage. setItemRef(BPItemDefinition value)Set the value of View ItemRef.voidBPSignal. setItemRef(BPItemDefinition value)Set the value of View ItemRef.voidBPItemAwareElement. setItemSubjectRef(BPItemDefinition value)Set the value of View ItemSubjectRef.voidBPDataObject. setItemSubjectRefOfStore(BPItemDefinition value)Set the value of View ItemSubjectRefOfStore.voidBPLane. setLaneMaintenanceType(K_BP_LANESET_TYPE value)Set the value of Attribut LaneMaintenanceType.voidBPLaneSet. setLaneMaintenanceType(K_BP_LANESET_TYPE value)Set the value of Attribut LaneMaintenanceType.voidBPMultiInstLoopCharx. setLoopCardinality(java.lang.String value)Set the value of Attribut LoopCardinality.voidBPActivityNode. setLoopCharxType(K_BP_ACTIVITY_LOOPCHARX_TYPE value)Set the value of Info LoopCharxType.voidBPStdLoopCharx. setLoopCondition(java.lang.String value)Set the value of Attribut LoopCondition.voidBPStdLoopCharx. setLoopMaximum(java.lang.String value)Set the value of Attribut LoopMaximum.voidBPGlobalTask. setMaskDefinition(BPMaskDefinition value)Set the value of Foreign Key MaskDefinition.voidBPTaskNode. setMaskDefinition(BPMaskDefinition value)Set the value of Foreign Key MaskDefinition.voidBPActivityNode. setMeanLoopNumber(int value)Set the value of Attribut MeanLoopNumber.voidBPMessageReferencingElement. setMessage(BPMessage value)Set the value of Foreign Key Message.voidBPActivityNode. setMultiLoopCardinality(java.lang.String value)Set the value of Info MultiLoopCardinality.voidBPActivityNode. setMultiLoopCompletionCondition(java.lang.String value)Set the value of Info MultiLoopCompletionCondition.voidBPActivityNode. setMultiLoopIsSequential(boolean value)Set the value of Info MultiLoopIsSequential.voidBPItemAwareElement. setObjectname(java.lang.String value)Set the value of Info Objectname.voidBPItemAwareElement. setObjectstate(java.lang.String value)Set the value of Info Objectstate.voidBPItemAwareElement. setObjectstructure(java.lang.String value)Set the value of Info Objectstructure.voidBPActivityResource. setOperatingDemand(java.lang.String value)Set the value of Attribut OperatingDemand.voidBPGlobalTaskResource. setOperatingDemand(java.lang.String value)Set the value of Attribut OperatingDemand.voidBPResourceAtLane. setOperatingDemand(java.lang.String value)Set the value of Attribut OperatingDemand.voidBPResourceAtProcess. setOperatingDemand(java.lang.String value)Set the value of Attribut OperatingDemand.voidBPActivityResource. setOperatingTime(int value)Set the value of Attribut OperatingTime.voidBPGlobalTaskResource. setOperatingTime(int value)Set the value of Attribut OperatingTime.voidBPResourceAtLane. setOperatingTime(int value)Set the value of Attribut OperatingTime.voidBPResourceAtProcess. setOperatingTime(int value)Set the value of Attribut OperatingTime.voidBPEventDefinition. setOperation(BPOperation value)Set the value of Foreign Key Operation.voidBPTaskNode. setOperation(BPOperation value)Set the value of Foreign Key Operation.voidBPOperation. setOutMessageRef(BPMessage value)Set the value of Foreign Key OutMessageRef.voidBPEventNode. setParallelMultiple(boolean value)Set the value of Attribut IsParallelMultiple.voidBPInterface. setParticipant(java.util.List<? extends BPParticipant> values)Set the value of Foreign Key Participant.voidBPParticipant. setPartnerEntity(java.util.List<? extends MERefAbleAsResource> values)Set the value of View PartnerEntity.voidBPParticipant. setPartnerRole(java.util.List<? extends MERefAbleAsResource> values)Set the value of View PartnerRole.voidBPPath. setPathAnimationInfo(K_BP_PATH_ANIM_INFO value)Set the value of Attribut PathAnimationInfo.voidBPPath. setPathContextAble(java.util.List<? extends BPPathContextAble> values)Set the value of Foreign Key PathContextAble.voidBPPath. setPathType(K_BP_PATH_TYPE value)Set the value of Attribut PathType.voidBPSequenceFlow. setProbability(java.lang.String value)Set the value of Attribut Probability.voidBPParticipant. setProcess(BPProcess value)Set the value of Foreign Key Process.voidBPResourceAtProcess. setProcess(BPProcess value)Set the value of Foreign Key Process.voidBPProcess. setProcessType(K_BP_PROCESS_TYPE value)Set the value of Attribut ProcessType.voidBPLane. setRefAbleAsResource(java.util.List<? extends MERefAbleAsResource> values)Set the value of View RefAbleAsResource.voidBPResourceAtLane. setRefAbleAsResource(MERefAbleAsResource value)Set the value of Foreign Key RefAbleAsResource.voidBPArtifact. setRepresentedElement(MEStereotypeAble value)Set the value of Foreign Key RepresentedElement.voidBPActivityResource. setResource(MERefAbleAsResource value)Set the value of Foreign Key Resource.voidBPGlobalTaskResource. setResource(MERefAbleAsResource value)Set the value of Foreign Key Resource.voidBPActivityNode. setResourceAssigned(java.util.List<? extends MERefAbleAsResource> values)Set the value of View ResourceAssigned.voidBPActivityResource. setResourceType(K_BP_ACTIVITYRESOURCE_TYPE value)Set the value of Attribut ResourceType.voidBPProcess. setResponsibleResource(BRResource value)Set the value of View ResponsibleResource.voidBPTaskNode. setSameIOForCall()If the task is a call activity this command assures that the call activity takes the called element as the reference and hence gets the same inputs and outputs.voidBPTaskNode. setSameIOForCalledElement()If the task is a call activity this command assures that the called element takes this call activity as the reference and hence gets the same inputs and outputs.voidBPGlobalTask. setScript(java.lang.String value)Set the value of Attribut Script.voidBPTaskNode. setScript(java.lang.String value)Set the value of Attribut Script.voidBPGlobalTask. setScriptLanguage(java.lang.String value)Set the value of Attribut ScriptLanguage.voidBPTaskNode. setScriptLanguage(java.lang.String value)Set the value of Attribut ScriptLanguage.voidBPMultiInstLoopCharx. setSequential(boolean value)Set the value of Attribut IsSequential.voidBPEventDefinition. setSignal(BPSignal value)Set the value of Foreign Key Signal.voidBPDataIOAssociation. setSingleSourceItemAwareElement(BPItemAwareElement value)Set the value of Foreign Key SingleSourceItemAwareElement.voidBPDataIOAssociation. setSingleTargetItemAwareElement(BPItemAwareElement value)Set the value of Foreign Key SingleTargetItemAwareElement.voidBPMessageFlow. setSourceInSequenceFlow(BPMessageSequenceFlowNode value)Set the value of Foreign Key SourceInSequenceFlow.voidBPDataIOAssociation. setSourceItemAwareElement(java.util.List<? extends BPItemAwareElement> values)Set the value of Foreign Key SourceItemAwareElement.voidBPActivityNode. setStartQuantity(java.lang.String value)Set the value of Attribut StartQuantity.voidBPItemAwareElement. setStateReused(boolean value)Set the value of Attribut IsStateReused.voidBPActivityNode. setStdLoopCondition(java.lang.String value)Set the value of Info StdLoopCondition.voidBPActivityNode. setStdLoopMaximum(java.lang.String value)Set the value of Info StdLoopMaximum.voidBPActivityNode. setStdLoopTestBefore(boolean value)Set the value of Info StdLoopTestBefore.voidBPSubProcess. setSubProcessType(K_BP_SUBPROCESS_TYPE value)Set the value of Attribut SubProcessType.voidBPCallAble. setSupportedInterfaceRef(java.util.List<? extends BPInterface> values)Set the value of Foreign Key SupportedInterfaceRef.voidBPMessageFlow. setTargetInSequenceFlow(BPMessageSequenceFlowNode value)Set the value of Foreign Key TargetInSequenceFlow.voidBPDataIOAssociation. setTargetItemAwareElement(BPItemAwareElement value)Set the value of Foreign Key TargetItemAwareElement.voidBPGlobalTask. setTaskImplementation(K_BP_TASK_IMPLEMENTATION value)Set the value of Attribut TaskImplementation.voidBPTaskNode. setTaskImplementation(K_BP_TASK_IMPLEMENTATION value)Set the value of Attribut TaskImplementation.voidBPTaskNode. setTaskType(K_BP_TASKNODE_TYPE value)Set the value of Attribut TaskType.voidBPStdLoopCharx. setTestBefore(boolean value)Set the value of Attribut TestBefore.voidBPTimerEventDefinition. setTimeExpression(java.lang.String value)Set the value of Attribut TimeExpression.voidBPTimerEventDefinition. setTimeExpressionType(K_BP_TIME_EXPRESSION_TYPE value)Set the value of Attribut TimeExpressionType.voidBPSubProcess. setTransactionMethod(K_BP_SUBPROCESS_TRANSACTION_METHOD value)Set the value of Attribut TransactionMethod.voidBPDataIOAssociation. setTransformationExpressionBody(java.lang.String value)Set the value of Attribut TransformationExpressionBody.voidBPDataIOAssociation. setTransformExpression(BCExpression value)Set the value of Foreign Key TransformExpression.voidBPSubProcess. setTriggeredByEvent(boolean value)Set the value of Attribut IsTriggeredByEvent.voidBPDataStore. setUnlimited(boolean value)Set the value of Attribut IsUnlimited.voidBPTaskNode. setUseCallActivity(boolean value)Set the value of Attribut UseCallActivity.voidBPActivityNode. setUseResources(boolean value)Set the value of Attribut UseResources.voidBPGlobalTask. setUseResources(boolean value)Set the value of Attribut UseResources.voidBPLane. setUseResources(boolean value)Set the value of Attribut UseResources.voidBPProcess. setUseResources(boolean value)Set the value of Attribut UseResources.voidBPSubProcess. setUseSubProcess(boolean value)Set the value of Attribut UseSubProcess.voidBPEventDefinition. setWaitForCompletion(boolean value)Set the value of Attribut IsWaitForCompletion.java.util.List<BPEventNode>BPSequenceFlow. splitWithPairedLinkEvent()voidBPProcess. synchronizeAllHiddenViewNodes()Turns all hidden process view nodes into synchronized process view nodes. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia that throw SrvErrorException Modifier and Type Method Description BPDiaChoreographyViewNodeBPDia. addDiaChoreographyViewNode(BPChoreography ohChoreography, java.awt.Point position, java.awt.Point size, boolean isExpanded)BPDiaCollaborationViewNodeBPDia. addDiaCollaborationViewNode(BPCollaboration ohCollaboration, java.awt.Point position, java.awt.Point size, boolean isExpanded, boolean areProcessesExpanded)BPDiaCollaborationViewNodeBPDia. addDiaCollaborationViewNodeForExistingProcessViewNodes(BPCollaboration ohCollaboration)Adds a node representing a collaboration to the diagram if the processes concerned are already displayed in the diagram without already having a collaboration context.java.util.List<PRDiaNode>BPDia. addDiaNodes(java.lang.Class<? extends ELObject> kVOclModel, java.lang.Class<? extends ELObject> kVOclPres, java.util.List<? extends ADClientAble> adds, java.awt.Point position, java.awt.Point size, java.awt.Point offset)BPDiaProcessViewNodeBPDia. addDiaProcessViewNode(BPProcess ohProcess, PRPresElement ohPresOfOwner, java.awt.Point position, java.awt.Point size, boolean isExpanded)voidBPDiaViewNode. becomeMasterView()voidBPDiaViewNode. becomeRegularView()voidBPDiaViewNode. becomeSynchronizedView()voidBPDiaViewNode. correctExistingViewContent()Makes this view a correct but not necessarily complete copy of the current master view.voidBPDiaParticipantNode. correctOwnedProcessViewContent()If the node contains a reference to a process, it makes the view a correct but not necessarily complete copy of the current master view.voidBPDiaTaskNode. correctOwnedProcessViewContent()If the node is a call activity which contains a reference to the process called, it makes the view a correct but not necessarily complete copy of the current master view.static BPDiaBPDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new BPMN Diagram with template and container.static BPDiaBPDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new BPMN Diagram with stereotype and container.static BPDiaBPDiaHelper. createDefinition(SrvContext srvCtx, BPPathContextAble elementToDefine, ADClientAble diaCurrent, K_ORIENTATION orientation, boolean dontAddDefinition, boolean dontMoveMaster)Creates a new definition diagram for the process or collaboration.BPDiaTaskNodeBPDiaProcessViewNode. getCallActivityNode()Containing call activity node of the process view node.BPDiaProcessViewNodeBPDiaTaskNode. getCalledProcessViewNode()java.util.List<BPDiaEventNode>BPDiaEventNode. getCatchThrowCorrespondingEventNode(K_CONTROL_OPTION... behaviourFlags)With a selected catch event all corresponding throw events in the same view node, using at least one of the event definitions of the catch event, will be returned.java.util.List<BPDiaLaneNode>BPDiaLaneNode. getChildLaneNode(K_CONTROL_OPTION... behaviourFlags)All lane nodes owned by the lane node.java.util.List<PRDiaNote>BPDiaViewNode. getCommentNodeOfView(K_CONTROL_OPTION... behaviourFlags)<T extends PRPresContent>
java.util.List<T>BPDia. getContentForHighlighting(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All elements eligible for being highlighted in the diagram, e.g. the path contents of the paths selected for highlighting.BPDiaBPDiaViewNode. getDiagramOfView()BPDiaItemNodeBPDiaProcessViewNode. getDiaItemNode(BPItemAwareElement refObj)Returns the presentation node of the item aware element.BPDiaLaneNodeBPDiaProcessViewNode. getDiaLaneNode(BPLane refObj)Returns the presentation node of the lane.BPDiaSequenceFlowBPDiaProcessViewNode. getDiaSequenceFlow(BPSequenceFlow refObj)Returns the presentation edge of the flow.BPDiaSequenceFlowNodeBPDiaProcessViewNode. getDiaSequenceFlowNode(BPSequenceFlowNode refObj)Returns the presentation node of the flow node.BPLaneSetBPDiaProcessViewNode. getLaneSet()The top lane set displayed in the process view node.BPLaneSetBPDiaProcessViewNode. getLaneSetDisplayed()The LaneSet to be displayed.java.util.List<BPDiaLaneNode>BPDiaLaneNode. getLeafLaneNode(K_CONTROL_OPTION... behaviourFlags)All leaf lanes.java.util.List<BPDiaLaneNode>BPDiaProcessViewNode. getLeafLaneNode(K_CONTROL_OPTION... behaviourFlags)All leaf lane nodes in this process view node.BPDiaLaneNodeBPDiaProcessViewNode. getLeafLaneNodeForNode(PRDiaNode refObj)Tries to find a leaf lane for the node passed considering the absolute positions of the node and the leaf lanes in the process view node.java.util.List<BPDiaLaneNode>BPDiaProcessViewNode. getLeafLaneNodeSortedByPosition(K_CONTROL_OPTION... behaviourFlags)All leaf lane nodes in this process view node.<T extends MEModelElement>
java.util.List<T>BPDiaViewNode. getMissingElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns all model elements missing in this view.<T extends MEModelElement>
java.util.List<T>BPDiaViewNode. getMissingElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getMissingElement and filters its return values according to the given stereotype value.<T extends BPDiaArtifactNode>
java.util.List<T>BPDia. getOwnedArtifactNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllBPDiaArtifactNodeof theBPDia.<T extends BPDiaArtifactNode>
java.util.List<T>BPDiaLaneNode. getOwnedArtifactNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)BPDiaArtifactNodeowned by theBPDiaLaneNode.<T extends BPDiaArtifactNode>
java.util.List<T>BPDiaSubProcessNode. getOwnedArtifactNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)BPDiaArtifactNodeowned by theBPDiaSubProcessNode.<T extends BPDiaArtifactNode>
java.util.List<T>BPDiaViewNode. getOwnedArtifactNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllBPDiaArtifactNodeowned by theBPDiaViewNode.java.util.List<BPDiaAssocEdge>BPDiaGroupNode. getOwnedAssocEdge(K_CONTROL_OPTION... behaviourFlags)AllBPDiaAssocEdgein the group node.java.util.List<BPDiaAssocEdge>BPDiaLaneNode. getOwnedAssocEdge(K_CONTROL_OPTION... behaviourFlags)AllBPDiaAssocEdgeof theBPDiaLaneNode.java.util.List<BPDiaAssocEdge>BPDiaProcessViewNode. getOwnedAssocEdge(K_CONTROL_OPTION... behaviourFlags)AllBPDiaAssocEdgeof theBPDiaProcessViewNode.java.util.List<BPDiaEventNode>BPDiaSubProcessNode. getOwnedBoundaryEventNode(K_CONTROL_OPTION... behaviourFlags)All boundary event nodes owned by thisBPDiaSubProcessNode.java.util.List<BPDiaEventNode>BPDiaTaskNode. getOwnedBoundaryEventNode(K_CONTROL_OPTION... behaviourFlags)All boundary event nodes of theBPDiaTaskNode.<T extends BPDiaTaskNode>
java.util.List<T>BPDiaTaskNode. getOwnedCallActivityNodes(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All call activity nodes contained at the next level below the activity node.java.util.List<PRDiaCalloutNode>BPDiaGroupNode. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)All callout nodes owned by this group node.java.util.List<PRDiaCalloutNode>BPDiaLaneNode. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)All callout nodes owned by this lane node.java.util.List<PRDiaCalloutNode>BPDiaSubProcessNode. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)All callout nodes owned by this subprocess node.java.util.List<PRDiaCalloutNode>BPDiaViewNode. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)All callout nodes owned by this view node.java.util.List<BPDiaDataAssocEdge>BPDiaGroupNode. getOwnedDataAssocEdge(K_CONTROL_OPTION... behaviourFlags)AllBPDiaDataAssocEdgein the group node.java.util.List<BPDiaDataAssocEdge>BPDiaLaneNode. getOwnedDataAssocEdge(K_CONTROL_OPTION... behaviourFlags)AllBPDiaDataAssocEdgeof theBPDiaLaneNode.java.util.List<BPDiaDataAssocEdge>BPDiaProcessViewNode. getOwnedDataAssocEdge(K_CONTROL_OPTION... behaviourFlags)AllBPDiaDataAssocEdgeof theBPDiaProcessViewNode.java.util.List<BPDiaDataNode>BPDiaLaneNode. getOwnedDataNode(K_CONTROL_OPTION... behaviourFlags)AllBPDiaDataNodeof theBPDiaLaneNode.java.util.List<BPDiaDataNode>BPDiaProcessViewNode. getOwnedDataNode(K_CONTROL_OPTION... behaviourFlags)BPDiaDataNodeowned by theBPDiaProcessViewNode.java.util.List<BPDiaDataNode>BPDiaSubProcessNode. getOwnedDataNode(K_CONTROL_OPTION... behaviourFlags)BPDiaDataNodeowned by theBPDiaSubProcessNode.java.util.List<BPDiaEventNode>BPDiaSubProcessNode. getOwnedEventNode(K_CONTROL_OPTION... behaviourFlags)All boundary event nodes of theBPDiaSubProcessNode.<T extends BPDiaFlowEdge>
java.util.List<T>BPDiaGroupNode. getOwnedFlowEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All flow edges in the group node.<T extends BPDiaFlowNode>
java.util.List<T>BPDiaGroupNode. getOwnedFlowNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All flow nodes of theBPDiaGroupNode.java.util.List<BPDiaGroupAssignment>BPDia. getOwnedGroupAssignment(K_CONTROL_OPTION... behaviourFlags)All group assignment edges of the diagram.<T extends BPDiaItemNode>
java.util.List<T>BPDia. getOwnedItemNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllBPDiaItemNode.<T extends BPDiaItemNode>
java.util.List<T>BPDiaGroupNode. getOwnedItemNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All item nodes of theBPDiaGroupNode.java.util.List<BPDiaLaneNode>BPDiaProcessViewNode. getOwnedLaneNode(K_CONTROL_OPTION... behaviourFlags)All lane nodes owned by the view node.java.util.List<BPDiaMappingAssoc>BPDia. getOwnedMappingAssoc(K_CONTROL_OPTION... behaviourFlags)AllBPDiaMappingAssocof theBPDia.java.util.List<BPDiaMaskCompartmentEntry>BPDiaMaskCompartmentNode. getOwnedMaskCompartmentEntry(K_CONTROL_OPTION... behaviourFlags)All compartment entries of the compartment node.java.util.List<BPDiaMaskCompartmentNode>BPDiaMaskNode. getOwnedMaskCompartmentNode(K_CONTROL_OPTION... behaviourFlags)All compartment nodes of the mask node.java.util.List<BPDiaMaskCompartmentNode>BPDiaMaskTaskNode. getOwnedMaskCompartmentNode(K_CONTROL_OPTION... behaviourFlags)All compartment nodes of the user task node.java.util.List<BPDiaMaskNode>BPDiaTaskNode. getOwnedMaskNode(K_CONTROL_OPTION... behaviourFlags)All mask node of theBPDiaTaskNode.java.util.List<BPDiaMessageFlow>BPDia. getOwnedMessageFlow(K_CONTROL_OPTION... behaviourFlags)message flow edge owned by the diagram.java.util.List<BPDiaMessageFlow>BPDiaCollaborationViewNode. getOwnedMessageFlow(K_CONTROL_OPTION... behaviourFlags)message flow edge owned by the view node.java.util.List<BPDiaMessageNode>BPDiaViewNode. getOwnedMessageNode(K_CONTROL_OPTION... behaviourFlags)All message nodes in the view node.java.util.List<BPDiaParticipantCompartmentNode>BPDiaChoreographyTaskNode. getOwnedParticipantCompartment(K_CONTROL_OPTION... behaviourFlags)All participant compartment nodes of the choreography task node.java.util.List<BPDiaParticipantNode>BPDiaChoreographyViewNode. getOwnedParticipantNode(K_CONTROL_OPTION... behaviourFlags)AllBPDiaParticipantNodeof theBPDiaChoreographyViewNode.java.util.List<BPDiaParticipantNode>BPDiaCollaborationViewNode. getOwnedParticipantNode(K_CONTROL_OPTION... behaviourFlags)AllBPDiaParticipantNodeof theBPDiaCollaborationViewNode.BPDiaProcessViewNodeBPDiaParticipantNode. getOwnedProcessNode()BPDiaProcessViewNodeowned by theBPDiaParticipantNode.java.util.List<BPDiaRedundantEdge>BPDiaProcessViewNode. getOwnedRedundantEdge(K_CONTROL_OPTION... behaviourFlags)All redundant edges in the view node.java.util.List<BPDiaRenderingNode>BPDiaProcessViewNode. getOwnedRenderingNode(K_CONTROL_OPTION... behaviourFlags)All rendering nodes in the view node.java.util.List<BPDiaSequenceFlow>BPDiaChoreographyViewNode. getOwnedSequenceFlow(K_CONTROL_OPTION... behaviourFlags)BPDiaSequenceFlowowned by theBPDiaChoreographyViewNode.java.util.List<BPDiaSequenceFlow>BPDiaLaneNode. getOwnedSequenceFlow(K_CONTROL_OPTION... behaviourFlags)AllBPDiaSequenceFlowof theBPDiaLaneNode.java.util.List<BPDiaSequenceFlow>BPDiaProcessViewNode. getOwnedSequenceFlow(K_CONTROL_OPTION... behaviourFlags)BPDiaSequenceFlowowned by theBPDiaProcessViewNode.<T extends BPDiaSequenceFlowNode>
java.util.List<T>BPDiaChoreographyViewNode. getOwnedSequenceFlowNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllBPDiaSequenceFlowNodeof theBPDiaChoreographyViewNode.<T extends BPDiaSequenceFlowNode>
java.util.List<T>BPDiaLaneNode. getOwnedSequenceFlowNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllBPDiaSequenceFlowNodeof theBPDiaLaneNode.<T extends BPDiaSequenceFlowNode>
java.util.List<T>BPDiaProcessViewNode. getOwnedSequenceFlowNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllBPDiaSequenceFlowNodeof theBPDiaProcessViewNode.<T extends BPDiaSequenceFlowNode>
java.util.List<T>BPDiaSubProcessNode. getOwnedSequenceFlowNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllBPDiaSequenceFlowNodeof theBPDiaSubProcessNode.java.util.List<BPDiaStructureEdge>BPDia. getOwnedStructureEdge(K_CONTROL_OPTION... behaviourFlags)All structure edges of theBPDia.java.util.List<BPDiaSupportEdge>BPDia. getOwnedSupportEdge(K_CONTROL_OPTION... behaviourFlags)All support edges of theBPDia.java.util.List<BPDiaTermEdge>BPDia. getOwnedTermEdge(K_CONTROL_OPTION... behaviourFlags)All term edges of the diagram.<T extends BPDiaTermNode>
java.util.List<T>BPDia. getOwnedTermNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All term nodes of the diagram.java.util.List<BPDiaTextNode>BPDia. getOwnedTextNode(K_CONTROL_OPTION... behaviourFlags)AllBPDiaTextNodeof theBPDia.java.util.List<BPDiaViewContentEdge>BPDia. getOwnedViewContentEdge(K_CONTROL_OPTION... behaviourFlags)All view content edges of theBPDia.<T extends PRPresContent>
java.util.List<T>BPDiaFlowNode. getOwnedViewElementTransitiveDownByOrder(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends PRPresContent>
java.util.List<T>BPDiaLaneNode. getOwnedViewElementTransitiveDownByOrder(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends PRPresContent>
java.util.List<T>BPDiaViewNode. getOwnedViewElementTransitiveDownByOrder(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All presentation elements in this view.<T extends BPDiaViewNode>
java.util.List<T>BPDia. getOwnedViewNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllBPDiaViewNode.BPDiaSubProcessNodeBPDiaEventNode. getOwningBoundarySubProcessNode()TheBPDiaSubProcessNodeof the boundary event node.BPDiaTaskNodeBPDiaEventNode. getOwningBoundaryTaskNode()TheBPDiaTaskNodeof the boundary event node.BPDiaChoreographyViewNodeBPDiaParticipantNode. getOwningChoreographyNode()TheBPDiaChoreographyViewNodeof theBPDiaParticipantNode.BPDiaChoreographyTaskNodeBPDiaParticipantCompartmentNode. getOwningChoreographyTask()The choreography task node of the participant compartment node.BPDiaChoreographyViewNodeBPDiaSequenceFlow. getOwningChoreographyViewNode()OwningBPDiaChoreographyViewNodeof theBPDiaSequenceFlow.BPDiaChoreographyViewNodeBPDiaSequenceFlowNode. getOwningChoreographyViewNode()TheBPDiaChoreographyViewNodeof theBPDiaSequenceFlowNode.BPDiaCollaborationViewNodeBPDiaParticipantNode. getOwningCollaborationNode()TheBPDiaCollaborationViewNodeof theBPDiaParticipantNode.BPDiaCollaborationViewNodeBPDiaMessageFlow. getOwningCollaborationViewNode()Owning view node of the message flow edge.BPDiaBPDiaArtifactNode. getOwningDia()TheBPDiaof theBPDiaArtifactNode.BPDiaBPDiaGroupAssignment. getOwningDia()The diagram of the group assignment edge.BPDiaBPDiaItemNode. getOwningDia()TheBPDiaof the element.BPDiaBPDiaMappingAssoc. getOwningDia()TheBPDiaof theBPDiaMappingAssoc.BPDiaBPDiaMessageFlow. getOwningDia()Owning diagram of the message flow edge.BPDiaBPDiaStructureEdge. getOwningDia()TheBPDiaowning the structure edge.BPDiaBPDiaSupportEdge. getOwningDia()TheBPDiaowning the support edge.BPDiaBPDiaTermEdge. getOwningDia()BPDiaBPDiaTermNode. getOwningDia()BPDiaBPDiaTextNode. getOwningDia()TheBPDiaof theBPDiaTextNode.BPDiaBPDiaViewNode. getOwningDia()TheBPDiaof the element.BPDiaBPDiaViewContentEdge. getOwningDiagram()TheBPDiaowning the view content edge.BPDiaGroupNodeBPDiaAssocEdge. getOwningGroupNode()The group node of theBPDiaAssocEdge.BPDiaGroupNodeBPDiaDataAssocEdge. getOwningGroupNode()The group node of theBPDiaDataAssocEdge.BPDiaGroupNodeBPDiaFlowEdge. getOwningGroupNode()The group node of the flow edge.BPDiaGroupNodeBPDiaFlowNode. getOwningGroupNode()TheBPDiaGroupNodeowning the flow nodes.BPDiaGroupNodeBPDiaItemNode. getOwningGroupNode()TheBPDiaGroupNodeowning the item nodes.BPDiaLaneNodeBPDiaArtifactNode. getOwningLaneNode()OwningBPDiaLaneNodeof theBPDiaArtifactNode.BPDiaLaneNodeBPDiaAssocEdge. getOwningLaneNode()TheBPDiaLaneNodeof theBPDiaAssocEdge.BPDiaLaneNodeBPDiaDataAssocEdge. getOwningLaneNode()TheBPDiaLaneNodeof theBPDiaDataAssocEdge.BPDiaLaneNodeBPDiaDataNode. getOwningLaneNode()TheBPDiaLaneNodeof theBPDiaDataNode.BPDiaLaneNodeBPDiaSequenceFlow. getOwningLaneNode()TheBPDiaLaneNodeof theBPDiaSequenceFlow.BPDiaLaneNodeBPDiaSequenceFlowNode. getOwningLaneNode()TheBPDiaLaneNodeof theBPDiaSequenceFlowNode.BPDiaMaskCompartmentNodeBPDiaMaskCompartmentEntry. getOwningMaskCompartmentNode()The compartment node of the compartment entry.BPDiaMaskNodeBPDiaMaskCompartmentNode. getOwningMaskNode()The mask node of the compartment node.BPDiaMaskTaskNodeBPDiaMaskCompartmentNode. getOwningMaskTaskNode()The user task node of the compartment node.BPDiaParticipantNodeBPDiaProcessViewNode. getOwningParticipantNode()OwningBPDiaParticipantNodeof theBPDiaProcessViewNode.BPDiaProcessViewNodeBPDiaAssocEdge. getOwningProcessViewNode()TheBPDiaProcessViewNodeof theBPDiaAssocEdge.BPDiaProcessViewNodeBPDiaDataAssocEdge. getOwningProcessViewNode()TheBPDiaProcessViewNodeof theBPDiaDataAssocEdge.BPDiaProcessViewNodeBPDiaDataNode. getOwningProcessViewNode()OwningBPDiaProcessViewNodeof theBPDiaDataNode.BPDiaProcessViewNodeBPDiaLaneNode. getOwningProcessViewNode()Owning process view node of the lane node.BPDiaProcessViewNodeBPDiaSequenceFlow. getOwningProcessViewNode()OwningBPDiaProcessViewNodeof theBPDiaSequenceFlow.BPDiaProcessViewNodeBPDiaSequenceFlowNode. getOwningProcessViewNode()TheBPDiaProcessViewNodeof theBPDiaSequenceFlowNode.BPDiaSubProcessNodeBPDiaArtifactNode. getOwningSubProcessNode()OwningBPDiaSubProcessNodeof theBPDiaArtifactNode.BPDiaSubProcessNodeBPDiaDataNode. getOwningSubProcessNode()OwningBPDiaSubProcessNodeof theBPDiaDataNode.BPDiaSubProcessNodeBPDiaSequenceFlowNode. getOwningSubProcessNode()TheBPDiaSubProcessNodeof theBPDiaSequenceFlowNode.BPDiaTaskNodeBPDiaMaskNode. getOwningTaskNode()TheBPDiaTaskNodeof the mask node.BPDiaViewNodeBPDiaArtifactNode. getOwningViewNode()OwningBPDiaViewNodeof theBPDiaArtifactNode.BPDiaViewNodeBPDiaMessageNode. getOwningViewNode()The view node of the message node.BPDiaProcessViewNodeBPDiaRedundantEdge. getOwningViewNode()The view node of the redundant edge.BPDiaProcessViewNodeBPDiaRenderingNode. getOwningViewNode()The view node of the rendering node.BPDiaLaneNodeBPDiaLaneNode. getParentLaneNode()BPPathBPDiaViewNode. getPath()BPPathBPDiaViewNode. getPathDisplayed()java.util.List<BPPath>BPDiaViewNode. getPossiblePath(K_CONTROL_OPTION... behaviourFlags)All paths eligible for visualization in this context.java.util.List<BPPath>BPDiaViewNode. getPossiblePath(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPossiblePath and filters its return values according to the given stereotype value.<T extends PRPresContent>
java.util.List<T>BPDiaViewNode. getPresentationInView(java.lang.Class<T> returnType, MEModelElement refObj, K_CONTROL_OPTION... behaviourFlags)All presentation contents of this view which are connected to the model element specified byargument refObjand which do not belong to another view nested into this one.BPProcessBPDiaProcessViewNode. getProcess()BPDiaProcessViewNodeBPDiaLaneNode. getProcessViewNode()The process view node of the lane node.booleanBPDiaViewNode. isCompletelyMaintained()Returns TRUE if all model elements contained in the element being displayed by the view have a presentation element.booleanBPDiaViewNode. isCorrect()Returns true if the hierarchy of the model elements is displayed correctly.booleanBPDiaViewNode. isCorrectAndComplete()Returns true if the view is considered to be correct and complete.booleanBPDiaViewNode. isInMasterViewNode()booleanBPDiaEventNode. isLinkCatchEvent()Returns TRUE if this event node represents the catch of a link event definition.booleanBPDiaEventNode. isLinkEvent()Returns TRUE if this event node represents the catch or the throw of a link event definition.booleanBPDiaEventNode. isLinkThrowEvent()Returns TRUE if this event node represents the throw of a link event definition.booleanBPDiaMaskCompartmentNode. isMaintainedCompartment()True, if this mask compartment is maintained.booleanBPDia. isMasterDia()True if the diagram is meant to contain exactly one master view node.booleanBPDiaViewNode. isMasterView()Returns true if the view is the master view, which means it is the definition of either a process or an interaction specification.booleanBPDia. isMasterWithoutDefinition()True if it is the master BPMN process diagram but does not contain the process definition, just a synchronized reference to it.booleanBPDiaMaskCompartmentNode. isOpen()True, if the contents of this mask compartment are visible.booleanBPDiaMaskTaskNode. isOpen()True, if the contents of this mask task are visible.booleanBPDiaParticipantNode. isOwnedProcessViewCompletelyMaintained()Returns TRUE if the node contains a reference to the process executed and if all model elements contained in the element being displayed by the view have a presentation element.booleanBPDiaTaskNode. isOwnedProcessViewCompletelyMaintained()Returns TRUE if the node is a call activity which contains a reference to the process called and if all model elements contained in the element being displayed by the view have a presentation element.booleanBPDiaParticipantNode. isOwnedProcessViewCorrect()Returns true if the node contains a reference to the process executed and if the hierarchy of the model elements is displayed correctly.booleanBPDiaTaskNode. isOwnedProcessViewCorrect()Returns true if the node is a call activity which contains a reference to the process called and if the hierarchy of the model elements is displayed correctly.booleanBPDiaParticipantNode. isOwnedProcessViewCorrectAndComplete()booleanBPDiaTaskNode. isOwnedProcessViewCorrectAndComplete()booleanBPDiaParticipantNode. isOwnedProcessViewMaster()True if the participant node contains a master process view node.booleanBPDiaTaskNode. isOwnedProcessViewMaster()True if it contains a master process view node.booleanBPDiaViewNode. isSyncedCopy()True if it is a reference and if the reference always contains a complete and correct copy of the defining view.booleanBPDiaViewNode. isVisibleAndSelectable()True if the view is either top-level or nested inside of nodes which are expanded.voidBPDiaParticipantNode. letOwnedProcessViewBecomeMaster()Declares the contained view to be the one and only master view, if the node contains a reference to the process executed, .voidBPDiaTaskNode. letOwnedProcessViewBecomeMaster()ARG_BPDiaMasterDiaWithViewBPDiaParticipantNode. moveContainedMasterToNewDiagram()If the node contains a reference to the process executed, it creates a new diagram of the same stereotype the diagram of the view to be moved has.ARG_BPDiaMasterDiaWithViewBPDiaTaskNode. moveContainedMasterToNewDiagram()If the node is a call activity which contains a reference to the process called, it creates a new diagram of the same stereotype the diagram of the view to be moved has.ARG_BPDiaMasterDiaWithViewBPDiaViewNode. moveMasterToNewDiagram()voidBPDiaViewNode. rebuildExactlyFromMasterView()Makes this view a perfect copy of the current master view.voidBPDiaParticipantNode. rebuildOwnedProcessViewExactlyFromMaster()If the node contains a reference to the process called, it makes this view a perfect copy of the current master view.voidBPDiaTaskNode. rebuildOwnedProcessViewExactlyFromMaster()If the node is a call activity which contains a reference to the process called, it makes this view a perfect copy of the current master view.BPDiaTaskNodeBPDiaSubProcessNode. refactorAsExpandedCallToNewProcess()Creates a new process containing the elements of the sub process, creates a master view of the new process in the same diagram, converts the sub process to a call of that new process and finally expands the node and displays the new master process view.BPDiaSubProcessNodeBPDiaTaskNode. refactorCallAndProcessAsSubProcess()Creates a new sub process containing the elements of the process.ARG_BPDiaMasterDiaWithViewBPDiaViewNode. removeMasterMoveToNewDiagram()voidBPDiaProcessViewNode. setFilterCriteria(boolean hideObjectFlow)Modifies the criteria for visible elements inside the process view.static voidBPDiaProcessViewNodeHelper. setFilterCriteria(SrvContext srvCtx, java.util.List<? extends BPDiaProcessViewNode> sel, boolean hideObjectFlow)Modifies the criteria for visible elements inside the process view.voidBPDiaProcessViewNode. setLaneSet(BPLaneSet value)Set the value of Foreign Key LaneSet.voidBPDiaViewNode. setPathDisplayed(BPPath value)Set the value of View PathDisplayed.voidBPDia. setVisibleCompartment(java.util.List<? extends PRDiaNode> seqNode, java.util.List<ARG_CompartmentVisibilityList> seqComp)voidBPDiaViewNode. toggleOrientation()Switches the current orientation to the other one - from vertical to horizontal and vice versa. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br that throw SrvErrorException Modifier and Type Method Description static BRCostCenterBRCostCenterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Cost Center with template and container.static BRCostCenterBRCostCenterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Cost Center with stereotype and container.static BRLocationBRLocationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Location with template and container.static BRLocationBRLocationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Location with stereotype and container.static BROrgUnitBROrgUnitHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Organizational Unit with template and container.static BROrgUnitBROrgUnitHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Organizational Unit with stereotype and container.static BROrgUnitMemberRelBROrgUnitMemberRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Membership with template from source to target element.static BROrgUnitMemberRelBROrgUnitMemberRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Membership with stereotype from source to target element.static BROrgUnitPersonRelBROrgUnitPersonRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Person Assignment with template from source to target element.static BROrgUnitPersonRelBROrgUnitPersonRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Person Assignment with stereotype from source to target element.static BROrgUnitRequiresRoleBROrgUnitRequiresRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Required Role with template from source to target element.static BROrgUnitRequiresRoleBROrgUnitRequiresRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Required Role with stereotype from source to target element.static BRPersonContactDataBRPersonContactDataHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Contact Data with template and container.static BRPersonContactDataBRPersonContactDataHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Contact Data with stereotype and container.static BRPersonBRPersonHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Person with template and container.static BRPersonBRPersonHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Person with stereotype and container.static BRPersonInRoleBRPersonInRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Assigned Role with template from source to target element.static BRPersonInRoleBRPersonInRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Assigned Role with stereotype from source to target element.static BRResourceCLBRResourceCLHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Actor with template and container.static BRResourceCLBRResourceCLHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Actor with stereotype and container.static BRResourceBRResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Business Resource with template and container.static BRResourceBRResourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Business Resource with stereotype and container.static BRResourceHierRelBRResourceHierRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Hierarchical Subordination with template from source to target element.static BRResourceHierRelBRResourceHierRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Hierarchical Subordination with stereotype from source to target element.static BRResourceNamedRelBRResourceNamedRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Business Resource Relationship with template from source to target element.static BRResourceNamedRelBRResourceNamedRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Business Resource Relationship with stereotype from source to target element.static BRRoleBRRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Role with template and container.static BRRoleBRRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Role with stereotype and container.static BRTechnicalBRTechnicalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new IT Unit with template and container.static BRTechnicalBRTechnicalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new IT Unit with stereotype and container.java.util.List<BROrgUnitPersonRel>BROrgUnit. getAssignmentRelationshipToPerson(BRPerson refObj, K_CONTROL_OPTION... behaviourFlags)java.util.List<BROrgUnitPersonRel>BROrgUnit. getAssignmentRelationshipToPerson(MMStereotype stereotype, BRPerson refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getAssignmentRelationshipToPerson and filters its return values according to the given stereotype value.java.util.List<BROrgUnitPersonRel>BRPerson. getAssignmentToOrgUnit(K_CONTROL_OPTION... behaviourFlags)The organizational unit assignment of the person.K_BR_RESOURCEREL_AUTHORITY_TYPEBROrgUnitPersonRel. getAuthorityType()A relationship may be marked with different kinds of authority.java.util.List<BRPersonContactData>BRPerson. getContactData(K_CONTROL_OPTION... behaviourFlags)AllBRPersonContactDataof theBRPerson.java.util.List<BRCostCenter>BRCostCenterAble. getCostCenter()AllBRCostCenterused by this element.<T extends BRCostCenterAble>
java.util.List<T>BRCostCenter. getCostCenterAble(java.lang.Class<T> returnType)All elements using thisBRCostCenter.BRPersonBROrgUnit. getDeputyPerson()The deputy person being assigned to this organizational unit.java.util.List<BROrgUnit>BROrgUnit. getDirectParentsInHierarchy(K_CONTROL_OPTION... behaviourFlags)The parent resources being superordinated by a hierarchical relationship.java.util.List<BROrgUnit>BROrgUnit. getDirectParentsInHierarchy(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDirectParentsInHierarchy and filters its return values according to the given stereotype value.java.util.List<BROrgUnit>BROrgUnit. getDirectSonsInHierarchy(K_CONTROL_OPTION... behaviourFlags)All resources being directly subordinated to thisBROrgUnitvia a hierarchical resource relationship.java.util.List<BROrgUnit>BROrgUnit. getDirectSonsInHierarchy(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDirectSonsInHierarchy and filters its return values according to the given stereotype value.java.util.List<BROrgUnit>BROrgUnit. getDirectSonsInHierarchyExcludeRel(BRResourceHierRel refObj, K_CONTROL_OPTION... behaviourFlags)All org units being directly subordinated to thisBROrgUnitvia a hierarchical resource relationship.java.util.List<BROrgUnit>BROrgUnit. getDirectSonsInHierarchyExcludeRel(MMStereotype stereotype, BRResourceHierRel refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getDirectSonsInHierarchyExcludeRel and filters its return values according to the given stereotype value.java.lang.StringBRResource. getEAddress()The electronic address of the business resource, may be an e-mail or an intranet or internet address.java.lang.StringBRPerson. getFirstName()The first name of the person.K_BR_PERSON_GENDERBRPerson. getGender()The gender of a person may be either male or female.java.util.List<BRResourceHierRel>BROrgUnit. getHierarchicalRelationshipTo(BROrgUnit refObj, boolean mode, K_CONTROL_OPTION... behaviourFlags)java.util.List<BRResourceHierRel>BROrgUnit. getHierarchicalRelationshipTo(MMStereotype stereotype, BROrgUnit refObj, boolean mode, K_CONTROL_OPTION... behaviourFlags)The method calls getHierarchicalRelationshipTo and filters its return values according to the given stereotype value.<T extends BRResourceRel>
java.util.List<T>BRResource. getIncoming(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The incomingBRResourceRel.java.util.List<BRResourceHierRel>BROrgUnit. getIncomingHierRel(K_CONTROL_OPTION... behaviourFlags)java.util.List<BRLocation>BRPersonContactData. getLocation()The location being used for the location dependent contact data.java.util.List<BRLocation>BRResource. getLocation(K_CONTROL_OPTION... behaviourFlags)All locations of theBRResource.java.util.List<BRLocation>BRResource. getLocation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getLocation and filters its return values according to the given stereotype value.BRLocationBRResourceAtLocation. getLocation()java.util.List<BRResourceAtLocation>BRResource. getLocationAssignment(K_CONTROL_OPTION... behaviourFlags)The resource assignments of theBRLocation.java.util.List<BROrgUnitMemberRel>BROrgUnit. getMemberRelationship(K_CONTROL_OPTION... behaviourFlags)All member relationships of this organizational unit.BROrgUnitMemberRelBROrgUnit. getMemberRelationshipToPerson(BRPerson refObj)java.util.List<BROrgUnitMemberRel>BRPerson. getOrgUnitMembership(K_CONTROL_OPTION... behaviourFlags)The group assignments of the person.java.lang.StringBRPerson. getOtherNames()Other names of the person.<T extends BRResourceRel>
java.util.List<T>BRResource. getOutgoing(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The outgoingBRResourceRel.java.util.List<BRResourceHierRel>BROrgUnit. getOutgoingHierarchicalRelationship(K_CONTROL_OPTION... behaviourFlags)All outgoing hierarchical resource relationships at thisBROrgUnit.java.util.List<BRResourceHierRel>BROrgUnit. getOutgoingHierarchicalRelationship(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOutgoingHierarchicalRelationship and filters its return values according to the given stereotype value.java.util.List<BRResourceHierRel>BROrgUnit. getOutgoingHierRel(K_CONTROL_OPTION... behaviourFlags)<T extends BRResource>
java.util.List<T>BRResource. getOwnedResource(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)BRResourceBRResource. getOwningResource()The container resource of the resource.BRPersonBRPersonContactData. getPerson()TheBRPersonof theBRPersonContactData.java.util.List<BRPersonContactData>BRLocation. getPersonContactData()All uses of the location for location dependent contact data.java.util.List<BROrgUnitRequiresRole>BRRole. getPotentialOrgUnit(K_CONTROL_OPTION... behaviourFlags)java.util.List<BRPersonInRole>BRRole. getPotentialPerson(K_CONTROL_OPTION... behaviourFlags)java.util.List<BRPersonInRole>BRPerson. getPotentialRole(K_CONTROL_OPTION... behaviourFlags)The role assignments of this person.java.util.List<BPProcess>BRResource. getProcess(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPProcess>BRResource. getProcess(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getProcess and filters its return values according to the given stereotype value.java.util.List<BPResourceAtProcess>BRResource. getProcessR(K_CONTROL_OPTION... behaviourFlags)BRPersonInRoleBRPerson. getRelationshipToPossibleRole(BRRole refObj)BROrgUnitRequiresRoleBROrgUnit. getRelationshipToRequiredRole(BRRole refObj)K_BR_RESOURCEREL_TYPEBRResourceNamedRel. getRelType()The relationship type.java.util.List<BROrgUnitRequiresRole>BROrgUnit. getRequiredRole(K_CONTROL_OPTION... behaviourFlags)The role requirements of an organizational unit.BRResourceBRResourceAtLocation. getResource()TheBRLocationof the resource assignments.java.util.List<BRResourceAtLocation>BRLocation. getResourceAtLocation(K_CONTROL_OPTION... behaviourFlags)K_BR_RESOURCE_TYPEBRResource. getResourceType()The type ofBRResource.BRPersonBROrgUnit. getResponsiblePerson()The person being assigned to this organizational unit.java.util.List<BROrgUnitPersonRel>BROrgUnit. getResponsiblePersonRel(K_CONTROL_OPTION... behaviourFlags)The person assigned to this organizational unit.java.lang.StringBRResourceNamedRel. getReverseName()The reverse name of this relationship, expressing the relationship from the target element to the source element.java.util.List<BRRole>BROrgUnit. getRoleAssignments(K_CONTROL_OPTION... behaviourFlags)The roles being assigned to this organizational unit.java.util.List<BRRole>BROrgUnit. getRoleAssignments(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getRoleAssignments and filters its return values according to the given stereotype value.java.util.List<BROrgUnit>BROrgUnit. getSelfAndSonsInHierarchyTransitiveDownDepthFirst(K_CONTROL_OPTION... behaviourFlags)The org unit itself and all resources being subordinated (transitively) to thisBROrgUnitvia a hierarchical resource relationship.java.util.List<BROrgUnit>BROrgUnit. getSelfAndSonsInHierarchyTransitiveDownDepthFirst(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSelfAndSonsInHierarchyTransitiveDownDepthFirst and filters its return values according to the given stereotype value.java.lang.StringBRCostCenter. getShortDescription()A short description of the cost center.java.util.List<BROrgUnit>BROrgUnit. getSonsInHierarchyTransitiveDownDepthFirst(K_CONTROL_OPTION... behaviourFlags)All org units being subordinated (transitively) to thisBROrgUnitvia a hierarchical resource relationship.java.util.List<BROrgUnit>BROrgUnit. getSonsInHierarchyTransitiveDownDepthFirst(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSonsInHierarchyTransitiveDownDepthFirst and filters its return values according to the given stereotype value.BRResourceBRResourceRel. getSourceResource()TheBRResourcebeing the source of the relationship.java.lang.StringBRPerson. getSurname()The surname of the person.BRResourceBRResourceRel. getTargetResource()TheBRResourcebeing the target of the relationship.java.lang.StringBRPerson. getTitle()The title of the person.java.lang.StringBRResource. getURI()Currently a dummy attribute, perhaps for a URI to a picture.booleanBRResource. isClass()If this is true, theBRResourcerepresents a class of resources and not a singleBRResourceinstance.booleanBRResource. isExternal()If this is true, the resource is external to the organization or lies outside of the context of the elements the modeler is focused on.voidBROrgUnitPersonRel. setAuthorityType(K_BR_RESOURCEREL_AUTHORITY_TYPE value)Set the value of Attribut AuthorityType.voidBRResource. setClass(boolean value)Set the value of Attribut IsClass.voidBRCostCenterAble. setCostCenter(java.util.List<? extends BRCostCenter> values)Set the value of Foreign Key CostCenter.voidBROrgUnit. setDeputyPerson(BRPerson value)Set the value of View DeputyPerson.voidBRResource. setEAddress(java.lang.String value)Set the value of Attribut EAddress.voidBRResource. setExternal(boolean value)Set the value of Attribut IsExternal.voidBRPerson. setFirstName(java.lang.String value)Set the value of Attribut FirstName.voidBRPerson. setGender(K_BR_PERSON_GENDER value)Set the value of Attribut Gender.voidBRPersonContactData. setLocation(java.util.List<? extends BRLocation> values)Set the value of Foreign Key Location.voidBRResource. setLocation(java.util.List<? extends BRLocation> values)Set the value of View Location.voidBRPerson. setOtherNames(java.lang.String value)Set the value of Attribut OtherNames.voidBRResourceNamedRel. setRelType(K_BR_RESOURCEREL_TYPE value)Set the value of Attribut RelType.voidBRResource. setResourceType(K_BR_RESOURCE_TYPE value)Set the value of Attribut ResourceType.voidBROrgUnit. setResponsiblePerson(BRPerson value)Set the value of View ResponsiblePerson.voidBRResourceNamedRel. setReverseName(java.lang.String value)Set the value of Attribut ReverseName.voidBROrgUnit. setRoleAssignments(java.util.List<? extends BRRole> values)Set the value of View RoleAssignments.voidBRCostCenter. setShortDescription(java.lang.String value)Set the value of Attribut ShortDescription.voidBRPerson. setSurname(java.lang.String value)Set the value of Attribut Surname.voidBRPerson. setTitle(java.lang.String value)Set the value of Attribut Title. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2brdia
Methods in de.mid.innovator.srv2api.icw2brdia that throw SrvErrorException Modifier and Type Method Description java.util.List<PRDiaNode>BRDia. addDiaNodes(java.lang.Class<? extends ELObject> kVOclModel, java.lang.Class<? extends ELObject> kVOclPres, java.util.List<? extends ADClientAble> adds, java.awt.Point position, java.awt.Point size, java.awt.Point offset)BRDiaResourceEdgeBRDia. addEdgeForResourceRel(BRResourceRel ohResourceRel, java.lang.Class<? extends ELObject> kVOclPres, BRDiaResourceNode ohNodeSrc, BRDiaResourceNode ohNodeTrg, boolean ifExistsDontAdd)BRDiaResourceNodeBRDia. addNodeForResource(BRResource ohResource, java.lang.Class<? extends ELObject> kVOclPres, boolean allowMultiple, java.awt.Point position, java.awt.Point size)java.util.List<BRDiaResourceEdge>BRDia. addResourceRelationship(java.util.List<? extends BRDiaResourceNode> seqNode, java.util.List<? extends BRResourceRel> seqSel, boolean isDirParent, boolean addNode)static BRDiaBRDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Business Resource Diagram with template and container.static BRDiaBRDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Business Resource Diagram with stereotype and container.<T extends BRDiaResourceEdge>
java.util.List<T>BRDiaResourceNode. getIncomingResourceEdgeFrom(java.lang.Class<T> returnType, BRDiaResourceNode refObj, K_CONTROL_OPTION... behaviourFlags)Returns all incoming edges from the source node.java.util.List<BRDiaResourceNode>BRDia. getNodeForResource(BRResource refObj, K_CONTROL_OPTION... behaviourFlags)<T extends BRDiaResourceEdge>
java.util.List<T>BRDiaResourceNode. getOutgoingResourceEdgeTo(java.lang.Class<T> returnType, BRDiaResourceNode refObj, K_CONTROL_OPTION... behaviourFlags)Returns all outgoing edges to the target node.java.util.List<BRDiaExprNode>BRDiaResourceEdge. getOwnedExpression(K_CONTROL_OPTION... behaviourFlags)The expression nodes at thisBRDiaResourceEdge.java.util.List<BRDiaExprNode>BRDiaResourceNode. getOwnedExpression(K_CONTROL_OPTION... behaviourFlags)The expression nodes at thisBRDiaResourceNode.<T extends BRDiaResourceEdge>
java.util.List<T>BRDia. getOwnedResourceEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The resource edges in thisBRDia.java.util.List<BRDiaResourceNode>BRDia. getOwnedResourceNode(K_CONTROL_OPTION... behaviourFlags)The resource nodes in thisBRDia.<T extends BRDiaTextNode>
java.util.List<T>BRDia. getOwnedTextNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The text nodes in thisBRDia.BRDiaBRDiaResourceEdge. getOwningDia()The business resource diagram owning theBRDiaResourceEdge.BRDiaBRDiaResourceNode. getOwningDia()The business resource diagram owning theBRDiaResourceNode.BRDiaBRDiaTextNode. getOwningDia()The business resource diagram owning theBRDiaTextNode.BRDiaResourceEdgeBRDiaExprNode. getOwningEdgeOfExpression()TheBRDiaResourceEdgeowning thisBRDiaExprNode.BRDiaResourceNodeBRDiaExprNode. getOwningNodeOfExpression()TheBRDiaResourceNodeowning thisBRDiaExprNode.<T extends BRResource>
java.util.List<T>BRDia. getResourceInDia(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns a unique list of all business resources being displayed in theBRDia.<T extends BRResource>
java.util.List<T>BRDia. getResourceInDia(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getResourceInDia and filters its return values according to the given stereotype value. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2bs
Methods in de.mid.innovator.srv2api.icw2bs that throw SrvErrorException Modifier and Type Method Description static BSFinalStateBSFinalStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Object Final State with template and container.static BSFinalStateBSFinalStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Object Final State with stereotype and container.static BSInitStateBSInitStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Object Initial State with template and container.static BSInitStateBSInitStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Object Initial State with stereotype and container.static BSRegularStateBSRegularStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Object State with template and container.static BSRegularStateBSRegularStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Object State with stereotype and container.static BSTransitionBSTransitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new State Transition with template from source to target element.static BSTransitionBSTransitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new State Transition with stereotype from source to target element.java.lang.StringBSTransition. getGuard()Guard ofBSTransition.java.util.List<BSTransition>BSVertex. getIncoming(K_CONTROL_OPTION... behaviourFlags)All transitions incoming at this vertex.java.util.List<BPItemDefinitionRel>BSState. getItemDefinitionRel()AllBPItemDefinitionRelusing this state.java.util.List<BSTransition>BSVertex. getOutgoing(K_CONTROL_OPTION... behaviourFlags)All transitions outgoing from this vertex.BPItemDefinitionBSTransition. getOwningDefinition()TheBPItemDefinitionowning this transition.<T extends BSVertex>
java.util.List<T>BSVertex. getReachedVertex(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All vertices which are reached transitive via transitions starting from the given vertex.<T extends BSVertex>
java.util.List<T>BSVertex. getReachedVertex(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getReachedVertex and filters its return values according to the given stereotype value.BSVertexBSTransition. getSource()The vertex on source side of this transition.BSVertexBSTransition. getTarget()The vertex on target side of this transition.<T extends BPItemAwareElement>
java.util.List<T>BSState. getUsedInItemAwareElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All item aware elements using this state.<T extends BPItemAwareElement>
java.util.List<T>BSState. getUsedInItemAwareElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUsedInItemAwareElement and filters its return values according to the given stereotype value.voidBSTransition. reconnectTransition(ELElement ohNew, K_SIDE kSide)Assigns this transition to a new source/target vertex.voidBSTransition. setGuard(java.lang.String value)Set the value of Attribut Guard.voidBSTransition. setSource(BSVertex value)Set the value of Foreign Key Source.voidBSTransition. setTarget(BSVertex value)Set the value of Foreign Key Target. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2bsdia
Methods in de.mid.innovator.srv2api.icw2bsdia that throw SrvErrorException Modifier and Type Method Description java.util.List<PRDiaNode>BSDia. addDiaNodes(java.lang.Class<? extends ELObject> kVOclModel, java.lang.Class<? extends ELObject> kVOclPres, java.util.List<? extends ADClientAble> adds, java.awt.Point position, java.awt.Point size, java.awt.Point offset)Adds elements as nodes to this state diagram.static BSDiaBSDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Business Object State Diagram with template and container.static BSDiaBSDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Business Object State Diagram with stereotype and container.BPItemDefinitionBSDiaStateMachineNode. getItemDefinition()The business object represented by theBSDiaStateMachineNode.java.util.List<BSDiaStateMachineNode>BSDia. getOwnedStateMachineNode(K_CONTROL_OPTION... behaviourFlags)The state machine node owned by this diagrem.java.util.List<BSDiaTransitionEdge>BSDiaStateMachineNode. getOwnedTransitionEdge(K_CONTROL_OPTION... behaviourFlags)All transition edges owned by this state machine node.<T extends BSDiaVertexNode>
java.util.List<T>BSDiaStateMachineNode. getOwnedVertexNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All vertex nodes owned by this state machine node.BSDiaBSDiaStateMachineNode. getOwningDiagram()The diagram owning this state machine node.BSDiaStateMachineNodeBSDiaTransitionEdge. getOwningStateMachineNode()The state machine node owning this transition edge.BSDiaStateMachineNodeBSDiaVertexNode. getOwningStateMachineNode()The state machine node owning this vertex node. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that throw SrvErrorException Modifier and Type Method Description java.util.List<CLProperty>CLAssociation. appendAssociationEnds(MMCreateTemplate ohTmpl, java.util.List<? extends CLClassifier> seqCL)Creates a new association end for each specified classifier.static java.util.List<CLAssociation>CLClassifierHelper. associateClassifier(SrvContext srvCtx, ADClientAble ohDia, java.util.List<? extends CLClassifier> seqCL, boolean makeOneWay)Creates navigable associations from properties of the specified classifiers.CLAssociationCLProperty. associateProperty(ADClientAble ohDia, CLProperty ohProp, boolean makeOneWay)Creates a navigable association from this property.voidCLArtifact. checkIn(ARG_File valFile, boolean overrideNewerServerVersion)The file provided is checked-in as the current version of this artifact.ARG_CheckOutCmdCLArtifact. checkOut(boolean checkOutForConsolidation)Provides the current version of this artifact.static CLArtifactCLArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Artifact with template and container.static CLArtifactCLArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Artifact with stereotype and container.static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Association Class with template from source to target element.static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Association Class with template, container and a sequence of elements.static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)Create a new Association Class with template and a sequence of elements.static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Association Class with stereotype from source to target element.static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Association Class with stereotype, container and a sequence of elements.static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel)Create a new Association Class with stereotype and a sequence of elements.static CLAssociationCLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Association with template from source to target element.static CLAssociationCLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Association with template, container and a sequence of elements.static CLAssociationCLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)Create a new Association with template and a sequence of elements.static CLAssociationCLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Association with stereotype from source to target element.static CLAssociationCLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Association with stereotype, container and a sequence of elements.static CLAssociationCLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel)Create a new Association with stereotype and a sequence of elements.static CLClassCLClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Class with template and container.static CLClassCLClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Class with stereotype and container.static CLClassifierTemplateParameterCLClassifierTemplateParameterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Template Parameter with template and container.static CLClassifierTemplateParameterCLClassifierTemplateParameterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Template Parameter with stereotype and container.static CLCollaborationCLCollaborationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Collaboration with template and container.static CLCollaborationCLCollaborationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Collaboration with stereotype and container.static CLCollaborationUseCLCollaborationUseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Collaboration Use with template and container with requirement.static CLCollaborationUseCLCollaborationUseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Collaboration Use with stereotype and container with requirement.static CLCommunicationPathCLCommunicationPathHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Communication Path with template from source to target element.static CLCommunicationPathCLCommunicationPathHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Communication Path with template, container and a sequence of elements.static CLCommunicationPathCLCommunicationPathHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Communication Path with stereotype from source to target element.static CLCommunicationPathCLCommunicationPathHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Communication Path with stereotype, container and a sequence of elements.static CLComponentCLComponentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Component with template and container.static CLComponentCLComponentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Component with stereotype and container.static CLComponentRealizationCLComponentRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Component Realization with template from source to target element.static CLComponentRealizationCLComponentRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Component Realization with stereotype from source to target element.static CLConnectorCLConnectorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Connector with template from source to target element.static CLConnectorCLConnectorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Connector with stereotype from source to target element.static CLDeploymentCLDeploymentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Deployment with template from source to target element.static CLDeploymentCLDeploymentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Deployment with stereotype from source to target element.static CLDeploymentSpecCLDeploymentSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Deployment Specification with template and container.static CLDeploymentSpecCLDeploymentSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Deployment Specification with stereotype and container.static CLDeviceCLDeviceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Device with template and container.static CLDeviceCLDeviceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Device with stereotype and container.static CLEnumerationCLEnumerationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Enumeration Type with template and container.static CLEnumerationCLEnumerationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Enumeration Type with stereotype and container.static CLEnumLiteralCLEnumLiteralHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Enumeration Literal with template and container.static CLEnumLiteralCLEnumLiteralHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Enumeration Literal with stereotype and container.static CLExecEnvCLExecEnvHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Execution Environment with template and container.static CLExecEnvCLExecEnvHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Execution Environment with stereotype and container.static CLExtendCLExtendHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Extend Relationship with template from source to target element.static CLExtendCLExtendHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Extend Relationship with stereotype from source to target element.static CLExtensionPointCLExtensionPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Extension Point with template and container.static CLExtensionPointCLExtensionPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Extension Point with stereotype and container.static CLGeneralizationCLGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Generalization with template from source to target element.static CLGeneralizationCLGeneralizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Generalization with stereotype from source to target element.static CLIncludeCLIncludeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Include Relationship with template from source to target element.static CLIncludeCLIncludeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Include Relationship with stereotype from source to target element.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Instance Specification with template and container.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Instance Specification with template and container with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Instance Specification with template from source to target element with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)Create a new Instance Specification with template, container and a sequence of elements with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)Create a new Instance Specification with template and a sequence of elements with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Instance Specification with stereotype and container.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Instance Specification with stereotype and container with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Instance Specification with stereotype from source to target element with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)Create a new Instance Specification with stereotype, container and a sequence of elements with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)Create a new Instance Specification with stereotype and a sequence of elements with requirement.static CLInterfaceCLInterfaceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Interface with template and container.static CLInterfaceCLInterfaceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Interface with stereotype and container.static CLInterfaceRealizationCLInterfaceRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Interface Realization with template from source to target element.static CLInterfaceRealizationCLInterfaceRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Interface Realization with stereotype from source to target element.static CLManifestationCLManifestationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Manifestation with template from source to target element.static CLManifestationCLManifestationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Manifestation with stereotype from source to target element.static CLNodeCLNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Node with template and container.static CLNodeCLNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Node with stereotype and container.static CLOperationCLOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Operation with template and container.static CLOperationCLOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Operation with stereotype and container.static CLParameterCLParameterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Parameter with template and container.static CLParameterCLParameterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Parameter with stereotype and container.static CLParameterSetCLParameterSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Parameter Set with template and container.static CLParameterSetCLParameterSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)Create a new Parameter Set with template and a sequence of elements.static CLParameterSetCLParameterSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Parameter Set with stereotype and container.static CLParameterSetCLParameterSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel)Create a new Parameter Set with stereotype and a sequence of elements.static CLPortCLPortHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Port with template and container.static CLPortCLPortHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Port with stereotype and container.static CLPrimitiveTypeCLPrimitiveTypeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Primitive Type with template and container.static CLPrimitiveTypeCLPrimitiveTypeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Primitive Type with stereotype and container.static CLPropertyCLPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Property with template and container.static CLPropertyCLPropertyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Property with stereotype and container.static CLReceptionCLReceptionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Reception with template and container with requirement.static CLReceptionCLReceptionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Reception with stereotype and container with requirement.static CLRoleBindingCLRoleBindingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Role Binding with template from source to target element with requirement.static CLRoleBindingCLRoleBindingHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Role Binding with stereotype from source to target element with requirement.static CLSignalCLSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Signal with template and container.static CLSignalCLSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Signal with stereotype and container.static CLSlotCLSlotHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Slot with template and container with requirement.static CLSlotCLSlotHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Slot with stereotype and container with requirement.static CLStructureDefinitionCLStructureDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Structure Definition with template and container.static CLStructureDefinitionCLStructureDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Structure Definition with stereotype and container.static CLStructureEntryCLStructureEntryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Structure Entry with template and container.static CLStructureEntryCLStructureEntryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Structure Entry with template and container with requirement.static CLStructureEntryCLStructureEntryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Structure Entry with stereotype and container.static CLStructureEntryCLStructureEntryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Structure Entry with stereotype and container with requirement.static CLStructureGroupCLStructureGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Structure Group with template and container.static CLStructureGroupCLStructureGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Structure Group with template and container with requirement.static CLStructureGroupCLStructureGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Structure Group with stereotype and container.static CLStructureGroupCLStructureGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Structure Group with stereotype and container with requirement.static CLSubstitutionCLSubstitutionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Substitution with template from source to target element.static CLSubstitutionCLSubstitutionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Substitution with stereotype from source to target element.static CLTemplateBindingCLTemplateBindingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Template Binding with template from source to target element.static CLTemplateBindingCLTemplateBindingHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Template Binding with stereotype from source to target element.static CLUseCaseCLUseCaseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Use Case with template and container.static CLUseCaseCLUseCaseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Use Case with stereotype and container.static java.util.List<CLArtifact>CLArtifactHelper. createByWorkingDirectory(SrvContext srvCtx, MEHierarchyAble root, java.util.List<ARG_ExtensionStereotypeMap> seqExtStereoMap, java.util.List<java.lang.String> seqFile)Creates artifacts if they do not already exist.java.util.List<CLStructureElement>CLStructureElement. createCopyFromGroupAble(ELViewGroupAble ohGroupAble, boolean copyRecursive, boolean useInGroup, ARG_StereotypeRelationsOut valStereoRel)java.util.List<CLStructureElement>CLStructureElement. createEntriesForClassifierFeatures(ELClassifier ohClassifier)ELValSpecCLValueRangeAble. createRangeValue(ELValSpec ohRef, java.lang.String strValue)Creates a new value as content of thisCLValueRangeAble.static CLTemplateAbleElementCLTemplateAbleElementHelper. createTemplateBoundElement(SrvContext srvCtx, CLTemplateAbleElement ohTemplate, java.util.List<ARG_TemplateBoundParameter> seqPar)voidCLValueRangeAble. deleteRangeValue(ELElement item)Deletes the specified value owned by thisCLValueRangeAble.java.util.List<ELRedefAble>CLClassifier. dialogFolderRedefine(java.util.List<? extends ELElement> seq)Creates redefinitions of selected elements within this classifier.java.util.List<CLAssociation>CLAssociation. dissociateProperty(boolean item)Dissociates the navigable properties from the association and deletes the association itself.CLComponentCLComponentRealization. getAbstraction()The component that owns this component realization and which is implemented by its realizing classifiers.java.util.List<ACParamNode>CLParameter. getActivityParameterNode(K_CONTROL_OPTION... behaviourFlags)Activity parameter is an object node at the beginning or end of flows used for accepting inputs to an activity and providing outputs from it.CLTemplateParameterAbleElementCLTemplateParameterSubstitution. getActual()The element that is the actual parameter for this substitution.java.util.List<CLTemplateParameterSubstitution>CLTemplateParameterAbleElement. getActualParameterSubstitution(K_CONTROL_OPTION... behaviourFlags)All substitutions where this element is used as actual parameter.<T extends CLTemplateParameterAbleElement>
java.util.List<T>CLTemplateAbleElement. getActualTemplateParameter(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)If this element is bound to a template the result is a list of all elements which are used as actual parameters by substitutions of the template binding.<T extends CLTemplateParameterAbleElement>
java.util.List<T>CLTemplateAbleElement. getActualTemplateParameter(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getActualTemplateParameter and filters its return values according to the given stereotype value.CLUseCaseCLInclude. getAddition()java.util.List<CLInclude>CLUseCase. getAddition(K_CONTROL_OPTION... behaviourFlags)<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllCLClassifieron the other side of a binaryCLAssociationwhere the aggregation property of the connected end is set to 'shared'.<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatedClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAggregatedClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatedOrComposedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllCLClassifieron the other side of a binaryCLAssociationwhere the aggregation property of the connected end is set to 'shared' or 'composed'.<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatedOrComposedClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAggregatedOrComposedClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatingClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllCLClassifieron the other side of a binaryCLAssociationwhere the aggregation property of the end connected to the other side is set to 'shared'.<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatingClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAggregatingClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatingOrComposingClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllCLClassifieron the other side of a binaryCLAssociationwhere the aggregation property of the end connected to the other side is set to 'shared' or 'composed'.<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatingOrComposingClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAggregatingOrComposingClassifier and filters its return values according to the given stereotype value.CLArtifactCLArtifact. getArtifact()The artifact owning this artifact.CLArtifactCLManifestation. getArtifact()The artifact owning this manifestation.CLArtifactCLOperation. getArtifact()CLArtifactCLProperty. getArtifact()CLPropertyCLProperty. getAssociationEnd()Designates the optional association end that owns a qualifier attribute.<T extends CLProperty>
java.util.List<T>CLAssociation. getAssociationEndProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The properties that are assigned to this association.<T extends BEBehavior>
java.util.List<T>CLConnector. getBehavior(java.lang.Class<T> returnType)java.util.List<CLRoleBinding>CLConnectAbleElement. getBindingRole(K_CONTROL_OPTION... behaviourFlags)All role bindings of this connectable element.MESimpleConstraintCLOperation. getBodyCondition()An optional constraint on the result values of an invocation of this operation.java.util.List<ANBroadcastSignal>CLSignal. getBroadcastSignalAction(K_CONTROL_OPTION... behaviourFlags)Action that transmits the signal instance to all the potential target objects in the system, which may cause the firing of a state machine transitions or the execution of associated activities of a target object.java.util.List<BECallEvent>CLOperation. getCallEvent(K_CONTROL_OPTION... behaviourFlags)Returns theCLOperationof the call event.<T extends ANCall>
java.util.List<T>CLParameterSet. getCallIn(java.lang.Class<T> returnType)The call action being tied to a parameter set.java.util.List<ANCallOperation>CLOperation. getCallOperationAction(K_CONTROL_OPTION... behaviourFlags)The action that transmits the operation call request to the target object, where it may cause the invocation of associated behavior.<T extends ANCall>
java.util.List<T>CLParameterSet. getCallOut(java.lang.Class<T> returnType)The call action being tied to a parameter set.intCLArtifact. getCheckInCount()Number of check-ins.java.util.DateCLArtifact. getCheckInTime()Time of the last check-in.java.lang.StringCLArtifact. getCheckInUser()Name of the user who checked-in.<T extends CLClassifier>
java.util.List<T>CLClassifierTemplateParameter. getClassifier(java.lang.Class<T> returnType)The classifiers that constrains the argument that can be used for the parameter.<T extends CLClassifier>
java.util.List<T>CLInstSpec. getClassifier(java.lang.Class<T> returnType)The classifier/s of the represented instance.BEBehaviorCLBehavioredClassifier. getClassifierBehavior()A behavior specification that specifies the behavior of the classifier itself.java.util.List<CLInstanceSpecification>CLClassifier. getClassifierInstance(K_CONTROL_OPTION... behaviourFlags)All instance specifications instantiating this classifier.java.util.List<CLClassifierTemplateParameter>CLClassifier. getClassifierTemplateParameter()All parameters constrained by thisCLClassifier.java.util.List<ANClearAssociation>CLAssociation. getClearAssociationAction(K_CONTROL_OPTION... behaviourFlags)The action that destroys all links of the association which a particular object participates in.java.util.List<CLCollaborationUse>CLStructuredClassifier. getCollaborationUse(K_CONTROL_OPTION... behaviourFlags)All collaboration uses owned by this structured classifier.<T extends CLClassifier>
java.util.List<T>CLClassifier. getComposedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllCLClassifieron the other side of a binaryCLAssociationwhere the aggregation property of the connected end is set to 'composite'.<T extends CLClassifier>
java.util.List<T>CLClassifier. getComposedClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getComposedClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
java.util.List<T>CLClassifier. getComposingClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllCLClassifieron the other side of a binaryCLAssociationwhere the aggregation property of the end connected to the other side is set to 'composite'.<T extends CLClassifier>
java.util.List<T>CLClassifier. getComposingClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getComposingClassifier and filters its return values according to the given stereotype value.K_CONCURRENCYCLBehavioralFeature. getConcurrency()Specifies the semantics of concurrent calls to the same passive instance (i.e. an instance originating from a class with isActive being false).MESimpleConstraintCLExtend. getCondition()References the condition that must be met when the first extension point is reached for the extension to take place.java.util.List<MESimpleConstraint>CLParameterSet. getCondition(K_CONTROL_OPTION... behaviourFlags)java.lang.StringCLExtend. getConditionBody()The condition of this extend relationship.java.util.List<CLDeploymentSpec>CLDeployment. getConfiguration(K_CONTROL_OPTION... behaviourFlags)The specification of properties that parameterize the deployment and execution of one or more artifacts.<T extends CLInstSpec>
java.util.List<T>CLInstSpec. getConnectedInstance(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All instance specifications which are connected to this link instance.<T extends CLInstSpec>
java.util.List<T>CLInstSpec. getConnectedInstance(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getConnectedInstance and filters its return values according to the given stereotype value.java.util.List<IALifeline>CLConnectAbleElement. getConnectedLifeline(K_CONTROL_OPTION... behaviourFlags)Determines the LifelineIALifelinewhich represents the connectable.java.util.List<IALifeline>CLConnectAbleElement. getConnectedLifeline(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getConnectedLifeline and filters its return values according to the given stereotype value.<T extends CLInstSpec>
java.util.List<T>CLInstSpec. getConnectedLink(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All links which are connected to this instance specification.<T extends CLInstSpec>
java.util.List<T>CLInstSpec. getConnectedLink(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getConnectedLink and filters its return values according to the given stereotype value.java.util.List<CLConnector>CLAssociation. getConnector()Connectors typed by this association.CLConnectorCLConnectorEnd. getConnector()The connector of this end.K_CONNECTORCLConnector. getConnectorKind()The kind of this connector.java.util.List<CLInterface>CLClassifier. getContract(K_CONTROL_OPTION... behaviourFlags)All interfaces realized by this classifier.java.util.List<CLInterface>CLClassifier. getContract(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getContract and filters its return values according to the given stereotype value.CLInterfaceCLInterfaceRealization. getContract()References the interface specifying the conformance contract.java.util.List<CLInterfaceRealization>CLInterface. getContractInterfaceRealization(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLSubstitution>CLClassifier. getContractSubstitution(K_CONTROL_OPTION... behaviourFlags)All substitutions with this classifier as target.static ARG_CreateByWorkingDirectoryOclReqCLArtifactHelper. getCreateByWorkingDirectory(SrvContext srvCtx, ELElement item)Returns the working directory and the configured extensions for the selected package.java.util.List<ANCreateObject>CLClassifier. getCreateObjectAction(K_CONTROL_OPTION... behaviourFlags)The action that creates an object that conforms to the statically specified classifier and puts it on an output pin at runtime.CLDataTypeCLOperation. getDataType()CLDataTypeCLProperty. getDataType()CLTemplateParameterAbleElementCLTemplateParameter. getDefault()The element that is the default for this formal template parameter.java.lang.StringCLParameter. getDefaultValue()Specifies a string that represents a value to be used when no argument is supplied for the parameter.ELStructFeatureCLSlot. getDefiningFeature()The structural feature that specifies the values that the slot can have.CLPropertyCLSlot. getDefiningProperty()java.util.List<CLDeployment>CLDeployedArtifact. getDeployedArtifact(K_CONTROL_OPTION... behaviourFlags)All deployments owned by this deployed artifact.CLDeployedArtifactCLDeployment. getDeployedArtifact()The artifacts that are deployed onto a node.CLDeploymentCLDeploymentSpec. getDeployment()The deployment which the deployment specification is associated with.java.util.List<CLDeployment>CLDeploymentTarget. getDeployment(K_CONTROL_OPTION... behaviourFlags)The set of deployments for a deployment target.CLInstanceSpecificationCLDeployment. getDeploymentDescriptor()The instance owned by this deployment as deployment descriptor.java.lang.StringCLDeploymentSpec. getDeploymentLocation()The location where an artifact is deployed onto a node.K_PARAM_DIRKINDCLParameter. getDirection()Specifies the direction kind of this parameter.java.util.List<CLConnectorEnd>CLConnectAbleElement. getEnd(K_CONTROL_OPTION... behaviourFlags)Denotes a connector that attaches to this connectable element.java.util.List<CLConnectorEnd>CLConnector. getEnd(K_CONTROL_OPTION... behaviourFlags)A connector consists of at least two connector ends, each representing the participation of instances of the classifiers typing the connectable elements attached to this end.CLEnumerationCLEnumLiteral. getEnumeration()The enumeration owning this enumeration literal.java.util.List<CLEnumLiteral>CLEnumeration. getEnumerationInstance(K_CONTROL_OPTION... behaviourFlags)All enumeration literals instantiating this enumeration.CLEnumerationCLEnumLiteral. getEnumerationLiteralClassifier()The enumeration which is instantiated by this enumeration literal.java.lang.StringCLEnumLiteral. getEnumValue()The value of this enum literal.<T extends BEEvent>
java.util.List<T>CLOperation. getEvent(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All occurrences where this operation is used as event.<T extends BEMessageEvent>
java.util.List<T>CLSignal. getEvent(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All occurrences where this signal is used as an event.java.util.List<ACExceptionHandler>CLClassifier. getExceptionHandler()An exception handler is an element that specifies a body to execute in case the specified exception occurs during the execution of the protected node.java.lang.StringCLDeploymentSpec. getExecutionLocation()The location where a component artifact executes.java.util.List<CLExtend>CLExtensionPoint. getExtend()The extend relationships of this extension point.java.util.List<CLExtend>CLUseCase. getExtend(K_CONTROL_OPTION... behaviourFlags)CLUseCaseCLExtend. getExtendedCase()java.util.List<CLExtend>CLUseCase. getExtendedCase(K_CONTROL_OPTION... behaviourFlags)java.lang.StringCLArtifact. getExtension()Returns the extension contained in the name of this artifact.CLUseCaseCLExtend. getExtension()java.util.List<CLUseCase>CLExtensionPoint. getExtension(K_CONTROL_OPTION... behaviourFlags)the use cases reached by extends of this extension point.java.util.List<CLUseCase>CLExtensionPoint. getExtension(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getExtension and filters its return values according to the given stereotype value.java.util.List<CLExtensionPoint>CLExtend. getExtensionLocation()An ordered list of extension points belonging to the extended use case specifying where the respective behavioral fragments of the extending use case are to be inserted.java.util.List<CLExtensionPoint>CLUseCase. getExtensionPoint(K_CONTROL_OPTION... behaviourFlags)References the extension points owned by the use case.java.util.DateCLArtifact. getFileModificationTime()The modification time of the corresponding file of this artifact.java.util.DateCLArtifact. getFileModificationTimeAtCheckOut()File modification time at time of check-out.java.lang.StringCLArtifact. getFileName()File name of this artifact.static java.util.List<ARG_CheckInOutDlgInitOclReq>CLArtifactHelper. getFileOpen(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqSel)Returns information needed to execute the open command on artifacts.intCLArtifact. getFileVersionAtCheckOut()File version at time of check-out.CLTemplateParameterCLTemplateParameterSubstitution. getFormal()The formal template parameter that is associated with this substitution.java.util.List<CLParameter>CLParameterAble. getFormalParameter(K_CONTROL_OPTION... behaviourFlags)The ordered set of formal parameters of this element.java.util.List<CLParameter>CLParameterAble. getFormalParameter(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getFormalParameter and filters its return values according to the given stereotype value.java.util.List<CLTemplateParameterSubstitution>CLTemplateParameter. getFormalParameterSubstitution(K_CONTROL_OPTION... behaviourFlags)All substitutions that are associated with this formal template parameter.<T extends CLBehavioralFeature>
java.util.List<T>CLBehavioralFeature. getImplemented(java.lang.Class<T> returnType)All behavioral features which are implemented by this behavioral feature.<T extends CLBehavioralFeature>
java.util.List<T>CLBehavioralFeature. getImplementing(java.lang.Class<T> returnType)All behavioral features which implement this behavioral feature.<T extends CLClassifier>
java.util.List<T>CLInterface. getImplementingClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All classifiers implementing this interface.<T extends CLClassifier>
java.util.List<T>CLInterface. getImplementingClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getImplementingClassifier and filters its return values according to the given stereotype value.CLBehavioredClassifierCLInterfaceRealization. getImplementingClassifier()References the behaviored classifier that owns this interface realization (i.e., the classifier that realizes the interface which it points to).java.util.List<CLInclude>CLUseCase. getInclude(K_CONTROL_OPTION... behaviourFlags)CLUseCaseCLInclude. getIncludingCase()java.util.List<BPUseCaseInteractionRel>CLUseCase. getIncomingInteractionUseCaseRel(K_CONTROL_OPTION... behaviourFlags)The incoming relationships of the interaction specifications.CLClassifierCLInstanceSpecification. getInstanceSpecificationClassifier()All classifiers which are instantiated by this instance specification.<T extends CLInstSpec>
java.util.List<T>CLClassifier. getInstSpec(java.lang.Class<T> returnType)The instance specification which is classified by all the classifiers connected.CLInterfaceCLClassifier. getInterface()The interface that owns this classifier.CLInterfaceCLOperation. getInterface()CLInterfaceCLProperty. getInterface()CLInterfaceCLReception. getInterface()java.util.List<CLInterfaceRealization>CLBehavioredClassifier. getInterfaceRealization(K_CONTROL_OPTION... behaviourFlags)All interface realizations owned by this behaviored classifier.java.util.List<CLInterfaceRealization>CLInterface. getInterfaceRealizationOfInterface(K_CONTROL_OPTION... behaviourFlags)All realizations of this interface.java.util.List<MEUsage>CLInterface. getInterfaceUsage(K_CONTROL_OPTION... behaviourFlags)All usage dependencies using this interface.<T extends ANInvocation>
java.util.List<T>CLPort. getInvocation(java.lang.Class<T> returnType)Invocation actions invoked by port.java.util.List<IALifeline>CLConnectAbleElement. getLifeline()<T extends ANLink>
java.util.List<T>CLProperty. getLinkAction(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All LinkActions owning this AssociationEnd.<T extends ANLink>
java.util.List<T>CLProperty. getLinkAction(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getLinkAction and filters its return values according to the given stereotype value.<T extends ANLinkEndData>
java.util.List<T>CLProperty. getLinkEndData(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)LinkEndData identifies links.CLDeploymentTargetCLDeployment. getLocation()The deployment target that is the target of a deployment.java.util.List<CLManifestation>CLArtifact. getManifestation(K_CONTROL_OPTION... behaviourFlags)The set of model elements that are manifested in the artifact.intCLArtifact. getMaxFileSize()<T extends IAMessage>
java.util.List<T>CLOperation. getMessage(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All messages using thisCLOperationas signature.java.util.List<IASignalMessage>CLSignal. getMessage(K_CONTROL_OPTION... behaviourFlags)All signal messages using thisCLSignalas signature.<T extends BEBehavior>
java.util.List<T>CLBehavioralFeature. getMethod(java.lang.Class<T> returnType)A behavioral description that implements the behavioral feature.java.util.DateCLArtifact. getModelSynchronizationTime()The time of the last upload of the file of thisCLArtifactto the model.ARG_CLOperationDeclarationCLOperation. getModifyOperationDeclaration()Returns the declaration of this operation with all parameters.ARG_CLPropertyDeclarationCLProperty. getModifyPropertyDeclaration()Returns all informations needed to modify the declaration of this property.ARG_ModifyValueRangeListCLValueRangeAble. getModifyValueRangeList()Returns the list of string values which may be used for thisCLValueRangeAble.<T extends CLArtifact>
java.util.List<T>CLArtifact. getNestedArtifact(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The artifacts that are defined (nested) within the artifact.<T extends CLClassifier>
java.util.List<T>CLClass. getNestedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)References all the classifiers that are defined (nested) within the class.<T extends CLClassifier>
java.util.List<T>CLInterface. getNestedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<CLInstanceSpecification>CLInstanceSpecification. getNestedInstance(K_CONTROL_OPTION... behaviourFlags)<T extends CLNode>
java.util.List<T>CLNode. getNestedNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<CLStructureDefinition>CLStructureDefinition. getNestedStructuredDefinition(K_CONTROL_OPTION... behaviourFlags)References all the structure definitions that are defined (nested) within thisCLStructureDefinition.<T extends CLStructureElement>
java.util.List<T>CLStructureElement. getNestedStructureElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All structure elements being contained in this structure element.<T extends CLStructureElement>
java.util.List<T>CLStructureElement. getNestedStructureElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getNestedStructureElement and filters its return values according to the given stereotype value.CLInstanceSpecificationCLInstanceSpecification. getNestingInstance()CLStructureDefinitionCLStructureDefinition. getNestingStructureDefinition()TheCLStructureDefinitionthat owns thisCLStructureDefinition.CLNodeCLNode. getNode()java.util.List<CLOperation>CLProperty. getOperation()<T extends CLInstSpec>
java.util.List<T>CLInstSpec. getOppositeConnectedInstance(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All instance specifications on the opposite side of a connected link instance of this instance specification.<T extends CLInstSpec>
java.util.List<T>CLInstSpec. getOppositeConnectedInstance(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOppositeConnectedInstance and filters its return values according to the given stereotype value.java.util.List<BPUseCasePathRel>CLUseCase. getOutgoingPathUseCaseRel(K_CONTROL_OPTION... behaviourFlags)The outgoing relationships of the use case.CLClassCLClassifier. getOwnClass()The class that owns this classifier.CLClassCLOperation. getOwnClass()CLClassCLProperty. getOwnClass()CLClassCLReception. getOwnClass()<T extends CLProperty>
java.util.List<T>CLArtifact. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The attributes or association ends defined for the artifact.<T extends CLProperty>
java.util.List<T>CLClass. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The attributes (i.e. the properties) owned by this class.<T extends CLProperty>
java.util.List<T>CLDataType. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The attributes owned by this data type.<T extends CLProperty>
java.util.List<T>CLInterface. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The attributes owned by this interface.<T extends CLProperty>
java.util.List<T>CLSignal. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The attributes owned by the signal.<T extends CLProperty>
java.util.List<T>CLAssocClass. getOwnedAttributeNotAssocEnd(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The attributes (i.e. the properties) owned by the class which are not roles of the association.<T extends CLProperty>
java.util.List<T>CLAssocClass. getOwnedAttributeNotAssocEnd(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedAttributeNotAssocEnd and filters its return values according to the given stereotype value.<T extends BEBehavior>
java.util.List<T>CLBehavioredClassifier. getOwnedBehavior(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)References behavior specifications owned by a classifier.java.util.List<BPDia>CLComponent. getOwnedBPDia(K_CONTROL_OPTION... behaviourFlags)All bpmn diagrams owned by this component.java.util.List<CLConnector>CLStructuredClassifier. getOwnedConnector(K_CONTROL_OPTION... behaviourFlags)Connectors owned by this classifier.<T extends CLDia>
java.util.List<T>CLComponent. getOwnedDiagram(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All classifier diagrams owned by this component.<T extends CLProperty>
java.util.List<T>CLAssociation. getOwnedEnd(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The ends that are owned by the association itself.java.util.List<CLEnumLiteral>CLEnumeration. getOwnedLiteral(K_CONTROL_OPTION... behaviourFlags)The ordered set of literals for this enumeration.java.util.List<CLOperation>CLArtifact. getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)The operations defined for the artifact.java.util.List<CLOperation>CLClass. getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)The operations owned by the class.java.util.List<CLOperation>CLDataType. getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)The operations owned by the data type.java.util.List<CLOperation>CLInterface. getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)References all operations owned by the interface.java.util.List<CLParameter>CLParameterAble. getOwnedParam(K_CONTROL_OPTION... behaviourFlags)Specifies the parameters owned by this element.java.util.List<CLParameter>CLBehavioralFeature. getOwnedParameter(K_CONTROL_OPTION... behaviourFlags)Specifies the ordered set of formal parameters owned by this behavioral feature.CLTemplateParameterAbleElementCLTemplateParameter. getOwnedParameteredElement()The parameter able element owned by this formal template parameter.java.util.List<CLParameterSet>CLParameterAble. getOwnedParameterSet(K_CONTROL_OPTION... behaviourFlags)All parameter sets owned by thisCLParameterAble.java.util.List<CLPort>CLEncapsulatedClassifier. getOwnedPort(K_CONTROL_OPTION... behaviourFlags)The set of port attributes owned by EncapsulatedClassifier.<T extends CLProperty>
java.util.List<T>CLStructuredClassifier. getOwnedProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All properties owned by this structured classifier.java.util.List<SMProtocolStateMachine>CLBehavioredClassifier. getOwnedProtocolStateMachine(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLReception>CLClass. getOwnedReception(K_CONTROL_OPTION... behaviourFlags)Receptions that objects of this class are willing to accept.java.util.List<CLReception>CLInterface. getOwnedReception(K_CONTROL_OPTION... behaviourFlags)Receptions that objects providing this interface are willing to accept.<T extends MEConstraint>
java.util.List<T>CLClassifier. getOwnedRule(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All constraints owned by this classifier.java.util.List<BSDia>CLComponent. getOwnedStateDiagram(K_CONTROL_OPTION... behaviourFlags)All state diagrams owned by this component.java.util.List<CLStructureEntry>CLStructureDefinition. getOwnedStructureEntry(K_CONTROL_OPTION... behaviourFlags)All structure entries owned by this structure definition.java.util.List<CLStructureEntry>CLStructureGroup. getOwnedStructureEntry(K_CONTROL_OPTION... behaviourFlags)All structure entries owned by this structure group.java.util.List<CLStructureGroup>CLStructureDefinition. getOwnedStructureGroup(K_CONTROL_OPTION... behaviourFlags)All structure groups owned by this structure definition.java.util.List<CLStructureGroup>CLStructureGroup. getOwnedStructureGroup(K_CONTROL_OPTION... behaviourFlags)All structure groups owned by this structure group.java.util.List<CLClassifierTemplateParameter>CLClassifier. getOwnedTemplateParameter(K_CONTROL_OPTION... behaviourFlags)The formal template parameters that are owned by this element.<T extends CLTemplateParameter>
java.util.List<T>CLTemplateAbleElement. getOwnedTemplateParameter(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The formal template parameters that are owned by this element.java.util.List<BETrigger>CLBehavioredClassifier. getOwnedTrigger(K_CONTROL_OPTION... behaviourFlags)References trigger descriptions owned by a classifier.java.util.List<BETrigger>CLBehavioredClassifier. getOwnedTrigger(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedTrigger and filters its return values according to the given stereotype value.java.util.List<CLUseCase>CLClassifier. getOwnedUseCase(K_CONTROL_OPTION... behaviourFlags)References the use cases owned by this classifier.<T extends ELValSpec>
java.util.List<T>CLValueRangeAble. getOwnedValueRange(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All value specifications which may be used as the values for thisCLValueRangeAble.MEValSpecOpaqueExprCLValueRangeAble. getOwnedValueRestriction()The expression which may contain the values for thisCLValueRangeAble.CLComponentCLReception. getOwnerComponent()CLBehavioralFeatureCLParameter. getOwnerFormalParam()The behavioral feature owning this parameter.CLAssociationCLProperty. getOwningAssociation()The association that owns this property.BEBehaviorCLParameter. getOwningBehavior()CLStructuredClassifierCLCollaborationUse. getOwningClassifier()The structured classifier owning this collaboration use.CLClassifierCLProperty. getOwningClassifier()The classifier owning this property.CLClassifierCLUseCase. getOwningClassifier()The classifier owning this use case.MMCreateCLInstCLProperty. getOwningCreateCLInst()CLDeploymentCLInstanceSpecification. getOwningDeployment()The deployment owning this instance as deployment descriptor.CLInstSpecCLSlot. getOwningInstance()The instance specification that owns this slot.CLOperationCLParameter. getOwningOperation()CLParameterAbleCLParameter. getOwningParameterAble()CLParameterAbleCLParameterSet. getOwningParameterAble()TheCLParameterAbleowning this parameter set.MMProfileCLStructureDefinition. getOwningProfile()TheMMProfileowning thisCLStructureDefinition.CLSignalCLProperty. getOwningSignal()CLStructuredClassifierCLProperty. getOwningStructuredClassifier()The structured classifier owning this property.CLTemplateParameterCLTemplateParameterAbleElement. getOwningTemplateParameter()The formal template parameter owning this parameter able element.MMXProfileCLPrimitiveType. getOwningXProfile()The InoX Profile owning this primitive type.<T extends MEPackageAble>
java.util.List<T>CLComponent. getPackagedElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The set of packageable elements that a component owns.java.util.List<CLParameter>CLParameterSet. getParameter()AllCLParameterassigned to thisCLParameterSet.CLTemplateParameterAbleClassCLClassifierTemplateParameter. getParameteredElement()The template parameter class owned by this formal template parameter.java.util.List<CLParameterSet>CLParameter. getParameterSet()AllCLParameterSetthisCLParameteris contained in.java.util.List<CLTemplateParameterSubstitution>CLTemplateBinding. getParameterSubstitution(K_CONTROL_OPTION... behaviourFlags)All substitutions owned by this binding.CLPropertyCLConnectorEnd. getPartWithPort()Indicates the role of the internal structure of a classifier with the port which the connector end is attached to.<T extends ANPin>
java.util.List<T>CLParameter. getPin(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)If theCLParameteris assigned to aBEBehavior, all pins at aANCallBehaviorinvoking thisBEBehaviorand belonging to thisCLParameterwill be returned.<T extends ANPin>
java.util.List<T>CLParameter. getPin(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPin and filters its return values according to the given stereotype value.java.util.List<CLConnectorEnd>CLProperty. getPortOfPart()java.util.List<MESimpleConstraint>CLOperation. getPostcondition(K_CONTROL_OPTION... behaviourFlags)An optional set of constraints specifying the state of the system when the operation is completed.java.util.List<MESimpleConstraint>CLOperation. getPrecondition(K_CONTROL_OPTION... behaviourFlags)An optional set of constraints on the state of the system when the operation is invoked.CLPropertyCLOperation. getProperty()CLAssociationCLProperty. getPropertyAssociation()The association this property is assigned to.java.util.List<CLSlot>CLProperty. getPropertySlot(K_CONTROL_OPTION... behaviourFlags)java.util.List<SMProtocolStateMachine>CLInterface. getProtocol(K_CONTROL_OPTION... behaviourFlags)SMProtocolStateMachineCLPort. getProtocol()All protocol state machines using this port.java.util.List<CLInterface>CLClassifier. getProvidedInterface(K_CONTROL_OPTION... behaviourFlags)All interfaces which are provided by this classifier.java.util.List<CLInterface>CLClassifier. getProvidedInterface(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getProvidedInterface and filters its return values according to the given stereotype value.java.util.List<CLInterface>CLPort. getProvidedInterface(K_CONTROL_OPTION... behaviourFlags)References the interfaces specifying the set of operations and receptions that the classifier offers to its environment via this port, and which it will handle either directly or by forwarding it to a part of its internal structure.java.util.List<CLInterface>CLPort. getProvidedInterface(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getProvidedInterface and filters its return values according to the given stereotype value.java.util.List<CLInterface>CLClassifier. getProvidedInterfaceDirect(K_CONTROL_OPTION... behaviourFlags)All interfaces which are provided directly by this classifier.java.util.List<CLInterface>CLClassifier. getProvidedInterfaceDirect(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getProvidedInterfaceDirect and filters its return values according to the given stereotype value.<T extends CLProperty>
java.util.List<T>CLProperty. getQualifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)An optional list of ordered qualifier attributes for the end.java.util.List<ANQualifierValue>CLProperty. getQualifierValue(K_CONTROL_OPTION... behaviourFlags)QualifierValue identifies links.<T extends ELType>
java.util.List<T>CLBehavioralFeature. getRaisedException(java.lang.Class<T> returnType)All types that represent exceptions that may be raised during an invocation of this behavioral feature.ARG_RangeValueListCLValueRangeAble. getRangeValues()Returns the list of all values owned by thisCLValueRangeAble.java.util.List<CLComponentRealization>CLComponent. getRealization(K_CONTROL_OPTION... behaviourFlags)The set of component realizations owned by this component.<T extends CLClassifier>
java.util.List<T>CLComponent. getRealizingClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All classifiers which realize this component.<T extends CLClassifier>
java.util.List<T>CLComponent. getRealizingClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getRealizingClassifier and filters its return values according to the given stereotype value.CLClassifierCLComponentRealization. getRealizingClassifier()A classifier that is involved in the implementation of the component that owns this component realization.java.util.List<CLComponentRealization>CLClassifier. getRealizingClassifierRealization(K_CONTROL_OPTION... behaviourFlags)All component realizations owned by this classifier.java.util.List<CLReception>CLSignal. getReception(K_CONTROL_OPTION... behaviourFlags)All receptions which handle this signal.java.util.List<MECreateRedirect>CLComponent. getRedirectSource(K_CONTROL_OPTION... behaviourFlags)All create redirections owned by this component.java.util.List<MECreateRedirect>CLComponent. getRedirectTraget(K_CONTROL_OPTION... behaviourFlags)All create redirections with this component as target.CLCollaborationUseCLStructuredClassifier. getRepresentation()java.util.List<CLInterface>CLClassifier. getRequiredInterface(K_CONTROL_OPTION... behaviourFlags)All interfaces which are required by this classifier.java.util.List<CLInterface>CLClassifier. getRequiredInterface(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getRequiredInterface and filters its return values according to the given stereotype value.java.util.List<CLInterface>CLPort. getRequiredInterface(K_CONTROL_OPTION... behaviourFlags)References the interfaces specifying the set of operations and receptions that the classifier expects its environment to handle via this port.java.util.List<CLInterface>CLPort. getRequiredInterface(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getRequiredInterface and filters its return values according to the given stereotype value.java.util.List<CLInterface>CLClassifier. getRequiredInterfaceDirect(K_CONTROL_OPTION... behaviourFlags)All interfaces which are required directly by this classifier.java.util.List<CLInterface>CLClassifier. getRequiredInterfaceDirect(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getRequiredInterfaceDirect and filters its return values according to the given stereotype value.CLParameterCLParameterAble. getReturnResult(K_CONTROL_OPTION... behaviourFlags)The ordered set of return results of this element.CLConnectAbleElementCLConnectorEnd. getRole()The connectable element attached at this connector end.CLConnectAbleElementCLRoleBinding. getRole()The connectable element of this role binding.java.util.List<CLRoleBinding>CLCollaborationUse. getRoleBinding(K_CONTROL_OPTION... behaviourFlags)java.util.List<ANSendSignal>CLSignal. getSendSignalAction(K_CONTROL_OPTION... behaviourFlags)SendSignalAction creates a signal instance from its inputs, and transmits it to the target object, where it may cause the firing of a state machine transition or the execution of an activity.CLSignalCLReception. getSignal()java.util.List<BESignalEvent>CLSignal. getSignalEvent(K_CONTROL_OPTION... behaviourFlags)Returns theCLSignalof the given event.java.util.List<CLSlot>CLInstSpec. getSlot(K_CONTROL_OPTION... behaviourFlags)A slot giving the value or values of a structural feature of the instance.java.util.List<CLStructureGroup>CLStructureGroup. getSourceGroup()The base group.ELValSpecCLInstSpec. getSpecification()A specification of how to compute, derive or construct the instance.java.lang.StringCLInstSpec. getSpecificationBody()The specification expression of how to compute, derive or construct the instance.java.lang.StringCLInstSpec. getSpecificationLanguage()The language of the specification expression of how to compute, derive or construct the instance.<T extends CLStructureElement>
java.util.List<T>CLStructureDefinition. getStructureContentNecessaryForFeature(java.lang.Class<T> returnType, ELFeature refObj, K_CONTROL_OPTION... behaviourFlags)All structure entries and their owners which are directly derived from the given feature.<T extends CLStructureElement>
java.util.List<T>CLStructureDefinition. getStructureContentNecessaryForFeature(java.lang.Class<T> returnType, MMStereotype stereotype, ELFeature refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getStructureContentNecessaryForFeature and filters its return values according to the given stereotype value.<T extends CLStructureElement>
java.util.List<T>CLStructureDefinition. getStructureContentNecessaryForGroup(java.lang.Class<T> returnType, CLStructureGroup refObj, K_CONTROL_OPTION... behaviourFlags)All structure groups, their content and their owners which are directly derived from the given group.<T extends CLStructureElement>
java.util.List<T>CLStructureDefinition. getStructureContentNecessaryForGroup(java.lang.Class<T> returnType, MMStereotype stereotype, CLStructureGroup refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getStructureContentNecessaryForGroup and filters its return values according to the given stereotype value.CLStructuredClassifierCLConnector. getStructuredClassifier()The classifier owning this connector.<T extends CLClassifier>
java.util.List<T>CLUseCase. getSubject(java.lang.Class<T> returnType)java.util.List<CLSubstitution>CLClassifier. getSubstitution(K_CONTROL_OPTION... behaviourFlags)All substitutions owned by this classifier.java.util.List<CLRoleBinding>CLConnectAbleElement. getSupplierRoleBinding(K_CONTROL_OPTION... behaviourFlags)Indicates the role binding that references the connectable element.CLStructureGroupCLStructureGroup. getTargetGroup()All groups which are deduced from this one in case the structure definition is deduced from another structure definition.CLTemplateAbleElementCLTemplateParameter. getTemplate()The element that owns this template parameter.CLTemplateAbleElementCLTemplateBinding. getTemplateAbleSource()CLTemplateAbleElementCLTemplateBinding. getTemplateAbleTarget()CLTemplateBindingCLTemplateParameterSubstitution. getTemplateBinding()The binding that owns this substitution.ARG_TemplateBindingInitCLTemplateBinding. getTemplateBindingInit()Returns a list of all formal template parameters and actual values.java.util.List<CLTemplateBinding>CLTemplateAbleElement. getTemplateBindingSource(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLTemplateBinding>CLTemplateAbleElement. getTemplateBindingTarget(K_CONTROL_OPTION... behaviourFlags)ARG_TreeArgNameAbleSelectDlgNodeCLTemplateBinding. getTemplateBindParameterValues(CLTemplateParameter ohFormal)Calculates all elements which are valid as value for the specified formal template parameter.ARG_FileCLArtifact. getTemplateFile()Returns the template file configured for the extension of the current object.ARG_TemplateParameterListCLTemplateAbleElement. getTemplateParameter()Returns the list of template parameters.<T extends CLTemplateParameter>
java.util.List<T>CLTemplateParameterAbleElement. getTemplateParameter(java.lang.Class<T> returnType)All formal template parameters with this element as default.CLCollaborationCLCollaborationUse. getType()The collaboration that is used in this occurrence.CLAssociationCLConnector. getType()An optional association that specifies the link corresponding to this connector.java.util.List<BCProperty>CLClassifier. getTypedBCProperty(K_CONTROL_OPTION... behaviourFlags)All properties typed by the classifier.java.util.List<CLCollaborationUse>CLCollaboration. getTypedCollaborationUse(K_CONTROL_OPTION... behaviourFlags)All collaboration uses which use this collaboration.<T extends ACObjectNode>
java.util.List<T>CLClassifier. getTypedObjectNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All object nodes typed by this classifier.java.util.List<CLParameter>CLClassifier. getTypedParameter(K_CONTROL_OPTION... behaviourFlags)All parameters typed by this classifier.<T extends CLProperty>
java.util.List<T>CLClassifier. getTypedProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All properties typed by this classifier.<T extends DMValueRangeRefAble>
java.util.List<T>CLPrimitiveType. getTypedValueRangeRefAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllDMValueRangeRefAbletyped by thisCLPrimitiveType.<T extends DMValueRangeRefAble>
java.util.List<T>CLStructureDefinition. getTypedValueRangeRefAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllDMValueRangeRefAbletyped by thisCLStructureDefinition.java.util.List<ACVariable>CLClassifier. getTypedVariable(K_CONTROL_OPTION... behaviourFlags)All variables typed by this classifier.<T extends DRGElement>
java.util.List<T>CLClassifier. getTypedVariableDRGElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends DRGElement>
java.util.List<T>CLClassifier. getTypedVariableDRGElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getTypedVariableDRGElement and filters its return values according to the given stereotype value.K_TYPECLPrimitiveType. getTypeKind()Kind of this primitive type.java.lang.StringCLStructureElement. getTypeLanguage()The attribute identifies the type language used to specify the base type of thisCLStructureElement.CLClassifierCLParameter. getTypingClassifier()The classifier used as type for this parameter.CLClassifierCLProperty. getTypingClassifier()The classifier typing this property.ELClassifierCLStructureEntry. getTypingClassifier()The typing classifier of the entry.CLTemplateParameterAbleClassCLParameter. getTypingTemplateParameterAbleClass()CLTemplateParameterAbleClassCLProperty. getTypingTemplateParameterAbleClass()java.util.List<ANUnmarshall>CLClassifier. getUnmarshallAction(K_CONTROL_OPTION... behaviourFlags)Action that breaks an object of a known type into outputs.java.util.List<CLUseCase>CLClassifier. getUseCase()The set of use cases which this classifier is the subject for.CLUseCaseCLExtensionPoint. getUseCase()References the use case which owns the extension point.java.util.List<ELValSpecInstVal>CLInstSpec. getValSpecInstVal()<T extends ELValSpec>
java.util.List<T>CLSlot. getValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.lang.StringCLValueRangeAble. getValueRangeAsString()A string of all values which may be used for thisCLValueRangeAble.java.lang.StringCLValueRangeAble. getValueRestrictionLanguage()The value restriction language for thisCLValueRangeAble.java.lang.StringCLValueRangeAble. getValueRestrictionSpecification()The value restriction specification for thisCLValueRangeAble.static ARG_VisibleTemplateParameterTypesCLTemplateAbleElementHelper. getVisibleTemplateParameterTypes(SrvContext srvCtx, ELElement item)Returns all template parameter classes which are visible for the specified element.static ARG_VisibleTemplateTypesCLTemplateAbleElementHelper. getVisibleTemplateTypes(SrvContext srvCtx)Returns all templates with parameters.java.lang.StringCLArtifact. getWorkingFileName()Returns the name of the working file.booleanCLArtifact. hasCheckedInFile()A file has been checked-in for this artifact.booleanCLArtifact. hasOnlyUtilizedComponent()isTrue, if all utilized elements of this artifact are components.booleanCLArtifact. hasTemplateFile()A template file is provided for this artifact's extension and stereotype.static CLStructureElementCLStructureElementHelper. insertStructureElementAt(SrvContext srvCtx, MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt)Inserts a newCLStructureElement(CLStructureGrouporCLStructureEntry) at the specifiedCLStructureElement.voidCLGeneralization. invertGeneralization()Inverts the direction of this generalization by changing owner and target classifier.voidCLAssociation. invertReadDirection()Inverts the read direction of this association by changing the sort order of the association ends.booleanCLBehavioralFeature. isAbstract()If true, the behavioral feature does not have an implementation and one must be supplied by a more specific element.booleanCLClass. isActive()Determines whether an object specified by this class is active or not.booleanCLPort. isBehavior()Specifies whether requests arriving at this port are sent to the classifier behavior of this classifier (see 'BehavioredClassifier (from BasicBehaviors)' on page 383).booleanCLStructureElement. isCollection()Setting this flag to true indicates that the actual values defined by thisCLStructureElementare collections of allowed values.booleanCLPort. isConjugated()Specifies the way that the provided and required interfaces are derived from this port's type.booleanCLAssociation. isDerived()True, if this association is derived.booleanCLParameter. isEligibleForParameterSet(CLParameterSet refObj)Checks for a givenargument refObjif the parameter is or would be valid in this parameterCLParameterSet.booleanCLStructureDefinition. isExactViewOfSingleStructurePart(ADClientAble refObj)Returns True of the structure definition can be seen as a complete reproduction of the structure element passed.booleanCLParameter. isException()Informs whether an output parameter may emit a value to the exclusion of the other outputs.booleanCLArtifact. isFileAssignAble()This artifact can import a file.booleanCLArtifact. isFileVersionNewerThenCheckedOutVersion()A file has been checked-in for this artifact since the latest check-out.booleanCLComponent. isIndirectlyInstantiated()The kind of instantiation that applies to a component.booleanCLParameter. isInput()booleanCLParameter. isOutput()booleanCLOperation. isQuery()True, if this operation is a query.booleanCLCollaborationUse. isRepresentation()isTrue, if this collaboration use indicates the collaboration that represents the owning classifier.booleanCLParameter. isReturn()True, if this parameter has the 'return' direction.booleanCLPort. isService()If true, indicates that this port is used to provide the published functionality of a classifier.booleanCLParameter. isStream()Informs whether an input parameter may accept values while its behavior is executing or whether an output parameter post values while the behavior is executing.voidCLValueRangeAble. mergeRangeValues(ELValSpec ohValue, java.util.List<? extends ELValSpec> seqValue)voidCLOperation. modifyOperationDeclaration(CLOperation ohOp, java.lang.String strDecl, java.lang.String strName, java.util.List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoOp, int idStereoPar, int idModel)Modifies the declaration of this operation with all parameters.voidCLProperty. modifyPropertyDeclaration(CLProperty ohProp, java.lang.String strDecl, java.lang.String strName, CLClassifier ohType, java.lang.String strType, ARG_TemplateBoundElement valTmpl, java.lang.String strLower, java.lang.String strUpper, int idStereoProp, int idModel)Modify the declaration of this property.voidCLValueRangeAble. modifyRangeValue(ELValSpec ohValue, java.lang.String strValue)Modifies the specified value within thisCLValueRangeAble.voidCLSlot. modifySlotValueDlg(java.util.List<java.lang.String> seqStrVal, java.util.List<? extends CLInstSpec> seqOHVal, java.util.List<java.lang.Boolean> seqBoolVal)Modifies the values of this slot.voidCLValueRangeAble. modifyValueRangeList(java.util.List<java.lang.String> seqValues)Modifies the list of string values which may be used for thisCLValueRangeAble.MEAttachmentCLArtifact. moveFileToNewAttachment()If thisCLArtifactcontains a file anMEAttachmentis created and the file moved from the artifact to the attachment.voidCLConnector. reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)voidCLConnectorEnd. reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)Connects a connector end to the specified connectable element.voidCLStructureElement. removeEntriesForClassifierFeatures(ELClassifier ohClassifier)voidCLBehavioralFeature. setAbstract(boolean value)Set the value of Attribut IsAbstract.voidCLClass. setActive(boolean value)Set the value of Attribut IsActive.voidCLTemplateParameterSubstitution. setActual(CLTemplateParameterAbleElement value)Set the value of Foreign Key Actual.voidCLConnector. setBehavior(java.util.List<? extends BEBehavior> values)Set the value of Foreign Key Behavior.voidCLPort. setBehavior(boolean value)Set the value of Attribut IsBehavior.voidCLClassifierTemplateParameter. setClassifier(java.util.List<? extends CLClassifier> values)Set the value of Foreign Key Classifier.voidCLInstSpec. setClassifier(java.util.List<? extends CLClassifier> values)Set the value of Foreign Key Classifier.voidCLStructureElement. setCollection(boolean value)Set the value of Attribut IsCollection.voidCLBehavioralFeature. setConcurrency(K_CONCURRENCY value)Set the value of Attribut Concurrency.voidCLExtend. setConditionBody(java.lang.String value)Set the value of Info ConditionBody.voidCLPort. setConjugated(boolean value)Set the value of Attribut IsConjugated.voidCLTemplateParameter. setDefault(CLTemplateParameterAbleElement value)Set the value of Foreign Key Default.voidCLParameter. setDefaultValue(java.lang.String value)Set the value of Attribut DefaultValue.voidCLParameter. setDefaultValueAsString(java.lang.String item)Sets the default value of this element.static voidCLParameterHelper. setDefaultValueAsString(SrvContext srvCtx, java.util.List<? extends CLParameter> sel, java.lang.String item)Sets the default value of this element.voidCLSlot. setDefiningFeature(ELStructFeature value)Set the value of Foreign Key DefiningFeature.voidCLDeploymentSpec. setDeploymentLocation(java.lang.String value)Set the value of Attribut DeploymentLocation.voidCLAssociation. setDerived(boolean value)Set the value of Attribut IsDerived.voidCLParameter. setDirection(K_PARAM_DIRKIND value)Set the value of Attribut Direction.voidCLEnumLiteral. setEnumValue(java.lang.String value)Set the value of Attribut EnumValue.voidCLParameter. setException(boolean value)Set the value of Attribut IsException.voidCLDeploymentSpec. setExecutionLocation(java.lang.String value)Set the value of Attribut ExecutionLocation.voidCLExtend. setExtensionLocation(java.util.List<? extends CLExtensionPoint> values)Set the value of Foreign Key ExtensionLocation.voidCLArtifact. setFileName(java.lang.String value)Set the value of Attribut FileName.voidCLTemplateParameterSubstitution. setFormal(CLTemplateParameter value)Set the value of Foreign Key Formal.voidCLBehavioralFeature. setImplemented(java.util.List<? extends CLBehavioralFeature> values)Set the value of Foreign Key Implemented.voidCLComponent. setIndirectlyInstantiated(boolean value)Set the value of Attribut IsIndirectlyInstantiated.voidCLPort. setInvocation(java.util.List<? extends ANInvocation> values)Set the value of Foreign Key Invocation.voidCLBehavioralFeature. setMethod(java.util.List<? extends BEBehavior> values)Set the value of Foreign Key Method.voidCLParameterAble. setOwnedParam(java.util.List<? extends CLParameter> values)Set the value of Primary Key OwnedParam.voidCLParameterSet. setParameter(java.util.List<? extends CLParameter> values)Set the value of Foreign Key Parameter.voidCLParameter. setParameterSet(java.util.List<? extends CLParameterSet> values)Set the value of Foreign Key ParameterSet.voidCLConnectorEnd. setPartWithPort(CLProperty value)Set the value of Foreign Key PartWithPort.voidCLOperation. setProperty(CLProperty value)Set the value of Foreign Key Property.voidCLOperation. setQuery(boolean value)Set the value of Attribut IsQuery.voidCLBehavioralFeature. setRaisedException(java.util.List<? extends ELType> values)Set the value of Foreign Key RaisedException.voidCLCollaborationUse. setRepresentation(boolean value)Set the value of Info IsRepresentation.voidCLConnectorEnd. setRole(CLConnectAbleElement value)Set the value of Foreign Key Role.voidCLRoleBinding. setRole(CLConnectAbleElement value)Set the value of Foreign Key Role.voidCLPort. setService(boolean value)Set the value of Attribut IsService.voidCLReception. setSignal(CLSignal value)Set the value of Foreign Key Signal.voidCLInstSpec. setSpecificationBody(java.lang.String value)Set the value of Info SpecificationBody.voidCLInstSpec. setSpecificationLanguage(java.lang.String value)Set the value of Info SpecificationLanguage.voidCLParameter. setStream(boolean value)Set the value of Attribut IsStream.voidCLUseCase. setSubject(java.util.List<? extends CLClassifier> values)Set the value of Foreign Key Subject.voidCLStructureGroup. setTargetGroup(CLStructureGroup value)Set the value of Foreign Key TargetGroup.voidCLCollaborationUse. setType(CLCollaboration value)Set the value of Foreign Key Type.voidCLConnector. setType(CLAssociation value)Set the value of Foreign Key Type.voidCLPrimitiveType. setTypeKind(K_TYPE value)Set the value of Attribut TypeKind.voidCLStructureElement. setTypeLanguage(java.lang.String value)Set the value of Attribut TypeLanguage.voidCLSlot. setValue(java.util.List<? extends ELValSpec> values)Set the value of Primary Key Value.voidCLValueRangeAble. setValueRangeAsString(java.lang.String value)Set the value of Info ValueRangeAsString.voidCLValueRangeAble. setValueRestrictionLanguage(java.lang.String value)Set the value of Info ValueRestrictionLanguage.voidCLValueRangeAble. setValueRestrictionSpecification(java.lang.String value)Set the value of Info ValueRestrictionSpecification.voidCLTemplateBinding. templateBindParameter(CLTemplateParameter ohFormal, CLTemplateParameterAbleElement ohActual)Sets the specified element as actual value for the formal template parameter. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia that throw SrvErrorException Modifier and Type Method Description java.util.List<PRPresContent>CLDia. addAssociationDlg(java.util.List<? extends ADClientAble> seqSel, boolean isDirParent, boolean addNode)Adds associations as edges or nodes to this diagram.java.util.List<CLDiaSocketBallNode>CLDia. addAsSocketBall(java.util.List<ARG_AddAbleAsSocketBallList> seq)java.util.List<CLDiaCompartmentContentNode>CLDiaCompartmentAbleNode. addCompartmentContent(K_COMPARTMENT kComp, java.util.List<? extends MEModelElement> seqElem)voidCLDia. addCompartmentDlg(MM2CLCompartment ohComp, K_COMPARTMENT kComp, java.util.List<? extends ADClientAble> seqSel)Adds elements as compartments of the selected nodes in this diagram.java.util.List<PRPresContent>CLCompositeStructureDia. addConnectorDlg(CLDiaElemNode ohNode, java.util.List<? extends CLConnector> seqSel, boolean addNode)Adds connectors as edges or nodes to this diagram.CLDiaElemNodeCLDiaHierNode. addContentNode(java.lang.Class<? extends ELObject> kVOcl, MEModelElement ohElem, java.awt.Point ptPos)Adds aMEModelElementas content node of thisCLDiaHierNodewith relative position.java.util.List<PRDiaNode>CLDia. addDiaNodes(java.lang.Class<? extends ELObject> kVOclModel, java.lang.Class<? extends ELObject> kVOclPres, java.util.List<? extends ADClientAble> adds, java.awt.Point position, java.awt.Point size, java.awt.Point offset)Adds elements as nodes to this diagram.java.util.List<CLDiaHierCompNode>CLDiaHierCompNode. addHierCompNode(java.lang.Class<? extends ELObject> kVOclModel, java.lang.Class<? extends ELObject> kVOclPres, java.util.List<? extends ADClientAble> adds, java.awt.Point position, java.awt.Point size, java.awt.Point offset)CLDiaHierNodeCLDiaHierNode. addNestedHierNode(MEModelElement ohElem, java.awt.Point ptPos, java.awt.Point ptSize)java.util.List<CLDiaOwnershipEdge>CLDia. addOwnershipDlg(java.util.List<? extends ADClientAble> seqSel, boolean isDirParent, boolean addNode)Adds ownership edges to this diagram.java.util.List<CLDiaPartEdge>CLDiaCollaborationNode. addPartEdge(java.util.List<? extends ADClientAble> seqSel, boolean addNode)java.util.List<CLDiaPortNode>CLDiaHierCompNode. addPortNode(java.util.List<? extends ELElement> seq)java.util.List<CLDiaRelshipLinkEdge>CLDia. addRelationshipDlg(MM2Class ohClass, java.util.List<? extends ADClientAble> seqNode, java.util.List<? extends ADClientAble> seqSel, boolean isDirParent, boolean addNode)Adds relationships as edges to this diagram.static java.util.List<CLDiaRelshipLinkEdge>CLDiaSocketBallNodeHelper. convertSocketBallNotation(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Converts the notation of all specified edges between socket ball edge and relationship edge.static CLClassDiaCLClassDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Class Diagram with template and container.static CLClassDiaCLClassDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Class Diagram with stereotype and container.static CLComponentDiaCLComponentDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Component Diagram with template and container.static CLComponentDiaCLComponentDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Component Diagram with stereotype and container.static CLCompositeStructureDiaCLCompositeStructureDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Composite Structure Diagram with template and container.static CLCompositeStructureDiaCLCompositeStructureDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Composite Structure Diagram with stereotype and container.static CLDeploymentDiaCLDeploymentDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Deployment Diagram with template and container.static CLDeploymentDiaCLDeploymentDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Deployment Diagram with stereotype and container.static CLRequirementDiaCLRequirementDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Requirements Diagram with template and container.static CLRequirementDiaCLRequirementDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Requirements Diagram with stereotype and container.static CLStructureDefinitionDiaCLStructureDefinitionDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Structure Diagram with template and container.static CLStructureDefinitionDiaCLStructureDefinitionDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Structure Diagram with stereotype and container.static CLUseCaseDiaCLUseCaseDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Use Case Diagram with template and container.static CLUseCaseDiaCLUseCaseDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Use Case Diagram with stereotype and container.CLDiaCLDia. createDiagramOfSelection(java.util.List<? extends PRDiaNode> seqNode, boolean subtractNodesFromSource)java.util.List<ARG_AddAbleAsSocketBallList>CLDia. getAddAbleAsSocketBall(java.util.List<? extends PRDiaNode> seqNode)Calculates all interfaces which may be added in socket ball notation within this diagram.java.util.List<ARG_SourceTargetRelship>CLDia. getAddAbleRelship()Returns a list of all directed relationships which may be added to this diagram.java.util.List<MM2CLCompartment>CLDiaCompartmentAbleNode. getAllowedCompartment(K_CONTROL_OPTION... behaviourFlags)All compartments which are allowed for this node.CLClassifierCLDiaCLNode. getClassifier()The classifier which is represented by this graphical node.MM2CLCompartmentCLDiaCompartmentNode. getCLCompartment()The compartment of this node compartment.K_COMPARTMENTCLDiaCompartmentContentNode. getCompartmentKind()The compartment kind of the compartment node that owns this node.K_COMPARTMENTCLDiaCompartmentNode. getCompartmentKind()The compartment kind of this node.java.util.List<CLDiaActorNode>CLUseCaseDia. getOwnedActorNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<PRDiaCalloutNode>CLDiaHierNode. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)All callout nodes owned by this hierarchical node.java.util.List<PRDiaCalloutNode>CLDiaSubjectNode. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)All callout nodes owned by this subject node.java.util.List<CLDiaCLNode>CLClassDia. getOwnedClassifierNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaCLNode>CLComponentDia. getOwnedClassifierNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaCLNode>CLCompositeStructureDia. getOwnedClassifierNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaCLNode>CLDiaHierCompNode. getOwnedClassifierNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaCollaborationNode>CLClassDia. getOwnedCollaborationNode(K_CONTROL_OPTION... behaviourFlags)<T extends CLDiaCompartmentContentNode>
java.util.List<T>CLDiaCompartmentNode. getOwnedCompartmentContentNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All compartment content nodes owned by this compartment node.<T extends CLDiaCompartmentNode>
java.util.List<T>CLDiaCompartmentAbleNode. getOwnedCompartmentNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All compartment nodes owned by this compartmentable node.<T extends CLDiaCnstrLinkEdge>
java.util.List<T>CLDiaCnstrNode. getOwnedConstraintEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends CLDiaCnstrNode>
java.util.List<T>CLDia. getOwnedConstraintNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<PRDiaNote>CLDiaHierNode. getOwnedDiaNote(K_CONTROL_OPTION... behaviourFlags)All notes owned by this hierarchical node.java.util.List<CLDiaHierDeployNode>CLDeploymentDia. getOwnedHierarchicalNode(K_CONTROL_OPTION... behaviourFlags)All occurrences of deployed artifacts or deployment targets as hierarchical node owned by this deployment diagram.<T extends CLDiaHierNode>
java.util.List<T>CLDiaHierNode. getOwnedHierarchicalNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All hierarchical nodes owned by this hierarchical node.java.util.List<CLDiaHierCollaborationNode>CLCompositeStructureDia. getOwnedHierCollaborationNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaHierCompStructNode>CLCompositeStructureDia. getOwnedHierCompStructNode(K_CONTROL_OPTION... behaviourFlags)All occurrences of classifiers as hierarchical composite structure node owned by this composite structure diagram.java.util.List<CLDiaHierStructDefinitionNode>CLClassDia. getOwnedHierStructDefinitionNode(K_CONTROL_OPTION... behaviourFlags)All structure definition nodes owned by this class diagram.java.util.List<CLDiaHierStructDefinitionNode>CLStructureDefinitionDia. getOwnedHierStructDefinitionNode(K_CONTROL_OPTION... behaviourFlags)All structure definition nodes owned by this structure definition diagram.java.util.List<CLDiaInstNode>CLClassDia. getOwnedInstanceNode(K_CONTROL_OPTION... behaviourFlags)<T extends CLDiaMergeAbleEdge>
java.util.List<T>CLDia. getOwnedMergeAbleEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends CLDiaMergeAbleEdge>
java.util.List<T>CLDiaElemNode. getOwnedMergeAbleEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends CLDiaMergeAbleEdge>
java.util.List<T>CLDiaMergeAbleNode. getOwnedMergeAbleEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends CLDiaMergeAbleNode>
java.util.List<T>CLDia. getOwnedMergeAbleNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends CLDiaMergeAbleNode>
java.util.List<T>CLDiaElemNode. getOwnedMergeAbleNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaPkgNode>CLClassDia. getOwnedPackageNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaPkgNode>CLComponentDia. getOwnedPackageNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaPortBehaviorEdge>CLDiaHierCompStructNode. getOwnedPortBehaviorEdge(K_CONTROL_OPTION... behaviourFlags)All port behavior edges owned by this hierarchical composite structure node.java.util.List<CLDiaPortBehaviorEdge>CLDiaHierPartNode. getOwnedPortBehaviorEdge(K_CONTROL_OPTION... behaviourFlags)All port behavior edges owned by this hierarchical part node.java.util.List<CLDiaPortBehaviorNode>CLDiaHierCompStructNode. getOwnedPortBehaviorNode(K_CONTROL_OPTION... behaviourFlags)All port behavior nodes owned by this hierarchical composite structure node.java.util.List<CLDiaPortBehaviorNode>CLDiaHierPartNode. getOwnedPortBehaviorNode(K_CONTROL_OPTION... behaviourFlags)All port behavior nodes owned by this hierarchical part node.java.util.List<CLDiaPortNode>CLDiaHierCompStructNode. getOwnedPortNode(K_CONTROL_OPTION... behaviourFlags)All port nodes owned by this hierarchical composite structure node.java.util.List<CLDiaPortNode>CLDiaHierPartNode. getOwnedPortNode(K_CONTROL_OPTION... behaviourFlags)All port nodes owned by this hierarchical part node.java.util.List<CLDiaReqNode>CLRequirementDia. getOwnedRequirementNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaSocketBallNode>CLClassDia. getOwnedSocketBallNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaSocketBallNode>CLComponentDia. getOwnedSocketBallNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaSocketBallNode>CLCompositeStructureDia. getOwnedSocketBallNode(K_CONTROL_OPTION... behaviourFlags)All occurrences of interface realizations as socket ball node owned by this composite structure diagram.java.util.List<CLDiaSocketBallNode>CLDiaHierCompNode. getOwnedSocketBallNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaSubjectNode>CLDiaSubjectNode. getOwnedSubjectNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaSubjectNode>CLUseCaseDia. getOwnedSubjectNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaUseCaseNode>CLDiaSubjectNode. getOwnedUseCaseNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<CLDiaUseCaseNode>CLUseCaseDia. getOwnedUseCaseNode(K_CONTROL_OPTION... behaviourFlags)CLClassDiaCLDiaCLNode. getOwningClassDiagram()The class diagram that owns this classifier node.CLClassDiaCLDiaCollaborationNode. getOwningClassDiagram()The class diagram that owns this collaboration node.CLClassDiaCLDiaHierStructDefinitionNode. getOwningClassDiagram()The class diagram owning this structure definition node.CLClassDiaCLDiaInstNode. getOwningClassDiagram()The class diagram that owns this instance node.CLClassDiaCLDiaPkgNode. getOwningClassDiagram()The class diagram that owns this package node.CLClassDiaCLDiaSocketBallNode. getOwningClassDiagram()The class diagram that owns this socket ball node.CLDiaCompartmentAbleNodeCLDiaCompartmentNode. getOwningCompartmentAbleNode()The compartmentable node that owns this compartment node.CLDiaCompartmentNodeCLDiaCompartmentContentNode. getOwningCompartmentNode()The compartment node that owns this compartment content node.CLComponentCLDia. getOwningComponent()The component that owns this classifier diagram.CLComponentDiaCLDiaCLNode. getOwningComponentDiagram()The component diagram that owns this classifier node.CLComponentDiaCLDiaPkgNode. getOwningComponentDiagram()The component diagram that owns this package node.CLComponentDiaCLDiaSocketBallNode. getOwningComponentDiagram()The component diagram that owns this socket ball node.CLCompositeStructureDiaCLDiaHierCollaborationNode. getOwningCompositeStructureDia()The composite structure diagram that owns this collaboration node.CLCompositeStructureDiaCLDiaHierCompStructNode. getOwningCompositeStructureDia()The composite structure diagram that owns this hierarchical composite structure node.CLCompositeStructureDiaCLDiaCLNode. getOwningCompositeStructureDiagram()The composite structure diagram that owns this classifier node.CLCompositeStructureDiaCLDiaSocketBallNode. getOwningCompositeStructureDiagram()The composite structure diagram that owns this socket ball node.MEConfigurationManagementCLComponentDia. getOwningConfigurationManagement()The configuration base package that owns this component diagram.MEMappingConfigurationPackageCLComponentDia. getOwningConfigurationPackage()The mapping configuration package that owns this component diagram.CLDiaCnstrNodeCLDiaCnstrLinkEdge. getOwningConstraintNode()The constraint node that owns this constraint edge.DBDiaCLDiaHierStructDefinitionNode. getOwningDBDiagram()The database diagram owning this structure definition node.CLDeploymentDiaCLDiaHierDeployNode. getOwningDeploymentDiagram()The deployment diagram that owns this hierarchical node.CLDiaCLDiaCnstrNode. getOwningDiagram()The diagram that owns this constraint node.CLDiaCLDiaMergeAbleEdge. getOwningDiagram()CLDiaCLDiaMergeAbleNode. getOwningDiagram()CLDiaElemNodeCLDiaMergeAbleEdge. getOwningElemNode()CLDiaElemNodeCLDiaMergeAbleNode. getOwningElemNode()ERDiaAllCLDiaHierStructDefinitionNode. getOwningERDiagram()TheERDiaAllowning this structure definition node.CLDiaHierNodeCLDiaHierNode. getOwningHierarchicalNode()The hierarchical node that owns this hierarchical node.CLDiaHierCompNodeCLDiaSocketBallNode. getOwningHierarchicalNode()The hierarchical node that owns this socket ball node.CLDiaHierCompNodeCLDiaCLNode. getOwningHierCompNode()The hierarchical node that owns this classifier node.CLDiaHierCompStructNodeCLDiaPortBehaviorEdge. getOwningHierCompStructNode()The hierarchical composite structure node that owns this port behavior edge.CLDiaHierCompStructNodeCLDiaPortBehaviorNode. getOwningHierCompStructNode()The hierarchical composite structure node that owns this port behavior node.CLDiaHierCompStructNodeCLDiaPortNode. getOwningHierCompStructNode()The hierarchical composite structure node that owns this port node.CLDiaHierPartNodeCLDiaPortBehaviorEdge. getOwningHierPartNode()The hierarchical part node that own this port behavior edge.CLDiaHierPartNodeCLDiaPortBehaviorNode. getOwningHierPartNode()The hierarchical part node that owns this port behavior node.CLDiaHierPartNodeCLDiaPortNode. getOwningHierPartNode()The hierarchical part node that owns this port node.MESystemModelManagementCLComponentDia. getOwningManagementPackage()The system model management that owns this component diagram.CLDiaMergeAbleNodeCLDiaMergeAbleEdge. getOwningMergeAbleNode()CLRequirementDiaCLDiaReqNode. getOwningRequirementDiagram()The requirement diagram that owns this requirement node.CLStructureDefinitionDiaCLDiaHierStructDefinitionNode. getOwningStructureDefinitionDia()The structure definition diagram owning this structure definition node.CLDiaSubjectNodeCLDiaSubjectNode. getOwningSubjectNode()The use case subject node that owns this use case subject node.CLDiaSubjectNodeCLDiaUseCaseNode. getOwningSubjectNode()The use case subject node that owns this use case node.CLUseCaseDiaCLDiaActorNode. getOwningUseCaseDiagram()The use case diagram that owns this actor node.CLUseCaseDiaCLDiaSubjectNode. getOwningUseCaseDiagram()The use case diagram that owns this use case subject node.CLUseCaseDiaCLDiaUseCaseNode. getOwningUseCaseDiagram()The use case diagram that owns this use case node.MERequirementCLDiaReqNode. getRequirement()The requirement which is represented by this graphical node.CLStructureDefinitionCLDiaHierStructDefinitionNode. getStructDefinition()TheCLStructureDefinitionwhich is represented by this graphical node.CLStructureEntryCLDiaHierStructEntryNode. getStructureEntry()TheCLStructureEntrywhich is represented by this graphical node.CLStructureGroupCLDiaHierStructGroupNode. getStructureGroup()TheCLStructureGroupwhich is represented by this graphical node.CLUseCaseCLDiaUseCaseNode. getUseCase()java.util.List<ARG_CompartmentVisibilityOut>CLDia. getVisibleCompartmentDlgInit(java.util.List<? extends ELElement> seq)Fills the dialog for the modification of visibility and maintenance of compartments.booleanCLDiaCompartmentNode. isMaintainedCompartment()True, if this compartment is maintained.booleanCLDiaCompartmentNode. isOpen()True, if the contents of this compartment are visible.static CLDiaMergeAbleNodeCLDiaMergeAbleNodeHelper. mergeRelationship(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges a list of relationship nodes or edges together into a multiple relationship node.static CLDiaSocketBallNodeCLDiaSocketBallNodeHelper. mergeSocketBall(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges a list of socket ball nodes together into a multiple socket ball node.voidCLDiaMergeAbleEdge. reconnectEdge(ELElement ohNew, K_SIDE kSide)Assigns the relationship or association of this edge to a new source/target node.CLDiaCompartmentAbleNodeCLDiaHierNode. replaceByCompartmentAbleNode()CLDiaHierNodeCLDiaCompartmentAbleNode. replaceByHierNode()voidCLDia. setVisibleCompartment(java.util.List<? extends PRDiaNode> seqNode, java.util.List<ARG_CompartmentVisibilityList> seqComp)Sets the visible compartments of the selected nodes.static voidCLDiaMergeAbleNodeHelper. splitRelationship(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Splits a multiple relationship node into two relationship nodes or edges.static voidCLDiaSocketBallNodeHelper. splitSocketBall(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Splits a multiple socket ball node into two socket ball nodes. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that throw SrvErrorException Modifier and Type Method Description static DBCheckConstraintDBCheckConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new SQL Check Constraint with template and container.static DBCheckConstraintDBCheckConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new SQL Check Constraint with stereotype and container.static DBConnectionDBConnectionHelper. create(SrvContext srvCtx)Creates aDBConnection.static DBConnectionDBConnectionHelper. create(SrvContext srvCtx, ARG_ModifyDBConnection valDBConnection)Creates aDBConnectionby argument.static DBForeignKeyDBForeignKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Foreign Key (of Table) with template and container with requirement.static DBForeignKeyDBForeignKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Foreign Key (of Table) with stereotype and container with requirement.static DBGroupDBGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Group (in Database System) with template and container.static DBGroupDBGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Group (in Database System) with stereotype and container.static DBIndexedColumnDBIndexedColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Indexed Table Column with template and container with requirement.static DBIndexedColumnDBIndexedColumnHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Indexed Table Column with stereotype and container with requirement.static DBIndexDBIndexHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Table Index with template and container.static DBIndexDBIndexHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Table Index with stereotype and container.static DBMergedTableDBMergedTableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Merged Table with template and container.static DBMergedTableDBMergedTableHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Merged Table with stereotype and container.static DBPackageDBPackageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Database Object Group with template and container.static DBPackageDBPackageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Database Object Group with stereotype and container.static DBPrivilegeDBPrivilegeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Privilege (in Database System) with template and container.static DBPrivilegeDBPrivilegeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Privilege (in Database System) with stereotype and container.static DBProcedureExpressionDBProcedureExpressionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Procedure Expression with template and container with requirement.static DBProcedureExpressionDBProcedureExpressionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Procedure Expression with stereotype and container with requirement.static DBRoleAuthorizationDBRoleAuthorizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Role Authorization (in Database System) with template and container with requirement.static DBRoleAuthorizationDBRoleAuthorizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Role Authorization (in Database System) with stereotype and container with requirement.static DBRoleDBRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Role (in Database System) with template and container.static DBRoleDBRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Role (in Database System) with stereotype and container.static DBSiblingConstraintDBSiblingConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Constraint (of disjoint DB Tables) with template and container.static DBSiblingConstraintDBSiblingConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Constraint (of disjoint DB Tables) with stereotype and container.static DBSQLGenericDBSQLGenericHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Generic SQL with template and container.static DBSQLGenericDBSQLGenericHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Generic SQL with stereotype and container.static DBStoredProcedureDBStoredProcedureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Stored Procedure with template and container.static DBStoredProcedureDBStoredProcedureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Stored Procedure with stereotype and container.static DBTableColumnDBTableColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Table Column with template and container.static DBTableColumnDBTableColumnHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Table Column with stereotype and container.static DBTableDBTableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Database Table with template and container.static DBTableDBTableHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Database Table with stereotype and container.static DBTriggerDBTriggerHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Database Trigger with template and container.static DBTriggerDBTriggerHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Database Trigger with stereotype and container.static DBUniqueKeyDBUniqueKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Key (in Database Schema) with template and container.static DBUniqueKeyDBUniqueKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Key (in Database Schema) with stereotype and container.static DBUserDBUserHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new User (in Database System) with template and container.static DBUserDBUserHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new User (in Database System) with stereotype and container.static DBViewColumnDBViewColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Column (of Database View) with template and container.static DBViewColumnDBViewColumnHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Column (of Database View) with stereotype and container.static DBViewFromDBViewFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new From Clause (in Database View) with template and container with requirement.static DBViewFromDBViewFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new From Clause (in Database View) with stereotype and container with requirement.static DBViewDBViewHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Database View with template and container.static DBViewDBViewHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Database View with stereotype and container.static DBViewSubselectFromDBViewSubselectFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Subselect From Clause (in Database View) with template and container with requirement.static DBViewSubselectFromDBViewSubselectFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Subselect From Clause (in Database View) with stereotype and container with requirement.static DBForeignKeyDBForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Foreign Key (of Table) with template and container with requirement.static DBForeignKeyDBForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Foreign Key (of Table) with stereotype and container with requirement.static DBViewColumnDBViewColumnHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Column (of Database View) with template and container.static DBViewColumnDBViewColumnHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Column (of Database View) with stereotype and container.static DBViewFromDBViewFromHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new From Clause (in Database View) with template and container with requirement.static DBViewFromDBViewFromHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new From Clause (in Database View) with stereotype and container with requirement.static java.util.List<DBForeignKey>DBForeignKeyHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)This method creates (if possible) aDBForeignKeyfor the givenERForeignKey(ER element) in the givenDBTable(DB element).static DBSiblingConstraintDBSiblingConstraintHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)This method creates aDBSiblingConstraintfor the givenERGeneralizationSet(ER element) in the givenMEModel(DB element).static java.util.List<DBTableColumn>DBTableColumnHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)This method creates aDBTableColumnfor the givenERAttribute(ER element) in the givenDBTable(DB element).
This standard mapping creates aMEMappingDependencywith the attribute as requirement element and with the newly created table column as implementation element.static DBTableDBTableHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)static java.util.List<DBUniqueKey>DBUniqueKeyHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)This method creates aDBUniqueKeyfor the givenERUniqueKey(ER element) in the givenDBTable(DB element).
This standard mapping creates aMEMappingDependencywith the ER key as requirement element and with the newly created DB key as implementation element.static DBTableColumnDBTableColumnHelper. createByUnique(SrvContext srvCtx, ELContainerAble ohContainer, IMProperty ohReferencedProperty)Creates a foreign key column for a given unique key column.java.lang.StringDBPrivilege. getActionList()List of actions for granting or revoking the privilege.<T extends MEModelElement>
java.util.List<T>DBMergedInstance. getAllInstanceElements(java.lang.Class<T> returnType, boolean mode, K_CONTROL_OPTION... behaviourFlags)Returns the list of all elements, assigned to thisDBMergedInstance.<T extends MEModelElement>
java.util.List<T>DBMergedInstance. getAllInstanceElements(java.lang.Class<T> returnType, MMStereotype stereotype, boolean mode, K_CONTROL_OPTION... behaviourFlags)The method calls getAllInstanceElements and filters its return values according to the given stereotype value.java.util.List<DBTable>DBSiblingConstraint. getAllSiblingTables(K_CONTROL_OPTION... behaviourFlags)Returns the list of all sibling tables.java.util.List<DBTable>DBSiblingConstraint. getAllSiblingTables(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAllSiblingTables and filters its return values according to the given stereotype value.java.lang.StringDBConnection. getCatalog()Catalog of database elements covered by thisDBConnection.<T extends DBColumn>
java.util.List<T>DBViewFrom. getColumnSetColumn(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.lang.StringDBConnection. getConnectionHeader()Connection Header of thisDBConnection.intDBMergedTable. getCount()java.lang.StringDBConnection. getDatabase()Database of database elements covered by thisDBConnection.java.lang.StringDBConnection. getDatabaseSystem()Database System connected by thisDBConnection.java.util.List<DBForeignKey>DBTableColumn. getDBForeignKey(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBIndex>DBTableColumn. getDBIndex(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBIndex>DBTableColumn. getDBIndex(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDBIndex and filters its return values according to the given stereotype value.java.util.List<DBTableColumn>DBTableColumn. getDBKeyRelationshipColumn(K_CONTROL_OPTION... behaviourFlags)List of foreign key columns, referencing this unique key column.java.util.List<DBTableColumn>DBTableColumn. getDBKeyRelationshipColumnRecursive(DBTable refObj, K_CONTROL_OPTION... behaviourFlags)List of foreign key columns, referencing this unique key column indirectly.IMSemanticDataTypeDBTableColumn. getDBTypingSemanticDataType()The semantic data type that types thisDBTableColumn.java.util.List<DBUniqueKey>DBTableColumn. getDBUniqueKey(K_CONTROL_OPTION... behaviourFlags)<T extends DBColumn>
java.util.List<T>DBTableColumn. getDBUniqueKeyColumn(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of unique key columns, referenced by this foreign key column.<T extends DBColumn>
java.util.List<T>DBTableColumn. getDBUniqueKeyColumnOrigin(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Gets the origin columns of this foreign key column.K_DBMERGE_DIRECTIONDBMergedTable. getDirection()Indicates wether the table was merged to foreign key or to unique key.java.lang.StringDBConnection. getDriverFile()Driver file of thisDBConnection.java.lang.StringDBConnection. getDriverName()Driver name of thisDBConnection.java.util.List<DBForeignKey>DBTable. getElementExistentialDependencyIn(K_CONTROL_OPTION... behaviourFlags)Gets the not null foreign keys of this thisDBTable.java.util.List<DBForeignKey>DBTable. getElementExistentialDependencyIn(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getElementExistentialDependencyIn and filters its return values according to the given stereotype value.java.util.List<DBForeignKey>DBTable. getElementExistentialDependencyOut(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBForeignKey>DBTable. getElementExistentialDependencyOut(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getElementExistentialDependencyOut and filters its return values according to the given stereotype value.java.lang.StringDBConnection. getExtendedConfiguration()Extended Configuration of thisDBConnection.<T extends MEModelElement>
java.util.List<T>DBTable. getFirstLevelElements(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The elements of the first level are all columns, unique keys and foreign keys that are not yet assigned to anDBMergedInstance.<T extends MEModelElement>
java.util.List<T>DBTable. getFirstLevelElements(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getFirstLevelElements and filters its return values according to the given stereotype value.DBTableColumnDBTableColumn. getFirstValidTypeColumn()Gets theDBTableColumnwhich is valid to evaluate theIMDataTypeof this column.java.util.List<DBForeignKey>DBMergedInstance. getForeignKey()List of all foreign keys assigned to thisDBMergedInstance.<T extends DBColumnSet>
java.util.List<T>DBView. getFromColumnSet(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends DBColumnSet>
java.util.List<T>DBView. getFromColumnSet(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getFromColumnSet and filters its return values according to the given stereotype value.<T extends DBColumn>
java.util.List<T>DBView. getFromColumnSetColumn(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends DBColumn>
java.util.List<T>DBView. getFromColumnSetColumn(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getFromColumnSetColumn and filters its return values according to the given stereotype value.<T extends DBAuthorization>
java.util.List<T>DBAuthorizationIdentifier. getGrantedAuthorization(java.lang.Class<T> returnType)List of all authorizations granted by thisDBAuthorizationIdentifier.DBAuthorizationIdentifierDBAuthorization. getGrantee()Reference to the granteeDBAuthorizationIdentifierof thisDBAuthorization.DBAuthorizationIdentifierDBAuthorization. getGrantor()Reference to the grantorDBAuthorizationIdentifierof thisDBAuthorization.java.util.List<DBGroup>DBUser. getGroup()booleanDBConnection. getIntegratedSecurity()If true, use integrated authentication for database access.
This property is provided by some database systems, like SQL Server.IMClassifierDBTable. getLeadingEntity()Returns the leadingEREntityof this table.java.util.List<DBTable>DBTable. getMandatoryReferencedTable(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBTable>DBTable. getMandatoryReferencedTable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getMandatoryReferencedTable and filters its return values according to the given stereotype value.java.util.List<DBTable>DBTable. getMandatoryReferencingTable(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBTable>DBTable. getMandatoryReferencingTable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getMandatoryReferencingTable and filters its return values according to the given stereotype value.DBForeignKeyDBTable. getMaxOneForeignKey()Gets theDBForeignKeywhich is maximum one.java.util.List<DBMergedInstance>DBForeignKey. getMergedInstance()List of all instances using thisDBForeignKey.java.util.List<DBMergedInstance>DBTableColumn. getMergedInstance()List of all instances using thisDBTableColumn.java.util.List<DBMergedInstance>DBUniqueKey. getMergedInstance()List of all instances using thisDBUniqueKey.ARG_ModifyDBConnectionDBConnection. getModifyConnection()Get all properties of theDBConnection.java.lang.StringDBTrigger. getNewRow()Name of the variable for the new row.java.lang.StringDBTrigger. getNewTable()Name of the variable for the new table.java.lang.StringDBTrigger. getOldRow()Name of the variable for the old row.java.lang.StringDBTrigger. getOldTable()Name of the variable for the old table.java.util.List<DBTable>DBTable. getOptionalReferencedTable(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBTable>DBTable. getOptionalReferencedTable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOptionalReferencedTable and filters its return values according to the given stereotype value.java.util.List<DBTable>DBTable. getOptionalReferencingTable(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBTable>DBTable. getOptionalReferencingTable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOptionalReferencingTable and filters its return values according to the given stereotype value.java.util.List<DBTableColumn>DBTable. getOwnedColumn(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBViewColumn>DBView. getOwnedColumn(K_CONTROL_OPTION... behaviourFlags)java.util.List<IMConstraintAssign>DBCheckConstraint. getOwnedConstraintAssign(K_CONTROL_OPTION... behaviourFlags)All check constraint assignments of thisDBCheckConstraint.java.util.List<DBCheckConstraint>DBTable. getOwnedDBCheckConstraint(K_CONTROL_OPTION... behaviourFlags)List of check constraints owned by thisDBTable.java.util.List<DBCheckConstraint>DBTableColumn. getOwnedDBCheckConstraint(K_CONTROL_OPTION... behaviourFlags)List of check constraints owned by thisDBTableColumn.java.util.List<DBSiblingConstraint>DBTable. getOwnedDBSiblingConstraint(K_CONTROL_OPTION... behaviourFlags)List of constraints (disjoint tables) owned by this database table.java.util.List<DBTrigger>DBTable. getOwnedDBTrigger(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBTrigger>DBView. getOwnedDBTrigger(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBForeignKey>DBTable. getOwnedForeignKey(K_CONTROL_OPTION... behaviourFlags)List of foreign keys of thisDBTable.<T extends DBViewFrom>
java.util.List<T>DBView. getOwnedFrom(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of from clauses of thisDBView.<T extends DBViewFrom>
java.util.List<T>DBView. getOwnedFromByRef(java.lang.Class<T> returnType, DBColumnSet refObj, K_CONTROL_OPTION... behaviourFlags)<T extends DBViewFrom>
java.util.List<T>DBView. getOwnedFromByRef(java.lang.Class<T> returnType, MMStereotype stereotype, DBColumnSet refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedFromByRef and filters its return values according to the given stereotype value.java.util.List<DBIndex>DBTable. getOwnedIndex(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBIndexedColumn>DBIndex. getOwnedIndexedColumn(K_CONTROL_OPTION... behaviourFlags)List of indexed columns of thisDBIndex.java.util.List<DBMergedInstance>DBMergedTable. getOwnedInstance(K_CONTROL_OPTION... behaviourFlags)List of instances of thisDBMergedTable.java.util.List<DBMergedTable>DBTable. getOwnedMergedTable(K_CONTROL_OPTION... behaviourFlags)List of merged tables of this table.java.util.List<DBSQLGeneric>DBColumn. getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)List of all owned SQL generic objects.java.util.List<DBSQLGeneric>DBColumnSet. getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)List of all owned SQL generic objects.java.util.List<DBSQLGeneric>DBIndex. getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)List of all owned SQL generic objects.java.util.List<DBSQLGeneric>DBPackage. getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)List of all owned SQL generic objects.java.util.List<DBSQLGeneric>DBSQLGeneric. getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)List of all owned SQL generic objects.java.util.List<DBViewSubselectFrom>DBView. getOwnedSubselectFrom(K_CONTROL_OPTION... behaviourFlags)List of subselect from clauses of thisDBView.java.util.List<DBView>DBView. getOwnedSubView(K_CONTROL_OPTION... behaviourFlags)List of sub views of this combined view.java.util.List<DBUniqueKey>DBTable. getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBUniqueKey>DBView. getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags)DBTableColumnDBCheckConstraint. getOwningColumn()Reference to theDBTableColumnthat owns thisDBCheckConstraint.DBColumnDBSQLGeneric. getOwningColumn()Reference to the owningDBColumn.DBColumnSetDBSQLGeneric. getOwningColumnSet()Reference to the owningDBColumnSet.DBViewDBView. getOwningCombinedView()Reference to the combined view of thisDBView.MMCreateTemplateDBRole. getOwningCreateTemplate()DBIndexDBIndexedColumn. getOwningDBIndex()Reference to theDBIndexof thisDBIndexedColumn.DBPackageDBSQLGeneric. getOwningDBPackage()Reference to the owningDBPackage.DBIndexDBSQLGeneric. getOwningIndex()Reference to the owningDBIndex.DBMergedTableDBMergedInstance. getOwningMergedTable()Reference to theDBMergedTableof thisDBMergedInstance.ADXModelDBConnection. getOwningModel()TheADXModelowning thisDBConnection.IMSemanticDataTypeDBCheckConstraint. getOwningSemanticDataType()Reference to theIMSemanticDataTypethat owns thisDBCheckConstraint.DBSQLGenericDBSQLGeneric. getOwningSQLGeneric()Reference to the owningDBSQLGeneric.DBTableDBForeignKey. getOwningTable()Reference to theDBTableof thisDBForeignKey.DBTableDBIndex. getOwningTable()DBTableDBMergedTable. getOwningTable()Reference to the table of thisDBMergedTable.DBTableDBTableColumn. getOwningTable()DBTableDBTrigger. getOwningTable()DBTableDBUniqueKey. getOwningTable()Reference to theDBTableof theDBUniqueKey.DBViewDBTrigger. getOwningView()DBViewDBUniqueKey. getOwningView()Reference to theDBViewof theDBUniqueKey.java.lang.StringDBConnection. getPassword()Password of the connecting user.java.lang.StringDBConnection. getPort()Port number of this thisDBConnection.java.util.List<DBPrivilege>DBSQLObject. getPrivilege()List of all privileges of thisDBSQLObject.java.util.List<DBView>DBColumn. getPropagationViews(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBView>DBColumn. getPropagationViews(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPropagationViews and filters its return values according to the given stereotype value.<T extends DBAuthorization>
java.util.List<T>DBAuthorizationIdentifier. getReceivedAuthorization(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of all authorizations of this granteeDBAuthorizationIdentifier.<T extends DBSQLObject>
java.util.List<T>DBSQLObject. getReferencedSQLObject(java.lang.Class<T> returnType)List of all SQL Objects using thisDBSQLObject.java.util.List<DBTable>DBTable. getReferencedTable(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBTable>DBTable. getReferencedTable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getReferencedTable and filters its return values according to the given stereotype value.<T extends DBSQLObject>
java.util.List<T>DBSQLObject. getReferencingSQLObject(java.lang.Class<T> returnType)List of all SQL Objects used by thisDBSQLObject.java.util.List<DBTable>DBTable. getReferencingTable(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBTable>DBTable. getReferencingTable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getReferencingTable and filters its return values according to the given stereotype value.DBRoleDBRoleAuthorization. getRole()Reference to theDBRoleof thisDBRoleAuthorization.java.util.List<DBRoleAuthorization>DBRole. getRoleAuthorization(K_CONTROL_OPTION... behaviourFlags)List of all role authorizations ofDBRole.java.lang.StringDBConnection. getSchema()Schema of database elements covered by thisDBConnection.MMTypeSystemDBProcedureExpression. getScopeTypeSystem()Reference to the type system of thisDBProcedureExpression.java.lang.StringDBConnection. getServer()Server connected by thisDBConnection.java.util.List<DBForeignKey>DBSiblingConstraint. getSiblingForeignKeys(K_CONTROL_OPTION... behaviourFlags)Returns the list of all sibling foreign keys assigned to thisDBSiblingConstraint.java.util.List<DBForeignKey>DBSiblingConstraint. getSiblingForeignKeys(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSiblingForeignKeys and filters its return values according to the given stereotype value.K_GENERAL_KINDDBSiblingConstraint. getSiblingKind()The sibling kind can be - ISA: disjoining and covering - SUB: disjoining but not covering - OR: not disjoining but coveringstatic ARG_DBSplitOclReqOutDBMergedTableHelper. getSplit(SrvContext srvCtx, ELElement item)Returns two parallel lists of merged tables and their names for the givenDBDiaTableNode,DBTableorDBMergedTable.<T extends DBSQLObject>
java.util.List<T>DBPrivilege. getSQLObject(java.lang.Class<T> returnType)List of all SQL objects of thisDBPrivilege.java.util.List<DBMergedTable>DBMergedTable. getSubordinateMergedTables(K_CONTROL_OPTION... behaviourFlags)Returns all subordinate merged tables that are determined by evaluating the mapping dependencies referencing elements of the Entity/Relationship Model.java.util.List<DBMergedTable>DBMergedTable. getSubordinateMergedTables(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSubordinateMergedTables and filters its return values according to the given stereotype value.java.util.List<DBTableColumn>DBMergedInstance. getTableColumn()List of all columns assigned to thisDBMergedInstance.java.util.List<DBUniqueKey>DBMergedInstance. getUniqueKey()List of all unique keys assigned to thisDBMergedInstance.DBTableDBForeignKey. getUniqueKeyTable()<T extends DBColumn>
java.util.List<T>DBViewColumn. getUsedColumn(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.lang.StringDBConnection. getUser()Connecting user.java.util.List<DBUser>DBGroup. getUser()<T extends DBViewElement>
java.util.List<T>DBColumn. getUsingDBViewElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<DBViewColumn>DBColumn. getUsingViewColumnByRef(DBView refObj, K_CONTROL_OPTION... behaviourFlags)List of all view columns that view this column (DBViewColumnorDBTableColumn).
If there is aDBViewgiven byargument refObj, the result will be restricted to the columns owned by this view.java.util.List<DBViewColumn>DBColumn. getUsingViewColumnByRef(MMStereotype stereotype, DBView refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getUsingViewColumnByRef and filters its return values according to the given stereotype value.<T extends IMFeature>
java.util.List<T>DBView. getViewCompletionFeatures(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends IMFeature>
java.util.List<T>DBView. getViewCompletionFeatures(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getViewCompletionFeatures and filters its return values according to the given stereotype value.<T extends DBViewFrom>
java.util.List<T>DBColumnSet. getViewFrom(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of from clauses that use thisDBColumnSetin a view.booleanDBTable. hasMergedTable()booleanDBMergedTable. hasSamePrimaryKey()If true, the merging foreign key was identifying and max one.booleanDBAuthorization. isGrantable()If true, the authorization is granted; otherwise it is revoked.booleanDBTable. isSplittedByColumn()booleanDBTable. isWeak()True, if thisDBTableis weak.
A DB table is called weak, if it owns at least one identifying foreign key!java.util.List<MEStereotypeAble>DBForeignKey. maintain()Runs all maintaining methods for this foreign key in the following order:
maintainCreateForeignAttributes(...)java.util.List<MEStereotypeAble>DBTable. maintain()java.util.List<MEStereotypeAble>DBUniqueKey. maintain()java.util.List<MEStereotypeAble>DBViewColumn. maintain()Runs all maintaining methods for thisDBViewFromin the following order:
maintainAddUnionColumns(...)java.util.List<DBViewColumn>DBViewFrom. maintainAddAllColumns()This maintaining method adds aDBViewColumnfor eachDBColumnof the referencedDBColumnSet, if the viewed column is not yet referenced in theDBViewof thisDBViewFrom.
Returns the list of the created columns.java.util.List<DBViewColumn>DBViewColumn. maintainAddUnionColumns()This maintaining method adds aDBViewColumnin everyDBViewwhich has a union from clause to the select view of this column and less columns.
Returns the list of the created columns.java.util.List<IMKeyRelationshipFeature>DBForeignKey. maintainCreateForeignColumns()This maintaining method creates the missing foreign key columns.DBUniqueKeyDBTable. maintainCreatePrimaryKey()This maintaining method creates the primary key if it doesn't already exist.
Returns the newly-created primary key or null.java.util.List<MEStereotypeAble>DBUniqueKey. maintainForeignKeys()Runs the maintaining methods for all foreign keys of thisDBUniqueKeywhich are not yet assigned to a relationship.static DBTableDBForeignKeyHelper. mergeSiblingTables(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges two or more sibling database tables of the given foreign keys.static java.util.List<DBTable>DBForeignKeyHelper. mergeToForeign(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges theDBTablewhich contains theDBUniqueKeycorresponding to the selectedDBForeignKeyinto theDBTablewhich contains the foreign key.
This action creates aDBMergedTablein the modified table.static java.util.List<DBTable>DBForeignKeyHelper. mergeToUnique(SrvContext srvCtx, java.util.List<? extends DBForeignKey> seqForeign, java.util.List<java.lang.Integer> seqCard)Merges theDBTableof the selectedDBForeignKeyinto theDBTablewhich contains the correspondingDBUniqueKey.
This action creates aDBMergedTablein the modified table.voidDBConnection. modifyConnection(ARG_ModifyDBConnection valDBConnection)Set all properties of theDBConnection.static voidDBTableColumnHelper. SDT2DTD(SrvContext srvCtx, java.util.List<? extends DBTableColumn> seqCol)This method transform the type of each givenDBTableColumnfromIMSemanticDataTypetoIMDataTypeDefinition.voidDBPrivilege. setActionList(java.lang.String value)Set the value of Attribut ActionList.voidDBConnection. setCatalog(java.lang.String value)Set the value of Attribut Catalog.voidDBConnection. setConnectionHeader(java.lang.String value)Set the value of Attribut ConnectionHeader.voidDBMergedTable. setCount(int value)Set the value of Info Count.voidDBConnection. setDatabase(java.lang.String value)Set the value of Attribut Database.voidDBConnection. setDatabaseSystem(java.lang.String value)Set the value of Attribut DatabaseSystem.voidDBTableColumn. setDBIndex(java.util.List<? extends DBIndex> values)Set the value of View DBIndex.voidDBMergedTable. setDirection(K_DBMERGE_DIRECTION value)Set the value of Attribut Direction.voidDBConnection. setDriverFile(java.lang.String value)Set the value of Attribut DriverFile.voidDBConnection. setDriverName(java.lang.String value)Set the value of Attribut DriverName.voidDBConnection. setExtendedConfiguration(java.lang.String value)Set the value of Attribut ExtendedConfiguration.voidDBMergedInstance. setForeignKey(java.util.List<? extends DBForeignKey> values)Set the value of Foreign Key ForeignKey.voidDBAuthorization. setGrantable(boolean value)Set the value of Attribut IsGrantable.voidDBAuthorization. setGrantor(DBAuthorizationIdentifier value)Set the value of Foreign Key Grantor.voidDBUser. setGroup(java.util.List<? extends DBGroup> values)Set the value of Foreign Key Group.voidDBConnection. setIntegratedSecurity(boolean value)Set the value of Attribut IntegratedSecurity.voidDBTable. setMergedTable(boolean value)Set the value of Info HasMergedTable.voidDBTrigger. setNewRow(java.lang.String value)Set the value of Attribut NewRow.voidDBTrigger. setNewTable(java.lang.String value)Set the value of Attribut NewTable.voidDBTrigger. setOldRow(java.lang.String value)Set the value of Attribut OldRow.voidDBTrigger. setOldTable(java.lang.String value)Set the value of Attribut OldTable.voidDBConnection. setPassword(java.lang.String value)Set the value of Attribut Password.voidDBConnection. setPort(java.lang.String value)Set the value of Attribut Port.voidDBTableColumn. setPrimary(boolean setPrimary)Sets theDBTableColumnto primary or not primary.voidDBSQLObject. setPrivilege(java.util.List<? extends DBPrivilege> values)Set the value of Foreign Key Privilege.voidDBSQLObject. setReferencedSQLObject(java.util.List<? extends DBSQLObject> values)Set the value of Foreign Key ReferencedSQLObject.voidDBSQLObject. setReferencingSQLObject(java.util.List<? extends DBSQLObject> values)Set the value of Foreign Key ReferencingSQLObject.voidDBRole. setRoleAuthorization(java.util.List<? extends DBRoleAuthorization> values)Set the value of Primary Key RoleAuthorization.voidDBMergedTable. setSamePrimaryKey(boolean value)Set the value of Attribut HasSamePrimaryKey.voidDBConnection. setSchema(java.lang.String value)Set the value of Attribut Schema.voidDBConnection. setServer(java.lang.String value)Set the value of Attribut Server.voidDBSiblingConstraint. setSiblingKind(K_GENERAL_KIND value)Set the value of Attribut SiblingKind.voidDBPrivilege. setSQLObject(java.util.List<? extends DBSQLObject> values)Set the value of Foreign Key SQLObject.voidDBMergedInstance. setTableColumn(java.util.List<? extends DBTableColumn> values)Set the value of Foreign Key TableColumn.voidDBMergedInstance. setUniqueKey(java.util.List<? extends DBUniqueKey> values)Set the value of Foreign Key UniqueKey.voidDBConnection. setUser(java.lang.String value)Set the value of Attribut User.voidDBGroup. setUser(java.util.List<? extends DBUser> values)Set the value of Foreign Key User.voidDBTable. setWeak(boolean value)Set the value of Info IsWeak.DBTableDBMergedTable. split(java.util.List<? extends ELElement> seq)This inverse operation of the merge command documented by thisDBMergedTablesplits theDBTableinto two tables.DBTableDBTable. splitH()static DBTableDBTableHelper. splitV(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Splits the selectedDBTableColumns into a newDBTable. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2dbdia
Methods in de.mid.innovator.srv2api.icw2dbdia that throw SrvErrorException Modifier and Type Method Description static DBDiaDBDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Database Diagram with template and container.static DBDiaDBDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Database Diagram with stereotype and container.java.util.List<CLDiaHierStructDefinitionNode>DBDia. getOwnedHierStructDefinitionNode(K_CONTROL_OPTION... behaviourFlags)All structure definition nodes owned by this database diagram.java.util.List<DBDiaTableNode>DBDia. getOwnedTableNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<DBDiaViewNode>DBDia. getOwnedViewNode(K_CONTROL_OPTION... behaviourFlags)DBDiaDBDiaTableNode. getOwningDBDiagram()The DB diagram that owns this table node.DBDiaDBDiaViewNode. getOwningDBDiagram()The DB diagram that owns this table node.static DBDiaTableNodeDBDiaReferenceEdgeHelper. mergeSiblingTables(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges two or more child database table nodes of the selected foreign key edges.static DBDiaTableNodeDBDiaTableNodeHelper. mergeSiblingTables(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges two or more selected child database table nodes.static java.util.List<DBDiaTableNode>DBDiaReferenceEdgeHelper. mergeToForeign(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges theDBDiaTableNodewhich contains theDBUniqueKeycorresponding to the selectedDBForeignKeyinto theDBTablewhich contains the foreign key.static java.util.List<DBDiaTableNode>DBDiaReferenceEdgeHelper. mergeToUnique(SrvContext srvCtx, java.util.List<? extends DBDiaReferenceEdge> seqForeign, java.util.List<java.lang.Integer> seqCard)Merges theDBDiaTableNodeof the selectedDBForeignKeyinto theDBTablewhich contains the correspondingDBUniqueKey.DBDiaTableNodeDBDiaTableNode. splitH()Splits the selectedDBDiaTableNodeinto a newDBDiaTableNode.DBDiaTableNodeDBDiaTableNode. splitMergedTable(DBMergedTable newTable, java.util.List<? extends DBMergedTable> mergedTables)Split theDBTableby creating a new table for theDBMergedTablegiven by the argument 'newTable'.static DBDiaTableNodeDBDiaTableNodeHelper. splitV(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Splits the selectedDBTableColumns into a newDBDiaTableNode. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2dg
Methods in de.mid.innovator.srv2api.icw2dg that throw SrvErrorException Modifier and Type Method Description java.util.List<DGStandardChapter>DGChapter. assignContent(java.util.List<? extends MMMetamodelElement> seqOh)Assign contents to this chapter.DGViewChapterDGViewChapter. createTable()Creates a table for this chapter.ARG_DocuOutDGCommand. executeDocu(java.util.List<? extends ELElement> seq)Execute a Documentation Command on the server.MM2AttributeDGChapterAttribute. getAttribute()The meta model attribute assigned to this documentation chapter.DGFooterDGSelection. getCFooter()K_DOCU_CHANGE_CHAPTER_MODEDGCommand. getChangeChapterHeadings()Specifies which chapter headings are converted to dash lists.DGStandardChapterDGChapterAttribute. getChapter()The documentation standard chapter that owns this chapter attribute.DGChapterDGTableColumn. getChapter()The chapter assigned to this table column.DGChapterAttributeDGStandardChapter. getChapterAttribute()The chapter attribute assigned to this documentation standard chapter.MM2ClassDGStandardChapter. getChapterClass()The meta class assigned to this chapter.DGHeaderDGSelection. getCHeader()booleanDGCommand. getCheckInput(java.util.List<? extends ELElement> seq)Checks wether this documentation command can produces output with the current selection.DGConfigDGSelection. getConfig()The configuration of this selection.java.lang.StringDGChapter. getContents()The content of this chapter.java.util.List<DGSelection>DGFooter. getCSelection()The selections that uses this footer for the toc.java.util.List<DGSelection>DGHeader. getCSelection()The selections that use this header for the toc.java.util.List<DGLink>DGTemplate. getDGLink(K_CONTROL_OPTION... behaviourFlags)All linking chapters assigned to this documentation template.DGSelectionDGCommand. getDGSelection()The documentation selection that owns this docu command.java.util.List<DGSelection>DGDocuStructureRoot. getDGSelection(K_CONTROL_OPTION... behaviourFlags)All documentation selections assigned to this documentation structure.java.util.List<DGTreeLink>DGTreeTemplate. getDGTreeLink(K_CONTROL_OPTION... behaviourFlags)All linking chapters assigned to this model browser template.java.util.List<DGCommand>DGSelection. getDocuCommand(K_CONTROL_OPTION... behaviourFlags)All docu commands owned by this documentation selection.DGDocuStructureRootDGSelection. getDocuStructureRoot()The documentation structure used by this documentation selection.K_DOCU_GRAPHIC_FORMATDGCommand. getGraphicFormat()Format of graphics.booleanDGCommand. getLeastCommonPackage()Use least commonMEHierarchyAbleas root of documentation.K_CHAPTER_SORTORDERDGStandardChapter. getLocalSortOrder()The local sort order of son nodes.DGFooterDGSelection. getMFooter()DGHeaderDGSelection. getMHeader()java.util.List<DGSelection>DGFooter. getMSelection()The selections that use this footer for the main text.java.util.List<DGSelection>DGHeader. getMSelection()The selections that use this header for the main text.booleanDGCommand. getNoMultiPageGraphics()Collate multi-paged graphics.K_NUMBER_FORMATDGChapter. getNumberFormatEVal()Get the number format of this chapter.K_DOCU_OPEN_MODEDGCommand. getOpenMode()Specifies if the generated documentation is opened.java.lang.StringDGCommand. getOutputDirectory()Directory path for generated files.K_DOCU_TYPEDGCommand. getOutputKind()Kind of output.java.lang.StringDGCommand. getOutputRepositories()Name used for repository files.<T extends DGChapter>
java.util.List<T>DGChapter. getOwnedChapter(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All documentation chapters owned by this documentation chapter.java.util.List<ELValSpecInteger>DGViewChapter. getOwnedTypeFilterEnum(K_CONTROL_OPTION... behaviourFlags)The type filter enumeration integer value of this view chapter.DGChapterDGChapter. getOwningChapter()The documentation chapter owning this documentation chapter.MMProfileDGConfig. getOwningProfile()The profile that owns this documentation configuration.MMProfileDGDocuStructureRoot. getOwningProfile()The profile that owns this documentation structure.MMProfileDGFooter. getOwningProfile()The profile that owns this documentation footer.MMProfileDGHeader. getOwningProfile()The profile that owns this documentation header.MMProfileDGSelection. getOwningProfile()The profile that owns this documentation selection.MMProfileDGTitle. getOwningProfile()The profile that owns this documentation title page.MMProfileDGTreeStructureRoot. getOwningProfile()The profile that owns thisDGTreeStructureRoot.MMProfileDGTreeTemplate. getOwningProfile()The profile that owns thisDGTreeTemplate.DGViewChapterDGTableColumn. getOwningTable()The view chapter owning this table column.DGViewChapterDGTableProperties. getOwningTable()The table chapter owning this table properies.booleanDGChapter. getPageBreakAfter()Returns true if this chapter has a page break after the heading.booleanDGChapter. getPageBreakBefore()Returns true if this chapter has a page break before the heading.K_PARAGRAPH_JUSTIFICATIONDGChapter. getParagraphJustification()The justification of the paragraph.booleanDGCommand. getPerformInputCheck()Perform an input check before documentation generation.java.lang.StringDGCommand. getPostprocessingArguments()The arguments of the postprocessing command.java.lang.StringDGCommand. getPostprocessingCommand()The postprocessing command of this documentation command.java.lang.StringDGCommand. getPrinterName()The printer to be used.MMProfileDGCommand. getProfile()The profile that owns this docu command.MMProfileDGTemplate. getProfile()The profile that owns this documentation building block.DGChapterDGChapter. getRedefinedChapter()<T extends DGChapter>
java.util.List<T>DGChapter. getRedefiningChapter(java.lang.Class<T> returnType)booleanDGCommand. getRemoveEmptyChapters()Remove empty chapters.java.lang.StringDGCommand. getSearchName()Search, which is executed before documentation generation, in order to determine the selection.java.lang.StringDGCommand. getSearchPath()Search path for include and imports.java.util.List<DGSelection>DGConfig. getSelection()The selections that use this configuration.java.util.List<DGSelection>DGTitle. getSelection()The selections that use this title.java.util.List<DGTableColumn>DGChapter. getTableColumn(K_CONTROL_OPTION... behaviourFlags)The table column using thisDGChapter.java.util.List<DGTableColumn>DGViewChapter. getTableColumns(K_CONTROL_OPTION... behaviourFlags)All table columns owned by this view chapter.DGTablePropertiesDGViewChapter. getTableProperties()The table properties owned by this table chapter.DGTemplateDGLink. getTemplate()The documentation template used by this linking chapter.DGTitleDGSelection. getTitle()DGTreeTemplateDGTreeLink. getTreeTemplate()The model browser template used by this linking chapter.MMVerifyDGVerifyChapter. getVerify()The verification of this verification documentation chapter.java.lang.StringDGCommand. getWordIndexField()Index field for MS-Word documentation.java.lang.StringDGCommand. getWordTemplate()Template file name for generation in MS-Word format.java.lang.StringDGCommand. getWordTOCField()Table of contents field for MS-Word documentation.java.lang.StringDGCommand. getWordTOFField()Table of figures field for MS-Word documentation.java.lang.StringDGCommand. getWordTOTField()Table of tables field for MS-Word documentation.java.lang.StringDGCommand. getXSLStyleSheet()Stylesheet for the stylesheet processor.java.lang.StringDGCommand. getXSLStyleSheetProcessor()Command string for the stylesheet processor.booleanDGChapter. isChapterFadedOut()Returns true if this chapter is supressed.booleanDGChapter. isHeadingSuppressed()Returns true if this chapters heading is faded out.booleanDGStandardChapter. isLocalSortOrderReverse()Is the local sort order of son nodes a reverse sort order.booleanDGCommand. isReport()Is report documentation.DGViewChapterDGViewChapter. removeTable()Remove the table from this chapter.voidDGSelection. setCFooter(DGFooter value)Set the value of Foreign Key CFooter.voidDGCommand. setChangeChapterHeadings(K_DOCU_CHANGE_CHAPTER_MODE value)Set the value of Attribut ChangeChapterHeadings.voidDGChapter. setChapterFadedOut(boolean value)Set the value of Attribut IsChapterFadedOut.voidDGSelection. setCHeader(DGHeader value)Set the value of Foreign Key CHeader.voidDGSelection. setConfig(DGConfig value)Set the value of Foreign Key Config.voidDGChapter. setContents(java.lang.String value)Set the value of Attribut Contents.voidDGCommand. setDGSelection(DGSelection value)Set the value of Foreign Key DGSelection.voidDGSelection. setDocuStructureRoot(DGDocuStructureRoot value)Set the value of Foreign Key DocuStructureRoot.voidDGChapter. setHeadingSuppressed(boolean value)Set the value of Attribut IsHeadingSuppressed.voidDGCommand. setLeastCommonPackage(boolean value)Set the value of Attribut LeastCommonPackage.voidDGStandardChapter. setLocalSortOrder(K_CHAPTER_SORTORDER value)Set the value of Attribut LocalSortOrder.voidDGStandardChapter. setLocalSortOrderReverse(boolean value)Set the value of Attribut IsLocalSortOrderReverse.voidDGSelection. setMFooter(DGFooter value)Set the value of Foreign Key MFooter.voidDGSelection. setMHeader(DGHeader value)Set the value of Foreign Key MHeader.voidDGCommand. setNoMultiPageGraphics(boolean value)Set the value of Attribut NoMultiPageGraphics.static voidDGChapterHelper. setNumber(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Set the number state of the specified chapters.voidDGChapter. setNumberFormatEVal(K_NUMBER_FORMAT value)Set the value of Attribut NumberFormatEVal.voidDGCommand. setOpenMode(K_DOCU_OPEN_MODE value)Set the value of Attribut OpenMode.voidDGChapter. setPageBreakAfter(boolean value)Set the value of Attribut PageBreakAfter.voidDGChapter. setPageBreakBefore(boolean value)Set the value of Attribut PageBreakBefore.voidDGChapter. setParagraphJustification(K_PARAGRAPH_JUSTIFICATION value)Set the value of Attribut ParagraphJustification.voidDGCommand. setPerformInputCheck(boolean value)Set the value of Attribut PerformInputCheck.voidDGCommand. setPostprocessingArguments(java.lang.String value)Set the value of Attribut PostprocessingArguments.voidDGCommand. setPostprocessingCommand(java.lang.String value)Set the value of Attribut PostprocessingCommand.voidDGCommand. setProfile(MMProfile value)Set the value of Foreign Key Profile.voidDGCommand. setRemoveEmptyChapters(boolean value)Set the value of Attribut RemoveEmptyChapters.voidDGSelection. setTitle(DGTitle value)Set the value of Foreign Key Title.voidDGVerifyChapter. setVerify(MMVerify value)Set the value of Foreign Key Verify.voidDGCommand. setWordIndexField(java.lang.String value)Set the value of Attribut WordIndexField.voidDGCommand. setWordTemplate(java.lang.String value)Set the value of Attribut WordTemplate.voidDGCommand. setWordTOCField(java.lang.String value)Set the value of Attribut WordTOCField.voidDGCommand. setWordTOFField(java.lang.String value)Set the value of Attribut WordTOFField.voidDGCommand. setWordTOTField(java.lang.String value)Set the value of Attribut WordTOTField.voidDGCommand. setXSLStyleSheetProcessor(java.lang.String value)Set the value of Attribut XSLStyleSheetProcessor. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that throw SrvErrorException Modifier and Type Method Description DMRuleAnnotationClauseDMDecisionTable. addAnnotationClause(DMRuleAnnotationClause ohClause, java.lang.String name)Creates a newDMRuleAnnotationClausefor thisDMDecisionTable.DMInformationItemDMRelation. addColumn(DMInformationItem ohItem, java.lang.String name, boolean isMaintaining)Creates a newDMInformationItemas column of thisDMRelation.DMDecisionRuleDMDecisionTable. addDecisionRule(DMDecisionRule ohRule)Creates a newDMDecisionRulefor thisDMDecisionTable.DMInputClauseDMDecisionTable. addInputClause(DMInputClause ohClause, java.lang.String name, boolean isMaintaining)Creates a newDMInputClausefor thisDMDecisionTable.DMLiteralExpressionDMList. addListEntry(DMLiteralExpression ohExpr)Creates a newDMLiteralExpressionas entry of thisDMList.DMOutputClauseDMDecisionTable. addOutputClause(DMOutputClause ohClause, java.lang.String name)Creates a newDMOutputClausefor thisDMDecisionTable.DMInformationItemDMFunctionDefinition. addParameter(DMInformationItem ohItem, java.lang.String name, boolean isMaintaining)Creates a newDMInformationItemas parameter of thisDMFunctionDefinition.DMContextEntryDMContext. addResultContextEntry(boolean isMaintaining)Creates a new resultDMContextEntryfor thisDMContext.DMListDMRelation. addRowList(DMList ohRow, boolean isMaintaining)Creates a newDMListas row of thisDMRelation.DMContextEntryDMContext. addVariableContextEntry(DMContextEntry ohEntry)Creates a new variableDMContextEntryfor thisDMContext.static DMContextDMContextHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)Creates a newDMContextas content of the specifiedELContainerAble.static DMDecisionTableDMDecisionTableHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)Creates a newDMDecisionTableas content of the specifiedELContainerAble.static DMFunctionDefinitionDMFunctionDefinitionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining)Creates a newDMFunctionDefinitionas content of the specifiedELContainerAble.static DMInvocationDMInvocationHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, DMFunctionDefinition ohCalledFunction, boolean isMaintaining)static DMListDMListHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)Creates a newDMListas content of the specifiedELContainerAble.static DMLiteralExpressionDMLiteralExpressionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, java.lang.String strText)Creates a newDMLiteralExpressionwith an unformatted text as content of the specifiedELContainerAble.static DMLiteralExpressionDMLiteralExpressionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, java.lang.String strText, java.lang.String strFlowText, DMInformationItem ohRef)Creates a newDMLiteralExpressionwith a formatted text and a referencedDMInformationItemas content of the specifiedELContainerAble.static DMRelationDMRelationHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)Creates a newDMRelationas content of the specifiedELContainerAble.static DRAuthorityRequirementDRAuthorityRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Authority Requirement with template from source to target element.static DRAuthorityRequirementDRAuthorityRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Authority Requirement with stereotype from source to target element.static DRBusinessKnowledgeModelDRBusinessKnowledgeModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Business Knowledge Model with template and container.static DRBusinessKnowledgeModelDRBusinessKnowledgeModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Business Knowledge Model with stereotype and container.static DRDecisionDRDecisionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Decision with template and container.static DRDecisionDRDecisionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Decision with stereotype and container.static DRDecisionServiceDRDecisionServiceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Decision Service with template and container.static DRDecisionServiceDRDecisionServiceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Decision Service with stereotype and container.static DRInformationRequirementDRInformationRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Information Requirement with template from source to target element.static DRInformationRequirementDRInformationRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Information Requirement with stereotype from source to target element.static DRInputDataDRInputDataHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Input Data with template and container.static DRInputDataDRInputDataHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Input Data with stereotype and container.static DRKnowledgeRequirementDRKnowledgeRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeRequirementDRKnowledgeRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Knowledge Requirement with stereotype from source to target element.static DRKnowledgeSourceDRKnowledgeSourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Knowledge Source with template and container.static DRKnowledgeSourceDRKnowledgeSourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Knowledge Source with stereotype and container.static DRKnowledgeRequirementDRKnowledgeRequirementHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeRequirementDRKnowledgeRequirementHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Knowledge Requirement with stereotype from source to target element.voidDMDecisionTable. fillEmptyInputCells()Fills empty input cells of thisDMDecisionTablewith default value '-'.java.lang.StringDRDecision. getAllowedAnswers()A natural language description of all answers allowed for the question such as Yes/No, a list of all allowed values, a range of numeric values etc.java.util.List<java.lang.String>DMDecisionRule. getAnnotationValues()Returns a list of string values owned by thisDMDecisionRule.java.util.List<DRAuthorityRequirement>DRDecision. getAuthorityRequiredBy(K_CONTROL_OPTION... behaviourFlags)References the authority requirements which require thisDRDecision.java.util.List<DRAuthorityRequirement>DRInputData. getAuthorityRequiredBy(K_CONTROL_OPTION... behaviourFlags)References the authority requirements which require thisDRInputData.java.util.List<DRAuthorityRequirement>DRKnowledgeSource. getAuthorityRequiredBy(K_CONTROL_OPTION... behaviourFlags)References the authority requirements which require thisDRDecision.java.util.List<DMBinding>DMInvocation. getBinding(K_CONTROL_OPTION... behaviourFlags)All bindings owned by thisDMInvocation.DMExpressionDMBinding. getBindingFormula()The instance ofDMExpressionto which the parameter in thisDMBindingis bound when the owning instance ofDMInvocationis evaluated.ARG_DMNBoxedExpressionClientDMNElement. getBoxedExpressionClient()Returns all necessary informations needed by the client to represent a boxed expression for thisDMNElementspecialization.K_BUILTIN_AGGREGATORDMDecisionTable. getBuiltinAggregation()If present, this attribute specifies the aggregation function to be applied to the unordered set of values of the applicable rules to determine the value of thisDMDecisionTablewhen the hit policy is collect.DMExpressionDMInvocation. getCalledFunction()AnDMExpressionwhose value is a function.java.util.List<DMInvocation>DMExpression. getCallingInvocation(K_CONTROL_OPTION... behaviourFlags)All invocations of thisDMExpression.java.util.List<DMRuleAnnotationClause>DMDecisionTable. getDecisionAnnotation(K_CONTROL_OPTION... behaviourFlags)This attribute lists the instances ofDMRuleAnnotationClausethat compose thisDMDecisionTable.java.util.List<DMInputClause>DMDecisionTable. getDecisionInput(K_CONTROL_OPTION... behaviourFlags)This attribute lists the instances ofDMInputClausethat compose thisDMDecisionTable.DMExpressionDRDecision. getDecisionLogic()The instance ofDMExpressionthat represents the decision logic for thisDRDecision.<T extends MEStereotypeAble>
java.util.List<T>DRDecision. getDecisionMaker(java.lang.Class<T> returnType)java.util.List<DMOutputClause>DMDecisionTable. getDecisionOutput(K_CONTROL_OPTION... behaviourFlags)This attribute lists the instances ofDMOutputClausethat compose thisDMDecisionTable.java.lang.StringDRDecisionOutputAble. getDecisionOutputValue()The condition of thisDRDecisionOutputAble.<T extends MEStereotypeAble>
java.util.List<T>DRDecision. getDecisionOwner(java.lang.Class<T> returnType)java.util.List<DMDecisionRule>DMDecisionTable. getDecisionRule(K_CONTROL_OPTION... behaviourFlags)This attribute lists the instances ofDMDecisionRulethat compose thisDMDecisionTable.DMDecisionRuleDMRuleAnnotation. getDecisionRule()TheDMDecisionRuleowning thisDMRuleAnnotation.DMDecisionTableDMDecisionRule. getDecisionTable()TheDMDecisionTableowning thisDMDecisionRule.DMDecisionTableDMInputClause. getDecisionTable()TheDMDecisionTableowning thisDMInputClause.DMDecisionTableDMOutputClause. getDecisionTable()TheDMDecisionTableowning thisDMOutputClause.DMDecisionTableDMRuleAnnotationClause. getDecisionTable()TheDMDecisionTableowning thisDMRuleAnnotationClause.<T extends ELValSpec>
java.util.List<T>DMOutputClause. getDefaultValSpec(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All values referenced by this decision rule.java.lang.StringDMOutputClause. getDefaultValueAsString()The default value for thisDMOutputClause.java.util.List<DRDecision>DRDecisionService. getEncapsulatedDecision()All decisions encapsulated in thisDRDecisionService.DMFunctionDefinitionDRBusinessKnowledgeModel. getEncapsulatedLogic()The function that encapsulates the logic encapsulated by thisDRBusinessKnowledgeModel.java.util.List<DRDecisionService>DRDecision. getEncapsulatingDecisionService()All decision services which encapsulate this decision.java.lang.StringDMLiteralExpression. getExpressionLanguage()This attribute identifies the expression language used in thisDMLiteralExpression.java.lang.StringDMLiteralExpression. getExprFlowText()The flow text of thisDMLiteralExpression.java.lang.StringDMLiteralExpression. getExprText()The text of thisDMLiteralExpression.DMValueRangeRefAbleDMValueRangeRefAble. getFirstUsingValueRangeRefAble()java.util.List<DMInformationItem>DMFunctionDefinition. getFormalParameter(K_CONTROL_OPTION... behaviourFlags)All instances ofDMInformationItemthat are formal parameters of thisDMFunctionDefinition.DMExpressionDMFunctionDefinition. getFunctionBody()TheDMExpressionof the body for thisDMFunctionDefinition.K_DM_FUNCTIONDMFunctionDefinition. getFunctionKind()The kind of thisDMFunctionDefinition.K_HIT_POLICYDMDecisionTable. getHitPolicy()The hit policy that determines the semantic of thisDMDecisionTable.java.util.List<DRInformationRequirement>DRDecision. getInformationRequiredBy(K_CONTROL_OPTION... behaviourFlags)References the information requirements which require thisDRDecision.java.util.List<DRInformationRequirement>DRInputData. getInformationRequiredBy(K_CONTROL_OPTION... behaviourFlags)References the information requirements which require thisDRInputData.java.util.List<DRInputData>DRDecisionService. getInputData(K_CONTROL_OPTION... behaviourFlags)AllDRInputDatarequired as input by thisDRDecisionService.java.util.List<DRInputData>DRDecisionService. getInputData(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getInputData and filters its return values according to the given stereotype value.java.util.List<DRDecision>DRDecisionService. getInputDecision(K_CONTROL_OPTION... behaviourFlags)All decisions required as input by thisDRDecisionService.java.util.List<DRDecision>DRDecisionService. getInputDecision(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getInputDecision and filters its return values according to the given stereotype value.DMLiteralExpressionDMInputClause. getInputExpression()The subject of thisDMInputClause.java.util.List<java.lang.String>DMDecisionRule. getInputValues()Returns a list of string values owned by thisDMDecisionRule.java.util.List<DMLiteralExpression>DMInputClause. getInputValues(K_CONTROL_OPTION... behaviourFlags)All values of thisDMInputClause.java.lang.StringDMInputClause. getInputValuesAsString()All possible input values of thisDMInputClause.DRBusinessKnowledgeModelDRDecision. getInvokedBusinessKnowledgeModel()TheDRBusinessKnowledgeModelwhich is invoked by thisDRDecision.java.util.List<DRKnowledgeRequirement>DRInvocable. getKnowledgeRequiredBy(K_CONTROL_OPTION... behaviourFlags)References the knowledge requirements which require thisDRInvocable.java.lang.StringDRKnowledgeSource. getKnowledgeSourceLocationURI()The URI where thisDRKnowledgeSourceis located.java.lang.StringDRKnowledgeSource. getKnowledgeSourceType()The type of thisDRKnowledgeSource.java.util.List<DRDecision>DRDecisionService. getOutputDecision()All decisions required to be output by thisDRDecisionService.java.util.List<DRDecisionService>DRDecision. getOutputDecisionService()All decision services with this decision as output.java.lang.StringDMDecisionTable. getOutputLabel()This attribute gives a description of the decision table output, and is often the same as the name of theDMInformationItemfor which thisDMDecisionTableis the value expression.java.lang.StringDMOutputClause. getOutputName()The name of thisDMOutputClause, if the owningDMDecisionTablecontains more than one output, empty otherwise.CLClassifierDMOutputClause. getOutputType()The type of thisDMOutputClause, if the owningDMDecisionTablecontains more than one output, empty otherwise.java.util.List<java.lang.String>DMDecisionRule. getOutputValues()Returns a list of string values owned by thisDMDecisionRule.java.util.List<DMLiteralExpression>DMOutputClause. getOutputValues(K_CONTROL_OPTION... behaviourFlags)All values of thisDMOutputClause.java.lang.StringDMOutputClause. getOutputValuesAsString()All possible output values of thisDMOutputClause.java.util.List<DRAuthorityRequirement>DRBusinessKnowledgeModel. getOwnedAuthorityRequirement(K_CONTROL_OPTION... behaviourFlags)References the authority requirements owned by thisDRBusinessKnowledgeModel.java.util.List<DRAuthorityRequirement>DRDecision. getOwnedAuthorityRequirement(K_CONTROL_OPTION... behaviourFlags)References the authority requirements owned by thisDRDecision.java.util.List<DRAuthorityRequirement>DRKnowledgeSource. getOwnedAuthorityRequirement(K_CONTROL_OPTION... behaviourFlags)References the authority requirements owned by thisDRKnowledgeSource.java.util.List<DMInformationItem>DMRelation. getOwnedColumns(K_CONTROL_OPTION... behaviourFlags)This attributes lists the instances ofDMInformationItemthat define the columns in thisDMRelation.java.util.List<DMContextEntry>DMContext. getOwnedContextEntrys(K_CONTROL_OPTION... behaviourFlags)This attributes lists the instances ofDMContextEntrythat compose thisDMContext.<T extends DMExpression>
java.util.List<T>DMList. getOwnedExpressions(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)This attributes lists the instances ofDMExpressionthat are the elements in thisDMList.java.util.List<DRInformationRequirement>DRDecision. getOwnedInformationRequirement(K_CONTROL_OPTION... behaviourFlags)References the information requirements owned by thisDRDecision.java.util.List<DRKnowledgeRequirement>DRBusinessKnowledgeModel. getOwnedKnowledgeRequirement(K_CONTROL_OPTION... behaviourFlags)References the knowledge requirements owned by thisDRBusinessKnowledgeModel.java.util.List<DRKnowledgeRequirement>DRDecision. getOwnedKnowledgeRequirement(K_CONTROL_OPTION... behaviourFlags)References the knowledge requirements owned by thisDRDecision.java.util.List<DRPrintContext>DRGElement. getOwnedPrintContext(K_CONTROL_OPTION... behaviourFlags)TheDRPrintContextof thisDRGElement.<T extends DRRequirement>
java.util.List<T>DRGElement. getOwnedRequirement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)References the requirements owned by this element.DMContextEntryDMContext. getOwnedResultContextEntry()This attributes returns the instance ofDMContextEntrythat used as result of thisDMContext.java.util.List<DMList>DMRelation. getOwnedRows(K_CONTROL_OPTION... behaviourFlags)This attributes lists the instances ofDMListthat compose the rows of thisDMRelation.DMExpressionDMContextEntry. getOwnedValue()The instance ofDMExpressionthat is the value expression in thisDMContextEntry.java.util.List<DMContextEntry>DMContext. getOwnedVariableContextEntrys(K_CONTROL_OPTION... behaviourFlags)This attributes lists the instances ofDMContextEntrythat compose thisDMContextas variable.MEStereotypeAbleDRKnowledgeSource. getOwnerOfKnowledgeSource()The unit which owns this knowledge source.DMBindingDMExpression. getOwningBinding()TheDMBindingwhich owns thisDMExpressionas binding formula.DRBusinessKnowledgeModelDMFunctionDefinition. getOwningBusinessKnowledgeModel()TheDRBusinessKnowledgeModelwhich encapsulates thisDMFunctionDefinition.DMContextDMContextEntry. getOwningContext()TheDMContextwhich owns thisDMContextEntry.DMContextEntryDMExpression. getOwningContextEntry()TheDMContextEntrywhich owns thisDMExpressionas value.DMContextEntryDMInformationItem. getOwningContextEntry()TheDMContextEntrywhich owns this variable.DRDecisionDMExpression. getOwningDecision()TheDRDecisionwhich owns thisDMExpressionas decision logic.DRDecisionDMInformationItem. getOwningDecision()TheDRDecisionwhich owns this variable.DRGElementDRRequirement. getOwningDRGElement()References the element that owns this requirement.DMFunctionDefinitionDMExpression. getOwningFunctionDefinition()TheDMFunctionDefinitionwhich owns thisDMExpressionas body.DMFunctionDefinitionDMInformationItem. getOwningFunctionDefinition()TheDMFunctionDefinitionwhich owns this instance ofDMInformationItemas formal parameter.DRInputDataDMInformationItem. getOwningInputData()TheDRInputDatawhich owns this variable.DRInvocableDMInformationItem. getOwningInvocable()TheDRInvocablewhich owns this variable.DMInvocationDMBinding. getOwningInvocation()TheDMInvocationwhich owns thisDMBinding.DMListDMExpression. getOwningList()TheDMListwhich owns thisDMExpressionas element.DMRelationDMInformationItem. getOwningRelation()TheDMRelationwhich owns thisDMInformationItemas column.DMRelationDMList. getOwningRelation()TheDMRelationwhich owns thisDMListas row.DMContextDMContextEntry. getOwningResultContext()TheDMContextwhich owns this resultDMContextEntry.DMContextDMContextEntry. getOwningVariableContext()TheDMContextwhich owns this variableDMContextEntry.DMInformationItemDMBinding. getParameter()TheDMInformationItemon which the called function of the owning instance ofDMInvocationdepends that is bound by thisDMBinding.java.util.List<DMBinding>DMInformationItem. getParameterBinding(K_CONTROL_OPTION... behaviourFlags)K_DECISION_TABLE_ORIENTATIONDMDecisionTable. getPreferredOrientation()The preferred orientation for the diagrammatic representation of thisDMDecisionTable.java.lang.StringDRDecision. getQuestion()A natural language question that characterizes theDRDecisionsuch that the output of the decision is an answert to the question.java.util.List<DMInformationItem>DMLiteralExpression. getReferencedInformationItem()All items referenced by thisDMLiteralExpression.java.util.List<DMLiteralExpression>DMInformationItem. getReferencingLiteralExpression()All literal expressions which refer to thisDMInformationItem.<T extends DRRequirement>
java.util.List<T>DRGElement. getRequiredBy(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)References the requirements which require this element.DRGElementDRRequirement. getRequiredDRGElement()References the element that is required by this requirement.java.util.List<DMRuleAnnotation>DMDecisionRule. getRuleAnnotation(K_CONTROL_OPTION... behaviourFlags)This attribute lists the instances ofDMRuleAnnotationthat compose thisDMDecisionRule.java.util.List<DMRuleAnnotation>DMRuleAnnotationClause. getRuleAnnotation(K_CONTROL_OPTION... behaviourFlags)All rule annotations of thisDMRuleAnnotationClause.DMRuleAnnotationClauseDMRuleAnnotation. getRuleAnnotationClause()TheDMRuleAnnotationClauseof thisDMRuleAnnotation.DMInputClauseDMLiteralExpression. getSubjectInputClause()TheDMInputClausewhich owns thisDMLiteralExpressionas subject.CLPrimitiveTypeDMValueRangeRefAble. getTypingPrimitiveType()TheCLPrimitiveTypetyping thisDMValueRangeRefAble.CLStructureDefinitionDMValueRangeRefAble. getTypingStructureDefinition()TheCLStructureDefinitiontyping thisDMValueRangeRefAble.java.util.List<DRDecision>DRDecisionAble. getUsedDecision()DRDecisionDRDecisionOutputAble. getUsedDecision()<T extends CLClassifier>
java.util.List<T>DMValueRangeRefAble. getUsedType(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends CLClassifier>
java.util.List<T>DMValueRangeRefAble. getUsedType(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUsedType and filters its return values according to the given stereotype value.<T extends CLValueRangeAble>
java.util.List<T>DMValueRangeRefAble. getUsedValueRangeAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)TheCLValueRangeAblewhich is referenced by thisDMValueRangeRefAble.<T extends CLValueRangeAble>
java.util.List<T>DMValueRangeRefAble. getUsedValueRangeAble(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUsedValueRangeAble and filters its return values according to the given stereotype value.<T extends DRDecisionAble>
java.util.List<T>DRDecision. getUsingDecisionAble(java.lang.Class<T> returnType)<T extends DRDecisionOutputAble>
java.util.List<T>DRDecision. getUsingDecisionOutputAble(java.lang.Class<T> returnType)java.util.List<BPProcess>DRDecision. getUsingProcess(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPProcess>DRDecision. getUsingProcess(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUsingProcess and filters its return values according to the given stereotype value.DMInputClauseDMLiteralExpression. getValueInputClause()TheDMInputClausewhich owns thisDMLiteralExpressionas value.DMOutputClauseDMLiteralExpression. getValueOutputClause()TheDMOutputClausewhich owns thisDMLiteralExpressionas value.DMInformationItemDMContextEntry. getVariable()The instance ofDMInformationItemthat is contained in thisDMContextEntry, and whose name is the key in the modeled context entry.DMInformationItemDRDecision. getVariable()The instance ofDMInformationItemthat stores the result of thisDRDecision.DMInformationItemDRInputData. getVariable()The instance ofDMInformationItemthat stores the result of thisDRInputData.DMInformationItemDRInvocable. getVariable()The instance ofDMInformationItemthat is bound to the function.java.lang.StringDMContextEntry. getVariableName()The name of the variable of thisDMContextEntry.java.lang.StringDRGElement. getVariableName()The name of the variable of thisDRGElement.CLClassifierDMContextEntry. getVariableType()TheCLPrimitiveTypeorCLStructureDefinitionwhich is used as type of the variable of thisDMContextEntry.CLClassifierDRGElement. getVariableType()TheCLPrimitiveTypeorCLStructureDefinitionwhich is used as type of the variable of thisDRGElement.voidDMDecisionRule. modifyAnnotationCell(DMRuleAnnotationClause ohAnno, java.lang.String strText)Modifies the cell of the specifiedDMRuleAnnotationClausefor thisDMDecisionRule.voidDMDecisionRule. modifyInputCell(DMInputClause ohInput, java.lang.String strText, java.lang.String strFlowText)Modifies the cell of the specifiedDMInputClausefor thisDMDecisionRule.voidDMInvocation. modifyInvocationRow(DMInformationItem ohPar, java.lang.String strText, java.lang.String strFlowText, DMInformationItem ohRef)Modifies the row of this invocation.voidDMLiteralExpression. modifyLiteralExpression(java.lang.String strText, java.lang.String strFlowText)Modifies the expression text and expression flow text of thisDMLiteralExpression.voidDMDecisionRule. modifyOutputCell(DMOutputClause ohOutput, java.lang.String strText, java.lang.String strFlowText)Modifies the cell of the specifiedDMOutputClausefor thisDMDecisionRule.voidDRDecision. setAllowedAnswers(java.lang.String value)Set the value of Attribut AllowedAnswers.voidDMDecisionTable. setBuiltinAggregation(K_BUILTIN_AGGREGATOR value)Set the value of Attribut BuiltinAggregation.voidDMInvocation. setCalledFunction(DMExpression value)Set the value of Foreign Key CalledFunction.voidDRDecision. setDecisionMaker(java.util.List<? extends MEStereotypeAble> values)Set the value of Foreign Key DecisionMaker.voidDRDecisionOutputAble. setDecisionOutputValue(java.lang.String value)Set the value of Info DecisionOutputValue.voidDRDecision. setDecisionOwner(java.util.List<? extends MEStereotypeAble> values)Set the value of Foreign Key DecisionOwner.voidDMOutputClause. setDefaultValueAsString(java.lang.String value)Set the value of Info DefaultValueAsString.voidDRDecisionService. setEncapsulatedDecision(java.util.List<? extends DRDecision> values)Set the value of Foreign Key EncapsulatedDecision.voidDMFunctionDefinition. setFunctionKind(K_DM_FUNCTION value)Set the value of Attribut FunctionKind.voidDMDecisionTable. setHitPolicy(K_HIT_POLICY value)Set the value of Attribut HitPolicy.voidDRKnowledgeSource. setKnowledgeSourceLocationURI(java.lang.String value)Set the value of Attribut KnowledgeSourceLocationURI.voidDRKnowledgeSource. setKnowledgeSourceType(java.lang.String value)Set the value of Attribut KnowledgeSourceType.voidDRDecisionService. setOutputDecision(java.util.List<? extends DRDecision> values)Set the value of Foreign Key OutputDecision.voidDMDecisionTable. setOutputLabel(java.lang.String value)Set the value of Attribut OutputLabel.voidDRKnowledgeSource. setOwnerOfKnowledgeSource(MEStereotypeAble value)Set the value of Foreign Key OwnerOfKnowledgeSource.voidDMDecisionTable. setPreferredOrientation(K_DECISION_TABLE_ORIENTATION value)Set the value of Attribut PreferredOrientation.voidDRDecision. setQuestion(java.lang.String value)Set the value of Attribut Question.voidDMLiteralExpression. setReferencedInformationItem(java.util.List<? extends DMInformationItem> values)Set the value of Foreign Key ReferencedInformationItem.voidDRDecisionAble. setUsedDecision(java.util.List<? extends DRDecision> values)Set the value of Foreign Key UsedDecision.voidDRDecisionOutputAble. setUsedDecision(DRDecision value)Set the value of Foreign Key UsedDecision.voidDMContextEntry. setVariableName(java.lang.String value)Set the value of Info VariableName.voidDRGElement. setVariableName(java.lang.String value)Set the value of Info VariableName.voidDMContextEntry. setVariableType(CLClassifier value)Set the value of View VariableType.voidDRGElement. setVariableType(CLClassifier value)Set the value of View VariableType. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2drdia
Methods in de.mid.innovator.srv2api.icw2drdia that throw SrvErrorException Modifier and Type Method Description static DRDecisionRequirementDiaDRDecisionRequirementDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Decision Requirements Diagram with template and container.static DRDecisionRequirementDiaDRDecisionRequirementDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Decision Requirements Diagram with stereotype and container.static DRPrintContextDRPrintContextHelper. create(SrvContext srvCtx, ELElement item)Creates and returns the only possibleDRPrintContextas content of the specifiedDRDecisionorDRBusinessKnowledgeModel.DRGElementDRDiaNode. getDRGElement()TheDRGElementwhich is represented by this graphicalDRDiaNode.DRRequirementDRDiaRequirementEdge. getDRRequirement()TheDRRequirementwhich is represented by this graphicalDRDiaRequirementEdge.java.util.List<DRDiaCompartmentContentNode>DRDiaCompartmentNode. getOwnedCompartmentContentNode(K_CONTROL_OPTION... behaviourFlags)All compartment content nodes owned by this compartment node.java.util.List<DRDiaCompartmentNode>DRDiaDecisionNode. getOwnedCompartmentNode(K_CONTROL_OPTION... behaviourFlags)All compartment nodes owned by this decision node.java.util.List<DRDiaCompartmentNode>DRDiaServiceNode. getOwnedCompartmentNode(K_CONTROL_OPTION... behaviourFlags)All compartment nodes owned by this service node.<T extends DRDiaNode>
java.util.List<T>DRDecisionRequirementDia. getOwnedDecisionRequirementNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All occurrences of decision requirement elements as node owned by this decision requirement diagram.DRDecisionRequirementDiaDRDiaNode. getOwningDecisionRequirementDiagram()The decision requirement diagram that owns this node.DRGElementDRPrintContext. getOwningDRGElement()TheDRGElementowning thisDRPrintContext. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that throw SrvErrorException Modifier and Type Method Description static voidELUUIDAbleHelper. assignNewUUID(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> seqElem)Assign every element a new uuid.voidELDeleteAble. delete()Deletes this element.static voidELDeleteAbleHelper. delete(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel)Deletes the specified elements.ELElementELElement. duplicateElement()Creates a duplicate of this element.static ELM2SchemaELM2SchemaHelper. get(SrvContext srvCtx)The schema.MEAbstractionELValSpecOpaqueExpr. getAbstraction()The abstraction that owns this expression.K_AGGREGATIONELProperty. getAggregation()Specifies the kind of aggregation that applies to the property.ELPropertyELAssociation. getAggregationEnd()This association's aggregation property.<T extends MMProfile>
java.util.List<T>ELPackage. getAppliedProfile(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All profiles which are applied by this package.<T extends MMProfile>
java.util.List<T>ELPackage. getAppliedProfileTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All profiles which are applied by this package, extended transitively by all applied profiles.K_CONTASGNELContAsgnAble. getAsgnKind()Specifies the kind of assignment to the container.<T extends ELElement>
java.util.List<T>ELElement. getAssignAbleToVattr(java.lang.Class<T> returnType, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags)all instances which are assignable to this element according to the relationship specified by argument kind.<T extends ELElement>
java.util.List<T>ELElement. getAssignAbleToVattr(java.lang.Class<T> returnType, MMStereotype stereotype, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags)The method calls getAssignAbleToVattr and filters its return values according to the given stereotype value.ELM2AttributeELM2Attribute. getAssocEndFromDerivedRTypeInRType()If this metaattribute is an association end of a derived relationship type, its corresponding association end in the assigned relationship type is returned.ELM2AttributeELM2Attribute. getAssocEndFromRTypeInDerivedRType()If this metaattribute is an association end of a relationship type, its corresponding association end in the assigned derived relationship type is returned.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociation(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All associations which this classifier participates in.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociation(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAssociation and filters its return values according to the given stereotype value.ELAssociationELProperty. getAssociation()The association this property is assigned to.<T extends ELProperty>
java.util.List<T>ELAssociation. getAssociationEnd(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All of this association's association ends.<T extends ELProperty>
java.util.List<T>ELAssociation. getAssociationEnd(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAssociationEnd and filters its return values according to the given stereotype value.<T extends ELProperty>
java.util.List<T>ELClassifier. getAssociationEndFirstTypedBySelf(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ELProperty>
java.util.List<T>ELClassifier. getAssociationEndFirstTypedBySelf(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAssociationEndFirstTypedBySelf and filters its return values according to the given stereotype value.<T extends ELProperty>
java.util.List<T>ELClassifier. getAssociationEndNavigableTypedBySelf(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All navigable association ends typed by this classifier.<T extends ELProperty>
java.util.List<T>ELClassifier. getAssociationEndNavigableTypedBySelf(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAssociationEndNavigableTypedBySelf and filters its return values according to the given stereotype value.<T extends ELProperty>
java.util.List<T>ELClassifier. getAssociationEndNavigableTypedBySelfOrGeneralTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All navigable association ends typed by this classifier or one of its general classifiers.<T extends ELProperty>
java.util.List<T>ELClassifier. getAssociationEndNavigableTypedBySelfOrGeneralTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAssociationEndNavigableTypedBySelfOrGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELProperty>
java.util.List<T>ELAssociation. getAssociationEndsOfEndType(java.lang.Class<T> returnType, ELType refObj, K_CONTROL_OPTION... behaviourFlags)All of this association's association ends connected to the end type provided byargument refObj.<T extends ELProperty>
java.util.List<T>ELAssociation. getAssociationEndsOfEndType(java.lang.Class<T> returnType, MMStereotype stereotype, ELType refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getAssociationEndsOfEndType and filters its return values according to the given stereotype value.<T extends ELProperty>
java.util.List<T>ELClassifier. getAssociationEndTypedBySelf(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All association ends typed by this classifier.<T extends ELProperty>
java.util.List<T>ELClassifier. getAssociationEndTypedBySelf(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAssociationEndTypedBySelf and filters its return values according to the given stereotype value.<T extends ELProperty>
java.util.List<T>ELClassifier. getAssociationEndTypedBySelfOrGeneralTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All association ends typed by this classifier or one of its general classifiers.<T extends ELProperty>
java.util.List<T>ELClassifier. getAssociationEndTypedBySelfOrGeneralTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAssociationEndTypedBySelfOrGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociationNavigableFrom(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All associations which have at least one association end navigable from this classifier.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociationNavigableFrom(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAssociationNavigableFrom and filters its return values according to the given stereotype value.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociationOfSelfOrGeneralTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All associations which this classifier or one of its transitive general classifier participates in.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociationOfSelfOrGeneralTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAssociationOfSelfOrGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociationTypedBySelf(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All associations which have at least one association end typed by this classifier.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociationTypedBySelf(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAssociationTypedBySelf and filters its return values according to the given stereotype value.java.lang.StringELM2TypeRange. getAsString()The specified enum value represented by a string.java.lang.StringELM2Verify. getAsString()The verification message with default variables as string.java.lang.StringELValSpec. getAsString()The specified value represented by a string.java.util.List<ELTranslatedValue>ELM2Attribute. getAttributeTranslation(K_CONTROL_OPTION... behaviourFlags)All translated values of this attribute.java.lang.StringELPresOptAble. getBitmap()Bitmap for the presentation of this element.java.lang.StringELComment. getBody()Returns the current object's textual content.java.lang.StringELConstraint. getBody()This constraint's specification.java.lang.StringELValSpecOpaqueExpr. getBody()The expression's text.ELM2TypeBooleanELM2TypeEnumMember. getBoolean()The Boolean type that owns this Boolean literal.booleanELValSpecELM2EnumMember. getBoolValue()This value specification's Boolean value, if it is a member of the boolean type.static ELM2CLCompartmentELM2CLCompartmentHelper. getByCompartmentKind(SrvContext srvCtx, K_COMPARTMENT item)The specified compartment.static ELM2ClassELM2ClassHelper. getByName(SrvContext srvCtx, java.lang.String item)The M2Class instance specified by name.static ELM2AttributeELM2AttributeHelper. getByVAttr(SrvContext srvCtx, K_VATTR item)Returns the specified metaattribute.<T extends ELClassifier>
java.util.List<T>ELAssociation. getClassifierOfAssociationEnd(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All classifiers of association ends connected to this association.<T extends ELClassifier>
java.util.List<T>ELAssociation. getClassifierOfAssociationEnd(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getClassifierOfAssociationEnd and filters its return values according to the given stereotype value.ELClassifierELProperty. getClassifierOfAssociationEnd()The classifier connected to the association end.<T extends ELViewGroupAble>
java.util.List<T>ELClassifier. getClassifierViewGroup(java.lang.Class<T> returnType)All group able elements using this classifier.ELContainerAbleELDependency. getClient()The element dependent on the supplier element.<T extends ELDependency>
java.util.List<T>ELContainerAble. getClientDependency(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Indicates the dependencies that reference the client.intELElement. getClientId()A unique ID for all instances of the same class.java.lang.StringELPresOptAble. getColor()Color for the presentation of this element.<T extends ELM2CLCompartment>
java.util.List<T>ELM2Class. getCompartment(java.lang.Class<T> returnType)This meta class' compartments.java.lang.StringELViewElement. getConcreteExpression()The concrete expression as plain text.java.lang.StringELViewElement. getConcreteExpressionQuoted(java.lang.String pattern)The quoted concrete expression quotes all hyperlinks.ELNamespaceAbleELConstraint. getConstraintContext()The constraint's context.java.util.List<java.lang.String>ELFileAble. getContent()Returns the contents of the assigned file.intELContAsgnAble. getContSortOrder()Used to define an order for elements owned by this element's container.MMCreateTemplateELElement. getCreateTemplateOfInstance()This element's create template.java.lang.StringELProperty. getDefaultValue()A string that is evaluated to give a default value for the property when one of the owning classifier's objects is instantiated.static <T extends ELElement>
java.util.List<T>ELDeleteAbleHelper. getDeleteListAll(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel)Evaluates the delete control list.ELM2AssociationELM2Association. getDerivedRType()This DerivedRType's RType.java.lang.StringELElement. getDisplayBitmap()This element's display bitmap.java.lang.StringELElement. getDisplayColor()The element's display color.java.lang.StringELElement. getDisplayFont()This element's display font.java.lang.StringELElement. getDisplayLine()A one line string representation of this element.java.lang.StringELElement. getDisplayName()This element's display name.java.lang.StringELElement. getDisplayNameShort()The short display name of this Element (in Root Metamodel).java.lang.StringELElement. getDisplayNSName()This element's display name used in namespace dialogs.<T extends ELProperty>
java.util.List<T>ELClassifier. getEffectiveRedefinerOfAssocEnd(java.lang.Class<T> returnType, ELProperty refObj, K_CONTROL_OPTION... behaviourFlags)Returns properties that subset the association end given byargument refObj.<T extends ELProperty>
java.util.List<T>ELClassifier. getEffectiveRedefinerOfAssocEnd(java.lang.Class<T> returnType, MMStereotype stereotype, ELProperty refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getEffectiveRedefinerOfAssocEnd and filters its return values according to the given stereotype value.<T extends ELProperty>
java.util.List<T>ELClassifier. getEffectiveSubsetterOfAssocEnd(java.lang.Class<T> returnType, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags)Returns properties that subset the association end given byargument refObj.<T extends ELProperty>
java.util.List<T>ELClassifier. getEffectiveSubsetterOfAssocEnd(java.lang.Class<T> returnType, MMStereotype stereotype, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags)The method calls getEffectiveSubsetterOfAssocEnd and filters its return values according to the given stereotype value.java.lang.StringELProxy. getElemBitmapName()Returns the proxy's bitmap name.java.lang.StringELProxy. getElemDisplayName()Returns the proxy's display name.ELElementELValSpecELElement. getElement()The element specified by this value specification.ARG_ElementCacheELElement. getElementCache()Gets important information of the element all at once.<T extends ELElementImport>
java.util.List<T>ELNamespaceAble. getElementImport(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All element import instances owned by this namespace.<T extends ELNamespaceAble>
java.util.List<T>ELPackageAble. getElementImportingNamespace(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All namespaces that import this element.<T extends ELNamespaceAble>
java.util.List<T>ELPackageAble. getElementImportingNamespace(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getElementImportingNamespace and filters its return values according to the given stereotype value.java.lang.StringELElement. getElementMappingInformation(boolean mode)Returns an XML-formatted text for building the element's model references in other models.static java.util.List<ARG_ElementUUID>ELUUIDAbleHelper. getElementOfUUIDList(SrvContext srvCtx, java.util.List<java.lang.String> seq)Returns a list of elements and their uuids for each uuid of the input list.intELProxy. getElemId()Returns the proxy's referenced element ID.java.lang.StringELProxy. getElemIdReference()Returns the proxy's referenced element ID name.intELProxy. getElemKind()Returns the proxy's referenced element kind.intELProxy. getElemType()Returns the proxy's referenced element type.java.lang.StringELProxy. getElemUUID()Contains a UUID option.static ELM2ClassELM2ClassHelper. getELM2Class(SrvContext srvCtx, java.lang.Class<? extends ELObject> item)The specified M2Class instance.<T extends ELViewEntry>
java.util.List<T>ELFeature. getEntryInGroupAble(java.lang.Class<T> returnType, ELViewGroupAble refObj, K_CONTROL_OPTION... behaviourFlags)<T extends ELViewEntry>
java.util.List<T>ELFeature. getEntryInGroupAble(java.lang.Class<T> returnType, MMStereotype stereotype, ELViewGroupAble refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getEntryInGroupAble and filters its return values according to the given stereotype value.ELM2TypeEnumELM2TypeEnumMember. getEnumeration()The enumeration type that owns this enumeration literal.ELM2TypeEnumMemberELM2TypeRange. getEnumMember()This type range's enum member.java.lang.StringELValSpecELM2EnumMember. getEnumStringValue()This value specification's string value, if it is a member of the enum type.ELViewELViewElement. getEnvironmentView()Gets theELViewof thisELViewElement.java.lang.StringELM2TypedElementCnstr. getExpression()This constraint's regular expression.ELValSpecExpressionELValSpec. getExpression()The expression which uses this element as an operand.java.lang.StringELViewElement. getExprFlowText()The expression of this view element as formatted text with hyperlinks.java.lang.StringELViewElement. getExprInnoRefText()The expression of this view element as text with InnoRef formatted hyperlinks.java.lang.StringELViewElement. getExprText()The expression of this view element as plain text.<T extends ELFeature>
java.util.List<T>ELViewGroupAble. getFeatureNotUsedByEntry(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All features owned by the connected classifier which are not used by view entries that are directly owned by thisELViewGroupAble.<T extends ELFeature>
java.util.List<T>ELViewGroupAble. getFeatureNotUsedByEntry(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getFeatureNotUsedByEntry and filters its return values according to the given stereotype value.<T extends ELFeature>
java.util.List<T>ELViewGroupAble. getFeatureUsedByEntry(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ELFeature>
java.util.List<T>ELViewGroupAble. getFeatureUsedByEntry(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getFeatureUsedByEntry and filters its return values according to the given stereotype value.static <T extends ELUUIDAble>
java.util.List<T>ELUUIDAbleHelper. getFindByUUID(java.lang.Class<T> returnType, SrvContext srvCtx, java.lang.String sIUUID, ELElement optADModel)Returns the model elements described by the Innovator UUID, if they exist.ELContainerAbleELContAsgnAble. getFirstOwnerWhichIsConformTo(java.lang.Class<? extends ELObject> kind)The first enclosing owner which is conform to the desired target argument kind.ELClassifierELGeneralization. getGeneral()References the general classifier in the generalization relationship.<T extends ELClassifier>
java.util.List<T>ELClassifier. getGeneralDirect(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All classifiers connected directly by a generalization as general classifier.<T extends ELClassifier>
java.util.List<T>ELClassifier. getGeneralDirect(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getGeneralDirect and filters its return values according to the given stereotype value.<T extends ELGeneralizationSet>
java.util.List<T>ELClassifier. getGeneralGeneralizationSet(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All generalization sets with this classifier as specific classifier.<T extends ELGeneralizationSet>
java.util.List<T>ELClassifier. getGeneralGeneralizationSet(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getGeneralGeneralizationSet and filters its return values according to the given stereotype value.<T extends ELGeneralization>
java.util.List<T>ELClassifier. getGeneralization(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All generalization relationships owned by this classifier.<T extends ELGeneralization>
java.util.List<T>ELGeneralizationSet. getGeneralization(java.lang.Class<T> returnType)List of the generalization set's generalizations.<T extends ELGeneralizationSet>
java.util.List<T>ELGeneralization. getGeneralizationSet(java.lang.Class<T> returnType)List of the generalization's generalization sets.<T extends ELClassifier>
java.util.List<T>ELClassifier. getGeneralTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All classifiers connected transitively by generalizations as general classifier.<T extends ELClassifier>
java.util.List<T>ELClassifier. getGeneralTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELM2Attribute>
java.util.List<T>ELM2Attribute. getGenericAttribute(java.lang.Class<T> returnType)The subsetted meta attribute of this generic attribute.ELM2AttributeELM2Attribute. getGenericRelatedAttribute()The generic attributes assigned to this meta attribute.K_GROUPTYPEELViewGroupAble. getGroupType()The type of the grouping element, i.e. a choice of one of the sub elements.intELM2Verify. getHelpMsgNumber()The help message number of this meta verify.<T extends ELM2Verify>
java.util.List<T>ELM2Class. getHierarchicalMetaVerify(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All meta verifies of this meta class and all general meta classes.java.lang.StringELProxy. getHREF()Returns the proxy referenced element's reference.ARG_HyperlinkReferenceAbleListELUUIDAble. getHyperlinkReferenceAble()Returns a list of elements which may be referenced by hyperlink within an expression of thisELUUIDAble.ELPackageAbleELElementImport. getImportedElement()This element import's imported element.<T extends ELPackageAble>
java.util.List<T>ELNamespaceAble. getImportedElement(java.lang.Class<T> returnType, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags)Returns allELPackageAbleinstances imported by this namespace.<T extends ELPackageAble>
java.util.List<T>ELNamespaceAble. getImportedElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags)The method calls getImportedElement and filters its return values according to the given stereotype value.<T extends ELPackage>
java.util.List<T>ELNamespaceAble. getImportedPackage(java.lang.Class<T> returnType, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags)Returns allELPackageinstances imported by this namespace by anELPackageImport.<T extends ELPackage>
java.util.List<T>ELNamespaceAble. getImportedPackage(java.lang.Class<T> returnType, MMStereotype stereotype, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags)The method calls getImportedPackage and filters its return values according to the given stereotype value.ELPackageELPackageImport. getImportedPackage()This package import's imported package.<T extends ELElementImport>
java.util.List<T>ELPackageAble. getImportedPackageAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All element imports that import this element.ELNamespaceAbleELElementImport. getImportingNamespace()Returns the importing namespace.<T extends ELNamespaceAble>
java.util.List<T>ELPackage. getImportingNamespace(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All namespaces that import this package.<T extends ELNamespaceAble>
java.util.List<T>ELPackage. getImportingNamespace(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getImportingNamespace and filters its return values according to the given stereotype value.ELNamespaceAbleELPackageImport. getImportingNamespace()Returns the importing namespace.<T extends ELNamespaceAble>
java.util.List<T>ELPackage. getImportingNamespaceTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All namespaces that import this package, extended transitively by all importing namespaces.<T extends ELNamespaceAble>
java.util.List<T>ELPackage. getImportingNamespaceTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getImportingNamespaceTransitive and filters its return values according to the given stereotype value.static java.util.List<ARG_InfoBulkResult>ELElementHelper. getInfoBulkSequence(SrvContext srvCtx, java.util.List<ARG_InfoBulkIn> seqInfoBulk)Returns the result of the application of set of infos to a collection of instances.<T extends CLInstSpec>
java.util.List<T>ELValSpecInstVal. getInstSpec(java.lang.Class<T> returnType)IAUseELValSpec. getInteractionUse()<T extends ELM2Attribute>
java.util.List<T>ELM2Class. getInverseProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All properties of inverse association ends.<T extends ELM2Attribute>
java.util.List<T>ELM2Class. getInversePropertyDerivedRType(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All properties of inverse association ends assigned to a derived relationship type.<T extends ELM2Attribute>
java.util.List<T>ELM2Class. getInversePropertyNotDerivedRType(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All properties of inverse association ends not assigned to a derived relationship type.java.util.List<BPItemDefinition>ELClassifier. getItemDefinition()All item definitions structured by this this view.K_COMPARTMENTELM2CLCompartment. getKind()This element can be specified by this value.java.lang.StringELConstraint. getLanguage()The specification of this constraint.static ELLanguageELLanguageHelper. getLanguage(SrvContext srvCtx, K_OOLANGUAGE kLanguage)The specified language.java.lang.StringELValSpecOpaqueExpr. getLanguage()Specifies the languages which the expression is stated in.K_OOLANGUAGEELLanguage. getLanguageKind()This language can be specified by this value.ELM2LocaleELTranslationAble. getLocale()The locale of this translation container.K_LOCALEELM2Locale. getLocaleCode()The locale code of thisELM2Locale.intELValSpecInteger. getLongValue()This element's integer value.java.lang.StringELMultiplicityAble. getLower()Specifies the lower bound of the multiplicity interval if it is expressed as an integer.java.lang.StringELMultiplicityAble. getLowerBoundAsString()This multiplicity's lower bound.ARG_MultLowerUpperValELMultiplicityAble. getLowerUpperVal()This element's lower and upper boundary values.ELM2AttributeELTranslatedValue. getM2Attribute()The attribute of this translated value.<T extends ELM2Attribute>
java.util.List<T>ELM2Type. getM2AttributeOfKind(java.lang.Class<T> returnType)The meta attribute this element is assigned as type of 'kind' parameter.<T extends ELM2Attribute>
java.util.List<T>ELM2Type. getM2AttributeOfMode(java.lang.Class<T> returnType)The meta attribute this element is assigned as type of 'mode' parameter.K_M2ATTRIBUTE_SETELM2Attribute. getM2AttributeSets()The metaattribute sets this attribute is assigned to.ELM2ClassELM2Attribute. getM2Class()<T extends ELM2Class>
java.util.List<T>ELM2CLCompartment. getM2Class(java.lang.Class<T> returnType)This compartment's meta class.ELM2TypeEnumMemberELValSpecELM2EnumMember. getM2TypeEnumMember()This value specification's enum member.ELM2TypeELM2Attribute. getM2TypeOfKind()The type of 'kind' parameter of this meta attribute if it represents a view/info access.ELM2TypeELM2Attribute. getM2TypeOfMode()The type of 'mode' parameter of this meta attribute if it represents a view/info access.intELM2TypedElementCnstr. getMaxStringLength()This constraint's maximum string length value.<T extends ELNamespaceAsgnAble>
java.util.List<T>ELNamespaceAble. getMember(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllELNamespaceAsgnAbleelements visible in this namespace.<T extends ELNamespaceAsgnAble>
java.util.List<T>ELNamespaceAble. getMember(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getMember and filters its return values according to the given stereotype value.<T extends ELNamespaceAsgnAble>
java.util.List<T>ELNamespaceAble. getMemberByPattern(java.lang.Class<T> returnType, MMStereotype stereotype, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)The method calls getMemberByPattern and filters its return values according to the given stereotype value.<T extends ELNamespaceAsgnAble>
java.util.List<T>ELNamespaceAble. getMemberByPattern(java.lang.Class<T> returnType, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)Returns allELNamespaceAsgnAbleelements visible in this namespace.<T extends ELM2Class>
java.util.List<T>ELM2Class. getMEModelElement(java.lang.Class<T> returnType)IAMessageELValSpec. getMessage()The message which owns this argument.ELM2ClassELObject. getMetaClass()This element's metaclass.java.lang.StringELObject. getMetaName()The name this element's metaclass.intELM2TypedElementCnstr. getMinStringLength()This constraint's minimum string length value.java.lang.StringELNamespaceAsgnAble. getMnClassicTREFName()Returns the TREF - the element's multiname in the form of classic Innovator models.ARG_ModifyTypedElementDeclarationOutELTypedElement. getModifyTypedElementDeclaration()Returns the name and the type of this typed element.static ARG_ModifyUUIDOclCmdELUUIDAbleHelper. getModifyUUID(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> element)Returns a filled structure ARG_ModifyUUIDOclCmd for a bulk of UUIDAble elements, who's UUIDs should be new generated.ARG_ModifyViewExpressionFlowReqELViewElement. getModifyViewExpressionFlow()Returns the current expression string and all informations needed for intellisense behavior while editing the view expression with hyperlinks.intELM2Verify. getMsgNumber()This verification's message number.java.lang.StringELNamedElement. getName()The name of this element.K_NAMEELNamedElement. getNameKind()Kind of the name of this element.ELNamespaceAbleELNamespaceAsgnAble. getNamespace()Specifies the namespace that owns this element.java.lang.StringELNamespaceAsgnAble. getNamespaceName()Name of its namespace.<T extends ELM2Attribute>
java.util.List<T>ELUUIDAble. getNotToTranslateAttribute(java.lang.Class<T> returnType)All attributes which should not be translated for this element.<T extends ELUUIDAble>
java.util.List<T>ELM2Attribute. getNotToTranslateElement(java.lang.Class<T> returnType)java.lang.Class<? extends ELObject>ELM2Attribute. getOhRefType()The meta class of the ohRef parameter, if this m2attribute represents a view or an info query.<T extends ELValSpec>
java.util.List<T>ELValSpecExpression. getOperand(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The value specifications used as operands.ELPropertyELProperty. getOppositeAssociationEnd()If this property is an association end and its assigned association is binary, the opposite association end is returned.<T extends ELM2Class>
java.util.List<T>ELM2Verify. getOwnClass(java.lang.Class<T> returnType)This meta class' verifies.<T extends ELNamespaceAsgnAble>
java.util.List<T>ELClassifier. getOwnedAndInheritedMember(java.lang.Class<T> returnType, MMStereotype stereotype, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedAndInheritedMember and filters its return values according to the given stereotype value.<T extends ELNamespaceAsgnAble>
java.util.List<T>ELClassifier. getOwnedAndInheritedMember(java.lang.Class<T> returnType, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)Members inherited from general namespaces.<T extends ELProperty>
java.util.List<T>ELAssociation. getOwnedAssociationEnd(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All properties owned by this association which are an association end.<T extends ELProperty>
java.util.List<T>ELAssociation. getOwnedAssociationEnd(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedAssociationEnd and filters its return values according to the given stereotype value.<T extends ELM2Attribute>
java.util.List<T>ELM2Class. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All attributes owned by this class.<T extends ELM2Class>
java.util.List<T>ELM2Package. getOwnedClass(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ELConstraint>
java.util.List<T>ELNamespaceAble. getOwnedConstraint(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Specifies a set of constraints owned by this namespace.<T extends ELContAsgnAble>
java.util.List<T>ELContainerAble. getOwnedElement(java.lang.Class<T> returnType, K_CONTASGN kind, K_CONTROL_OPTION... behaviourFlags)Returns the elements owned by this element.<T extends ELContAsgnAble>
java.util.List<T>ELContainerAble. getOwnedElementTransitiveDown(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Recursively retrieves all owned containers and returns all elements owned by these containers.<T extends ELContAsgnAble>
java.util.List<T>ELContainerAble. getOwnedElementTransitiveDown(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedElementTransitiveDown and filters its return values according to the given stereotype value.<T extends ELContAsgnAble>
java.util.List<T>ELContainerAble. getOwnedElementTransitiveDownAndUnresolved(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Recursively retrieves all owned containers and returns all elements owned by these containers which are unresolved.<T extends ELContAsgnAble>
java.util.List<T>ELContainerAble. getOwnedElementTransitiveDownAndUnresolved(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedElementTransitiveDownAndUnresolved and filters its return values according to the given stereotype value.<T extends ELLanguage>
java.util.List<T>ELM2Schema. getOwnedLanguage(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ELM2TypeEnumMember>
java.util.List<T>ELM2TypeBoolean. getOwnedLiteral(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All Boolean literals owned by this Boolean type.<T extends ELM2TypeEnumMember>
java.util.List<T>ELM2TypeEnum. getOwnedLiteral(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All enumeration literals owned by this enumeration type.<T extends ELM2Locale>
java.util.List<T>ELM2Schema. getOwnedM2Locale(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ELNamespaceAsgnAble>
java.util.List<T>ELNamespaceAble. getOwnedMember(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)A collection of named elements owned by the namespace.<T extends ELNamespaceAsgnAble>
java.util.List<T>ELNamespaceAble. getOwnedMemberByPath(java.lang.Class<T> returnType, java.util.List<ARG_MemberSpecification> seqSpecification)The specified owned members.<T extends ELNamespaceAsgnAble>
java.util.List<T>ELNamespaceAble. getOwnedMemberByPattern(java.lang.Class<T> returnType, MMStereotype stereotype, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedMemberByPattern and filters its return values according to the given stereotype value.<T extends ELNamespaceAsgnAble>
java.util.List<T>ELNamespaceAble. getOwnedMemberByPattern(java.lang.Class<T> returnType, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)Returns allELNamespaceAsgnAbleelements owned by this namespace.<T extends ELNamespaceAsgnAble>
java.util.List<T>ELNamespaceAble. getOwnedMemberTransitiveByPattern(java.lang.Class<T> returnType, MMStereotype stereotype, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedMemberTransitiveByPattern and filters its return values according to the given stereotype value.<T extends ELNamespaceAsgnAble>
java.util.List<T>ELNamespaceAble. getOwnedMemberTransitiveByPattern(java.lang.Class<T> returnType, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)AllELNamespaceAsgnAbleelements owned by this namespace transitively extended by members of the owned namespaces.<T extends ELNamespaceAsgnAble>
java.util.List<T>ELNamespaceAble. getOwnedMemberTransitiveByPatternIgnoreCase(java.lang.Class<T> returnType, MMStereotype stereotype, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedMemberTransitiveByPatternIgnoreCase and filters its return values according to the given stereotype value.<T extends ELNamespaceAsgnAble>
java.util.List<T>ELNamespaceAble. getOwnedMemberTransitiveByPatternIgnoreCase(java.lang.Class<T> returnType, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)AllELNamespaceAsgnAbleelements owned by this namespace transitively extended by members of the owned namespaces.<T extends ELContAsgnAble>
java.util.List<T>ELContainerAble. getOwnedOrReferencedElementTransitiveDown(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Recursively retrieves all owned containers and returns all elements owned or referenced by these containers.<T extends ELContAsgnAble>
java.util.List<T>ELContainerAble. getOwnedOrReferencedElementTransitiveDown(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedOrReferencedElementTransitiveDown and filters its return values according to the given stereotype value.<T extends ELM2Package>
java.util.List<T>ELM2Schema. getOwnedPackage(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All meta packages owned by this schema.ELPictureELPictureAble. getOwnedPicture()ELPresOptELPresOptAble. getOwnedPresOpt()<T extends ELRelshipBinDir>
java.util.List<T>ELContainerAble. getOwnedRelshipBinDirWithTarget(java.lang.Class<T> returnType, ELElement refObj, K_CONTROL_OPTION... behaviourFlags)<T extends ELRelshipBinDir>
java.util.List<T>ELContainerAble. getOwnedRelshipBinDirWithTarget(java.lang.Class<T> returnType, MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedRelshipBinDirWithTarget and filters its return values according to the given stereotype value.<T extends ELM2Type>
java.util.List<T>ELM2Schema. getOwnedType(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All meta types owned by this schema.<T extends ELM2Verify>
java.util.List<T>ELM2Schema. getOwnedVerify(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All meta verifies owned by this schema.<T extends ELViewEntry>
java.util.List<T>ELViewGroupAble. getOwnedViewEntry(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All view entrys owned by this view group able.<T extends ELViewGroup>
java.util.List<T>ELViewGroupAble. getOwnedViewGroup(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All view groups owned by this view group able.ELContainerAbleELContAsgnAble. getOwner()Returns the owner of this element.ANValSpecELValSpec. getOwnerAction()The action.ACObjectNodeELValSpec. getOwnerNode()The object node of this upper bound specification.<T extends ELContainerAble>
java.util.List<T>ELContAsgnAble. getOwnerTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Recursivly returns all owners of this element.<T extends ELContainerAble>
java.util.List<T>ELContAsgnAble. getOwnerTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnerTransitive and filters its return values according to the given stereotype value.ANValuePinELValSpec. getOwnerValuePin()Input pin that provides a value by evaluating a value specification.CLValueRangeAbleELValSpec. getOwnerValueRange()TheCLValueRangeAblethat owns thisELValSpec.BCPropertyELValSpec. getOwningBCProperty()MMEngineeringActionELValSpecString. getOwningClassPathAction()The engineering action that owns this class path's string value.MMEngineeringActionELValSpecString. getOwningEngineeringTag()The engineering action that owns this tag string value.MMFilterPropertyELValSpec. getOwningFilterProperty()The filter property that owns this value specification.CLInstSpecELValSpec. getOwningInstanceSpec()The instance that owns this specification.MMLabelAbleELValSpec. getOwningLabelAble()The label able element that owns this value specification.ELPackageELPackageAble. getOwningPackage()The package that owns this element.MMPresEntryELValSpecInteger. getOwningPresEntry()TheMMPresEntryowning thisELValSpecInteger.ADRepositoryELValSpecString. getOwningRepositoryInactivity()The repository that owns the current object.CLSlotELValSpec. getOwningSlot()MMStereotypeAbleELValSpec. getOwningStereotypeAble()MMStereotypeAbleELValSpec. getOwningStereotypeTSOptionAble()MM2TypedElementELM2TypedElementCnstr. getOwningTypedElement()The typed element that owns this typed element constraint.MM2TypedElementELValSpec. getOwningTypedElement()This value specification's typed element.DGViewChapterELValSpecInteger. getOwningTypeFilterEnumViewChapter()The view chapter with this type filter enumeration integer value.ELViewGroupAbleELViewEntry. getOwningViewGroupAble()The view group able owning this view entry.ELViewGroupAbleELViewGroup. getOwningViewGroupAble()The view group able owning this view group.MMEngineeringActionELValSpecString. getOwningVirtualMachineAction()The engineering action that owns this virtual machine's string value.ELM2PackageELM2Class. getPackage()<T extends ELPackageAble>
java.util.List<T>ELPackage. getPackagedElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ELPackageImport>
java.util.List<T>ELNamespaceAble. getPackageImport(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All package import instances owned by this namespace.<T extends ELPackageImport>
java.util.List<T>ELPackage. getPackageImported(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All package imports that import this package.java.util.List<ARG_MemberSpecificationInstance>ELNamespaceAsgnAble. getPath(ELElement item)This element's path specification.ELPictureAbleELPicture. getPictureAble()static java.util.List<ARG_PictureIdRawData>ELPictureAbleHelper. getPictureList(SrvContext srvCtx, java.util.List<java.lang.Integer> seq)Returns a list of picture structures.ARG_PictureRawDataELPictureAble. getPictureRawData()returns the picture's raw data assigned to this element.<T extends ELM2Class>
java.util.List<T>ELM2Class. getPRContext(java.lang.Class<T> returnType)ELPresOptAbleELPresOpt. getPresOptAble()<T extends ELM2Class>
java.util.List<T>ELM2Class. getPRNodeOfModelElement(java.lang.Class<T> returnType)<T extends ELM2Class>
java.util.List<T>ELM2Class. getPRNodeOfNode(java.lang.Class<T> returnType)<T extends ELM2Attribute>
java.util.List<T>ELM2Class. getPropertiesByM2AttributeSet(java.lang.Class<T> returnType, K_M2ATTRIBUTE_SET kind, K_CONTROL_OPTION... behaviourFlags)All metaattributes of this class specified by argument kind.<T extends ELProperty>
java.util.List<T>ELAssociation. getProperty(java.lang.Class<T> returnType)The properties that are assigned to this association.<T extends ELProperty>
java.util.List<T>ELClassifier. getPropertyNavigableFrom(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All navigable properties of this classifier.<T extends ELProperty>
java.util.List<T>ELClassifier. getPropertyNavigableFrom(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPropertyNavigableFrom and filters its return values according to the given stereotype value.<T extends ELProperty>
java.util.List<T>ELClassifier. getPropertyNavigableFromSelfOrGeneralTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All navigable properties of this classifier or its general classifiers.<T extends ELProperty>
java.util.List<T>ELClassifier. getPropertyNavigableFromSelfOrGeneralTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPropertyNavigableFromSelfOrGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELProperty>
java.util.List<T>ELAssociation. getPropertyNotAssociationEnd(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All of this association's properties which are not an association end.<T extends ELProperty>
java.util.List<T>ELAssociation. getPropertyNotAssociationEnd(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPropertyNotAssociationEnd and filters its return values according to the given stereotype value.<T extends ELPackage>
java.util.List<T>ELPackage. getPublicImportedPackage(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns all packages imported by anELPackageImportwith "public" visibility.<T extends ELPackage>
java.util.List<T>ELPackage. getPublicImportedPackage(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPublicImportedPackage and filters its return values according to the given stereotype value.<T extends ELPackage>
java.util.List<T>ELPackage. getPublicImportedPackageTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns all packages imported by anELPackageImportwith "public" visibility extended transitively by all public imported packages.<T extends ELPackage>
java.util.List<T>ELPackage. getPublicImportedPackageTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPublicImportedPackageTransitive and filters its return values according to the given stereotype value.java.lang.StringELNamedElement. getQualifiedDisplayName()This element's qualified display name.java.lang.StringELNamedElement. getQualifiedName(ELNamespaceAble refObj)This element's qualified name.java.lang.StringELElement. getQualifiedNamespaceName()The qualified name of this element's namespace.java.lang.StringELNamedElement. getQualifiedTLName()This element's qualified toplevel name.<T extends CLBehavioralFeature>
java.util.List<T>ELType. getRaisingAsException(java.lang.Class<T> returnType)All behavioral features that may raise this type as an exception during an invocation.<T extends ELRedefAble>
java.util.List<T>ELRedefAble. getRedefined(java.lang.Class<T> returnType)All elements redefined by this element.<T extends ELRedefAble>
java.util.List<T>ELRedefAble. getRedefining(java.lang.Class<T> returnType)All elements which redefine this element.ELContainerAbleELContainerAble. getRedirectedModelContainer(MM2Classification refObj)The container which a new element specified by meta classification is redirected to or this container, if no redirection is found.ELM2AttributeELM2Attribute. getRelatedAttributeOfGenericView()If this element is a generic view, its related meta attribute is returned.<T extends ELRelshipBinDir>
java.util.List<T>ELElement. getRelshipBinDir(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllELRelshipBinDirinstances with this element as source or target.<T extends ELRelshipBinDir>
java.util.List<T>ELElement. getRelshipBinDir(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getRelshipBinDir and filters its return values according to the given stereotype value.<T extends ELRelshipBinDir>
java.util.List<T>ELContainerAble. getRelshipBinDirSource(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All directed relationships with this element as source.<T extends ELRelshipBinDir>
java.util.List<T>ELElement. getRelshipBinDirTarget(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All directed relationships with this element as target.static <T extends ELElement>
java.util.List<T>ELObjectHelper. getRestrictOnHasRead(java.lang.Class<T> returnType, SrvContext srvCtx, ELElement ohRef, java.util.List<? extends ELElement> seqRestrict)removes a element from the list if the provided user has not read access on it.static <T extends ELRelshipBinDir>
java.util.List<T>ELRelshipBinDirHelper. getRestrictOnTargetHasRead(java.lang.Class<T> returnType, SrvContext srvCtx, ELElement ohRef, java.util.List<? extends ELElement> seqRestrict)removes a directed relationship from the list if the provided user has not read access on the target element.ELM2AssociationELM2Association. getRType()This RType's DerivedRType.ELM2SchemaELLanguage. getSchema()ELM2SchemaELM2Locale. getSchema()ELM2SchemaELM2Package. getSchema()The schema that owns this meta package.ELM2SchemaELM2Type. getSchema()ELM2SchemaELM2Verify. getSchema()The schema that owns this meta verify.ELM2SchemaELValSpecNull. getSchema()The schema that owns this null value.ELM2SchemaELValSpecUnlimNat. getSchema()The schema that owns this unlimited value.static java.util.List<ARG_ElementUUID>ELUUIDAbleHelper. getSchemaElementOfUUIDList(SrvContext srvCtx, java.util.List<java.lang.String> seq)Returns a list of elements and their uuids for each uuid of the input list.K_NAME_SCOPEELM2TypedElementCnstr. getScope()This constraint's scope.<T extends ELClassifier>
java.util.List<T>ELClassifier. getSelfAndGeneralTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The classifier and all classifiers connected transitively by generalizations as general classifier.<T extends ELClassifier>
java.util.List<T>ELClassifier. getSelfAndGeneralTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSelfAndGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELContAsgnAble>
java.util.List<T>ELContainerAble. getSelfAndOwnedElementTransitiveDown(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Recursively retrieves all owned containers and returns all elements owned by these containers.<T extends ELContAsgnAble>
java.util.List<T>ELContainerAble. getSelfAndOwnedElementTransitiveDown(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSelfAndOwnedElementTransitiveDown and filters its return values according to the given stereotype value.<T extends ELContainerAble>
java.util.List<T>ELContAsgnAble. getSelfAndOwnerTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns this element and recursivly returns all owners of this element.<T extends ELContainerAble>
java.util.List<T>ELContAsgnAble. getSelfAndOwnerTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSelfAndOwnerTransitive and filters its return values according to the given stereotype value.<T extends ELClassifier>
java.util.List<T>ELClassifier. getSelfAndSpecificTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The classifier and all classifiers connected transitively by generalizations as specific classifier.<T extends ELClassifier>
java.util.List<T>ELClassifier. getSelfAndSpecificTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSelfAndSpecificTransitive and filters its return values according to the given stereotype value.<T extends ELClassifier>
java.util.List<T>ELClassifier. getSelfAndSpecificTransitiveNotAbstract(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)This classifier, if it is not abstract and all classifiers which are not abstract are connected transitively by generalizations as specific classifier.<T extends ELClassifier>
java.util.List<T>ELClassifier. getSelfAndSpecificTransitiveNotAbstract(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSelfAndSpecificTransitiveNotAbstract and filters its return values according to the given stereotype value.<T extends ELProperty>
java.util.List<T>ELProperty. getSelfAndSubsettedTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)This element and all properties transitively subsetted by this element.<T extends ELProperty>
java.util.List<T>ELProperty. getSelfAndSubsettedTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSelfAndSubsettedTransitive and filters its return values according to the given stereotype value.<T extends ELProperty>
java.util.List<T>ELProperty. getSelfAndSubsettingTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)This element and all properties transitively subsetting this element.<T extends ELProperty>
java.util.List<T>ELProperty. getSelfAndSubsettingTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSelfAndSubsettingTransitive and filters its return values according to the given stereotype value.java.lang.StringELNamespaceAsgnAble. getSeparator()The string used to separate the names in a qualified name.java.lang.StringELShortNameAble. getShortName()Short name of thisERForeignKey.java.util.List<CLSlot>ELStructFeature. getSlot(K_CONTROL_OPTION... behaviourFlags)All of the structural feature's slots.booleanELM2Attribute. getSortAble()This m2attribute represents a view or an info query which provides the 'sortIt' parameter in its signature.ARG_SortedAssociationEndsELAssociation. getSortedAssociationEnds()Returns the sorted list of all association ends.java.util.List<ARG_ElemNameIcon>ELContainerAble. getSortedContents(java.lang.Class<? extends ELObject> item)Returns the sorted list of contents specified by the exact element type.ELContainerAbleELRelshipBinDir. getSource()Element at the source side of this directed relationship.<T extends ELGeneralization>
java.util.List<T>ELClassifier. getSpecialization(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All generalization relationships with this element as general classifier.ELClassifierELGeneralization. getSpecific()References the specializing classifier in the generalization relationship.<T extends ELClassifier>
java.util.List<T>ELClassifier. getSpecificDirect(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All classifiers connected directly by a generalization as specific classifier.<T extends ELClassifier>
java.util.List<T>ELClassifier. getSpecificDirect(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSpecificDirect and filters its return values according to the given stereotype value.<T extends ELGeneralization>
java.util.List<T>ELClassifier. getSpecificGeneralization(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All generalizations this classifier is connected to as general classifier.<T extends ELGeneralizationSet>
java.util.List<T>ELClassifier. getSpecificGeneralizationSet(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All generalization sets with this classifier as general classifier.<T extends ELGeneralizationSet>
java.util.List<T>ELClassifier. getSpecificGeneralizationSet(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSpecificGeneralizationSet and filters its return values according to the given stereotype value.<T extends ELClassifier>
java.util.List<T>ELClassifier. getSpecificTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All classifiers connected transitively by generalizations as specific classifier.<T extends ELClassifier>
java.util.List<T>ELClassifier. getSpecificTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSpecificTransitive and filters its return values according to the given stereotype value.<T extends ELClassifier>
java.util.List<T>ELClassifier. getSpecificTransitiveNotAbstract(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All non-abstract classifiers connected transitively by generalizations as specific classifier.<T extends ELClassifier>
java.util.List<T>ELClassifier. getSpecificTransitiveNotAbstract(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSpecificTransitiveNotAbstract and filters its return values according to the given stereotype value.<T extends ELType>
java.util.List<T>ELClassifier. getSpecificTransitiveNotAbstractRange(java.lang.Class<T> returnType, ELProperty refObj, K_CONTROL_OPTION... behaviourFlags)If the property provided byargument refObjis an association end, the result of SpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd is returned.<T extends ELType>
java.util.List<T>ELClassifier. getSpecificTransitiveNotAbstractRange(java.lang.Class<T> returnType, MMStereotype stereotype, ELProperty refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getSpecificTransitiveNotAbstractRange and filters its return values according to the given stereotype value.<T extends ELType>
java.util.List<T>ELClassifier. getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEnd(java.lang.Class<T> returnType, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags)Returns non-abstract specializations (transitive) of types of properties that subset the association end given byargument refObj.<T extends ELType>
java.util.List<T>ELClassifier. getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEnd(java.lang.Class<T> returnType, MMStereotype stereotype, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags)The method calls getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEnd and filters its return values according to the given stereotype value.<T extends ELType>
java.util.List<T>ELClassifier. getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd(java.lang.Class<T> returnType, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags)Returns non-abstract specializations (transitive) of types of properties that subset the association end given byargument refObj.<T extends ELType>
java.util.List<T>ELClassifier. getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd(java.lang.Class<T> returnType, MMStereotype stereotype, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags)The method calls getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd and filters its return values according to the given stereotype value.MMStereotypeELM2TypedElementCnstr. getStereotype()The stereotype that owns this typed element constraint.java.lang.StringELValSpecDateTime. getStringValue()Date time value of this element.java.lang.StringELValSpecString. getStringValue()String value of this element.<T extends ANStructuralFeature>
java.util.List<T>ELStructFeature. getStructuralFeatureAction(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)StructuralFeatureAction is an abstract class for all structural feature actions.<T extends ELProperty>
java.util.List<T>ELProperty. getSubsettedProperty(java.lang.Class<T> returnType)The properties that are subsetted by this property.<T extends ELProperty>
java.util.List<T>ELProperty. getSubsettedTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All properties transitively subsetted by this element.<T extends ELProperty>
java.util.List<T>ELProperty. getSubsettedTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSubsettedTransitive and filters its return values according to the given stereotype value.<T extends ELProperty>
java.util.List<T>ELProperty. getSubsettingProperty(java.lang.Class<T> returnType)The properties that subset this property.<T extends ELProperty>
java.util.List<T>ELProperty. getSubsettingTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All properties transitively subsetting this element.<T extends ELProperty>
java.util.List<T>ELProperty. getSubsettingTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSubsettingTransitive and filters its return values according to the given stereotype value.ELNamedElementELDependency. getSupplier()The named element independent of the client element, in the same respect and the same dependency relationship.<T extends ELDependency>
java.util.List<T>ELNamedElement. getSupplierDependency(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Indicates the dependencies that reference the supplier.ELElementELRelshipBinDir. getTarget()Element at the target side of this directed relationship.java.util.List<MEProxyAssignment>ELGeneralization. getTargetOfProxy(K_CONTROL_OPTION... behaviourFlags)This generalization's proxy assignments.MMCreateELInstELRelshipBinDir. getTemplateTarget()Dummy element at the target side of this directed relationship.ELUUIDAbleELTranslatedValue. getTranslatedElement()The element of this translated value.java.util.List<ELTranslatedValue>ELUUIDAble. getTranslatedValue()All translated values of this element.java.util.List<ELTranslatedValue>ELTranslationAble. getTranslatedValues(K_CONTROL_OPTION... behaviourFlags)All translated values owned by this translation container.<T extends ELTranslationAble>
java.util.List<T>ELM2Locale. getTranslation(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All translation containers of this locale.ELTranslationAbleELTranslatedValue. getTranslationContainer()The translation container owning this translated value.ELTypeELTypedElement. getType()The type of this typed element.java.util.List<CLStructureEntry>ELClassifier. getTypedCLStructureEntry(K_CONTROL_OPTION... behaviourFlags)All entries typed by the classifier.ELTypedElementELM2TypedElementCnstr. getTypedElement()The typed element that is constrained by this element.<T extends ELTypedElement>
java.util.List<T>ELType. getTypedElement(java.lang.Class<T> returnType)java.util.List<ELM2TypedElementCnstr>ELTypedElement. getTypedElementCnstr(K_CONTROL_OPTION... behaviourFlags)Constraints assigned to this typed element.java.lang.StringELValSpec. getTypedElementName()The name of the typed element which is assign to this value.<T extends ELTypedElement>
java.util.List<T>ELType. getTypedElementNotAssocEnd(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All elements typed by this type which are not part of an association.<T extends ELTypedElement>
java.util.List<T>ELType. getTypedElementNotAssocEnd(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getTypedElementNotAssocEnd and filters its return values according to the given stereotype value.ELTypedElementELValSpec. getTypedElementOfValSpec()The typed element of this value specification.<T extends ELM2Attribute>
java.util.List<T>ELM2Type. getTypedM2Attribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All meta attributes typed by this meta type.java.util.List<BPMaskField>ELClassifier. getTypedMaskField(K_CONTROL_OPTION... behaviourFlags)All mask fields typed by this classifier.java.util.List<ELValSpecDateTime>ELM2TypeDateTime. getTypedValSpecDateTime(K_CONTROL_OPTION... behaviourFlags)All date time values typed by this meta date time type.java.util.List<ELValSpecELElement>ELM2Class. getTypedValSpecElement(K_CONTROL_OPTION... behaviourFlags)All element values typed by this meta class.java.util.List<ELValSpecELM2EnumMember>ELM2TypeEnum. getTypedValSpecEnumMember(K_CONTROL_OPTION... behaviourFlags)All enum member values typed by this meta enum type.<T extends ELValSpecExpression>
java.util.List<T>ELM2TypeString. getTypedValSpecExpression(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All expression values typed by this meta string type.java.util.List<ELValSpecInstVal>ELM2Class. getTypedValSpecInstVal(K_CONTROL_OPTION... behaviourFlags)All instance values typed by this meta class.java.util.List<ELValSpecInteger>ELM2TypeInteger. getTypedValSpecInteger(K_CONTROL_OPTION... behaviourFlags)All integer values typed by this meta integer type.java.util.List<ELValSpecNullValue>ELM2Type. getTypedValSpecNullValue(K_CONTROL_OPTION... behaviourFlags)All null values typed by this meta type.<T extends ELValSpecOpaqueExpr>
java.util.List<T>ELM2TypeString. getTypedValSpecOpaqueExpr(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All opaque expression values typed by this meta string type.java.util.List<ELValSpecString>ELM2TypeString. getTypedValSpecString(K_CONTROL_OPTION... behaviourFlags)All string values typed by this meta string type.java.util.List<ELValSpecUnlimNatValue>ELM2Type. getTypedValSpecUnlimNatValue(K_CONTROL_OPTION... behaviourFlags)All unlimited values typed by this meta type.K_TYPEELTypedElement. getTypeKind()Kind of this type.<T extends ELM2TypeRange>
java.util.List<T>ELM2TypeEnumMember. getTypeRange(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All of this enum member's type ranges.<T extends ELType>
java.util.List<T>ELClassifier. getTypesOfEffectiveSubsetterOfAssocEnd(java.lang.Class<T> returnType, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags)Returns the types of properties that subset the association end given byargument refObj.<T extends ELType>
java.util.List<T>ELClassifier. getTypesOfEffectiveSubsetterOfAssocEnd(java.lang.Class<T> returnType, MMStereotype stereotype, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags)The method calls getTypesOfEffectiveSubsetterOfAssocEnd and filters its return values according to the given stereotype value.MMCreateCLInstELProperty. getTypingCreateCLInst()The dummy classifier that types this property as an association end.ELM2ClassELValSpecELElement. getTypingM2Class()The meta class that types this element value.ELM2ClassELValSpecInstVal. getTypingM2Class()The meta class that types this instance value.ELM2TypeEnumELValSpecELM2EnumMember. getTypingM2EnumType()The meta enum type that types this enum member value.ELM2TypeELM2Attribute. getTypingM2Type()The meta type typing this meta attribute.ELM2TypeELValSpecNullValue. getTypingM2Type()The meta type that types this null value.ELM2TypeELValSpecUnlimNatValue. getTypingM2Type()The meta type that types this unlimited value.ELM2TypeDateTimeELValSpecDateTime. getTypingM2TypeDateTime()The meta date time type that types this date time value.ELM2TypeIntegerELValSpecInteger. getTypingM2TypeInteger()The meta integer type that types this integer value.ELM2TypeStringELValSpecExpression. getTypingM2TypeString()The meta string type that types this expression value.ELM2TypeStringELValSpecOpaqueExpr. getTypingM2TypeString()The meta string type that types this opaque expression value.ELM2TypeStringELValSpecString. getTypingM2TypeString()The meta string type that types this string value.ADLockAbleELElement. getUnitToLock()TheADLockAbleinstance of this element.java.lang.StringELMultiplicityAble. getUpper()Specifies the upper bound of the multiplicity interval, if it is expressed as an unlimited natural.java.lang.StringELMultiplicityAble. getUpperBoundAsString()This multiplicity's upper bound.<T extends ELFeature>
java.util.List<T>ELViewElement. getUsedFeature(java.lang.Class<T> returnType)List of features used by this view element.<T extends ELViewElement>
java.util.List<T>ELFeature. getUsingViewElement(java.lang.Class<T> returnType)List of view elements using this feature.java.lang.StringELUUIDAble. getUUID()Returns the element's Innovator UUID (Universally Unique Identifier).static java.util.List<ARG_ElementUUID>ELUUIDAbleHelper. getUUIDOfElementList(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Returns a list of elements and their uuids for each element of the input list.static <T extends ELElement>
java.util.List<T>ELElementHelper. getValidList(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seq)Returns unique list of all valid elements of the argument list.java.util.List<ELValSpecELElement>ELElement. getValSpecElement(K_CONTROL_OPTION... behaviourFlags)All value specifications for this element.java.util.List<ELValSpecELM2EnumMember>ELM2TypeEnumMember. getValSpecM2EnumMember(K_CONTROL_OPTION... behaviourFlags)All value specifications of this enum member.java.util.List<ELValSpecNull>ELM2Schema. getValSpecNull(K_CONTROL_OPTION... behaviourFlags)The null value owned by this schema.ELValSpecNullELValSpecNullValue. getValSpecNull()The null value of this value specification.java.util.List<ELValSpecNullValue>ELValSpecNull. getValSpecNullValue(K_CONTROL_OPTION... behaviourFlags)All value specifications of this null value.<T extends ELValSpec>
java.util.List<T>ELTypedElement. getValSpecOfTypedElement(java.lang.Class<T> returnType)All value specifications assigned to this typed element.<T extends ELValSpec>
java.util.List<T>ELTypedElement. getValSpecOfTypedElementWithPattern(java.lang.Class<T> returnType, MMStereotype stereotype, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)The method calls getValSpecOfTypedElementWithPattern and filters its return values according to the given stereotype value.<T extends ELValSpec>
java.util.List<T>ELTypedElement. getValSpecOfTypedElementWithPattern(java.lang.Class<T> returnType, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)All value specifications assigned to this typed element with argument pattern.java.util.List<ELValSpecUnlimNat>ELM2Schema. getValSpecUnlimNat(K_CONTROL_OPTION... behaviourFlags)The unlimited value owned by this schema.ELValSpecUnlimNatELValSpecUnlimNatValue. getValSpecUnlimNat()The unlimited natural value of this value specification.java.util.List<ELValSpecUnlimNatValue>ELValSpecUnlimNat. getValSpecUnlimNatValue(K_CONTROL_OPTION... behaviourFlags)All value specifications of this unlimited natural value.<T extends ELValueContainerAble>
java.util.List<T>ELValueReUseAble. getValueContainerAble(java.lang.Class<T> returnType)<T extends ELValueReUseAble>
java.util.List<T>ELValueContainerAble. getValueReUseAble(java.lang.Class<T> returnType)intELM2Verify. getVar1()Variable 1 of the default message.intELM2Verify. getVar2()Variable 2 of the default message.intELM2Verify. getVar3()Variable 3 of the default message.intELM2Verify. getVar4()Variable 4 of the default message.intELM2Verify. getVar5()Variable 5 of the default message.intELM2Verify. getVar6()Variable 6 of the default message.K_VATTRELM2Attribute. getVAttr()This attribute's external identification.<T extends ELM2Verify>
java.util.List<T>ELM2Class. getVerify(java.lang.Class<T> returnType)The meta classes this verify is assigned to.<T extends ELM2Attribute>
java.util.List<T>ELM2Class. getVersionProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All members conform toELM2Attributes which are not derived and not connected to an association.<T extends ELM2Attribute>
java.util.List<T>ELM2Class. getVersionPropertyRsIn(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All properties owned by this class or one of its general classes and connected to an association.<T extends ELM2Attribute>
java.util.List<T>ELM2Class. getVersionPropertyRsOptional(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Takes all properties of VersionPropertyRsOut and replaces attributes owned by a relationship type with the corresponding attributes owned by the derived relationship type.<T extends ELM2Attribute>
java.util.List<T>ELM2Class. getVersionPropertyRsOut(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All properties typed by this class or one of its general classes.ELElementELContAsgnAble. getVersionRoot()Returns the root instance of this element's version unit.K_VFYELM2Verify. getVfyNumber()This verification's number.static java.util.List<ARG_ViewBulkResult>ELElementHelper. getViewBulkSequence(SrvContext srvCtx, java.util.List<ARG_ViewBulkIn> seqViewBulk)Returns the result of the application of set of views to a collection of instances.ELClassifierELViewGroupAble. getViewGroupClassifier()The classifier used by this group able element.ELViewNavigAbleELViewGroup. getViewGroupNavigAble()The element which is used to navigate by this view group.<T extends ELViewGroup>
java.util.List<T>ELViewNavigAble. getViewNavigAbleGroup(java.lang.Class<T> returnType)All view groups which navigate by this element.<T extends ELView>
java.util.List<T>ELClassifier. getViewTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All views which are directly or indirectly deduced from this classifier.<T extends ELView>
java.util.List<T>ELClassifier. getViewTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getViewTransitive and filters its return values according to the given stereotype value.K_VISIBILITYELElementImport. getVisibility()Specifies the visibility of the importedELPackageAbleelements within the importingELPackage.K_VISIBILITYELNamespaceAsgnAble. getVisibility()Determines the visibility of the named element within different namespaces within the overall model.K_VISIBILITYELPackageImport. getVisibility()Specifies the visibility of the importedELPackageAbles within the importing namespace, i.e. whether imported elements will in turn be visible to other packages that use that importing package as an imported package.java.lang.Class<? extends ELObject>ELM2Class. getVOcl()Identification of this metaclass.static java.util.List<ARG_VOclInfo>ELElementHelper. getVoclInstantiate(SrvContext srvCtx, java.lang.Class<? extends ELObject> item)Returns a sequence of infos for the instantiable types according to the input type.static java.util.List<ARG_VOclInfo>ELElementHelper. getVoclInstantiateExisting(SrvContext srvCtx, java.lang.Class<? extends ELObject> item)Returns a sequence of infos for the instantiable types according to the input type, which has existing instances.booleanELM2Attribute. getWithPattern()This m2attribute represents a view or an info query which provides the 'pattern' parameter in its signature.static <T extends ELElement>
java.util.List<T>ELElementHelper. getXFind(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm)command for search termsK_XSD_ELEMELViewGroupAble. getXSDElemType()If the structure shall be mapped onto XSD the type may be given here.booleanELView. hasDirectReferenceToClassifier(ELClassifier refObj)True if the view itself or a group nested into it directly is deduced from the classifier path as an argument.booleanELMultiplicityAble. hasMultiplicity11()If true, the multiplicity of this element has 1 as lower and upper bound.booleanELObject. hasRead(ADUsrRole refObj)Returns true if the current login has the permission to read the current object.booleanELView. hasReferenceToClassifier(ELClassifier refObj)True if the view itself or a group nested into it directly or indirectly (on a lower level) is deduced from the classifier path as an argument.booleanELMultiplicityAble. hasUpper1()If true, the upper bound is 1.booleanELLanguage. hasValidLicense(java.lang.String pattern)True, if argument pattern contains the license necessary for this language.booleanELClassifier. isAbstract()If true, the classifier does not provide a complete declaration and can, therefore, not be instantiated.booleanELProperty. isAssocOwner()true, if the association owns this property.booleanELTypedElement. isBitmapAble()True, if the values of the typed element are able to have bitmaps.booleanELValSpecELM2EnumMember. isBoolMember()True, if this value specification is a member of the Boolean type.booleanELM2TypedElementCnstr. isCaseSensitive()This constraint's case sensitivity.booleanELTypedElement. isColorAble()True, if the values of the typed element are able to have colors.booleanELProperty. isComposite()True, if this property's aggregation property has the composite value.booleanELM2Class. isConformToVOcl(java.lang.Class<? extends ELObject> kind)True, if this class conforms to the class specified by argument kind.booleanELElement. isContainedInProfile()True, if this element is contained in a profile.booleanELProperty. isDerived()Specifies whether the property is derived, i.e. whether its value or values can be computed from other information.booleanELProperty. isDerivedUnion()Specifies whether the property is derived as the union of all of the properties that are constrained to subset it.booleanELViewGroup. isHidden()TRUE, if thisELViewGroupis hidden.booleanELRedefAble. isLeaf()Indicates whether it is possible to further specialize anELRedefAbleelement.booleanELM2Class. isLocalizAbleM2Attr(ELM2Attribute refObj)True, if the meta attribute specified by attr is localizable.booleanELM2Class. isLocalizAbleVAttr(K_VATTR kind)True, if the meta attribute specified by argument kind is localizable.booleanELMultiplicityAble. isMany()True if thisELMultiplicityAblemay exist more than once.booleanELMultiplicityAble. isMultivalued()Checks whether this feature's multiplicity has an upper bound greater than one.booleanELProperty. isNavigable()True, if this property is a navigable end of an association.booleanELProperty. isNavigableAssocEnd()Specifies whether the property is navigable end of an association.booleanELMultiplicityAble. isOptional()True if the occurrence thisELMultiplicityAbleis optional.booleanELMultiplicityAble. isOrdered()This attribute specifies whether the values in an instantiation of this element are sequentially ordered for a multivalued multiplicity.booleanELStructFeature. isReadOnly()States whether the feature's value may be modified by a client.booleanELView. isReadOnly()True if theELViewis meant to be read-only.booleanELRedefAble. isRedefined()Indicates whether this element is redefined by other elements.booleanELRedefAble. isRedefining()Indicates whether this element redefines other elements.booleanELClassifier. isRoot()Classifier has no parent.booleanELClassifier. isSpecificTransitive(ELClassifier refObj)True, if this classifier is (transitively) connected to the classifier provided byargument refObjby a generalization.booleanELFeature. isStatic()Specifies whether the feature is applied at the classifier level (true) or the instance level (false).booleanELM2Class. isStereotypeAble()True, if this metaclass conforms toMMStereotypeAble.booleanELProperty. isSubsetted()Indicates whether this property is subsetted by other properties.booleanELProperty. isSubsetting()Indicates whether this property subsets other elements.booleanELGeneralization. isSubstitutable()Indicates whether the specific classifier can be used wherever the general classifier can be used.booleanELM2Attribute. isToVersionRoot()This relationship is used to navigate the version root instance.booleanELContAsgnAble. isTransitiveChildOf(ELContainerAble refObj)True, if this element is a transitive child of theargument refObj.booleanELMultiplicityAble. isUnique()This attribute specifies whether the values in an instantiation of this element are unique for a multivalued multiplicity.booleanELElement. isUnresolved()true if this element was created with incomplete properties by an version/copy command.booleanELViewEntry. isUsingFeature()booleanELM2Class. isValidModelTarget(ELContainerAble refObj)True, if this element conforms toargument refObjand this element is a valid container of the provided element.voidELElement. lockUnit()Creates a lock for the lock unit of the current object.static voidELElementHelper. lockUnit(SrvContext srvCtx, java.util.List<? extends ELElement> sel)Creates a lock for the lock unit of the current object.voidELTypedElement. modifyTypedElementDeclaration(java.lang.String strName, ELType ohType, java.lang.String strLower, java.lang.String strUpper)Modify the name and type of this typed element.static voidELUUIDAbleHelper. modifyUUID(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> element, java.util.List<java.lang.String> sUUID)Sets the UUIDs for the elements specified in the input data structure.voidELViewElement. modifyViewExpressionFlow(java.lang.String strText, java.lang.String strFlowText)Modify the view expression and the used features of this view element by given flow text with hyperlinks.voidELPictureAble. pictureSetRawData(byte[] seqData)creates aELPictureinstance for this element if it does not already own a picture.voidELAssociation. reconnectAssociation(ELElement ohNew, K_SIDE kSide)Assigns one this binary association's association ends to a new classifier.voidELProperty. reconnectAssociation(ELElement ohNew, K_SIDE kSide)Connects an association end to the specified element.voidELRelshipBinDir. reconnectRelship(ELElement ohNew, K_SIDE kSide)Assigns this relationship to a new source/target element.voidELM2TypeRange. rename(java.lang.String name, boolean checkCnstr)Renames the associated enumeration member.voidELNamedElement. rename(java.lang.String name, boolean checkCnstr)Rename this element.voidELClassifier. setAbstract(boolean value)Set the value of Attribut IsAbstract.voidELProperty. setAggregation(K_AGGREGATION value)Set the value of Attribut Aggregation.voidELPackage. setAppliedProfile(java.util.List<? extends MMProfile> values)Set the value of View AppliedProfile.voidELContAsgnAble. setAsgnKind(K_CONTASGN value)Set the value of Attribut AsgnKind.voidELProperty. setAssocOwner(boolean value)Set the value of Info IsAssocOwner.voidELValSpec. setAsString(java.lang.String value)Set the value of Info AsString.voidELComment. setBody(java.lang.String value)Set the value of Attribut Body.voidELConstraint. setBody(java.lang.String value)Set the value of Attribut Body.voidELValSpecOpaqueExpr. setBody(java.lang.String value)Set the value of Attribut Body.voidELM2TypedElementCnstr. setCaseSensitive(boolean value)Set the value of Attribut IsCaseSensitive.voidELViewElement. setConcreteExpression(java.lang.String value)Set the value of Info ConcreteExpression.voidELContAsgnAble. setContSortOrder(int value)Set the value of Attribut ContSortOrder.voidELProperty. setDefaultValue(java.lang.String value)Set the value of Attribut DefaultValue.voidELProperty. setDerived(boolean value)Set the value of Attribut IsDerived.voidELProperty. setDerivedUnion(boolean value)Set the value of Attribut IsDerivedUnion.voidELProxy. setElemBitmapName(java.lang.String value)Set the value of Attribut ElemBitmapName.voidELProxy. setElemDisplayName(java.lang.String value)Set the value of Attribut ElemDisplayName.voidELProxy. setElemId(int value)Set the value of Attribut ElemId.voidELProxy. setElemIdReference(java.lang.String value)Set the value of Attribut ElemIdReference.voidELProxy. setElemKind(int value)Set the value of Attribut ElemKind.voidELProxy. setElemType(int value)Set the value of Attribut ElemType.voidELProxy. setElemUUID(java.lang.String value)Set the value of Attribut ElemUUID.voidELM2TypedElementCnstr. setExpression(java.lang.String value)Set the value of Attribut Expression.voidELViewElement. setExprFlowText(java.lang.String value)Set the value of Info ExprFlowText.voidELViewElement. setExprInnoRefText(java.lang.String value)Set the value of Info ExprInnoRefText.voidELViewGroupAble. setGroupType(K_GROUPTYPE value)Set the value of Attribut GroupType.voidELViewGroup. setHidden(boolean value)Set the value of Attribut IsHidden.voidELProxy. setHREF(java.lang.String value)Set the value of Attribut HREF.voidELConstraint. setLanguage(java.lang.String value)Set the value of Attribut Language.voidELValSpecOpaqueExpr. setLanguage(java.lang.String value)Set the value of Attribut Language.voidELRedefAble. setLeaf(boolean value)Set the value of Attribut IsLeaf.voidELValSpecInteger. setLongValue(int value)Set the value of Attribut LongValue.voidELMultiplicityAble. setLower(java.lang.String value)Set the value of Attribut Lower.voidELMultiplicityAble. setMany(boolean value)Set the value of Info IsMany.voidELM2TypedElementCnstr. setMaxStringLength(int value)Set the value of Attribut MaxStringLength.voidELM2TypedElementCnstr. setMinStringLength(int value)Set the value of Attribut MinStringLength.voidELNamedElement. setName(java.lang.String value)Set the value of Attribut Name.voidELNamedElement. setNameKind(K_NAME value)Set the value of Attribut NameKind.voidELProperty. setNavigableAssocEnd(boolean value)Set the value of Attribut IsNavigableAssocEnd.voidELMultiplicityAble. setOptional(boolean value)Set the value of Info IsOptional.voidELMultiplicityAble. setOrdered(boolean value)Set the value of Attribut IsOrdered.voidELContAsgnAble. setOwner(ELContainerAble value)Set the value of Foreign Key Owner.voidELStructFeature. setReadOnly(boolean value)Set the value of Attribut IsReadOnly.voidELView. setReadOnly(boolean value)Set the value of Attribut IsReadOnly.voidELRedefAble. setRedefined(java.util.List<? extends ELRedefAble> values)Set the value of Foreign Key Redefined.voidELM2TypedElementCnstr. setScope(K_NAME_SCOPE value)Set the value of Attribut Scope.voidELShortNameAble. setShortName(java.lang.String value)Set the value of Attribut ShortName.voidELFeature. setStatic(boolean value)Set the value of Attribut IsStatic.voidELValSpecDateTime. setStringValue(java.lang.String value)Set the value of Attribut StringValue.voidELValSpecString. setStringValue(java.lang.String value)Set the value of Attribut StringValue.voidELProperty. setSubsettedProperty(java.util.List<? extends ELProperty> values)Set the value of Foreign Key SubsettedProperty.voidELGeneralization. setSubstitutable(boolean value)Set the value of Attribut IsSubstitutable.voidELRelshipBinDir. setTarget(ELElement value)Set the value of Foreign Key Target.static voidELNamedElementHelper. setToDefaultName(SrvContext srvCtx, java.util.List<? extends ELNamedElement> seqSel)Resets the names of the provided items to their default names.voidELTypedElement. setType(ELType value)Set the value of Foreign Key Type.voidELMultiplicityAble. setUnique(boolean value)Set the value of Attribut IsUnique.java.lang.StringELNamespaceAsgnAble. setUniqueName(java.lang.String nameStart)Change the name of this element.voidELElement. setUnresolved(boolean value)Set the value of Attribut IsUnresolved.voidELMultiplicityAble. setUpper(java.lang.String value)Set the value of Attribut Upper.voidELViewElement. setUsedFeature(java.util.List<? extends ELFeature> values)Set the value of Foreign Key UsedFeature.voidELUUIDAble. setUUID(java.lang.String value)Set the value of Attribut UUID.voidELValueContainerAble. setValueReUseAble(java.util.List<? extends ELValueReUseAble> values)Set the value of Foreign Key ValueReUseAble.voidELViewGroupAble. setViewGroupClassifier(ELClassifier value)Set the value of Foreign Key ViewGroupClassifier.voidELViewGroup. setViewGroupNavigAble(ELViewNavigAble value)Set the value of Foreign Key ViewGroupNavigAble.voidELElementImport. setVisibility(K_VISIBILITY value)Set the value of Attribut Visibility.voidELNamespaceAsgnAble. setVisibility(K_VISIBILITY value)Set the value of Attribut Visibility.voidELPackageImport. setVisibility(K_VISIBILITY value)Set the value of Attribut Visibility.voidELViewGroupAble. setXSDElemType(K_XSD_ELEM value)Set the value of Attribut XSDElemType.voidELContainerAble. sortContents(java.util.List<? extends ELElement> seq)All of this specified list's elements are sorted according to their order within the list.voidELElement. unlockUnit()Deletes the lock for lock unit of the current object.static voidELElementHelper. unlockUnit(SrvContext srvCtx, java.util.List<? extends ELElement> sel)Deletes the lock for lock unit of the current object. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that throw SrvErrorException Modifier and Type Method Description static BI2CubeDimensionBI2CubeDimensionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Cube Dimension (OLAP 2) with template and container with requirement.static BI2CubeDimensionBI2CubeDimensionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Cube Dimension (OLAP 2) with stereotype and container with requirement.static BI2CubeDimensionHierarchyBI2CubeDimensionHierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Cube Dimension Hierarchy Usage (OLAP 2) with template and container with requirement.static BI2CubeDimensionHierarchyBI2CubeDimensionHierarchyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Cube Dimension Hierarchy Usage (OLAP 2) with stereotype and container with requirement.static BI2CubeBI2CubeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Cube (OLAP 2) with template and container.static BI2CubeBI2CubeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Cube (OLAP 2) with stereotype and container.static BI2DimensionIdAttributeBI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Identification Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionIdAttributeBI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Identification Attribute (in OLAP 2 Dimension Level) with template and container with requirement.static BI2DimensionIdAttributeBI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Identification Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionIdAttributeBI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Identification Attribute (in OLAP 2 Dimension Level) with stereotype and container with requirement.static BI2DimensionLevelBI2DimensionLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Dimension Level (OLAP 2) with template and container.static BI2DimensionLevelBI2DimensionLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Dimension Level (OLAP 2) with template and container with requirement.static BI2DimensionLevelBI2DimensionLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Dimension Level (OLAP 2) with stereotype and container.static BI2DimensionLevelBI2DimensionLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Dimension Level (OLAP 2) with stereotype and container with requirement.static BI2DimensionPrecedenceBI2DimensionPrecedenceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Dimension Precedence (OLAP 2) with template from source to target element.static BI2DimensionPrecedenceBI2DimensionPrecedenceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Dimension Precedence (OLAP 2) with stereotype from source to target element.static BI2DimensionShowAttributeBI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Show Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionShowAttributeBI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Show Attribute (in OLAP 2 Dimension Level) with template and container with requirement.static BI2DimensionShowAttributeBI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Show Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionShowAttributeBI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Show Attribute (in OLAP 2 Dimension Level) with stereotype and container with requirement.static BI2DimensionSortAttributeBI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Sort Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionSortAttributeBI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Sort Attribute (in OLAP 2 Dimension Level) with template and container with requirement.static BI2DimensionSortAttributeBI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Sort Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionSortAttributeBI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Sort Attribute (in OLAP 2 Dimension Level) with stereotype and container with requirement.static BI2DimensionTreeBI2DimensionTreeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Dimension (OLAP 2) with template and container.static BI2DimensionTreeBI2DimensionTreeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Dimension (OLAP 2) with stereotype and container.static BI2HierarchyBI2HierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Hierarchy (OLAP 2) with template and container.static BI2HierarchyBI2HierarchyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Hierarchy (OLAP 2) with stereotype and container.static BI2HierarchyLevelBI2HierarchyLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Hierarchy Level (OLAP 2) with template and container with requirement.static BI2HierarchyLevelBI2HierarchyLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Hierarchy Level (OLAP 2) with stereotype and container with requirement.static BI2MeasurementTimeBI2MeasurementTimeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Measurement Time with template and container.static BI2MeasurementTimeBI2MeasurementTimeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Measurement Time with stereotype and container.static BIHierarchyAttributeBIHierarchyAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Attribute (in OLAP Hierarchy Level) with template and container with requirement.static BIHierarchyAttributeBIHierarchyAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Attribute (in OLAP Hierarchy Level) with stereotype and container with requirement.static BIHierarchyBIHierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Hierarchy (OLAP) with template and container.static BIHierarchyBIHierarchyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Hierarchy (OLAP) with stereotype and container.static BIHierarchyLevelBIHierarchyLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Hierarchy Level (OLAP) with template and container with requirement.static BIHierarchyLevelBIHierarchyLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Hierarchy Level (OLAP) with stereotype and container with requirement.static BIHierarchyRoleBIHierarchyRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Role (in OLAP Hierarchy) with template from source to target element.static BIHierarchyRoleBIHierarchyRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Role (in OLAP Hierarchy) with stereotype from source to target element.static BIHierarchySortAttributeBIHierarchySortAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Sorting Attribute (in OLAP Hierarchy Level) with template and container with requirement.static BIHierarchySortAttributeBIHierarchySortAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Sorting Attribute (in OLAP Hierarchy Level) with stereotype and container with requirement.static ERAttributeERAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Entity Attribute with template and container.static ERAttributeERAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Entity Attribute with stereotype and container.static ERCheckConstraintERCheckConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Check Constraint with template and container.static ERCheckConstraintERCheckConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Check Constraint with stereotype and container.static EREntityEREntityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Entity with template and container.static EREntityEREntityHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Entity with stereotype and container.static ERForeignKeyERForeignKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Foreign Key (of Entity) with template and container with requirement.static ERForeignKeyERForeignKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Foreign Key (of Entity) with stereotype and container with requirement.
Innovator comfort: after creating the foreign key, the maintain method will be executed.static ERGeneralizationERGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Generalization (of Entities) with template from source to target element.static ERGeneralizationERGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Generalization (of Entities) with template from source to target element with requirement.static ERGeneralizationERGeneralizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Generalization (of Entities) with stereotype from source to target element.
If the target element is an entity, a new generalization set will be created.static ERGeneralizationERGeneralizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Generalization (of Entities) with stereotype from source to target element with requirement.
If the target element is an entity, a new generalization set will be created.static ERGeneralizationSetERGeneralizationSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Generalization Set (of Entity) with template and container.static ERGeneralizationSetERGeneralizationSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Generalization Set (of Entity) with stereotype and container.static ERRelationshipERRelationshipHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Entity Relationship with template from source to target element.static ERRelationshipERRelationshipHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Entity Relationship with template, container and a sequence of elements.static ERRelationshipERRelationshipHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Entity Relationship with stereotype from source to target element.static ERRelationshipERRelationshipHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Entity Relationship with stereotype, container and a sequence of elements.static ERUniqueKeyERUniqueKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Unique Key with template and container.static ERUniqueKeyERUniqueKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Unique Key with stereotype and container.static ERViewAttributeERViewAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewAttributeERViewAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Attribute (of Entity-Relationship View) with stereotype and container.static ERViewFromERViewFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new From Clause (in Entity-Relationship View) with template and container with requirement.static ERViewFromERViewFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new From Clause (in Entity-Relationship View) with stereotype and container with requirement.static ERViewERViewHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new View (of Entity-Relationship Model) with template and container.static ERViewERViewHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new View (of Entity-Relationship Model) with stereotype and container.static ERViewSubselectFromERViewSubselectFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Subselect From Clause (in Entity-Relationship View) with template and container with requirement.static ERViewSubselectFromERViewSubselectFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Subselect From Clause (in Entity-Relationship View) with stereotype and container with requirement.static BI2CubeDimensionBI2CubeDimensionHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Cube Dimension (OLAP 2) with template and container with requirement.static BI2CubeDimensionBI2CubeDimensionHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Cube Dimension (OLAP 2) with stereotype and container with requirement.static BI2CubeDimensionHierarchyBI2CubeDimensionHierarchyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Cube Dimension Hierarchy Usage (OLAP 2) with template and container with requirement.static BI2CubeDimensionHierarchyBI2CubeDimensionHierarchyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Cube Dimension Hierarchy Usage (OLAP 2) with stereotype and container with requirement.static BI2DimensionLevelBI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Dimension Level (OLAP 2) with template and container.static BI2DimensionLevelBI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Dimension Level (OLAP 2) with template and container with requirement.static BI2DimensionLevelBI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Dimension Level (OLAP 2) with stereotype and container.static BI2DimensionLevelBI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Dimension Level (OLAP 2) with stereotype and container with requirement.static BI2DimensionPrecedenceBI2DimensionPrecedenceHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Dimension Precedence (OLAP 2) with template from source to target element.static BI2DimensionPrecedenceBI2DimensionPrecedenceHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Dimension Precedence (OLAP 2) with stereotype from source to target element.static BI2HierarchyBI2HierarchyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Hierarchy (OLAP 2) with template and container.static BI2HierarchyBI2HierarchyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Hierarchy (OLAP 2) with stereotype and container.static BI2HierarchyLevelBI2HierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Hierarchy Level (OLAP 2) with template and container with requirement.static BI2HierarchyLevelBI2HierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Hierarchy Level (OLAP 2) with stereotype and container with requirement.static BIHierarchyLevelBIHierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Hierarchy Level (OLAP) with template and container with requirement.static BIHierarchyLevelBIHierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Hierarchy Level (OLAP) with stereotype and container with requirement.static BIHierarchyRoleBIHierarchyRoleHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Role (in OLAP Hierarchy) with template from source to target element.static BIHierarchyRoleBIHierarchyRoleHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Role (in OLAP Hierarchy) with stereotype from source to target element.static ERForeignKeyERForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Foreign Key (of Entity) with template and container with requirement.static ERForeignKeyERForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Foreign Key (of Entity) with stereotype and container with requirement.static ERGeneralizationERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Generalization (of Entities) with template from source to target element.static ERGeneralizationERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Generalization (of Entities) with template from source to target element with requirement.static ERGeneralizationERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Generalization (of Entities) with stereotype from source to target element.static ERGeneralizationERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Generalization (of Entities) with stereotype from source to target element with requirement.static ERRelationshipERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Entity Relationship with template from source to target element.static ERRelationshipERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Entity Relationship with template, container and a sequence of elements.static ERRelationshipERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Entity Relationship with stereotype from source to target element.static ERRelationshipERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Entity Relationship with stereotype, container and a sequence of elements.static ERUniqueKeyERUniqueKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Unique Key with template and container.static ERUniqueKeyERUniqueKeyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Unique Key with stereotype and container.static ERViewAttributeERViewAttributeHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewAttributeERViewAttributeHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Attribute (of Entity-Relationship View) with stereotype and container.static ERViewFromERViewFromHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new From Clause (in Entity-Relationship View) with template and container with requirement.static ERViewFromERViewFromHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new From Clause (in Entity-Relationship View) with stereotype and container with requirement.static ERAttributeERAttributeHelper. createByUnique(SrvContext srvCtx, ELContainerAble ohContainer, IMProperty ohReferencedProperty)Creates a foreign key attribute for a given unique key attribute.<T extends IMForeignKeyAble>
java.util.List<T>EREntity. getAllConnections(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of all connections (roles or generalizations) of thisEREntity.
If an element of the list is a role, it is the role to the partner entity!<T extends IMForeignKeyAble>
java.util.List<T>EREntity. getAllConnections(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAllConnections and filters its return values according to the given stereotype value.<T extends IMForeignKeyAble>
java.util.List<T>ERView. getAllConnections(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of all connections (roles or generalizations) of the firstEREntityof thisERView.
If an element of the list is a role, it is the role to the partner entity!<T extends IMForeignKeyAble>
java.util.List<T>ERView. getAllConnections(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAllConnections and filters its return values according to the given stereotype value.java.util.List<BI2DimensionLevel>BI2DimensionTree. getAllLowestLevels(K_CONTROL_OPTION... behaviourFlags)Returns all dimension levels of thisBI2DimensionTreewhich does not have a sub level.java.util.List<BI2DimensionLevel>BI2DimensionTree. getAllLowestLevels(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAllLowestLevels and filters its return values according to the given stereotype value.java.util.List<ERGeneralizationSet>ERGeneralization. getAlternativeSet(K_CONTROL_OPTION... behaviourFlags)List of all generalization sets which can be alternatively used by thisERGeneralization.java.util.List<ERGeneralizationSet>ERGeneralization. getAlternativeSet(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAlternativeSet and filters its return values according to the given stereotype value.ERForeignKeyEREntity. getAssignCandidateForeignKey(EREntity refObj)Gets anERForeignKeyof thisEREntitywhich can be assigned to anIMForeignKeyAbleERRoleorERGeneralization.ERAttributeSetBI2HierarchyLevel. getAttributeSet()Reference to theERAttributeSet(EREntityorERView) of theBI2DimensionLevelof thisBI2HierarchyLevel.ERAttributeSetBIHierarchyLevel. getAttributeSet()<T extends ERUsedAttribute>
java.util.List<T>ERViewFrom. getAttributeSetAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends MEModel>
java.util.List<T>EREntity. getAutoMapDatabaseModels(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends MEModel>
java.util.List<T>EREntity. getAutoMapDatabaseModels(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAutoMapDatabaseModels and filters its return values according to the given stereotype value.java.util.List<BIHierarchyAttribute>ERUsedAttribute. getBILevelAttribute(K_CONTROL_OPTION... behaviourFlags)java.util.List<BIHierarchySortAttribute>ERUsedAttribute. getBISortAttribute(K_CONTROL_OPTION... behaviourFlags)EREntityERRole. getConnectedEntity()java.util.List<BI2CubeDimension>BI2DimensionTree. getCubeDimension(K_CONTROL_OPTION... behaviourFlags)List of all cube dimensions using thisBI2DimensionTree.java.util.List<BI2CubeDimension>BI2MeasurementTime. getCubeDimension()List of all cube dimensions using thisBI2MeasurementTime.<T extends IMClassifier>
java.util.List<T>BI2HierarchyLevel. getDBColumnSets(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Get all DB elements which have a mapping dependency to thisBI2HierarchyLevel.<T extends IMClassifier>
java.util.List<T>BI2HierarchyLevel. getDBColumnSets(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDBColumnSets and filters its return values according to the given stereotype value.<T extends ERUsedAttribute>
java.util.List<T>BI2CubeDimension. getDimensionAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Gets the dimension attributes of thisBI2CubeDimension.<T extends ERUsedAttribute>
java.util.List<T>BI2CubeDimension. getDimensionAttribute(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDimensionAttribute and filters its return values according to the given stereotype value.<T extends BI2DimensionAttribute>
java.util.List<T>ERUsedAttribute. getDimensionAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of dimension attributes using thisERUsedAttribute.java.lang.StringBI2CubeDimension. getDimensionAttributeNames()Returns the names of the dimension attributes as a comma separated string.<T extends ERUsedAttribute>
java.util.List<T>BI2Cube. getDimensionAttributes(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Gets the dimension attributes of thisBI2Cube.<T extends ERUsedAttribute>
java.util.List<T>BI2Cube. getDimensionAttributes(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDimensionAttributes and filters its return values according to the given stereotype value.<T extends BI2DimensionAttribute>
java.util.List<T>BI2HierarchyLevel. getDimensionAttributes(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends BI2DimensionAttribute>
java.util.List<T>BI2HierarchyLevel. getDimensionAttributes(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDimensionAttributes and filters its return values according to the given stereotype value.java.util.List<BI2CubeDimensionHierarchy>BI2Hierarchy. getDimensionHierarchy(K_CONTROL_OPTION... behaviourFlags)List of all cube dimension hierarchy usages of thisBI2Hierarchy.BI2DimensionLevelBI2HierarchyLevel. getDimensionLevel()Reference to theBI2DimensionLevelof thisBI2HierarchyLevel.java.util.List<BI2DimensionLevel>ERAttributeSet. getDimensionLevel(K_CONTROL_OPTION... behaviourFlags)List of dimension levels using thisERAttributeSet.BI2DimensionTreeBI2CubeDimension. getDimensionTree()Returns theBI2DimensionTreeof thisBI2CubeDimension.<T extends MEModelElement>
java.util.List<T>EREntity. getElementExistentialDependencyIn(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Gets the existence prerequisite elements (ERRelationshiporERGeneralization) which thisEREntityis at the foreign key side for.<T extends MEModelElement>
java.util.List<T>EREntity. getElementExistentialDependencyIn(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getElementExistentialDependencyIn and filters its return values according to the given stereotype value.<T extends MEModelElement>
java.util.List<T>EREntity. getElementExistentialDependencyOut(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Gets the existence prerequisite elements (ERRelationshiporERGeneralization) which thisEREntityis at the unique key side for.<T extends MEModelElement>
java.util.List<T>EREntity. getElementExistentialDependencyOut(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getElementExistentialDependencyOut and filters its return values according to the given stereotype value.java.util.List<EREntity>ERRelationship. getEntity(K_CONTROL_OPTION... behaviourFlags)List of all entities of thisERRelationship.EREntityERRelationship. getEntityForeignKey()Returns theEREntityat the foreign key side of thisERRelationship.K_ENTITYEREntity. getEntityKind()The kind of this entity.EREntityERRelationship. getEntitySERMLeft()Returns theEREntityat the left side of anERRelationshipwhich conforms to SERM.EREntityERRelationship. getEntitySERMRight()Returns theEREntityat the right side of anERRelationshipwhich conforms to SERM.EREntityERRelationship. getEntityUniqueKey()Returns theEREntityat the unique key side of thisERRelationship.java.util.List<ERForeignKey>ERAttribute. getERForeignKey(K_CONTROL_OPTION... behaviourFlags)java.util.List<ERAttribute>ERAttribute. getERKeyRelationshipAttribute(K_CONTROL_OPTION... behaviourFlags)List of foreign key attributes, referencing this unique key attribute.java.util.List<ERAttribute>ERAttribute. getERKeyRelationshipAttributeRecursive(EREntity refObj, K_CONTROL_OPTION... behaviourFlags)List of foreign key attributes, referencing this unique key attribute indirectly.IMSemanticDataTypeERAttribute. getERTypingSemanticDataType()The semantic data type that types thisERAttribute.java.util.List<ERUniqueKey>ERAttribute. getERUniqueKey(K_CONTROL_OPTION... behaviourFlags)<T extends ERUsedAttribute>
java.util.List<T>ERAttribute. getERUniqueKeyAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of unique key attributes, referenced by this foreign key attribute.<T extends ERUsedAttribute>
java.util.List<T>ERAttribute. getERUniqueKeyAttributeOrigin(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Gets the origin attributes of this foreign key attribute.BIHierarchyLevelBIHierarchy. getFirstLevel()Gets the firstBIHierarchyLevelof thisBIHierarchy.ERAttributeERAttribute. getFirstValidTypeAttribute()Gets theERAttributewhich is valid to evaluate theIMDataTypeof this attribute.ERForeignKeyERRelationship. getForeignKey()Gets theERForeignKeyimplementing thisERRelationship.<T extends IMForeignKeyAble>
java.util.List<T>EREntity. getForeignKeyAble(java.lang.Class<T> returnType, ELElement refObj, K_CONTROL_OPTION... behaviourFlags)List of all foreign key assignable elements (roles or generalizations) which can be potentially referenced by anERForeignKeyin thisEREntity.
If there is an entity or a unique given by theargument refObj, the result will be restricted to the elements which the entity or the entity of the unique key is at the referenced side of the relationship.<T extends IMForeignKeyAble>
java.util.List<T>EREntity. getForeignKeyAble(java.lang.Class<T> returnType, MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyAble and filters its return values according to the given stereotype value.IMForeignKeyAbleERForeignKey. getForeignKeyAble()Reference to the foreign key inducing element (generalization or relationship role of the foreign key).<T extends IMForeignKeyAble>
java.util.List<T>ERAttributeSet. getForeignKeyAbleBetween(java.lang.Class<T> returnType, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags)<T extends IMForeignKeyAble>
java.util.List<T>ERAttributeSet. getForeignKeyAbleBetween(java.lang.Class<T> returnType, MMStereotype stereotype, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyAbleBetween and filters its return values according to the given stereotype value.java.util.List<ERGeneralization>EREntity. getForeignKeyAbleGeneralization(ELElement refObj, K_CONTROL_OPTION... behaviourFlags)Returns the list of all generalizations which potentially lead to a foreign key in this entity.java.util.List<ERGeneralization>EREntity. getForeignKeyAbleGeneralization(MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyAbleGeneralization and filters its return values according to the given stereotype value.<T extends IMForeignKeyAble>
java.util.List<T>EREntity. getForeignKeyAbleMissed(java.lang.Class<T> returnType, ELElement refObj, K_CONTROL_OPTION... behaviourFlags)List of all foreign key assignable elements (roles or generalizations) which can be potentially, but are not yet referenced by anERForeignKeyin thisEREntity.
If there is an entity or a unique given by theargument refObj, the result will be restricted to the elements which the entity or the entity of the unique key is at the referenced side of the relationship.<T extends IMForeignKeyAble>
java.util.List<T>EREntity. getForeignKeyAbleMissed(java.lang.Class<T> returnType, MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyAbleMissed and filters its return values according to the given stereotype value.java.util.List<ERRole>EREntity. getForeignKeyAbleRole(ELElement refObj, K_CONTROL_OPTION... behaviourFlags)java.util.List<ERRole>EREntity. getForeignKeyAbleRole(MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyAbleRole and filters its return values according to the given stereotype value.<T extends IMForeignKeyAble>
java.util.List<T>EREntity. getForeignKeyAbleUsed(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of all foreign key assignable elements (roles or generalizations) which are referenced by anERForeignKeyin thisEREntity.<T extends IMForeignKeyAble>
java.util.List<T>EREntity. getForeignKeyAbleUsed(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyAbleUsed and filters its return values according to the given stereotype value.java.util.List<ERAttribute>ERGeneralization. getForeignKeyAttributes(K_CONTROL_OPTION... behaviourFlags)Gets the foreign key attributes implementing thisERGeneralization.java.util.List<ERAttribute>ERGeneralization. getForeignKeyAttributes(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyAttributes and filters its return values according to the given stereotype value.java.util.List<ERAttribute>ERRelationship. getForeignKeyAttributes(K_CONTROL_OPTION... behaviourFlags)Gets the foreign key attributes implementing thisERRelationship.java.util.List<ERAttribute>ERRelationship. getForeignKeyAttributes(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyAttributes and filters its return values according to the given stereotype value.java.util.List<ERForeignKey>EREntity. getForeignKeyByReferencedEntity(EREntity refObj, K_CONTROL_OPTION... behaviourFlags)java.util.List<ERForeignKey>EREntity. getForeignKeyByReferencedEntity(MMStereotype stereotype, EREntity refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyByReferencedEntity and filters its return values according to the given stereotype value.java.util.List<ERForeignKey>ERUniqueKey. getForeignKeyWithoutForeignKeyAble(K_CONTROL_OPTION... behaviourFlags)List of all foreign keys that reference thisERUniqueKeyand are not yet assigned to anIMForeignKeyAble(ERRoleorERGeneralization).java.util.List<ERForeignKey>ERUniqueKey. getForeignKeyWithoutForeignKeyAble(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyWithoutForeignKeyAble and filters its return values according to the given stereotype value.<T extends ERAttributeSet>
java.util.List<T>ERView. getFromAttributeSet(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ERAttributeSet>
java.util.List<T>ERView. getFromAttributeSet(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getFromAttributeSet and filters its return values according to the given stereotype value.<T extends ERUsedAttribute>
java.util.List<T>ERView. getFromAttributeSetAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ERUsedAttribute>
java.util.List<T>ERView. getFromAttributeSetAttribute(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getFromAttributeSetAttribute and filters its return values according to the given stereotype value.ERGeneralizationSetERForeignKey. getGeneralizationSet()Reference to theERGeneralizationSetfor which this foreign key is created.java.util.List<BI2Hierarchy>BI2CubeDimension. getHierarchy(K_CONTROL_OPTION... behaviourFlags)java.util.List<BI2Hierarchy>BI2CubeDimension. getHierarchy(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getHierarchy and filters its return values according to the given stereotype value.BI2HierarchyBI2CubeDimensionHierarchy. getHierarchy()Returns theBI2Hierarchyof thisBI2CubeDimensionHierarchy.BIHierarchyBIHierarchyRole. getHierarchy()TheBIHierarchyof thisBIHierarchyRole.java.util.List<BIHierarchy>EREntity. getHierarchyForHierarchyRole(K_CONTROL_OPTION... behaviourFlags)Gets all hierarchies for possible assignment to anBIHierarchyRole.java.util.List<BIHierarchy>EREntity. getHierarchyForHierarchyRole(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getHierarchyForHierarchyRole and filters its return values according to the given stereotype value.java.util.List<BI2HierarchyLevel>BI2DimensionLevel. getHierarchyLevel(K_CONTROL_OPTION... behaviourFlags)List of hierarchy levels using thisBI2DimensionLevel.java.util.List<BIHierarchyLevel>ERAttributeSet. getHierarchyLevel(K_CONTROL_OPTION... behaviourFlags)java.lang.StringBI2Hierarchy. getHierarchyLevelDisplayNames()Returns the names of the hierarchy levels as a comma separated string including short names.java.lang.StringBI2Hierarchy. getHierarchyLevelNames()Returns the names of the hierarchy levels as a comma separated string.java.util.List<BI2Hierarchy>BI2HierarchyLevel. getHierarchyLevelWithSameCubeDimensionAndDimensionLevel(K_CONTROL_OPTION... behaviourFlags)AllBI2HierarchyLevelwith the sameBI2DimensionLevelowned by hierarchies which are referenced by the sameBI2CubeDimension.java.util.List<BI2Hierarchy>BI2HierarchyLevel. getHierarchyLevelWithSameCubeDimensionAndDimensionLevel(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getHierarchyLevelWithSameCubeDimensionAndDimensionLevel and filters its return values according to the given stereotype value.java.util.List<BIHierarchyRole>BIHierarchy. getHierarchyRole()List of all hierarchy roles using thisBIHierarchy.java.util.List<BI2Hierarchy>BI2Hierarchy. getHierarchyWithSameCubeDimension(K_CONTROL_OPTION... behaviourFlags)AllBI2Hierarchywhich are referenced by the sameBI2CubeDimension.java.util.List<BI2Hierarchy>BI2Hierarchy. getHierarchyWithSameCubeDimension(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getHierarchyWithSameCubeDimension and filters its return values according to the given stereotype value.K_RS_HOWMANYERRelationship. getHowMany()This enumeration value indicates how many instances of the child entity can reference the same instance of the parent entity.
Setting this value to explicit will set the cardinality to (2,5)!BIHierarchyLevelBIHierarchy. getLastLevel()Gets the lastBIHierarchyLevelof thisBIHierarchy.BI2HierarchyLevelBI2HierarchyLevel. getLevelDown()The one level downBI2HierarchyLevel.java.util.List<BI2DimensionLevel>BI2DimensionTree. getLevelOfLevelNumber(BI2HierarchyLevel refObj, int mode, K_CONTROL_OPTION... behaviourFlags)Returns the dimension levels of thisBI2DimensionTreewith the level number.java.util.List<BI2DimensionLevel>BI2DimensionTree. getLevelOfLevelNumber(MMStereotype stereotype, BI2HierarchyLevel refObj, int mode, K_CONTROL_OPTION... behaviourFlags)The method calls getLevelOfLevelNumber and filters its return values according to the given stereotype value.BI2HierarchyLevelBI2HierarchyLevel. getLevelUp()The one level upBI2HierarchyLevel.BI2DimensionLevelBI2CubeDimension. getLowestDimensionLevel()Returns the lowestBI2DimensionLevelof thisBI2CubeDimension.BI2DimensionLevelBI2DimensionTree. getLowestLevel()Returns the lowestBI2DimensionLevelof thisBI2DimensionTree.BI2HierarchyLevelBI2Hierarchy. getLowestLevel()Returns the lowestBI2HierarchyLevelof thisBI2Hierarchy.<T extends ERRelationship>
java.util.List<T>EREntity. getMandatoryReferencingMeRelationship(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Get all mandatory relationships of the entity, if thisEREntityis on primary key side.<T extends ERRelationship>
java.util.List<T>EREntity. getMandatoryReferencingMeRelationship(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getMandatoryReferencingMeRelationship and filters its return values according to the given stereotype value.<T extends ERRelationship>
java.util.List<T>EREntity. getMandatoryReferencingRelationship(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Get all mandatory relationships of the entity, if thisEREntityis on foreign key side.<T extends ERRelationship>
java.util.List<T>EREntity. getMandatoryReferencingRelationship(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getMandatoryReferencingRelationship and filters its return values according to the given stereotype value.java.lang.StringERRole. getMax()Maximum cardinality of thisERRole.java.lang.StringERRole. getMaxUML()Maximum cardinality of thisERRolefor UML notation.BI2MeasurementTimeBI2CubeDimension. getMeasurementTime()Returns theBI2MeasurementTimeused by thisBI2CubeDimension.java.lang.StringERRole. getMin()The minimum number how often the connected entity must participate in the relationship.java.lang.StringERRole. getMinMaxString()Gets a string with the cardinality in Chen notation - (Min,Max).java.lang.StringERRole. getMinMaxStringUML()Gets a string with the cardinality in UML notation using the minimum and maximum of the partner role.java.lang.StringERRole. getMinUML()Minimum cardinality of thisERRolefor UML notation.K_RS_MUST_CANERRelationship. getMustOrCan()This enumeration value indicates if an instance of the child entity must or can have a relationship to an instance of the parent entity.java.lang.StringERRole. getNameUML()Role name of thisERRolefor UML notation.<T extends ERRelationship>
java.util.List<T>EREntity. getOptionalReferencingMeRelationship(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Get all optional relationships of the entity, if thisEREntityis on primary key side.<T extends ERRelationship>
java.util.List<T>EREntity. getOptionalReferencingMeRelationship(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOptionalReferencingMeRelationship and filters its return values according to the given stereotype value.<T extends ERRelationship>
java.util.List<T>EREntity. getOptionalReferencingRelationship(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Get all optional relationships of the entity, if thisEREntityis on foreign key side.<T extends ERRelationship>
java.util.List<T>EREntity. getOptionalReferencingRelationship(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOptionalReferencingRelationship and filters its return values according to the given stereotype value.<T extends BI2DimensionAttribute>
java.util.List<T>BI2DimensionLevel. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of all dimension attributes of this anBI2DimensionLeveljava.util.List<ERAttribute>EREntity. getOwnedAttribute(K_CONTROL_OPTION... behaviourFlags)List of attributes of this entity.java.util.List<ERViewAttribute>ERView. getOwnedAttribute(K_CONTROL_OPTION... behaviourFlags)List of attributes of thisERView.java.util.List<IMConstraintAssign>ERCheckConstraint. getOwnedConstraintAssign(K_CONTROL_OPTION... behaviourFlags)All check constraint assignments of thisERCheckConstraint.java.util.List<BI2CubeDimension>BI2Cube. getOwnedCubeDimension(K_CONTROL_OPTION... behaviourFlags)List of cube dimensions of thisBI2Cube.java.util.List<BI2CubeDimensionHierarchy>BI2CubeDimension. getOwnedCubeDimensionHierarchy(K_CONTROL_OPTION... behaviourFlags)List of cube dimension hierarchies of thisBI2CubeDimension.java.util.List<ERCheckConstraint>ERAttribute. getOwnedERCheckConstraint(K_CONTROL_OPTION... behaviourFlags)List of check constraints owned by thisERAttribute.java.util.List<ERCheckConstraint>EREntity. getOwnedERCheckConstraint(K_CONTROL_OPTION... behaviourFlags)List of check constraints owned by thisEREntity.java.util.List<ERViewAttribute>BI2Cube. getOwnedFactMeasure(K_CONTROL_OPTION... behaviourFlags)Returns all fact measures of thisBI2Cube.java.util.List<ERViewAttribute>BI2Cube. getOwnedFactMeasure(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedFactMeasure and filters its return values according to the given stereotype value.java.util.List<ERForeignKey>EREntity. getOwnedForeignKey(K_CONTROL_OPTION... behaviourFlags)List of foreign keys of this entity.<T extends ERViewFrom>
java.util.List<T>ERView. getOwnedFrom(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of from clauses of thisERView.<T extends ERViewFrom>
java.util.List<T>ERView. getOwnedFromByRef(java.lang.Class<T> returnType, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags)<T extends ERViewFrom>
java.util.List<T>ERView. getOwnedFromByRef(java.lang.Class<T> returnType, MMStereotype stereotype, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedFromByRef and filters its return values according to the given stereotype value.java.util.List<BI2Hierarchy>BI2DimensionTree. getOwnedHierarchy(K_CONTROL_OPTION... behaviourFlags)List of hierarchys of thisBI2DimensionTree.BI2HierarchyLevelBI2Hierarchy. getOwnedHierarchyLevelByDimensionLevel(BI2DimensionLevel refObj)java.util.List<BI2DimensionLevel>BI2DimensionTree. getOwnedLevel(K_CONTROL_OPTION... behaviourFlags)java.util.List<BI2HierarchyLevel>BI2Hierarchy. getOwnedLevel(K_CONTROL_OPTION... behaviourFlags)java.util.List<BIHierarchyLevel>BIHierarchy. getOwnedLevel(K_CONTROL_OPTION... behaviourFlags)java.util.List<BIHierarchyAttribute>BIHierarchyLevel. getOwnedLevelAttribute(K_CONTROL_OPTION... behaviourFlags)List of all level attributes of this anBIHierarchyLeveljava.util.List<ERRole>EREntity. getOwnedRole(K_CONTROL_OPTION... behaviourFlags)java.util.List<ERRole>ERRelationship. getOwnedRole(K_CONTROL_OPTION... behaviourFlags)List of roles owned by this relationship.java.util.List<BIHierarchySortAttribute>BIHierarchyLevel. getOwnedSortAttribute(K_CONTROL_OPTION... behaviourFlags)List of all sort attributes of this anBIHierarchyLeveljava.util.List<ERViewSubselectFrom>ERView. getOwnedSubselectFrom(K_CONTROL_OPTION... behaviourFlags)List of subselect from clauses of thisERView.<T extends ERView>
java.util.List<T>ERView. getOwnedSubView(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of sub views of this combined view.java.util.List<ERUniqueKey>EREntity. getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags)java.util.List<ERUniqueKey>ERView. getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags)ERAttributeERCheckConstraint. getOwningAttribute()Reference to theERAttributethat owns thisERCheckConstraint.ERViewERView. getOwningCombinedView()Reference to the combined view of thisERView.MMCreateCLInstERRole. getOwningCreateCLInst()Template dummy instance needed as owner substitute forEREntity.BI2CubeBI2CubeDimension. getOwningCube()Reference to theBI2Cubeof thisBI2CubeDimension.BI2CubeDimensionBI2CubeDimensionHierarchy. getOwningCubeDimension()Reference to theBI2CubeDimensionof thisBI2CubeDimensionHierarchy.BI2DimensionTreeBI2Hierarchy. getOwningDimensionTree()Reference to theBI2DimensionTreeof thisBI2Hierarchy.EREntityERAttribute. getOwningEntity()EREntityERForeignKey. getOwningEntity()Reference to the entity of the foreign key.EREntityERRole. getOwningEntity()EREntityERUniqueKey. getOwningEntity()ERRelationshipERRole. getOwningRelationship()Reference to the relationship that owns the role.IMSemanticDataTypeERCheckConstraint. getOwningSemanticDataType()Reference to theIMSemanticDataTypethat owns thisERCheckConstraint.ERViewERUniqueKey. getOwningView()Reference to theEREntityof theERUniqueKey.ERRoleERRole. getPartnerRole()Gets the partner role of this role (the opposite role of the relationship.<T extends MEModelElement>
java.util.List<T>BIHierarchy. getPossibleLevelActivator(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Activator of anBIHierarchyLevelis either an attribute set for the top level, or a connection to the attribute set of the last level.<T extends MEModelElement>
java.util.List<T>BIHierarchy. getPossibleLevelActivator(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPossibleLevelActivator and filters its return values according to the given stereotype value.java.util.List<BI2DimensionPrecedence>BI2DimensionTree. getPrecedences(K_CONTROL_OPTION... behaviourFlags)Get all precedences of thisBI2DimensionTree.java.util.List<BI2DimensionPrecedence>BI2DimensionTree. getPrecedences(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPrecedences and filters its return values according to the given stereotype value.java.util.List<BI2DimensionPrecedence>BI2Hierarchy. getPrecedences(K_CONTROL_OPTION... behaviourFlags)java.util.List<BI2DimensionPrecedence>BI2Hierarchy. getPrecedences(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPrecedences and filters its return values according to the given stereotype value.<T extends ERView>
java.util.List<T>ERAttributeSet. getPropagationViews(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns all views which are viewing thisERAttributeSet, but not yet viewing all attributes of this attribute set.<T extends ERView>
java.util.List<T>ERAttributeSet. getPropagationViews(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPropagationViews and filters its return values according to the given stereotype value.<T extends ERView>
java.util.List<T>ERUsedAttribute. getPropagationViews(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns all views which are viewing theERAttributeSetof thisERUsedAttribute, but not this attribute.<T extends ERView>
java.util.List<T>ERUsedAttribute. getPropagationViews(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPropagationViews and filters its return values according to the given stereotype value.<T extends ERRelationship>
java.util.List<T>EREntity. getReferencingMeRelationship(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Get all relationships of the entity, if thisEREntityis on primary key side.<T extends ERRelationship>
java.util.List<T>EREntity. getReferencingMeRelationship(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getReferencingMeRelationship and filters its return values according to the given stereotype value.<T extends ERRelationship>
java.util.List<T>EREntity. getReferencingRelationship(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Get all relationships of the entity, if thisEREntityis on foreign key side.<T extends ERRelationship>
java.util.List<T>EREntity. getReferencingRelationship(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getReferencingRelationship and filters its return values according to the given stereotype value.IMForeignKeyAbleBI2CubeDimension. getRelationship()Returns theIMForeignKeyAblereferenced by thisBI2CubeDimension.IMForeignKeyAbleBI2DimensionPrecedence. getRelationship()Returns theIMForeignKeyAblereferenced by thisBI2DimensionPrecedence.ERRelationshipERForeignKey. getRelationship()Reference to theERRelationshipfor which this foreign key is created.ERRelationshipERRole. getRelationship()The relationship this role is assigned to.<T extends ERRelationship>
java.util.List<T>EREntity. getRelationshipOfEntity(java.lang.Class<T> returnType, EREntity refObj, K_CONTROL_OPTION... behaviourFlags)<T extends ERRelationship>
java.util.List<T>EREntity. getRelationshipOfEntity(java.lang.Class<T> returnType, MMStereotype stereotype, EREntity refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getRelationshipOfEntity and filters its return values according to the given stereotype value.java.util.List<ERRole>ERRelationship. getRole(K_CONTROL_OPTION... behaviourFlags)All roles that are assigned to this relationship.ERRoleERRelationship. getRoleForeignKey()Returns theERRoleat the foreign key side of thisERRelationship.ERRoleERRelationship. getRoleSERMLeft()Returns theERRoleat the left side of anERRelationshipwhich conforms to SERM.ERRoleERRelationship. getRoleSERMRight()Returns theERRoleat the right side of anERRelationshipwhich conforms to SERM.ERRoleERRelationship. getRoleUniqueKey()Returns theERRoleat the unique key side of thisERRelationship.<T extends ADClientAble>
java.util.List<T>EREntity. getSectionElements(java.lang.Class<T> returnType, MMStereotype stereotype, MESection refObj, K_MESECTION kind, K_CONTROL_OPTION... behaviourFlags)The method calls getSectionElements and filters its return values according to the given stereotype value.<T extends ADClientAble>
java.util.List<T>EREntity. getSectionElements(java.lang.Class<T> returnType, MESection refObj, K_MESECTION kind, K_CONTROL_OPTION... behaviourFlags)java.util.List<BI2DimensionPrecedence>BI2DimensionLevel. getSubLevelPrecedence(K_CONTROL_OPTION... behaviourFlags)List of dimension precedences of this super level.java.util.List<BI2DimensionLevel>BI2DimensionLevel. getSubLevels(K_CONTROL_OPTION... behaviourFlags)List of all sub levels.java.util.List<BI2DimensionLevel>BI2DimensionLevel. getSubLevels(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSubLevels and filters its return values according to the given stereotype value.java.util.List<BI2DimensionLevel>BI2DimensionLevel. getSubLevelsTransitive(K_CONTROL_OPTION... behaviourFlags)List of all transitive sub levels.java.util.List<BI2DimensionLevel>BI2DimensionLevel. getSubLevelsTransitive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSubLevelsTransitive and filters its return values according to the given stereotype value.java.lang.StringBIHierarchyRole. getSuffix()Name suffix for the foreign attributes of the fact entity.java.util.List<BI2DimensionPrecedence>BI2DimensionLevel. getSuperLevelPrecedence(K_CONTROL_OPTION... behaviourFlags)List of dimension precedences of this sub level.java.util.List<BI2DimensionLevel>BI2DimensionLevel. getSuperLevels(K_CONTROL_OPTION... behaviourFlags)List of all super levels.java.util.List<BI2DimensionLevel>BI2DimensionLevel. getSuperLevels(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSuperLevels and filters its return values according to the given stereotype value.java.util.List<BI2DimensionLevel>BI2DimensionLevel. getSuperLevelsTransitive(K_CONTROL_OPTION... behaviourFlags)List of all transitive super levels.java.util.List<BI2DimensionLevel>BI2DimensionLevel. getSuperLevelsTransitive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSuperLevelsTransitive and filters its return values according to the given stereotype value.java.util.List<ERRole>EREntity. getTypedRole(K_CONTROL_OPTION... behaviourFlags)ERUniqueKeyERGeneralization. getUniqueKey()Gets theERUniqueKeyreferenced by thisERGeneralization.ERUniqueKeyERRelationship. getUniqueKey()Gets theERUniqueKeyreferenced by thisERRelationship.java.util.List<ERAttribute>ERGeneralization. getUniqueKeyAttributes(K_CONTROL_OPTION... behaviourFlags)Gets the attributes referenced by thisERGeneralization.java.util.List<ERAttribute>ERGeneralization. getUniqueKeyAttributes(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUniqueKeyAttributes and filters its return values according to the given stereotype value.java.util.List<ERAttribute>ERRelationship. getUniqueKeyAttributes(K_CONTROL_OPTION... behaviourFlags)Gets the attributes referenced by thisERRelationship.java.util.List<ERAttribute>ERRelationship. getUniqueKeyAttributes(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUniqueKeyAttributes and filters its return values according to the given stereotype value.EREntityERForeignKey. getUniqueKeyEntity()<T extends IMForeignKeyAble>
java.util.List<T>EREntity. getUniqueKeyForeignKeyAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of all foreign key assignable elements (roles or generalizations) where thisEREntityis on the unique key side.<T extends IMForeignKeyAble>
java.util.List<T>EREntity. getUniqueKeyForeignKeyAble(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUniqueKeyForeignKeyAble and filters its return values according to the given stereotype value.java.util.List<ERGeneralization>EREntity. getUniqueKeyGeneralization(EREntity refObj, K_CONTROL_OPTION... behaviourFlags)Returns the list of all generalizations which potentially lead to a foreign key in the partner entity.java.util.List<ERGeneralization>EREntity. getUniqueKeyGeneralization(MMStereotype stereotype, EREntity refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getUniqueKeyGeneralization and filters its return values according to the given stereotype value.java.util.List<ERRole>EREntity. getUniqueKeyRole(K_CONTROL_OPTION... behaviourFlags)java.util.List<ERRole>EREntity. getUniqueKeyRole(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUniqueKeyRole and filters its return values according to the given stereotype value.ERUsedAttributeBIHierarchyAttribute. getUsedAttribute()ERUsedAttributeBIHierarchySortAttribute. getUsedAttribute()<T extends ERUsedAttribute>
java.util.List<T>ERViewAttribute. getUsedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ERViewElement>
java.util.List<T>ERUsedAttribute. getUsingERViewElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<ERViewAttribute>ERUsedAttribute. getUsingViewAttributeByRef(ERView refObj, K_CONTROL_OPTION... behaviourFlags)List of all view attributes that view this attribute (ERViewAttributeorERAttribute).
If there is aERViewgiven byargument refObj, the result will be restricted to the attributes owned by this view.java.util.List<ERViewAttribute>ERUsedAttribute. getUsingViewAttributeByRef(MMStereotype stereotype, ERView refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getUsingViewAttributeByRef and filters its return values according to the given stereotype value.<T extends ERViewFrom>
java.util.List<T>ERAttributeSet. getViewFrom(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of from clauses that use this attributes set in a view.<T extends ERView>
java.util.List<T>EREntity. getViewingViews(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends ERView>
java.util.List<T>EREntity. getViewingViews(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getViewingViews and filters its return values according to the given stereotype value.booleanBI2Hierarchy. hasAll()Returns whether thisBI2Hierarchyhas an 'all' member.booleanERRelationship. hasWeakEntity()If true, the referencing entity of the relationship is a weak entity.booleanBI2DimensionSortAttribute. isAscending()If true, sort in ascending order; if false, in descending order.booleanERRole. isForeignKeyCandidate()If true, theERRolecan be set to be on the foreign key side.
A role is a foreign key candidate if the upper value is 1, unless the partner role does not have a (1,1) cardinality.booleanERRole. isForeignKeySide()If true, theERRoleis on the foreign key side of itsERRelationship.booleanERRelationship. isMaxOne()True, if theERRoleon the unique key side has a cardinality with maximum one, e.g. (0,1).booleanERRelationship. isMinOne()True, if theERRoleon the unique key side has a cardinality with minimum one or greater, e.g. (1,*).booleanBI2DimensionShowAttribute. isOptional()True, if thisBI2DimensionShowAttributeis optional.booleanERRelationship. isOptional()True, if thisERRelationshipis optional.
This is true if theERRoleon the foreign key side has a cardinality with minimum of zero, e.g. (0,1).booleanBI2HierarchyLevel. isRecursive()If true, thisBI2HierarchyLevelis recursive (self-precedence).booleanEREntity. isRType()If true, theEREntityis an R type in the SERM terminology.
R stands for relationship.booleanEREntity. isRTypeAble(boolean mode)If true, thisEREntitycan become an R type.
If the boolean argument mode is true, this getter returns true if the entity is already an R type.booleanERRelationship. isSERMConform()If true, this relationship conforms to SERM.booleanBI2DimensionPrecedence. isStrict()If true, thisBI2DimensionPrecedenceis strict, otherwise loose.booleanERRole. isUniqueKeySide()If true, theERRoleis on the unique key side of itsERRelationship.booleanEREntity. isWeak()True, if thisEREntityis weak.
An entity is called weak, if it is the child of at least one hierarchicalERRelationshipor it owns at least one identifying foreign key!java.util.List<MEStereotypeAble>BI2CubeDimension. maintain()Runs all maintaining methods for thisBI2CubeDimensionin the following order:
maintainAddAllAttributes(...)java.util.List<MEStereotypeAble>BI2CubeDimensionHierarchy. maintain()Runs all maintaining methods for thisBI2CubeDimensionHierarchyin the following order:
maintain(...) of ownerBI2CubeDimensionjava.util.List<MEStereotypeAble>BI2DimensionLevel. maintain()Runs all maintaining methods for thisBI2DimensionLevelin the following order:
maintainAddIdentificator(...)java.util.List<MEStereotypeAble>BI2DimensionPrecedence. maintain()Runs all maintaining methods for thisBI2DimensionPrecedencein the following order:
maintainAssignER(...)java.util.List<MEStereotypeAble>BIHierarchyLevel. maintain()java.util.List<MEStereotypeAble>ERForeignKey. maintain()Runs all maintaining methods for this foreign key in the following order:
maintainAssignForeignKeyAble(...)java.util.List<MEStereotypeAble>ERGeneralization. maintain()java.util.List<MEStereotypeAble>ERRelationship. maintain()java.util.List<MEStereotypeAble>ERRole. maintain()java.util.List<MEStereotypeAble>ERUniqueKey. maintain()java.util.List<MEStereotypeAble>ERViewAttribute. maintain()Runs all maintaining methods for thisERViewFromin the following order:
maintainAddUnionAttributes(...)java.util.List<ERViewAttribute>ERViewFrom. maintainAddAllAttributes()This maintaining method adds aERViewAttributefor eachERUsedAttributeof the referencedERAttributeSet, if the viewed attributes is not yet referenced in theERViewof thisERViewFrom.
Returns the list of the created attributes.java.util.List<BI2DimensionIdAttribute>BI2DimensionLevel. maintainAddIdentificator()This maintaining method adds aBI2DimensionIdAttributefor each primary attribute of the referencedERAttributeSet, if thisBI2DimensionLeveldon't have yet an identification attribute.
Returns the list of the created attributes.java.util.List<ERViewAttribute>ERViewAttribute. maintainAddUnionAttributes()This maintaining method adds aERViewAttributein everyERViewwhich has a union from clause to the select view of this attribute and less attributes.
Returns the list of the created attributes.IMForeignKeyAbleBI2CubeDimension. maintainAssignER()This maintaining method assigns thisBI2CubeDimensionto an ER relationship if there is exactly one available relationship between theERAttributeSetof the lowest dimension level and an fact set of itsBI2Cube.IMForeignKeyAbleBI2DimensionPrecedence. maintainAssignER()This maintaining method assigns thisBI2DimensionPrecedenceto an ER relationship if there is exactly one available relationship between the attribute sets of its dimension levels.IMForeignKeyAbleERForeignKey. maintainAssignForeignKeyAble()This maintaining method assigns (if not yet assigned) this foreign key to an appropriate role or generalization.
This foreign key's entity shall be known as the FK entity and the referenced unique key's entity as the UK entity.
The first step is to search a generalization which has the FK entity as the specializing entity and the UK entity as the general entity.java.util.List<IMKeyRelationshipFeature>ERForeignKey. maintainCreateForeignAttributes()This maintaining method creates the missed foreign key attributes.IMForeignKeyAbleERForeignKey. maintainCreateRelationship()If theERForeignKeyis not yet assigned to anIMForeignKeyAble(role or generalization), anERRelationshipwill be created for this foreign key.
Returns the role on the unique key side of the newly-created relationship or null.voidBI2DimensionLevel. maintainDisconnectUndesirableDBElements()This maintaining method deletes all mapping dependencies with target to hierarchy levels of this dimension level but the source element is not available in relation to the connected attribute set.ERForeignKeyERGeneralization. maintainForeignKey()This maintaining method creates the missedERForeignKeyfor thisERGeneralization.
Returns the newly created foreign key or null.ERForeignKeyERRole. maintainForeignKey()This maintaining method creates the missedERForeignKeyfor thisERRole.
Returns the newly-created foreign key or null.java.util.List<MEStereotypeAble>ERUniqueKey. maintainForeignKeys()Runs the maintaining methods for all foreign keys of thisERUniqueKeywhich are not yet assigned to a relationship.java.util.List<MEStereotypeAble>ERUniqueKey. maintainGeneralizations()Runs the maintaining methods for all generalizations of theEREntityof thisERUniqueKeyin order to maintain the foreign keys in dependent entities.java.util.List<MEStereotypeAble>ERForeignKey. maintainHierarchicalPrimaryKey()This method maintains the primary key of the entity of this foreign key, if the foreign key is assigned to a hierarchical relationship.
A hierarchical relationship is either a generalization or a relationship with a weak entity.
All attributes of this foreign key should be part of the primary key in the same entity, unless a primary key with an attribute which is not part of this foreign key already exists.
If necessary, a primary key will be created.voidEREntity. maintainIsRType()Maintains the R type flag of this entity.voidERGeneralization. maintainIsRType()Runs the R type maintaining method for the generalEREntityof thisERGeneralization.voidERRelationship. maintainIsRType()Runs the R type maintaining method for the connected entities of thisERRelationship.voidBI2Hierarchy. maintainLevelSortOrder()This maintaining method sorts the hierarchy levels in an appropriate order for precedences.voidERForeignKey. maintainNotnull()This maintaining method sets the not null property of the foreign key attributes according to the assigned role.java.util.List<ERAttribute>BIHierarchyRole. maintainRenameForeignAttributes()This maintaining method rename the foreign key attributes using the prefix and suffix of thisBIHierarchyRole.
Returns the list of renamed attributes.java.util.List<MEStereotypeAble>ERRelationship. maintainRoles()Runs the maintaining methods for all roles of thisERRelationship.java.util.List<MEStereotypeAble>ERUniqueKey. maintainRoles()Runs the maintaining methods for all unique key roles of theEREntityof thisERUniqueKeyin order to maintain the foreign keys.voidBI2Hierarchy. setAll(boolean value)Set the value of Attribut HasAll.voidBI2DimensionSortAttribute. setAscending(boolean value)Set the value of Attribut IsAscending.voidBI2HierarchyLevel. setAttributeSet(ERAttributeSet value)Set the value of View AttributeSet.voidBIHierarchyLevel. setAttributeSet(ERAttributeSet value)Set the value of Foreign Key AttributeSet.voidEREntity. setAutoMapDatabaseModels(java.util.List<? extends MEModel> values)Set the value of View AutoMapDatabaseModels.voidERRole. setConnectedEntity(EREntity value)Set the value of Foreign Key ConnectedEntity.voidBI2HierarchyLevel. setDBColumnSets(java.util.List<? extends IMClassifier> values)Set the value of View DBColumnSets.voidBI2CubeDimension. setDimensionAttributeNames(java.lang.String value)Set the value of Info DimensionAttributeNames.voidBI2HierarchyLevel. setDimensionLevel(BI2DimensionLevel value)Set the value of Foreign Key DimensionLevel.voidEREntity. setEntityKind(K_ENTITY value)Set the value of Info EntityKind.voidERForeignKey. setForeignKeyAble(IMForeignKeyAble value)Set the value of Foreign Key ForeignKeyAble.voidERRole. setForeignKeySide(boolean value)Set the value of Info IsForeignKeySide.voidERRole. setForeignKeySideAndMaintain(boolean value)Set the value of Info IsForeignKeySide.voidERForeignKey. setGeneralizationSet(ERGeneralizationSet value)Set the value of View GeneralizationSet.voidBIHierarchyRole. setHierarchy(BIHierarchy value)Set the value of Foreign Key Hierarchy.voidERRelationship. setHowMany(K_RS_HOWMANY value)Set the value of Info HowMany.voidERRole. setMax(java.lang.String value)Set the value of Info Max.voidERRole. setMaxAndMaintain(java.lang.String value)Set the value of Info Max.voidERRole. setMaxUML(java.lang.String value)Set the value of Info MaxUML.voidERRole. setMaxUMLAndMaintain(java.lang.String value)Set the value of Info MaxUML.voidBI2CubeDimension. setMeasurementTime(BI2MeasurementTime value)Set the value of Foreign Key MeasurementTime.voidERRole. setMin(java.lang.String value)Set the value of Info Min.voidERRole. setMinAndMaintain(java.lang.String value)Set the value of Info Min.voidERRole. setMinMax(java.lang.String Min, java.lang.String Max, boolean Maintain)Sets the role cardinality to (min,max).voidERRole. setMinUML(java.lang.String value)Set the value of Info MinUML.voidERRole. setMinUMLAndMaintain(java.lang.String value)Set the value of Info MinUML.voidERRelationship. setMustOrCan(K_RS_MUST_CAN value)Set the value of Info MustOrCan.voidERRole. setNameUML(java.lang.String value)Set the value of Info NameUML.voidBI2DimensionShowAttribute. setOptional(boolean value)Set the value of Attribut IsOptional.voidERAttribute. setPrimary(boolean setPrimary)Sets theERAttributeto primary or not primary.voidBI2HierarchyLevel. setRecursive(boolean value)Set the value of Attribut IsRecursive.voidBI2CubeDimension. setRelationship(IMForeignKeyAble value)Set the value of Foreign Key Relationship.voidBI2DimensionPrecedence. setRelationship(IMForeignKeyAble value)Set the value of Foreign Key Relationship.voidERForeignKey. setRelationship(ERRelationship value)Set the value of View Relationship.voidBI2DimensionPrecedence. setStrict(boolean value)Set the value of Attribut IsStrict.voidBIHierarchyRole. setSuffix(java.lang.String value)Set the value of Attribut Suffix.voidEREntity. setWeak(boolean value)Set the value of Info IsWeak.voidERRelationship. setWeakEntity(boolean value)Set the value of Attribut HasWeakEntity.ERGeneralizationERRelationship. transformToGeneralization()Not yet implemented!ERRelationshipERGeneralization. transformToRelationship()Not yet implemented!EREntityERRelationship. transformToRType()Precondition: thisERRelationshipmust not be implemented by anERForeignKey! -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2erdia
-
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2gc
Methods in de.mid.innovator.srv2api.icw2gc that throw SrvErrorException Modifier and Type Method Description voidGCConcept. addRealizingElements(java.util.List<? extends MMCommentContainerAble> seqRealizingElement)Adds elements to the current set of realizing elements or diagrams and creates concept realizations accordingly.static GCConceptConnectionGCConceptConnectionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Concept Connection with template from source to target element.static GCConceptConnectionGCConceptConnectionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Concept Connection with stereotype from source to target element.static GCConceptGCConceptHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Concept with template and container.static GCConceptGCConceptHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Concept with stereotype and container.static GCConceptRealizationGCConceptRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Concept Realization with template from source to target element.static GCConceptRealizationGCConceptRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Concept Realization with stereotype from source to target element.GCConceptGCConceptRealization. getConcept()TheGCConceptbeing realized.GCConceptRealizationGCConcept. getConceptRealizationFromElement(MMCommentContainerAble refObj)K_GCDIA_CONCEPT_TYPEGCConcept. getConceptType()The type of concept.java.util.List<GCConcept>GCConcept. getContainerConceptsByPresentation(K_CONTROL_OPTION... behaviourFlags)java.util.List<GCConcept>GCConcept. getContainerConceptsByPresentation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getContainerConceptsByPresentation and filters its return values according to the given stereotype value.java.util.List<GCConcept>GCConcept. getDirectlyConnectedPredecessors(K_CONTROL_OPTION... behaviourFlags)java.util.List<GCConcept>GCConcept. getDirectlyConnectedPredecessors(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDirectlyConnectedPredecessors and filters its return values according to the given stereotype value.java.util.List<GCConcept>GCConcept. getDirectlyConnectedSuccessors(K_CONTROL_OPTION... behaviourFlags)java.util.List<GCConcept>GCConcept. getDirectlyConnectedSuccessors(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDirectlyConnectedSuccessors and filters its return values according to the given stereotype value.K_PREDGE_TIP_STYLEGCConceptConnection. getEdgeSourceTipStyle()The type of the edge direction marker at the source side.K_PREDGESTYLEGCConceptConnection. getEdgeStyle()The edge style, e.g. dotted or dashed.K_PREDGE_TIP_STYLEGCConceptConnection. getEdgeTargetTipStyle()The type of the edge direction marker at the target side.K_PREDGETYPEGCConceptConnection. getEdgeType()Configures the type of the edges representing the connection.java.util.List<GCConceptRealization>GCConcept. getIncomingConceptRealization(K_CONTROL_OPTION... behaviourFlags)java.util.List<GCConceptConnection>GCConcept. getIncomingConnection(K_CONTROL_OPTION... behaviourFlags)The incomingGCConceptConnection.java.util.List<GCConceptConnection>GCConceptConnection. getIncomingConnection(K_CONTROL_OPTION... behaviourFlags)The incomingGCConceptConnection.java.util.List<GCConcept>GCConcept. getNestedConceptsByDiagram(GCDia refObj, K_CONTROL_OPTION... behaviourFlags)Finds the sons of the diagram occurrence withinargument refObjof this concept and returns the corresponding concepts of these nodes.java.util.List<GCConcept>GCConcept. getNestedConceptsByDiagram(MMStereotype stereotype, GCDia refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getNestedConceptsByDiagram and filters its return values according to the given stereotype value.java.util.List<GCConcept>GCConcept. getNestedConceptsByPresentation(K_CONTROL_OPTION... behaviourFlags)Finds the sons of all diagram occurrences of this concept and returns the corresponding concepts of these nodes.java.util.List<GCConcept>GCConcept. getNestedConceptsByPresentation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getNestedConceptsByPresentation and filters its return values according to the given stereotype value.K_PRESSPEC_NODE_SHAPEGCConcept. getNodeShape()The node shape displayed in diagrams.java.util.List<GCConceptConnection>GCConcept. getOutgoingConnection(K_CONTROL_OPTION... behaviourFlags)The outgoingGCConceptConnection.java.util.List<GCConcept>GCConcept. getOwnedConcept(K_CONTROL_OPTION... behaviourFlags)GCConceptGCConcept. getOwningConcept()The owning concept of thisGCConcept.<T extends MMCommentContainerAble>
java.util.List<T>GCConcept. getRealizingElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends MMCommentContainerAble>
java.util.List<T>GCConcept. getRealizingElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getRealizingElement and filters its return values according to the given stereotype value.MMCommentContainerAbleGCConceptRealization. getRealizingElement()GCConceptGCConceptConnection. getSourceConcept()The sourceGCConceptof the connection.GCConceptGCConceptConnection. getTargetConcept()The targetGCConceptof the connection.GCConceptConnectionGCConceptConnection. getTargetConnection()The targetGCConceptConnectionof the connection.GCConceptConnectionGCConceptConnection. insertConcept(ELElement item)Splits up theGCConceptConnectionand inserts the givenGCConcept.booleanGCConcept. isAlreadyRealized()booleanGCConcept. isRealizationAllowed()True if the configuration allows to realize this concept by at least one element or diagram via a concept realization.voidGCConcept. removeRealizingElements(java.util.List<? extends MMCommentContainerAble> seqRealizingElement)Removes elements of the current set of realizing elements or diagrams and deletes concept realizations accordingly.voidGCConcept. replaceRealizingElements(java.util.List<? extends MMCommentContainerAble> seqRealizingElement)Replaces the current set of realizing elements or diagrams with the set passed and creates and deletes concept realizations accordingly.voidGCConcept. setConceptType(K_GCDIA_CONCEPT_TYPE value)Set the value of Attribut ConceptType.voidGCConceptConnection. setEdgeSourceTipStyle(K_PREDGE_TIP_STYLE value)Set the value of Attribut EdgeSourceTipStyle.voidGCConceptConnection. setEdgeStyle(K_PREDGESTYLE value)Set the value of Attribut EdgeStyle.voidGCConceptConnection. setEdgeTargetTipStyle(K_PREDGE_TIP_STYLE value)Set the value of Attribut EdgeTargetTipStyle.voidGCConceptConnection. setEdgeType(K_PREDGETYPE value)Set the value of Attribut EdgeType.voidGCConcept. setNodeShape(K_PRESSPEC_NODE_SHAPE value)Set the value of Attribut NodeShape.voidGCConcept. setRealizingElement(java.util.List<? extends MMCommentContainerAble> values)Set the value of View RealizingElement. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2gcdia
Methods in de.mid.innovator.srv2api.icw2gcdia that throw SrvErrorException Modifier and Type Method Description java.util.List<GCDiaConceptEdge>GCDia. addConceptConnection(java.util.List<? extends GCDiaConceptNode> seqNode, java.util.List<? extends GCConceptConnection> seqSel, boolean isDirParent, boolean addNode)static GCDiaConceptEdgeGCDiaConceptEdgeHelper. addConceptEdge(SrvContext srvCtx, GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, java.util.List<java.awt.Point> seqStep)Add aGCConceptConnectionasGCDiaConceptEdgebetween the specified source and target element.voidGCDiaConceptNode. addContainedNodes(java.util.List<ARG_GCDiaNodeWithPos> seq)java.util.List<PRDiaNode>GCDia. addDiaNodes(java.lang.Class<? extends ELObject> kVOclModel, java.lang.Class<? extends ELObject> kVOclPres, java.util.List<? extends ADClientAble> adds, java.awt.Point position, java.awt.Point size, java.awt.Point offset)java.util.List<PRDiaNode>GCDia. addDiaNodesOnly(java.lang.Class<? extends ELObject> kVOclModel, java.lang.Class<? extends ELObject> kVOclPres, java.util.List<? extends ADClientAble> adds, java.awt.Point position, java.awt.Point size, java.awt.Point offset)java.util.List<PRDiaNode>GCDia. copyNodesFromOtherDia(java.util.List<? extends PRDiaNode> seqNodes, java.awt.Point ptPos)static GCDiaGCDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Concept Diagram with template and container.static GCDiaGCDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Concept Diagram with stereotype and container.GCDiaConceptNodeGCDia. createAddConceptForRealizingElement(MEStereotypeAble ohElement, ELContainerAble ohContainer, java.awt.Point position, boolean isOffsetPosition, java.awt.Point size, K_ORIENTATION orientation, boolean isCreate)GCConceptGCDiaConceptNode. getConcept()TheGCConceptwhich is represented by this graphicalGCDiaConceptNode.java.util.List<GCConcept>GCDia. getConceptInDia(K_CONTROL_OPTION... behaviourFlags)java.util.List<GCConcept>GCDia. getConceptInDia(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getConceptInDia and filters its return values according to the given stereotype value.java.util.List<PRDiaCalloutNode>GCDiaConceptNode. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)All callout nodes owned by this concept node.java.util.List<GCDiaConceptEdge>GCDia. getOwnedConceptEdge(K_CONTROL_OPTION... behaviourFlags)All concept edges owned by thisGCDia.java.util.List<GCDiaConceptNode>GCDia. getOwnedConceptNode(K_CONTROL_OPTION... behaviourFlags)All concept nodes owned by thisGCDia.java.util.List<GCDiaConceptNode>GCDiaConceptNode. getOwnedConceptNode(K_CONTROL_OPTION... behaviourFlags)All concept nodes owned by this concept node.GCDiaConceptNodeGCDiaConceptNode. getOwningConceptNode()The surrounding concept node of thisGCDiaConceptNode.GCDiaGCDiaConceptEdge. getOwningDiagram()The diagram owning thisGCDiaConceptEdge.GCDiaGCDiaConceptNode. getOwningDiagram()The diagram owning thisGCDiaConceptNode.booleanGCDiaConceptNode. isContainerNode()True, if the node is a container node.voidGCDiaConceptEdge. reconnectEdge(ELElement ohNew, K_SIDE kSide)Assigns theGCConceptConnectionof this edge to a new source/target node.voidGCDiaConceptNode. setContainerNode(boolean value)Set the value of Attribut IsContainerNode.voidGCDia. setNodeNotationAsIcon(boolean asIcon, MMStereotype ohStereo)Changes the display option notation of concept nodes within thisGCDia. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that throw SrvErrorException Modifier and Type Method Description static IAActionExecSpecIAActionExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Action Execution Specification with template and container with requirement.static IAActionExecSpecIAActionExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Action Execution Specification with stereotype and container with requirement.static IAAltIAAltHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Alternative with template and container.static IAAltIAAltHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Alternative with stereotype and container.static IAAssertIAAssertHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Assertion with template and container.static IAAssertIAAssertHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Assertion with stereotype and container.static IABehaviorExecSpecIABehaviorExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Behavior Execution Specification with template and container.static IABehaviorExecSpecIABehaviorExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Behavior Execution Specification with template and container with requirement.static IABehaviorExecSpecIABehaviorExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Behavior Execution Specification with stereotype and container.static IABehaviorExecSpecIABehaviorExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Behavior Execution Specification with stereotype and container with requirement.static IABreakIABreakHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Break with template and container.static IABreakIABreakHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Break with stereotype and container.static IACallMessageIACallMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Call Message with template from source to target element with requirement.static IACallMessageIACallMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Call Message with stereotype from source to target element with requirement.static IAConsiderIAConsiderHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Consider with template and container.static IAConsiderIAConsiderHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Consider with stereotype and container.static IAConstraintIAConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Interaction Constraint with template and container.static IAConstraintIAConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Interaction Constraint with stereotype and container.static IAContinuationIAContinuationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Continuation with template and container.static IAContinuationIAContinuationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Continuation with stereotype and container.static IACreateMessageIACreateMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Create Message with template from source to target element with requirement.static IACreateMessageIACreateMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Create Message with stereotype from source to target element with requirement.static IACriticalIACriticalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Critical Region with template and container.static IACriticalIACriticalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Critical Region with stereotype and container.static IADestructMessageIADestructMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Destruction Message with template from source to target element with requirement.static IADestructMessageIADestructMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Destruction Message with stereotype from source to target element with requirement.static IAIgnoreIAIgnoreHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Ignore with template and container.static IAIgnoreIAIgnoreHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Ignore with stereotype and container.static IAInteractionIAInteractionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Interaction with template and container.static IAInteractionIAInteractionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Interaction with stereotype and container.static IALifelineIALifelineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Lifeline with template and container with requirement.static IALifelineIALifelineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Lifeline with stereotype and container with requirement.static IALoopIALoopHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Loop with template and container.static IALoopIALoopHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Loop with stereotype and container.static IALostAndFoundIALostAndFoundHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Lost and Found with template and container.static IALostAndFoundIALostAndFoundHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Lost and Found with stereotype and container.static IANegIANegHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Negative with template and container.static IANegIANegHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Negative with stereotype and container.static IAOptIAOptHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Option with template and container.static IAOptIAOptHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Option with stereotype and container.static IAOrderingIAOrderingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new General Ordering with template from source to target element.static IAOrderingIAOrderingHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new General Ordering with stereotype from source to target element.static IAParIAParHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Parallel with template and container.static IAParIAParHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Parallel with stereotype and container.static IAReplyMessageIAReplyMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Reply Message with template and container.static IAReplyMessageIAReplyMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Reply Message with stereotype and container.static IASeqIASeqHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Weak Sequencing with template and container.static IASeqIASeqHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Weak Sequencing with stereotype and container.static IASignalMessageIASignalMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Signal Message with template from source to target element with requirement.static IASignalMessageIASignalMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Signal Message with stereotype from source to target element with requirement.static IAStateInvariantIAStateInvariantHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new State Invariant with template and container.static IAStateInvariantIAStateInvariantHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new State Invariant with stereotype and container.static IAStrictIAStrictHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Strict Sequencing with template and container.static IAStrictIAStrictHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Strict Sequencing with stereotype and container.static IAUseIAUseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Interaction Use with template and container with requirement.static IAUseIAUseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Interaction Use with stereotype and container with requirement.ANActionIAActionExecSpec. getAction()TheANActionbeing executed.<T extends ANAction>
java.util.List<T>IAInteraction. getAction(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Action of the interaction.java.util.List<IAGate>IAUse. getActualGate(K_CONTROL_OPTION... behaviourFlags)IAOccSpecIAOrdering. getAfter()The OccurrenceSpecification referred comes after the OccurrenceSpecification referred by 'Before'.<T extends ELValSpec>
java.util.List<T>IAMessage. getArgument(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The arguments of the message.<T extends ELValSpec>
java.util.List<T>IAUse. getArguments(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)IAOccSpecIAOrdering. getBefore()The OccurrenceSpecification referred comes before the OccurrenceSpecification referred by 'After'.BEBehaviorIABehaviorExecSpec. getBehavior()The behavior of this behavior execution specification.java.lang.StringIAStateInvariant. getBody()Specification of theIAStateInvariantin one or more languages.IACombinedIAOperand. getCombinedFragment()Fragments of the operand.<T extends MEModelElement>
java.util.List<T>IAConsider. getConsideredElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns the considered elements.<T extends MEModelElement>
java.util.List<T>IAConsider. getConsideredElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getConsideredElement and filters its return values according to the given stereotype value.<T extends IACovering>
java.util.List<T>IACovered. getCoveredBy(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)IALifelineIACovering. getCoveredLifeline()References the lifelines that the fragment involves.IACoveredIACovering. getCovers()java.util.List<IALifeline>IAInteraction. getDecomposedLifeline()All lifelines which are decomposed by this interaction.IAInteractionIALifeline. getDecomposedRefersTo()References the interaction that represents the decomposition.SQDiaIAInteraction. getDiagram()The seqeuence diagram for this interaction.<T extends MEModelElement>
java.util.List<T>IAConsider. getElement(java.lang.Class<T> returnType)All model elements of this considered element.<T extends MEModelElement>
java.util.List<T>IAIgnore. getElement(java.lang.Class<T> returnType)All model elements of this ignored element.IAInteractionIAFragment. getEnclosingInteraction()The interaction that encloses this InteractionFragment when ignoring any Fragment-Operand hierarchy.IAOperandIAFragment. getEnclosingOperand()The operand that encloses this InteractionFragment (they may nest recursively).IAExecOccSpecIAExecSpec. getFinish()References the occurrence specification that designates the finish of the action or behavior.<T extends IAExecSpec>
java.util.List<T>IAExecOccSpec. getFinished(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)References the occurrence specification that designates the finish of the action or behavior.java.util.List<IAGate>IAInteraction. getFormalGate(K_CONTROL_OPTION... behaviourFlags)Specifies the gates that form the message interface between thisIAInteractionand anyIAUsethat reference it.<T extends IAFragment>
java.util.List<T>IAInteraction. getFragment(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The ordered set of fragments in the interaction.<T extends IAFragment>
java.util.List<T>IAOperand. getFragment(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Fragments of the operand.IAFragmentIAOrdering. getFragment()The fragment which owns this general ordering.java.util.List<IAOrdering>IAFragment. getGeneralOrdering(K_CONTROL_OPTION... behaviourFlags)The general ordering relationships contained in this fragment.IAConstraintIAOperand. getGuard()Constraints of the operand.<T extends MEModelElement>
java.util.List<T>IAIgnore. getIgnoredElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns the ignored elements.<T extends MEModelElement>
java.util.List<T>IAIgnore. getIgnoredElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getIgnoredElement and filters its return values according to the given stereotype value.IAInteractionIAGate. getInteraction()TheIAInteractionwhich owns this formalIAGate.IAInteractionIALifeline. getInteraction()References the interaction that encloses this lifelineIAInteractionIALostAndFound. getInteraction()The owning interaction of this lost or found message.IAInteractionIAMessage. getInteraction()The enclosing interaction that owns the message.IAUseIAGate. getInteractionUse()java.lang.StringIAStateInvariant. getLanguage()Languages of the body strings that theIAStateInvariantuses in the same order as the body strings.ARG_PRPresContextLayoutIAInteraction. getLayout()Retrieves the layout information of theIAInteraction.java.util.List<IALifeline>IAInteraction. getLifeline(K_CONTROL_OPTION... behaviourFlags)Specifies the participants in this interaction.java.util.List<IALostAndFound>IAInteraction. getLostAndFound(K_CONTROL_OPTION... behaviourFlags)The occurrences of lost or found messages contained in this interaction.java.lang.StringIAConstraint. getMaxBound()The maximum number of iterations of a loop.<T extends IAMessage>
java.util.List<T>IAInteraction. getMessage(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The messages contained in this interaction.java.lang.StringIAConstraint. getMinBound()The minimum number of iterations of a loop.java.util.List<IAOperand>IACombined. getOperand(K_CONTROL_OPTION... behaviourFlags)The set of operands of the combined fragment.IAOperandIAConstraint. getOperand()The operand that owns this constraint.CLOperationIACallMessage. getOperation()The operation which is called by the message.CLOperationIACreateMessage. getOperation()The constructor which is called by the message.CLOperationIADestructMessage. getOperation()The destructor which is called by the message.K_IA_OPERATORIACombined. getOperator()Determines the kind of the operator of the combined fragment.java.util.List<MEDurationConstraint>IAInteraction. getOwnedDurationConstraint(K_CONTROL_OPTION... behaviourFlags)java.util.List<MESimpleConstraint>IACombined. getOwnedRule(K_CONTROL_OPTION... behaviourFlags)java.util.List<MESimpleConstraint>IAOperand. getOwnedRule(K_CONTROL_OPTION... behaviourFlags)java.util.List<METimeConstraint>IAInteraction. getOwnedTimeConstraint(K_CONTROL_OPTION... behaviourFlags)IAMessageEndIAMessage. getReceiveEvent()References theIAMessageEndreceiving thisIAMessage.IAMessageIAMessageEnd. getReceiveMessage()References theIAMessagereceived by thisIAMessageEnd.IAInteractionIALifeline. getRefersTo()The interaction referred by this lifeline.IAInteractionIAUse. getRefersTo()Refers to theIAInteractionthat defines its meaning.CLConnectAbleElementIALifeline. getRepresents()java.lang.StringIALifeline. getSelector()Specification of the selector of theIALifeline.IAMessageEndIAMessage. getSendEvent()References theIAMessageEndsending thisIAMessage.IAMessageIAMessageEnd. getSendMessage()References theIAMessagesend by thisIAMessageEnd.booleanIAContinuation. getSetting()The setting of the continuation.CLSignalIASignalMessage. getSignal()Specifies the assignedCLSignalof the signal message.MENamespaceAsgnAbleIAMessage. getSignature()K_IA_MSGSORTIAMessage. getSort()Determines the type that identifies the type of communication action that was used to generate the message.IAExecOccSpecIAExecSpec. getStart()References the occurrence specification that designates the start of the action or behavior.<T extends IAExecSpec>
java.util.List<T>IAExecOccSpec. getStarted(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)References the occurrence specification that designates the start of the action or behavior.java.util.List<IAOrdering>IAOccSpec. getToAfter(K_CONTROL_OPTION... behaviourFlags)The OccurrenceSpecification referred comes before the OccurrenceSpecification referred by 'After'.java.util.List<IAOrdering>IAOccSpec. getToBefore(K_CONTROL_OPTION... behaviourFlags)The OccurrenceSpecification referred comes after the OccurrenceSpecification referred by 'Before'.java.util.List<IAUse>IAInteraction. getUsedBy(K_CONTROL_OPTION... behaviourFlags)All usages of thisIAInteraction.static IAOperandIAOperandHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateOperand, IAOperand ohOperand, K_INSERT kInsertAt)Inserts a newIAOperandusing a lane template.booleanIACallMessage. isAsynchron()The message is generated by an asynchronous call to the operation.voidIAInteraction. layout(java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)Sets the layout information of theIAInteraction.static voidIAInteractionHelper. layout(SrvContext srvCtx, java.util.List<? extends IAInteraction> sel, java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)Sets the layout information of theIAInteraction.voidIAMessage. reconnect(ADClientAble ohNew, K_SIDE side, java.awt.Point pos)Reconnects thisIAMessage.voidIAActionExecSpec. setAction(ANAction value)Set the value of Foreign Key Action.voidIACallMessage. setAsynchron(boolean value)Set the value of Attribut IsAsynchron.voidIABehaviorExecSpec. setBehavior(BEBehavior value)Set the value of Foreign Key Behavior.voidIAStateInvariant. setBody(java.lang.String value)Set the value of Attribut Body.voidIAConsider. setElement(java.util.List<? extends MEModelElement> values)Set the value of Foreign Key Element.voidIAIgnore. setElement(java.util.List<? extends MEModelElement> values)Set the value of Foreign Key Element.voidIAStateInvariant. setLanguage(java.lang.String value)Set the value of Attribut Language.voidIAConstraint. setMaxBound(java.lang.String value)Set the value of Attribut MaxBound.voidIAConstraint. setMinBound(java.lang.String value)Set the value of Attribut MinBound.voidIACallMessage. setOperation(CLOperation value)Set the value of View Operation.voidIACreateMessage. setOperation(CLOperation value)Set the value of View Operation.voidIADestructMessage. setOperation(CLOperation value)Set the value of View Operation.voidIALifeline. setRefersTo(IAInteraction value)Set the value of Foreign Key RefersTo.voidIAUse. setRefersTo(IAInteraction value)Set the value of Foreign Key RefersTo.voidIALifeline. setSelector(java.lang.String value)Set the value of Attribut Selector.voidIAContinuation. setSetting(boolean value)Set the value of Attribut Setting.voidIASignalMessage. setSignal(CLSignal value)Set the value of View Signal. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that throw SrvErrorException Modifier and Type Method Description static voidIMViewHelper. addParentheses(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Put the views in parentheses.ARG_IMViewCombinedViewIMView. combinedViewModify(java.util.List<ARG_IMViewCombinedViewFeature> seqFeature, java.util.List<ARG_IMViewCombinedViewSubView> seqSubView)The combined view may be completed by creating a new feature for each empty element of the feature lists.static IMCLDataTypeIMCLDataTypeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Data Type with template and container.static IMCLDataTypeIMCLDataTypeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Data Type with stereotype and container.static IMKeyRelationshipFeatureIMKeyRelationshipFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)Create a new Key Relationship Feature with template and a sequence of elements.
Sequence of elements:
Element 0:IMKeyRelationship(ERForeignKeyorDBForeignKey) as owner Element 1:IMStructuralFeature(ERAttributeorDBTableColumn) Element 2:IMUniqueKeyFeaturereferenced by the newIMKeyRelationshipFeaturestatic IMKeyRelationshipFeatureIMKeyRelationshipFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel)Create a new Key Relationship Feature with stereotype and a sequence of elements.
Sequence of elements:
Element 0:IMKeyRelationship(ERForeignKeyorDBForeignKey) as owner Element 1:IMStructuralFeature(ERAttributeorDBTableColumn) Element 2:IMUniqueKeyFeaturereferenced by the newIMKeyRelationshipFeaturestatic IMSequenceIMSequenceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Sequence Type with template and container.static IMSequenceIMSequenceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Sequence Type with stereotype and container.static IMUniqueKeyFeatureIMUniqueKeyFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeatureIMUniqueKeyFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Unique Key Feature with stereotype and container with requirement.static IMUniqueKeyFeatureIMUniqueKeyFeatureHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeatureIMUniqueKeyFeatureHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Unique Key Feature with stereotype and container with requirement.static IMCLDataTypeIMCLDataTypeHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)This method creates aIMCLDataTypefor the given data type (ER element) in the givenMEModel(DB element).
This standard mapping creates aMEMappingDependencywith the given type as requirement element and with the newly created type as implementation element.static java.util.List<IMKeyRelationshipFeature>IMKeyRelationshipFeatureHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)This method creates an analogIMKeyRelationshipFeaturefor the given ER element in the givenDBForeignKey(DB element).static IMSequenceIMSequenceHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)This method creates aIMSequencefor the given sequence type.static java.util.List<IMUniqueKeyFeature>IMUniqueKeyFeatureHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)This method creates an analogIMUniqueKeyFeaturefor the given ER element in the givenDBUniqueKey(DB element).K_TRIGGER_GRANULARITYIMTrigger. getActionGranularity()It indicates if the trigger is called once per statement execution or before or after each row of the table is modified.K_TRIGGER_TIMEIMTrigger. getActionTime()It indicates if the trigger activity is run before, after or instead of the statement or row is modified.<T extends IMProperty>
java.util.List<T>IMIndex. getAddableProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of all addable properties.<T extends IMProperty>
java.util.List<T>IMIndex. getAddableProperty(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAddableProperty and filters its return values according to the given stereotype value.<T extends IMProperty>
java.util.List<T>IMKey. getAddableProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of all addable properties.<T extends IMProperty>
java.util.List<T>IMKey. getAddableProperty(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAddableProperty and filters its return values according to the given stereotype value.<T extends MEConstraint>
java.util.List<T>IMClassifier. getAllAssignedConstraint(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All constraints which are assigned to thisIMClassifieror to aIMPropertyof this classifier.<T extends MEConstraint>
java.util.List<T>IMClassifier. getAllAssignedConstraint(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAllAssignedConstraint and filters its return values according to the given stereotype value.java.lang.StringIMSequence. getCache()Specify the cache value the sequence preallocates and keeps in memory for faster access.booleanIMConstraintAssign. getCheckDelete()It indicates if the constraint will be checked caused by a delete action.booleanIMConstraintAssign. getCheckInsert()It indicates if the constraint will be checked caused by an insert action.K_CHECK_TIMEIMConstraintAssign. getCheckTime()It indicates if the constraint is checked immediately before or after the action or at the end of transaction.booleanIMConstraintAssign. getCheckUpdate()It indicates if the constraint will be checked caused by an update action.ARG_IMViewCombinedViewIMView. getCombinedViewDialog()java.lang.StringIMView. getCombiningClosingParentheses()Returns the string with closing parentheses after this combining view.K_VIEW_COMBINING_KINDIMView. getCombiningKind()Combining kind of this sub view in a combined view.intIMView. getCombiningLevel()Positive integer means the number of of opening parentheses.java.lang.StringIMView. getCombiningOpeningParentheses()Returns a string with opening parentheses before this combining view.java.lang.StringIMProperty. getConcreteFirstMasterParameter()The concrete first parameter of theIMDataTypeDefinition.java.lang.StringIMSemanticDataType. getConcreteFirstMasterParameter()The concrete value of parameter one.java.lang.StringIMDataTypeDefinition. getConcreteFirstParameter()Concrete first parameter for substitution inMMTSType.java.lang.StringIMProperty. getConcreteSecondMasterParameter()The concrete second parameter of theIMDataTypeDefinition.java.lang.StringIMSemanticDataType. getConcreteSecondMasterParameter()The concrete value of parameter two.java.lang.StringIMDataTypeDefinition. getConcreteSecondParameter()Concrete second parameter for substitution inMMTSType.<T extends IMClassifier>
java.util.List<T>IMConstraint. getConstrainedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Gets all classifiers which are directly assigned by thisIMConstraintor contain aIMPropertyassigned by this constraint.<T extends IMClassifier>
java.util.List<T>IMConstraint. getConstrainedClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getConstrainedClassifier and filters its return values according to the given stereotype value.<T extends IMClassifier>
java.util.List<T>IMConstraintAssign. getConstrainedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Gets all classifiers constrained by thisIMConstraintAssign, directly or indirectly via owned properties or used data types.<T extends IMClassifier>
java.util.List<T>IMConstraintAssign. getConstrainedClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getConstrainedClassifier and filters its return values according to the given stereotype value.IMViewIMView. getCorrespondingParenthesisView()Returns theIMViewwith the innermost corresponding parenthesis.java.util.List<BI2CubeDimension>IMForeignKeyAble. getCubeDimension()List of all cube dimensions referencing thisIMForeignKeyAble.booleanIMSequence. getCycleOption()If true, it indicates that the sequence continues to generate values after reaching either its maximum or minimum value.K_DEFAULT_SETTINGIMProperty. getDefaultSetting()The default setting says if the property has either no default value, a default value set by system or an user defined default value.booleanIMTrigger. getDeleteType()It indicates if the trigger is used by the delete event.IMDataTypeDefinitionIMProperty. getDerivedDataTypeDefinition()Gets theIMDataTypeDefinitionwhich is valid for thisIMProperty.IMSemanticDataTypeIMProperty. getDerivedSemanticDataType()Gets theIMSemanticDataTypewhich is valid for thisIMProperty.ADClientAbleIMProperty. getDerivedTypingTSOrDTType()Gets theIMDataTypeDefinitionwhich types thisDBTableColumn.java.util.List<BI2DimensionPrecedence>IMForeignKeyAble. getDimensionPrecedence()List of all dimension precedences referencing thisIMForeignKeyAble.java.util.List<IMConstraintAssign>IMClassifier. getDirectlyCheckConstraintAssign(K_CONTROL_OPTION... behaviourFlags)All check constraint assignments of thisIMClassifier.IMClassifierIMConstraintAssign. getDirectlyConstrainedClassifier()TheIMClassifierof thisIMConstraintAssign.java.lang.StringIMIndexedFeature. getExpression()Specifies an expression built from the feature and SQL functions.IMFeatureIMIndexedFeature. getFeature()Reference to theIMFeatureindexed by thisIMIndexedFeature.IMFeatureIMKeyFeature. getFeature()Reference to theIMFeatureused by thisIMKeyFeature.java.lang.StringIMIndex. getFeatureNames()java.lang.StringIMKey. getFeatureNames()Returns the names of the features as a comma separated string.IMPropertyIMProperty. getFirstValidDerivingTypeProperty()Gets theIMPropertywhich is the first candidate property for deriving itsIMDataTypeto this property, regardless of whether this property is typed by itself.IMPropertyIMProperty. getFirstValidTypeProperty()Gets theIMPropertywhich is valid to evaluate theIMDataTypeof this property.ERForeignKeyIMForeignKeyAble. getForeignKey()Reference to the foreign key of this foreign key inducing element (generalization or relationship role).<T extends IMKeyRelationship>
java.util.List<T>IMClassifier. getForeignKeyReferencingOwnedUniqueKey(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends IMKeyRelationship>
java.util.List<T>IMClassifier. getForeignKeyReferencingOwnedUniqueKey(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyReferencingOwnedUniqueKey and filters its return values according to the given stereotype value.IMSemanticDataTypeIMSequence. getForeignKeyType()Returns theIMSemanticDataTypeused in a referencing foreign key for thisIMSequencein the primary key.K_FROM_KINDIMViewFrom. getFromKind()Kind of thisIMViewFrom.K_GENERAL_KINDIMGeneralizationSet. getGeneralKind()The kind of generalization set can be - ISA: disjoining and covering - SUB: disjoining but not covering - OR: not disjoining but coveringK_IMSEQUENCEIMSequence. getGenerationType()It indicates if this sequence will be generated always or by default.java.lang.StringIMDataTypeDefinition. getImplementation()Concrete data type implementation with substituted dollar parameters of theMMTSType.java.lang.StringIMSequence. getIncrement()Specify the interval between sequence numbers.<T extends IMIndex>
java.util.List<T>IMFeature. getIndex(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends IMIndex>
java.util.List<T>IMFeature. getIndex(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getIndex and filters its return values according to the given stereotype value.<T extends IMIndexedFeature>
java.util.List<T>IMFeature. getIndexedFeature(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of indexed features of thisIMFeature.booleanIMTrigger. getInsertType()It indicates if the trigger is used by the insert event.java.lang.StringIMKeyRelationship. getJoinExpressionFlow(IMViewFrom ohUniqueKeyFrom, IMViewFrom ohForeignKeyFrom)Returns the expression for the key relationship join, formatted as flow document.K_JOIN_KINDIMViewFrom. getJoinKind()Kind of this Join.<T extends IMKey>
java.util.List<T>IMFeature. getKey(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends IMKey>
java.util.List<T>IMFeature. getKey(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getKey and filters its return values according to the given stereotype value.<T extends IMClassifier>
java.util.List<T>IMKeyRelationship. getKeyClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns a list of two elements.<T extends IMClassifier>
java.util.List<T>IMKeyRelationship. getKeyClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getKeyClassifier and filters its return values according to the given stereotype value.<T extends IMKeyFeature>
java.util.List<T>IMFeature. getKeyFeature(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of key features that use thisIMFeature.K_KEY_KINDIMUniqueKey. getKeyKind()The key is either a unique key, candidate key or primary key.
A unique key represents a collection of properties of various classifiers that culminate to uniquely identify instances of the classifier.<T extends IMKeyRelationship>
java.util.List<T>IMProperty. getKeyRelationship(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends IMKeyRelationship>
java.util.List<T>IMProperty. getKeyRelationship(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getKeyRelationship and filters its return values according to the given stereotype value.<T extends IMKeyRelationship>
java.util.List<T>IMUniqueKey. getKeyRelationship(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of key relationships that reference this unique key.IMKeyRelationshipIMViewFrom. getKeyRelationship()TheIMKeyRelationshipused by thisIMViewFrom.java.util.List<IMKeyRelationshipFeature>IMUniqueKeyFeature. getKeyRelationshipFeature(K_CONTROL_OPTION... behaviourFlags)List of all key relationship features referencing this unique key feature.<T extends IMProperty>
java.util.List<T>IMFeature. getKeyRelationshipProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of foreign key properties, referencing this unique key property.<T extends IMProperty>
java.util.List<T>IMFeature. getKeyRelationshipProperty(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getKeyRelationshipProperty and filters its return values according to the given stereotype value.<T extends IMProperty>
java.util.List<T>IMFeature. getKeyRelationshipPropertyRecursive(java.lang.Class<T> returnType, IMClassifier refObj, K_CONTROL_OPTION... behaviourFlags)List of foreign key properties, referencing this unique key property indirectly.<T extends IMProperty>
java.util.List<T>IMFeature. getKeyRelationshipPropertyRecursive(java.lang.Class<T> returnType, MMStereotype stereotype, IMClassifier refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getKeyRelationshipPropertyRecursive and filters its return values according to the given stereotype value.java.lang.StringIMSequence. getMaximum()Specify the maximum value the sequence can generate.java.lang.StringIMSequence. getMinimum()Specify the minimum value the sequence can generate.booleanIMSequence. getOrderOption()If true, the sequence guarantees that sequence numbers are generated in order of request.IMPropertyIMProperty. getOriginProperty()Gets the originIMPropertyof this foreign key property.java.util.List<DBCheckConstraint>IMSemanticDataType. getOwnedDBCheckConstraint(K_CONTROL_OPTION... behaviourFlags)List of check constraints owned by thisIMSemanticDataType.java.util.List<ERCheckConstraint>IMSemanticDataType. getOwnedERConstraint(K_CONTROL_OPTION... behaviourFlags)List of check constraints owned by thisIMSemanticDataType.<T extends IMProcedureExpression>
java.util.List<T>IMProcedureExpressionAble. getOwnedExpression(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends IMFeature>
java.util.List<T>IMClassifier. getOwnedFeature(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of features of this classifier.<T extends IMGeneralizationSet>
java.util.List<T>IMClassifier. getOwnedGeneralizationSet(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All generalization sets owned by this classifier.<T extends IMConstraint>
java.util.List<T>IMClassifier. getOwnedIMConstraint(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All constraints owned by this classifier.<T extends IMTrigger>
java.util.List<T>IMClassifier. getOwnedIMTrigger(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of all triggers of this classifier.<T extends IMIndexedFeature>
java.util.List<T>IMIndex. getOwnedIndexedFeature(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of indexed features of thisIMIndex.<T extends IMKey>
java.util.List<T>IMClassifier. getOwnedKey(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends IMKeyFeature>
java.util.List<T>IMKey. getOwnedKeyFeature(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of key features of thisIMKey.java.util.List<IMKeyRelationshipFeature>IMKeyRelationship. getOwnedKeyRelationshipFeature(K_CONTROL_OPTION... behaviourFlags)List of key relationship features of thisIMKeyRelationship.<T extends IMProperty>
java.util.List<T>IMClassifier. getOwnedProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of properties of this classifier.java.util.List<IMDataTypeDefinition>IMProperty. getOwnedTypeDefinition(K_CONTROL_OPTION... behaviourFlags)java.util.List<IMDataTypeDefinition>IMSemanticDataType. getOwnedTypeDefinition(K_CONTROL_OPTION... behaviourFlags)List of type definitions of this semantic data type.static IMDataTypeDefinitionIMDataTypeDefinitionHelper. getOwnedTypeDefinitionByTypeSystem(SrvContext srvCtx, MEModelElement ohTypedElement, MMTypeSystem ohTypeSystem)Gets theIMDataTypeDefinitionof the given element (IMSemanticDataTypeorIMProperty) in the scope of the givenMMTypeSystem.java.util.List<IMUniqueKeyFeature>IMUniqueKey. getOwnedUniqueKeyFeature(K_CONTROL_OPTION... behaviourFlags)List of unique key features of this unique key.IMClassifierIMFeature. getOwningClassifier()Reference to the classifier of thisIMFeature.IMClassifierIMKey. getOwningClassifier()IMClassifierIMTrigger. getOwningClassifier()Reference to the classifier of thisIMTrigger.IMProcedureExpressionAbleIMProcedureExpression. getOwningExpressionAble()Reference to theIMProcedureExpressionAble(IMTriggerorIMProcedure) of thisIMProcedureExpression.IMIndexIMIndexedFeature. getOwningIMIndex()Reference to theIMIndexof thisIMIndexedFeature.IMKeyIMKeyFeature. getOwningKey()Reference to theIMKeyof thisIMKeyFeature.IMKeyRelationshipIMKeyRelationshipFeature. getOwningKeyRelationship()Reference to theIMKeyRelationshipof thisIMKeyRelationshipFeature.IMPropertyIMDataTypeDefinition. getOwningProperty()IMSemanticDataTypeIMDataTypeDefinition. getOwningSemanticDataType()Reference to the semantic data type of this type definition.IMUniqueKeyIMUniqueKeyFeature. getOwningUniqueKey()Reference to the unique key of this unique key feature.IMUniqueKeyIMClassifier. getPrimaryKey()Gets the primary key of thisIMClassifier.java.util.List<IMSequence>IMSemanticDataType. getPrimaryKeySequence()List of all sequence types using thisIMSemanticDataTypein a referencing foreign key.java.lang.StringIMProcedureExpression. getProcedureExpression()The procedure expression holds the source code of itsDBTriggerorDBStoredProcedure.<T extends IMProperty>
java.util.List<T>IMIndex. getProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends IMProperty>
java.util.List<T>IMIndex. getProperty(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getProperty and filters its return values according to the given stereotype value.<T extends IMFeature>
java.util.List<T>IMKey. getProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Gets all features of thisIMKey, unique or foreign key.
In DB context, these features are columns; in ER context, these features are attributes.<T extends IMFeature>
java.util.List<T>IMKey. getProperty(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getProperty and filters its return values according to the given stereotype value.<T extends IMProperty>
java.util.List<T>IMViewFrom. getPropertySetProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends IMProperty>
java.util.List<T>IMViewFrom. getPropertySetProperty(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPropertySetProperty and filters its return values according to the given stereotype value.<T extends IMSemanticDataType>
java.util.List<T>IMSemanticDataType. getSameTypedSemanticDataTypes(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns the list of other semantic data type with identical owned data type definitions and the same master type.<T extends IMSemanticDataType>
java.util.List<T>IMSemanticDataType. getSameTypedSemanticDataTypes(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSameTypedSemanticDataTypes and filters its return values according to the given stereotype value.java.lang.StringIMSequence. getStartValue()Specify the first sequence number to be generated.MMTSTypeIMDataTypeDefinition. getTSType()java.lang.StringIMDataTypeDefinition. getTypeClassName()Name of theMMTSTypeClassof thisIMDataTypeDefinition.java.lang.StringIMProperty. getTypeClassName()Name of theMMTSTypeClassof the master type of thisIMProperty.java.lang.StringIMSemanticDataType. getTypeClassName()Name of theMMTSTypeClassof the master type of thisIMSemanticDataType.IMPropertyIMDataTypeDefinition. getTypedByDefinitionProperty()java.util.List<ERAttribute>IMSemanticDataType. getTypedBySemanticAttribute(K_CONTROL_OPTION... behaviourFlags)All attributes typed by this semantic data type.java.util.List<DBTableColumn>IMSemanticDataType. getTypedBySemanticColumn(K_CONTROL_OPTION... behaviourFlags)All columns typed by this semantic data type.<T extends IMProperty>
java.util.List<T>IMSemanticDataType. getTypedBySemanticProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends IMProperty>
java.util.List<T>IMDataType. getTypedIMProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends IMSemanticDataType>
java.util.List<T>IMDataTypeDefinition. getTypedSemanticDataType(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The semantic data type typed by this data type definition.MMTypeSystemIMDataTypeDefinition. getTypeSystem()The type system which is the scope of this data type definition.java.lang.StringIMDataTypeDefinition. getTypeSystemName()Name of the type system which is the scope of this data type definition.IMDataTypeIMProperty. getTypingDataType()IMDataTypeDefinitionIMProperty. getTypingDataTypeDefinition()The data type definition that types this property.IMDataTypeDefinitionIMSemanticDataType. getTypingDataTypeDefinition()The data type definition that types this semantic data type.IMSemanticDataTypeIMProperty. getTypingSemanticDataType()The semantic data type that types this property.MMTSTypeIMSemanticDataType. getTypingTSType()The type of theMMTypeSystemwhich types theIMDataTypeDefinitionwhich types thisIMSemanticDataType.IMUniqueKeyIMKeyRelationship. getUniqueKey()Reference to the unique key referenced by this key relationship.<T extends IMUniqueKey>
java.util.List<T>IMProperty. getUniqueKey(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends IMUniqueKey>
java.util.List<T>IMProperty. getUniqueKey(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUniqueKey and filters its return values according to the given stereotype value.IMClassifierIMKeyRelationship. getUniqueKeyClassifier()The classifier of the referencedIMUniqueKey.IMUniqueKeyFeatureIMKeyRelationshipFeature. getUniqueKeyFeature()Reference to the unique key feature referenced by this key relationship feature.<T extends IMProperty>
java.util.List<T>IMProperty. getUniqueKeyProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of unique key properties, referenced by this foreign key property.<T extends IMProperty>
java.util.List<T>IMProperty. getUniqueKeyProperty(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUniqueKeyProperty and filters its return values according to the given stereotype value.<T extends IMProperty>
java.util.List<T>IMProperty. getUniqueKeyPropertyOrigin(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Gets the origin properties of this foreign key property.<T extends IMProperty>
java.util.List<T>IMProperty. getUniqueKeyPropertyOrigin(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getUniqueKeyPropertyOrigin and filters its return values according to the given stereotype value.IMUniqueKeyIMClassifier. getUniqueKeyReferencedByDefault()Gets theIMUniqueKeywhich is the default to be referenced by anIMKeyRelationship.
The primary key takes preference over a candidate key, which takes preference over a simple unique key.booleanIMTrigger. getUpdateType()It indicates if the trigger is used by the update event.<T extends IMViewFrom>
java.util.List<T>IMKeyRelationship. getViewFrom(java.lang.Class<T> returnType)All FROM Clauses using thisIMKeyRelationship.booleanIMIndex. hasNullProperty()If true, a nullableIMPropertyis part of this index.booleanIMKey. hasNullProperty()If true, a nullableIMPropertyis part of this key.booleanIMIndexedFeature. isAscending()If true, the feature is sorted in ascending order; if false, in descending order.booleanIMKey. isCompleteInView(ELView refObj)Is true, if all features of the key are viewed by theargument refObj.booleanIMForeignKeyAble. isHierarchical()A foreign keyable element is hierarchical if it is anIMGeneralizationor anERRoleof anERRelationshipwith a weak entity.booleanIMKeyRelationship. isIdentifying()True, if thisIMKeyRelationshipis an identifying foreign key.
This is true if all of its members are part of the primary key of itsIMClassifier.booleanIMProperty. isLocal()True, if the property is a local property, otherwise false.booleanIMDataTypeDefinition. isMaster()If true, this data type definition is the master type of its typed element.
The concrete data types in the scope of another type system can be evaluated from this master type by the configured type mapping rules.booleanIMKeyRelationship. isMaxOne()True, if thisIMKeyRelationshipcan store no more than one row for the same referenced row of theIMUniqueKey.
This is true if this foreign key contains the same set of members as any unique key of itsIMClassifier.booleanIMForeignKeyAble. isNotNull()If true, the foreign keyable element leads to a not null foreign key.
That is true for anIMGeneralizationor anERRolewith lower bound zero.booleanIMProperty. isNotNull()True, if the property is mandatory, otherwise false.booleanIMKeyRelationship. isOptional()True, if thisIMKeyRelationshipis an optional foreign key.
This is true if one member of it is nullable.booleanIMProcedure. isQuery()Specifies whether an execution of theIMProcedureleaves the state of the system unchanged.booleanIMIndex. isUnique()If true, the index instance guarantees all of its instances have a unique key value.booleanIMDataTypeDefinition. isUserImplementation()True, if the implementation is set by user.java.util.List<MEStereotypeAble>IMUniqueKeyFeature. maintain()Runs all maintaining methods for thisIMUniqueKeyFeaturein the following order:
maintainKeyRelationshipFeatures(...)java.util.List<MEStereotypeAble>IMViewFrom. maintain()voidIMKeyRelationship. maintainDeleteForeignProperties()This maintaining method deletes the key relationship features which reference to an illegalIMUniqueKeyFeature.voidIMViewFrom. maintainJoinExpression()This maintaining method sets the join expression for the assignedIMKeyRelationship.IMViewFromIMViewFrom. maintainJoinPartner()If the previousIMViewFromof this from clause is not referencing the correct partner of the assignedIMKeyRelationshipan appropriate from clause will be created.java.util.List<IMKeyRelationshipFeature>IMUniqueKeyFeature. maintainKeyRelationshipFeatures()Creates the missing key relationship features in all key relationships ((ER foreign keys or (DB foreign keys) referencing theIMUniqueKey(ERUniqueKeyorDBUniqueKey) of thisIMUniqueKeyFeature.voidIMProperty. merge(java.util.List<? extends IMStructuralFeature> seq)This method merges several properties of the same concrete classERAttributeorDBTableColumn.
The modified property keeps all information about this input property.voidIMSemanticDataType. merge(java.util.List<? extends IMSemanticDataType> seq)This command will merge all given semantic data types (other types) to thisIMSemanticDataType.voidIMView. moveParenthesis()Moves one parenthesis to the neighbor.static java.util.List<ELViewEntry>IMFeatureHelper. propagateToViews(SrvContext srvCtx, java.util.List<? extends IMFeature> seqFeature, java.util.List<? extends ELView> seqView)static voidIMViewHelper. removeParentheses(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Remove the corresponding parentheses.voidIMTrigger. setActionGranularity(K_TRIGGER_GRANULARITY value)Set the value of Attribut ActionGranularity.voidIMTrigger. setActionTime(K_TRIGGER_TIME value)Set the value of Attribut ActionTime.voidIMIndexedFeature. setAscending(boolean value)Set the value of Attribut IsAscending.voidIMSequence. setCache(java.lang.String value)Set the value of Attribut Cache.voidIMConstraintAssign. setCheckDelete(boolean value)Set the value of Attribut CheckDelete.voidIMConstraintAssign. setCheckInsert(boolean value)Set the value of Attribut CheckInsert.voidIMConstraintAssign. setCheckTime(K_CHECK_TIME value)Set the value of Attribut CheckTime.voidIMConstraintAssign. setCheckUpdate(boolean value)Set the value of Attribut CheckUpdate.voidIMView. setCombiningClosingParentheses(java.lang.String value)Set the value of Info CombiningClosingParentheses.voidIMView. setCombiningKind(K_VIEW_COMBINING_KIND value)Set the value of Attribut CombiningKind.voidIMView. setCombiningLevel(int value)Set the value of Attribut CombiningLevel.voidIMView. setCombiningOpeningParentheses(java.lang.String value)Set the value of Info CombiningOpeningParentheses.voidIMProperty. setConcreteFirstMasterParameter(java.lang.String value)Set the value of Info ConcreteFirstMasterParameter.voidIMSemanticDataType. setConcreteFirstMasterParameter(java.lang.String value)Set the value of Info ConcreteFirstMasterParameter.voidIMDataTypeDefinition. setConcreteFirstParameter(java.lang.String value)Set the value of Attribut ConcreteFirstParameter.voidIMProperty. setConcreteSecondMasterParameter(java.lang.String value)Set the value of Info ConcreteSecondMasterParameter.voidIMSemanticDataType. setConcreteSecondMasterParameter(java.lang.String value)Set the value of Info ConcreteSecondMasterParameter.voidIMDataTypeDefinition. setConcreteSecondParameter(java.lang.String value)Set the value of Attribut ConcreteSecondParameter.voidIMSequence. setCycleOption(boolean value)Set the value of Attribut CycleOption.voidIMProperty. setDefaultSetting(K_DEFAULT_SETTING value)Set the value of Attribut DefaultSetting.voidIMTrigger. setDeleteType(boolean value)Set the value of Attribut DeleteType.voidIMProperty. setDerivedSemanticDataType(IMSemanticDataType value)Set the value of View DerivedSemanticDataType.voidIMProperty. setDerivedTypingTSOrDTType(ADClientAble value)Set the value of View DerivedTypingTSOrDTType.voidIMIndexedFeature. setExpression(java.lang.String value)Set the value of Attribut Expression.voidIMIndex. setFeatureNames(java.lang.String value)Set the value of Info FeatureNames.voidIMKey. setFeatureNames(java.lang.String value)Set the value of Info FeatureNames.voidIMSequence. setForeignKeyType(IMSemanticDataType value)Set the value of Foreign Key ForeignKeyType.voidIMViewFrom. setFromKind(K_FROM_KIND value)Set the value of Info FromKind.voidIMGeneralizationSet. setGeneralKind(K_GENERAL_KIND value)Set the value of Info GeneralKind.voidIMSequence. setGenerationType(K_IMSEQUENCE value)Set the value of Attribut GenerationType.voidIMDataTypeDefinition. setImplementation(java.lang.String value)Set the value of Info Implementation.voidIMSequence. setIncrement(java.lang.String value)Set the value of Attribut Increment.voidIMTrigger. setInsertType(boolean value)Set the value of Attribut InsertType.voidIMViewFrom. setJoinKind(K_JOIN_KIND value)Set the value of Attribut JoinKind.voidIMUniqueKey. setKeyKind(K_KEY_KIND value)Set the value of Attribut KeyKind.voidIMViewFrom. setKeyRelationship(IMKeyRelationship value)Set the value of Foreign Key KeyRelationship.voidIMSequence. setMaximum(java.lang.String value)Set the value of Attribut Maximum.voidIMSequence. setMinimum(java.lang.String value)Set the value of Attribut Minimum.voidIMKey. setNull(boolean setNull)Sets allDBTableColumns of theIMKeyto null or not null.voidIMProperty. setNull(boolean setNull)Sets theDBTableColumnto null or not null.voidIMSequence. setOrderOption(boolean value)Set the value of Attribut OrderOption.voidIMProcedureExpression. setProcedureExpression(java.lang.String value)Set the value of Attribut ProcedureExpression.voidIMProcedure. setQuery(boolean value)Set the value of Attribut IsQuery.voidIMSequence. setStartValue(java.lang.String value)Set the value of Attribut StartValue.voidIMDataTypeDefinition. setTSType(MMTSType value)Set the value of Foreign Key TSType.voidIMDataTypeDefinition. setTypeSystemName(java.lang.String value)Set the value of Info TypeSystemName.voidIMSemanticDataType. setTypingTSType(MMTSType value)Set the value of View TypingTSType.voidIMIndex. setUnique(boolean value)Set the value of Attribut IsUnique.voidIMKeyRelationship. setUniqueKey(IMUniqueKey value)Set the value of Foreign Key UniqueKey.voidIMTrigger. setUpdateType(boolean value)Set the value of Attribut UpdateType.voidIMDataTypeDefinition. setUserImplementation(boolean value)Set the value of Attribut IsUserImplementation.java.util.List<IMProperty>IMProperty. split()This method splits anIMProperty, (ERAttributeorDBTableColumn) to several features.
If more than oneIMKeyRelationshipFeatureof this feature exists, one of these remains at this feature.static voidIMDataTypeDefinitionHelper. typeMapping(SrvContext srvCtx, ELElement item)voidIMProperty. typeMapping()If the property is typed by anIMDataTypeDefinition, this command will create data type definitions (if missing) or modify existing data type definitions (if they are not marked as user implementation) according to the type mappings in the configuration.voidIMSemanticDataType. typeMapping()If theIMSemanticDataTypeis typed by anIMDataTypeDefinition, this command will create data type definitions (if missing) or modify existing data type definitions (if they are not marked as user implementation) according to the type mappings in the configuration. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2imdia
Methods in de.mid.innovator.srv2api.icw2imdia that throw SrvErrorException Modifier and Type Method Description java.util.List<PRPresContent>IMDia. addEdgeDlg(java.util.List<? extends ADClientAble> seqSel, java.lang.Class<? extends ELObject> kVOclPres, boolean isDirParent, boolean addNode)Add generalizations or relationships as edges to this diagram.java.util.List<IMDiaHierNode>IMDiaHierNode. addHierNode(java.lang.Class<? extends ELObject> kVOclModel, java.lang.Class<? extends ELObject> kVOclPres, java.util.List<? extends ADClientAble> adds, java.awt.Point position, java.awt.Point size, java.awt.Point offset) -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that throw SrvErrorException Modifier and Type Method Description voidADUsrRole. addOperationMode(K_OPERATIONMODE item)Adds the privilege to the current object.voidADMdlUser. addRole(ADUsrRole role)Adds the role to the current object.MMSyncedStereotypeMMSyncSet. addSyncedStereotype(ELElement item)voidADModel. allowLogin(K_LOGINKIND logK, boolean allowLogin, java.lang.String text)Allow or prevent to login in the model.java.util.List<MM2ClassificationConstraint>MM2Classification. assignClassification(MMProfile ohProfile, MM2Attribute ohAttr, java.util.List<? extends MM2Classification> seqOh)Assigns a list of meta classifications to a meta classification to restrict the valid values of the specified meta attribute.java.util.List<MMMetamodelElement>MMVerify. assignContent(MMProfile ohProfile, java.util.List<? extends MMMetamodelElement> seqOh, java.util.List<java.lang.Class<? extends ELObject>> seqVOcl, boolean allLevel)java.util.List<MMMetamodelElement>MMVerifyClassification. assignContent(MMProfile ohProfile, java.util.List<? extends MMMetamodelElement> seqOh, java.util.List<java.lang.Class<? extends ELObject>> seqVOcl, boolean allLevel)Creates aMMVerifyClassificationas content of thisMMVerifyClassificationfor each specifiedMMStereotype.java.util.List<MMMetamodelElement>MMVerifyPackage. assignContent(MMProfile ohProfile, java.util.List<? extends MMMetamodelElement> seqOh, java.util.List<java.lang.Class<? extends ELObject>> seqVOcl, boolean allLevel)java.util.List<MMRoleExecution>ADUsrRole. assignExecuteAble(MMProfile ohProfile, MM2Class ohClass, java.util.List<? extends ADExecuteAble> seqOh)Assigns a list of executable elements to this user role.java.util.List<MMMenuItem>MM2Classification. assignMenuItem(MMProfile ohProfile, MMMenu ohMenu, MM2Class ohClass, java.util.List<? extends MMMenuItemAble> seqOh)Assigns a list of menu items to a meta classification.voidMMStereotypeAble. assignStereotypeDlg(ELElement item)Assigns a new stereotype to this element.static voidMMStereotypeAbleHelper. assignStereotypeDlg(SrvContext srvCtx, java.util.List<? extends MMStereotypeAble> sel, ELElement item)Assigns a new stereotype to this element.static voidADTranslationAbleHelper. cleanUpUnappropriatedTranslations(SrvContext srvCtx)For eachELTranslatedValuewithout connection the translated element is calculated and if found the missing connection is created.MMStereotypeAbleMMStereotypeAble. cloneElement()Creates a copy of the selected element.voidMMStereotypeAble. completelySynchronizeOthers()Synchronizes all redundant propertys of the other synchronous elements with values of this element.voidMMStereotypeAble. completelySynchronizeThis()Synchronizes all redundant propertys of this, configured in aMMSyncSetProperty.static voidADChangeSetHelper. configChangeSetDlg(SrvContext srvCtx, boolean isActiveLog, boolean isActiveSet, boolean isAnonym, int maxDay, boolean withExport)Modifies the configuration of change sets.voidMM2Classification. copyConstraintDlg(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean copyAll, java.util.List<? extends MM2ClassificationConstraint> seqCnstr)static voidMMStereotypeAbleHelper. copyExtendedProperties(SrvContext srvCtx, java.util.List<? extends MMStereotypeAble> seqSource, java.util.List<? extends MMStereotypeAble> seqTarget, boolean copyProp, boolean copyLabel, boolean copyText)Copies all values of stereotype properties, labels and text definitions from elements of the source list to elements of the target list.voidMMFormatAble. copyFormatDlg(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean useExistingRules, boolean replaceEntries, boolean copyAll, java.util.List<? extends MMFormatAble> seqRules)MMFormatRuleMMFormatAble. copyFormatRule(MMProfile ohProfile, MMFormatRule ohRule)Copies the specifiedMMFormatRulewith nested rules and presentation entries to the selectedMMStereotypeorMMFormatRulewithin the specifiedMMProfile.voidMM2Classification. copyMenuDlg(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean copyAll, java.util.List<? extends MMMenuItem> seqItem)voidADUsrRole. copyRoleExecutionDlg(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, java.util.List<? extends ADExecuteAble> seqExec)static ADApplicationConfigurationADApplicationConfigurationHelper. create(SrvContext srvCtx, java.lang.String strName, java.lang.String strPurpose, java.lang.String strConfig, int lOpMode)Creates a namedADApplicationConfigurationfor a specified purpose.static ADChangeSetADChangeSetHelper. create(SrvContext srvCtx, java.lang.String strName, java.lang.String strNote, java.lang.String strLink, java.lang.String strId)creates a change set assigned to the user of this login.static ADMdlUserADMdlUserHelper. create(SrvContext srvCtx, java.lang.String name)Creates a new model user.static ADUsrRoleADUsrRoleHelper. create(SrvContext srvCtx, java.lang.String name)Creates a new user role.static MMCreateTemplateMMCreateTemplateHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)Creates a new create template.static MMEngineeringActionMMEngineeringActionHelper. create(SrvContext srvCtx, ELElement item)Creates a new engineering action.static MMFilterMMFilterHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)Creates a new filter.static java.util.List<MMFilterProperty>MMFilterPropertyHelper. create(SrvContext srvCtx, MMFilter ohFilter, java.util.List<? extends MM2Property> seqProp)Creates a list of new filter properties.static MMFontColorMMFontColorHelper. create(SrvContext srvCtx, ELElement item)Creates a new font color element within the specified profile.static MMFormatRuleMMFormatRuleHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, MMMetamodelElement ohMeta)Create a new format rule.static MMLabelMMLabelHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)Extents the basic function 'EntCreateOclCmd' for the elementMMLabelby setting/modifying further attributes or elements.static java.util.List<MMPresEntry>MMPresEntryHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, java.util.List<? extends MM2Presentation> seqPres)Creates a new presentation entry.static MMStereotypeMMStereotypeHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)Creates a new stereotype.static MMStereotypePropertyMMStereotypePropertyHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)Creates a new stereotype property.static MMStereotypeTSOptionMMStereotypeTSOptionHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)Creates a newMMStereotypeTSOption.static MMSyncSetMMSyncSetHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)Creates a newMMSyncSet.static MMSyncSetPropertyMMSyncSetPropertyHelper. create(SrvContext srvCtx, ELElement item)Creates a newMMSyncSetPropertyowned by the specifiedMMSyncSet.static MMTextMMTextHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, java.lang.String name, java.lang.String preset, boolean useInDocumentation, boolean isFlowDocument)Creates a new text definition.static MMTSTypeClassMMTSTypeClassHelper. create(SrvContext srvCtx, ELElement item)Creates a newMMTSTypeClass.static MMTSTypeMMTSTypeHelper. create(SrvContext srvCtx, ELElement item)Creates a newMMTSType.static MMTypeSystemMMTypeSystemHelper. create(SrvContext srvCtx, ELElement item)Creates a newMMTypeSystem.static MMVerifyMMVerifyHelper. create(SrvContext srvCtx, ELElement item)Creates a new verify.static ADAnnotationADAnnotationHelper. createAnnotation(SrvContext srvCtx, ADClientAble ohContext, java.lang.String strText, java.util.List<? extends ADClientAble> seqElem)Creates a new annotation.static ARG_CreateRepositoryADModelHelper. createBranch(SrvContext srvCtx, ADModel adModel, java.lang.String branchName, java.lang.String note, boolean asSubBranch, boolean withCS)Creates a branch.static ARG_CreateRepositoryADModelHelper. createBranchBackup(SrvContext srvCtx, ADModel adModel, java.lang.String backupName, java.lang.String note)Creates a backup of the current branch.static ARG_ADModelInfoADModelHelper. createByFile(SrvContext srvCtx, ADLogin login, byte[] file, java.lang.String nameModel, java.lang.String password, java.lang.String passCopy)Creates a new model using the given version file.static voidADEventLogEntryHelper. createEventLogEntry(SrvContext srvCtx, K_LOG_EVENT kLog, java.lang.String strNote, java.lang.String strModelName, java.lang.String strRepName)Creates a new event log entry or a specialization.static voidMMSyncSetPropertyHelper. createMatchingSyncSetProperty(SrvContext srvCtx, ELElement item)Creates synchronization properties for each matchingMMSyncedPropertyof all synced stereotypes owned by the specifiedMMSyncSet.static java.util.List<MMMenu>MMMenuHelper. createMenu(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereo, MM2Class ohClass, java.util.List<? extends MM2Class> seqOh, boolean useDefaultMenu)Creates a list of menus.static ARG_CreateRepositoryADModelHelper. createModelVersion(SrvContext srvCtx, ADModel adModel, java.lang.String branchName, java.lang.String note, java.lang.String adModelUUID, java.lang.String parentBranchUUID, java.lang.String adModelName)Creates a new model version.static MMProfileMMProfileHelper. createProfile(SrvContext srvCtx)Creates a profile.static MMSyncProfileMMSyncProfileHelper. createSyncProfile(SrvContext srvCtx)Creates aMMSyncProfile.MM2TypeRangeMM2TypedElement. createValue()Create a new enum value for thisMM2TypedElement.static MMStereotypeTSOptionMMStereotypeTSOptionHelper. createWithTypeSystem(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType, MMTypeSystem ohTypeSystem, java.lang.String strName)Creates a newMMStereotypeTSOptionwithMMTypeSystem.static voidADChangeSetHelper. deleteChangeSets(SrvContext srvCtx)Deletes all closed change sets.static voidADEventLogEntryHelper. deleteEventLogEntry(SrvContext srvCtx, K_LOG_EVENT kLog, boolean repEvent, boolean thisModelEvent, boolean allModelEvent)Delete event log entries or specializations of the specified kind (or all kinds) within this model, all models or the repository.static voidMMFormatAbleHelper. deleteFormat(SrvContext srvCtx, MMProfile ohProfile, java.util.List<? extends MMFormatAble> seqAble)Deletes the specified formats.voidADModel. deleteInactiveLogins()Deletes all inactive logins.ARG_DucInstancesResultADModel. deleteUpdateCreateInstances(java.util.List<? extends ELElement> seqDelete, java.util.List<ARG_InstNode> seqNode)modifies this model according to the provided instance specifications.MMStereotypeMMStereotype. duplicateStereotypeWithAttachmentDlg(boolean duplicateAll, java.util.List<? extends ADClientAble> seqElem)Duplicates this stereotype with all or the specified attachments of this stereotype.java.util.List<ADClientAble>MMMenuItem. evaluateAdd(java.util.List<? extends ADClientAble> seqSel, java.util.List<? extends ADClientAble> seqReq, java.awt.Point position, java.awt.Point size, java.awt.Point offset)Adds elements as nodes to the diagram where this menu item is executed.ARG_EvaluateRelationshipTemplateOutMMCreateTemplate. evaluateRelationshipTemplate(ADClientAble ohSrc, ADClientAble ohTrg, MMCreateTemplate ohTmpl, K_SIDE kSide, java.awt.Point ptPos, java.lang.Class<? extends ELObject> kVOclNode, java.lang.Class<? extends ELObject> kVOclEdge)Creates a relationship from the current object between the specified source and target element.ARG_EvaluateRelationshipTemplateOutMMCreateTemplate. evaluateRelationshipTemplateWithRequirement(ADClientAble ohSrc, ADClientAble ohSrcReq, ADClientAble ohTrg, ADClientAble ohTrgReq, MMCreateTemplate ohTmpl, ADClientAble ohRelReq, K_SIDE kSide, java.awt.Point ptPos, java.lang.Class<? extends ELObject> kVOclNode, java.lang.Class<? extends ELObject> kVOclEdge)Creates a relationship from the current object between the specified source and target element.ADClientAbleMMMenuItem. evaluateTemplate(java.util.List<? extends ADClientAble> seqSel, java.util.List<? extends ADClientAble> seqReq, java.awt.Point position, java.awt.Point size, java.awt.Point offset)Evaluates the create template of this menu item.voidADModel. export(java.lang.String item)Saves the model to a new repository parallel to the current.java.util.List<MMFilter>MM2Class. filter(K_CONTROL_OPTION... behaviourFlags)All filters defined for this meta class.static <T extends MMStereotypeAble>
java.util.List<T>MMStereotypeAbleHelper. filterByStereotype(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seqItems, java.util.List<ARG_StereotypeFilterItem> seqFilter)Returns elements whose stereotype conforms to/ is exactly the same as the provided stereotype.static <T extends MMStereotypeAble>
java.util.List<T>MMStereotypeAbleHelper. filterByStereotypeName(java.lang.Class<T> returnType, SrvContext srvCtx, java.lang.Class<? extends ELObject> voclM2Class, java.lang.String nameProfile, java.lang.String nameStereotype, boolean isExact, java.util.List<? extends ELElement> seqItems)Returns elements whose stereotype conforms to/ is exactly the same as the provided stereotype.ARG_FilterTranslationStateADTranslationAble. filterByTranslationState(java.util.List<? extends ELElement> seqElem, boolean filterUnit)Categorizes the provided elements by the state of the translatable properties.MM2ClassMMFilter. filterClass()The meta class of this filter.java.util.List<MMFilterProperty>MM2Property. filterProperty(K_CONTROL_OPTION... behaviourFlags)All filter properties that use this meta property.MM2PropertyMMFilterProperty. filterProperty()The meta property used by this filter property.voidMMProfile. generatePossibleEntries(K_CTREE item)Generates all possible entries for this profile within the specified view of the configuration editor.<T extends ADAccessAble>
java.util.List<T>ADUsrRole. getAccessAble(java.lang.Class<T> returnType)Returns the elements which can be accessed by the current object.java.util.List<ADUsrRole>ADAccessAble. getAccessRole()Return the roles which can read the current object.java.util.DateADLogin. getAccessTime()Returns the recent access time of the current object.static java.util.List<java.lang.String>MMEngineeringActionHelper. getActionTags(SrvContext srvCtx)Returns all tags specified for engineering actions.java.util.List<java.lang.String>MMEngineeringAction. getActionTagsList()The list of all action tags.ADChangeSetADLoginAble. getActiveChangeSet()returns the only not terminated change set of thisADLoginAble.ARG_AliasesADModel. getAliases()returns all aliases of this model version.java.util.List<MMLabel>MM2Classification. getAllLabel(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)All labels of this classification.<T extends MM2Class>
java.util.List<T>MM2Classification. getAllowedMetaClassByAttribute(java.lang.Class<T> returnType, ADClientAble refObj, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags)Calculates all meta classes which are valid for the specified argument kind.java.util.List<MMStereotype>MM2Classification. getAllowedStereotypeByAttribute(ADClientAble refObj, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags)Calculates all stereotypes which are valid for the specified argument kind.java.util.List<ARG_StereotypeInfo>ADModel. getAllStereotype()All stereotypes known in this model.java.util.List<MMText>MM2Classification. getAllText(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)All specifications of this classification.static java.util.List<java.lang.String>ADAnnotationHelper. getAllUserNames(SrvContext srvCtx)All names of users who created at least one annotation.java.util.List<PRAnalysisDia>ADApplicationConfiguration. getAnalysisDiaContent()All diagrams using this contentADApplicationConfiguration.java.util.List<PRAnalysisDia>ADApplicationConfiguration. getAnalysisDiaDisplay()All diagrams using this displayADApplicationConfiguration.<T extends ADClientAble>
java.util.List<T>ADAnnotation. getAnnotatedElement(java.lang.Class<T> returnType)All elements which are annotated by this annotation.java.util.List<ADAnnotation>ADClientAble. getAnnotation()All annotations which annotate this element.java.util.List<ADApplicationConfiguration>ADModel. getApplicationConfigurationByPurpose(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)All application configurations owned by thisADModelwith the specified argument pattern as purpose.MMProfileMMProfileApplication. getAppliedProfile()MEModelMMProfileApplication. getApplyingModel()The model package that owns the profile application.MMProfileMMProfileApplication. getApplyingProfile()The profile that owns the profile application.java.lang.StringMMEngineeringAction. getArgument()All arguments of this action.java.util.List<MEAttachment>MMAttachmentAble. getAssignedAttachment(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)All attachments being assigned to this element.static ARG_TreeArgNameAbleSelectDlgNodeADM2AttrModifyAbleHelper. getAsTree(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqSel, java.lang.String pattern, boolean ignoreCase, boolean lockOption, boolean addReferences)Transforms the provided elements in a tree representation.java.util.List<MEAttachmentAssign>MMAttachmentAble. getAttachmentAssign(K_CONTROL_OPTION... behaviourFlags)All attachment references of this element.java.util.List<ELM2TypedElementCnstr>MMStereotypeAble. getAttrCnstrEffective(ELM2Attribute refObj, K_CONTROL_OPTION... behaviourFlags)Returns the effectiveELM2TypedElementCnstrinstance for theargument refObjof this element.MM2AttributeMM2ClassificationConstraint. getAttribute()The meta attribute restricted by this classification constraint.<T extends MMProfile>
java.util.List<T>MMProfile. getAvailableProfile(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All profiles which are available for this profile.<T extends ADClientAble>
java.util.List<T>ADModel. getBI2DimensionCycleElements(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Finds all model elements (classesBI2DimensionLevelandBI2DimensionPrecedence) which are part of an illegal hierarchy cycle.<T extends ADClientAble>
java.util.List<T>ADModel. getBI2DimensionCycleElements(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getBI2DimensionCycleElements and filters its return values according to the given stereotype value.java.lang.StringADModel. getBitmap()Returns the special bitmap namejava.lang.StringMMStereotypeProperty. getBitmapOfValue(ADClientAble refObj)The bitmap specified for the value of this property for the element.ADBranchADBranchLog. getBranch()The branch of this branch log entry.static ARG_BranchesToXmlADBranchHelper. getBranchesToXml(SrvContext srvCtx)Provides information to all branches of this model in xml format.static java.lang.StringADRepositoryHelper. getBusServerInfoAsJSON(SrvContext srvCtx)returns the server info that is published to the bus.ADChangeSetADChangeSetFragment. getChangeSet()The element that owns the current object.ADChangeSetADCSOperation. getChangeSet()The change set that owns the current object.ARG_ConfigChangeSetADXModel. getChangeSetConfig()Returns the configuration of change sets for thisADXModel.ARG_ChangeSetDetailsADChangeSet. getChangeSetDetails()Returns all details for thisADChangeSet.static ARG_ChangeSetOperationValuesADCSInstanceHelper. getChangeSetInstanceProtocol(SrvContext srvCtx, java.util.List<? extends ELElement> seqElem, ARG_ChangeSetPeriod valPeriod)Returns the protocol of model changes for a set of elements.static ARG_ChangeSetListADChangeSetHelper. getChangeSetList(SrvContext srvCtx, boolean onlyActive, boolean restrictOnLogin, boolean withSealed, ARG_ChangeSetPeriod valStart, ARG_ChangeSetPeriod valEnd)Returns a list of change sets with properties.static java.util.List<ARG_NameInChangeSetLog>ADChangeSetHelper. getChangeSetNameOfValidElements(SrvContext srvCtx, java.util.List<ARG_VOclAndId> seqId)returns the instance, name and the qualified owner's name of the specified elements.booleanADModel. getChangeSetOptionLogIsActive()True, if the change log is active.booleanADModel. getChangeSetOptionLogWithExport()If this option is activated the existing change logs are taken when this model is exported, checked in or converted.booleanADModel. getChangeSetOptionSetIsActive()True, if the change set is active.static ARG_ChangeSetOperationValuesADChangeSetHelper. getChangeSetProtocol(SrvContext srvCtx, java.util.List<? extends ADChangeSet> seqSet, ARG_ChangeSetPeriod valPeriod)Returns the protocol of model changes during a set of change sets.<T extends MM2Class>
java.util.List<T>MM2Class. getClassesOfViewAttr(java.lang.Class<T> returnType, MM2Attribute refObj, K_CONTROL_OPTION... behaviourFlags)Returns not abstract specializations (transitive) of classes given byargument refObj.MM2ClassificationMM2ClassificationConstraint. getClassification()All meta classifications restricted by this classification constraint.<T extends MM2Classification>
java.util.List<T>MMEngineeringSequence. getClassification(java.lang.Class<T> returnType)The classification of this engineering classification.MM2ClassificationMMLabel. getClassification()The classification of this label.MM2ClassificationMMText. getClassification()Classification of the text.MM2ClassificationMMVerifyClassification. getClassification()All verify classifications of this classification.java.util.List<MM2ClassificationConstraint>MM2Attribute. getClassificationConstraint(K_CONTROL_OPTION... behaviourFlags)All classification constraints that restrict this meta attribute.java.util.List<MM2ClassificationConstraint>MM2Classification. getClassificationConstraint(K_CONTROL_OPTION... behaviourFlags)All classification constraints that restrict this meta classification.<T extends MM2Classification>
java.util.List<T>MMVerify. getClassificationWithVerifyMsg(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<java.lang.String>MMEngineeringAction. getClassPathList()The list of all class path entries.java.util.List<ELValSpecString>MMEngineeringAction. getClassPathValue(K_CONTROL_OPTION... behaviourFlags)All string values of class paths owned by this engineering action.java.util.List<MESection>MM2Class. getClassSection()All sections where elements of this meta class are allowed as part.MM2ClassificationMMMenu. getClientClassification()The classification of the client which contains this menu.<T extends CLDiaCompartmentNode>
java.util.List<T>MM2CLCompartment. getCompartmentNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All node compartments of this compartment.ARG_GetConcreteMappedTypeOutMMTSType. getConcreteMappedType(MMTypeSystem ohTargetTs, java.lang.String par1Master, java.lang.String par2Master)Evaluates the concrete target type of a given concrete master type for a given targetMMTypeSystem.static ARG_AskADChangeSetHelper. getConfigChangeSetDlgCheck(SrvContext srvCtx, boolean isActiveLog, boolean isActiveSet, boolean isAnonym, int maxDay, boolean withExport)Checks whether the modification of the change set configuration will reduce the number of closed change sets.static ARG_ConfigChangeSetADChangeSetHelper. getConfigChangeSetDlgInit(SrvContext srvCtx)Fills the dialog for the configuration of change sets.java.lang.StringADApplicationConfiguration. getConfigValue()The configuration value of thisADApplicationConfiguration.java.util.List<java.lang.String>ADModel. getCopy(java.util.List<? extends ELElement> seqSel, boolean ownedElementTransitive)Returns a complete copy buffer for the selected elements.java.util.List<java.lang.String>MMProfile. getCopy(java.util.List<? extends ELElement> seqSel, boolean ownedElementTransitive)Returns a complete copy buffer for the selected elements contained in this profile.ARG_CopyProfileContentDlgInitOutMM2Classification. getCopyConstraintDlgInit(MMProfile ohProfile)Fills the dialog for the copy of classification constraints.ARG_CopyProfileContentDlgInitOutMMFormatAble. getCopyFormatDlgInit(MMProfile ohProfile)Fills the dialog for the copy of formats.ARG_CopyProfileContentDlgInitOutMM2Classification. getCopyMenuDlgInit(MMProfile ohProfile)Fills the dialog for the copy of menus.ARG_CopyRoleExecutionDlgInitOutADUsrRole. getCopyRoleExecutionDlgInit(MMProfile ohProfile)Fills the dialog for the copy of execution rights.byte[]ADModel. getCopyToFile(java.util.List<? extends ELElement> seqSel, boolean ownedElementTransitive)Returns a complete copy buffer for the selected elements as file.byte[]MMProfile. getCopyToFile(java.util.List<? extends ELElement> seqSel, boolean ownedElementTransitive)Returns a complete copy buffer for the selected elements contained in this profile as file.java.util.List<MECreateRedirect>MMCreateTemplate. getCreateRedirect()The create defaults that use this create template.MMCreateTemplateMMCreateELInst. getCreateTemplate()The create template of this dummy element.java.util.List<MMCreateTemplate>MMStereotype. getCreateTemplate(K_CONTROL_OPTION... behaviourFlags)All create templates for this stereotype.MMCreateTemplateMMStereotypeAble. getCreateTemplate()The create template which owns this element.MMCreateTemplateMMSyncedStereotype. getCreateTemplate()TheMMCreateTemplateused by thisMMSyncedStereotype.java.util.List<MMCreateTemplate>MMStereotype. getCreateTemplateOfValidProfiles(ADClientAble refObj, K_CONTROL_OPTION... behaviourFlags)java.util.DateADHistoryAble. getCreateTime()Creation date of the current object as a UTC time long.java.lang.StringADHistoryAble. getCreator()Name of the user who created the current object.java.util.List<ADCSMM2TypedEnumValue>ADCSInstance. getCSEnumMember(K_CONTROL_OPTION... behaviourFlags)All property values assigned to this enumeration value.ADCSInstanceADCSMM2TypedEnumValue. getCSEnumMember()The enumeration value referenced by this enumeration value.ADCSInstanceADCSPropertyValueRef. getCSInstance()The instance referenced by this instance reference.<T extends ADCSMM2TypedValue>
java.util.List<T>ADCSInstance. getCSMM2Type(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All property values of this MM2-type.ADCSInstanceADCSMM2TypedValue. getCSMM2Type()The MM2-type refernced by this property value.java.util.List<ADCSPropertyValueRef>ADCSInstance. getCSPropValueRef(K_CONTROL_OPTION... behaviourFlags)All references to this instance.ADBranchADModel. getCurrentBranch()the branch this model is currently assigned to.ARG_BranchDetailsADModel. getCurrentBranchDetails()Provides the details of the current branch of this model.<T extends MEModel>
java.util.List<T>ADModel. getDatabaseModels(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends MEModel>
java.util.List<T>ADModel. getDatabaseModels(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDatabaseModels and filters its return values according to the given stereotype value.java.util.List<IMDataTypeDefinition>MMTSType. getDataTypeDefinition(K_CONTROL_OPTION... behaviourFlags)K_TYPEMM2TypedElement. getDateTimeKind()The format of aMMLabelorMMStereotypePropertyif the type kind is specified as date and time.<T extends ADClientAble>
java.util.List<T>ADModel. getDBCycleElements(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Finds all DB model elements (classesDBTableandDBForeignKey) which are part of an existence prerequisite cycle.<T extends ADClientAble>
java.util.List<T>ADModel. getDBCycleElements(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDBCycleElements and filters its return values according to the given stereotype value.MEAttachmentMMAttachmentAble. getDefaultAttachment()The attachment assigned as default to this element, like a preview picture or a document describing the element.static MMTypeSystemMMTypeSystemHelper. getDefaultTypeSystem(SrvContext srvCtx)Returns theMMTypeSystemwhose 'is model default' attribute is set to true.java.lang.StringMM2TypedElement. getDefaultValueAsString()The default value of this typed element.java.util.List<java.lang.String>MMTSTypeClass. getDefaultValueList()Returns the string list of all configured default values of thisMMTSTypeClass.java.lang.StringMMMetaCommentAble. getDescription()Description of this element.java.util.List<DGCommand>MMProfile. getDGCommand(K_CONTROL_OPTION... behaviourFlags)All docu commands owned by this profile.DGSelectionMMMenuItem. getDGSelection()Gets the documentation selection associated with this menu item.ARG_DiffADModel. getDiffRelationshipsAndProperties(java.util.List<? extends ELElement> seqElem)Returns the selected elements as DiffNodes.K_MAPPING_DIRECTIONMMTSTypeMapping. getDirection()If the direction is set to 'From', the type in own scope is the source type of this mapping.java.lang.StringADLogin. getDisplay()Returns the display's name for the current object.K_DISP_BROWSERMMStereotypeProperty. getDisplayInModelBrowser()The format for values to be displayed at the result region.java.lang.StringMMStereotypeAble. getDisplayType(K_CLIENT_LOCATION kind)The type of this stereotype able element.java.lang.StringMMStereotype. getDisplayTypeOfStereotype(K_CLIENT_LOCATION kind)The type specified by this stereotype as localized name or the name of this stereotype with the inherited localized name.java.util.List<DGChapterAttribute>MM2Attribute. getDocuChapterAttribute(K_CONTROL_OPTION... behaviourFlags)The documentation chapter that describes this meta model attribute.java.util.List<MMText>MM2Classification. getDocumentAreaTextOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)All texts of this and all included classifications.java.util.List<MECreateRedirect>MM2Classification. getElementCreateRedirection(K_CONTROL_OPTION... behaviourFlags)All create redirections for this classification.java.util.List<PRAnalysisDia>ADClientAble. getEndAnalysisDia()All analysis diagrams with thisADClientAbleas end element.java.util.DateADChangeSet. getEndtime()Returns the end timestamp of the latestADChangeSetFragmentof the current object.java.util.DateADChangeSetFragment. getEndtime()Returns the end timestamp of the current object.K_ENGINEERINGMMEngineeringSequence. getEngineeringKind()The kind of this engineering sequence.java.util.List<MMEngineeringSequence>MM2Classification. getEngineeringSequence()The engineering sequence of this engineering classification.static java.util.List<ARG_EnumMembers>MM2TypeEnumHelper. getEnumMemberNames(SrvContext srvCtx, java.util.List<K_ENUM> seqEnum, java.util.List<java.lang.Integer> seqMember)Returns a list of enumerations each with a list of members with translated display name and value.<T extends ADClientAble>
java.util.List<T>ADModel. getERCycleElements(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Finds all ER model elements (classesEREntity,ERRelationshipandERGeneralization) which are part of an existence prerequisite cycle.<T extends ADClientAble>
java.util.List<T>ADModel. getERCycleElements(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getERCycleElements and filters its return values according to the given stereotype value.ARG_MMEvalSequenceMMMenuItem. getEvaluateAction()Evaluates the sequence of engineering actions of this menu item.java.lang.StringMMEngineeringAction. getExecName()The location of this action.<T extends ADExecuteAble>
java.util.List<T>ADUsrRole. getExecuteAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Return all executeable elements the the current object is allowed to execute.ADExecuteAbleMMRoleExecution. getExecuteAble()Returns executeable elements which can be executed by the current object.java.lang.StringADChangeSet. getExternalId()Id in an external tracking system.java.lang.StringADChangeSet. getExternalLink()Link to an external tracking system.static ARG_FilterOclReqADVersionAbleHelper. getFilter(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Without a selection, it returns allADVersionAbleelements.<T extends ELUUIDAble>
java.util.List<T>ADModel. getFindByUUID(java.lang.Class<T> returnType, MMStereotype stereotype, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)The method calls getFindByUUID and filters its return values according to the given stereotype value.<T extends ELUUIDAble>
java.util.List<T>ADModel. getFindByUUID(java.lang.Class<T> returnType, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)If they exist, returns the model elements described by the Innovator UUID provided by argument pattern.static ARG_FindDeletedElementsADCSInstanceHelper. getFindDeletedElements(SrvContext srvCtx, java.lang.String name, boolean isSearchByPattern, java.lang.Class<? extends ELObject> kVOcl, java.util.Date lStartTime, java.util.Date lEndTime)Searches in change log for deleted elements.static ELElementADModelHelper. getFindElementById(SrvContext srvCtx, java.lang.Class<? extends ELObject> kVOcl, int id)If it exists, returns the model element described by the ARG_FindElementByIdOclReq structure.static ARG_FindHistoryDlgOclReqOutADHistoryAbleHelper. getFindHistoryDlg(SrvContext srvCtx, K_FINDMODE mode, java.util.List<? extends ELElement> seqSel, boolean useSel, boolean isNot, boolean isCreator, java.lang.String userName, int year, int month, int day, int hour, int minute, K_OPERATOR op, boolean withConfig)Internal funktion for finding elements by history properties.static ARG_FindSqlIntelliSenseADFindAbleHelper. getFindSqlIntelliSense(SrvContext srvCtx, java.util.List<? extends ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm)Returns an inforamtion structure for providing intelliSense to build an Innovator Find SQL statement.static ARG_CreationDateADModelHelper. getFirstCreationDate(SrvContext srvCtx, java.util.List<? extends ELContainerAble> seqRoot, java.util.List<? extends ELElement> seqFlat)examines the transitive content of the elements in seqRoot and returns the oldest creation date of these elements.java.util.List<MMText>MM2Classification. getFlowDocumentTextOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)All flow document texts of this and all included classifications.java.lang.StringMMTextValue. getFlowDocumentValue()The formatted value of the connected text.java.lang.StringMMTextAble. getFlowExpandedValue(MMText refObj, java.lang.String pattern)Returns the formatted value of this element given by argument pattern orargument refObjwhere all fill-ins are expanded.java.lang.StringMMTextValue. getFlowExpandedValue()Returns the formatted value where all fill-ins are expanded.java.lang.StringMMText. getFont()Returns the font information of the current object's text.booleanMMText. getFontChangeable()Returns true if the font can be changed for the current object.java.util.List<MMFormat>MMFormatAble. getFormat(K_CONTROL_OPTION... behaviourFlags)All formats connected to this formatable element.MMFormatAbleMMFormat. getFormatAble()The formatable element which is connected to this format.java.util.List<MMFormatRuleParameter>MM2FormatRuleParameter. getFormatRuleParameter(K_CONTROL_OPTION... behaviourFlags)All format rule parameters of this meta format rule parameter.java.util.List<MMFormatRuleSetOfRole>MM2Attribute. getFormatRuleSet(K_CONTROL_OPTION... behaviourFlags)All format rule sets of this meta attribute.java.util.List<MMFormatRuleSetOfClass>MM2Class. getFormatRuleSet(K_CONTROL_OPTION... behaviourFlags)All format rule sets of this metaclass.java.util.List<ADChangeSetFragment>ADLoginAble. getFragment()All change set fragments of this user.MMGeneralADRepository. getGeneral()The general element which is owned by the current object.intMM2Attribute. getHelpMsgNumber()The help message number of this meta attribute.java.lang.StringADHistoryAble. getHistory()History info about the current object.java.lang.StringADLogin. getHost()Returns the host's name for the current object.java.lang.StringADModel. getHyperlinkURI()Returns the URI used as hyperlink within a nonformatted text.intMM2TypeEnumMember. getIcw2Enum()The long value of this enum member.<T extends MMMetamodelElement>
java.util.List<T>MMProfile. getIgnoredElement(java.lang.Class<T> returnType)<T extends MMProfile>
java.util.List<T>MMMetamodelElement. getIgnoringProfile(java.lang.Class<T> returnType)All profiles where thisMMMetamodelElementis marked as ignored.booleanADRepository. getInactivityLogoutUsers()Logout inactive users automatically,static ARG_GetInfoPropertiesForImpactAnalysisOutMM2ClassificationHelper. getInfoPropertiesForImpactAnalysis(SrvContext srvCtx, java.util.List<? extends ELElement> seqElem)Returns a list of info properties which may be used by the impact analysis of the specified elements or meta classifications.ARG_InnovatorComponentDlgInitMMXProfile. getInnovatorComponentDlgInit()Fills the dialog for the modification of innovator components.intMMXProfile. getInnovatorComponentMask()The Innovator Components which are provided by this profile as a mask.ADInoHostADUserHostOption. getInoHost()The host of the current object.ADCSInstanceADCSOperation. getInstance()The instance associated with this instance operation.ELElementMMCreateTemplate. getInstanceOfCreateTemplate()The element of this create template.MM2ClassificationMM2ClassificationConstraint. getInverseClassification()All inverse meta classifications restricted by this classification constraint.java.util.List<MM2ClassificationConstraint>MM2Classification. getInverseClassificationConstraint(K_CONTROL_OPTION... behaviourFlags)All classification constraints that restrict this inverse meta classification.K_CONTENT_MULTIPLICITYMM2ClassificationConstraint. getInverseMultiplicity()The allowed number of inverse meta classifications specified by this constraint.<T extends MM2Classification>
java.util.List<T>MM2TypedElement. getInvisibleClassification(java.lang.Class<T> returnType)All meta classifications which are not using this typed element.<T extends MM2TypedElement>
java.util.List<T>MM2Classification. getInvisibleTypedElement(java.lang.Class<T> returnType)All typed elements which are not used by this meta classification.java.util.List<MMLabel>MM2Classification. getLabel(K_CONTROL_OPTION... behaviourFlags)All labels of this classification.java.util.List<MMLabel>MMLabelAble. getLabel(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)The label named argument pattern which is configured for the classification of the selected element or all labels if no pattern is given.booleanMMLabelAble. getLabelBoolValue(MMLabel refObj, java.lang.String pattern)Returns the Boolean label value of the current object given by argument pattern orargument refObj.java.lang.StringMMLabelAble. getLabelColor(java.lang.String pattern)The color of the label value for this element.java.lang.StringMMLabelAble. getLabelInfo()Label info of the current object.intMMLabelAble. getLabelLongValue(MMLabel refObj, java.lang.String pattern)Returns the long label value of the current object given by argument pattern orargument refObj.java.util.List<ARG_NameValueDefault>MMLabelAble. getLabelNameValue()Returns a list of labels specified for this label able element.java.util.List<MMLabel>MM2Classification. getLabelOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)All labels of this and all included classifications.java.lang.StringMMLabelAble. getLabelStringValue(MMLabel refObj, java.lang.String pattern)Returns the label value of the current object given by argument pattern orargument refObj.<T extends ELValueReUseAble>
java.util.List<T>MMLabelAble. getLabelValueByPattern(java.lang.Class<T> returnType, MMStereotype stereotype, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)The method calls getLabelValueByPattern and filters its return values according to the given stereotype value.<T extends ELValueReUseAble>
java.util.List<T>MMLabelAble. getLabelValueByPattern(java.lang.Class<T> returnType, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)All label values owned by this element.java.util.List<java.lang.String>MMLabelAble. getLabelValueList(boolean mode)Calculates all labels which are configured for the classification of the selected element and returns a list of multistrings each made up of label name and label value.static ARG_ADListLoginOutADModelHelper. getListLogin(SrvContext srvCtx, java.lang.String nameModel, K_ADMODEL methModel, java.lang.String patternUser)Returns information about the login user list.static ARG_ADModelConfigADModelHelper. getListModelConfig(SrvContext srvCtx, K_ADMODEL item)Returns the names of available model configurations.java.util.List<ARG_ADUsrRoleInfo>ADModel. getListRole()Retrieves the roles of the element with additional informations.static ARG_ADUserConfigADModelHelper. getListUserConfig(SrvContext srvCtx)Returns the names of available user configurations.MM2LocaleADLogin. getLocale()ADLockADLockAble. getLock()The lock of the current object.ADLockAbleADLock. getLockAble()The element of the current object.ARG_LockableCacheADLockAble. getLockableCache()Gets important information of the lockable element all at once.ADLoginADLockAble. getLockLogin()Returns the login which has locked the current object.ARG_AskADLogin. getLockMessage(java.util.List<? extends ELElement> seq)Returns the lock messages of all specified elements.java.lang.StringADLockAble. getLockName()Returns the name of the user who has locked the current object.java.util.List<ARG_LockRecursiveEntry>ADLogin. getLockRecursiveCheck(java.util.List<? extends ADClientAble> seqSel)Checks whether all selected elements may be locked recursively.java.lang.StringADRepository. getLockText()Returns the current lock note if logins are prevented.<T extends ADClientAble>
java.util.List<T>ADClientAble. getLogic(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All logical elements which are available in any client for the current object.<T extends ADClientAble>
java.util.List<T>ADClientAble. getLogic(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getLogic and filters its return values according to the given stereotype value.ADLoginADLock. getLogin()The login of the current object.ADLoginADMdlAdmin. getLogin()the current object's login.ADLoginADMdlUser. getLogin()The login of the current object.java.util.List<ADLogin>ADRepAdmin. getLogin(K_CONTROL_OPTION... behaviourFlags)the current object's login.java.util.List<ADLogin>ADUsrRole. getLogin()Returns the logins that use the current object.java.util.List<ADLogin>MM2Locale. getLogin()ADLoginAbleADChangeSetFragment. getLoginAble()The user of this change set fragment.ADLoginAbleADLogin. getLoginAble()The element that owns the current object.ADLoginAbleADUserHostOption. getLoginAble()The user of the current object.ADLoginAbleADUserOption. getLoginAble()The user of the current object.MESectionADLoginAble. getLoginAbleSection()The section used by thisADLoginAble.ADLoginADLoginAble. getLoginByDisplay(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)Returns theADLoginof the current object depending on the display given by the argument pattern.ARG_LoginCacheADLogin. getLoginCache()Gets important information of the login all at once.ARG_GetLoginListADModel. getLoginList()Returns the information of users which are currently logged in to thisADModel.K_LOGSTATUSADLogin. getLogStatus()Returns the current object's login status.java.util.DateADTimeAble. getLtime()Returns the ltime long of the current object.ELM2TypedElementCnstrMMStereotype. getM2AttrCnstr(ELM2Attribute refObj)theELM2TypedElementCnstrinstance for the metaattribute provided byargument refObjof the content of this stereotype.ELM2TypedElementCnstrMMStereotype. getM2AttrCnstrOfGeneralTransitive(ELM2Attribute refObj)The firstELM2TypedElementCnstrinstance for the metaattribute provided byargument refObjfound traversing the stereotype hierarchy up.ELM2TypedElementCnstrMMStereotype. getM2AttrCnstrOfSelfAndGeneralTransitive(ELM2Attribute refObj)The effectiveELM2TypedElementCnstrinstance for the metaattribute provided byargument refObj.ELM2TypedElementCnstrMMStereotype. getM2AttrCnstrOfSpecificTransitive(ELM2Attribute refObj)The firstELM2TypedElementCnstrinstance for the metaattribute provided byargument refObjfound traversing the stereotype hierarchy down.java.util.List<ARG_M2LocaleDetails>ADModel. getM2LocaleDetails()Returns detailed information about all used locales.java.util.List<MMTSTypeMapping>MMTSType. getMappingFrom(MMTypeSystem refObj, K_CONTROL_OPTION... behaviourFlags)List of all type mapping rules that have this type as source.java.util.List<MMTSTypeMapping>MMTSType. getMappingInOtherScope(K_CONTROL_OPTION... behaviourFlags)List of type mappings of this target type.java.util.List<MMTSTypeMapping>MMTSType. getMappingInOwnScope(K_CONTROL_OPTION... behaviourFlags)List of type mappings of this source type.java.util.List<MMTSTypeMapping>MMTSType. getMappingTo(MMTypeSystem refObj, K_CONTROL_OPTION... behaviourFlags)List of all type mapping rules that have this type as target.intMMStereotypeFileAble. getMaxFileSize()The maximum size of files with this file able.ADMdlAdminADLogin. getMdlAdmin()The model administrator of the current object.ADMdlAdminADModel. getMdlAdmin()The model admin which is owned by the current object.ADMdlGuestADModel. getMdlGuest()The guest user which is owned by the current object.ADMdlUserADLogin. getMdlUser()The model user of the current object.java.util.List<ADMdlUser>ADUsrRole. getMdlUser()Returns the model users which are assigned to the current object.java.util.List<ADMdlUser>ADUsrRole. getMdlUserByPattern(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)Returns the users which are assigned to the current object.java.util.List<MMMenu>MM2Classification. getMenu(K_CONTROL_OPTION... behaviourFlags)All create menus of this classification.java.util.List<ARG_MMMenuOut>MMMenuAble. getMenu(K_MENU kindMenu)All menus and menu items of thisMMMenuAblefor the specified menu kind.MMMenuMMMenuItem. getMenu()MMMenuItemMMMenuAble. getMenuItem(MMMenuItem ohItem)The corresponding menu item of a specified menu item within a menu of thisMMMenuAble.java.util.List<MMMenuItem>MMMenuItemAble. getMenuItem(K_CONTROL_OPTION... behaviourFlags)The corresponding entity of this menu item.MMMenuItemAbleMMMenuItem. getMenuItemAble()The corresponding entity of this menu item.ARG_MMMenuItemListMMMenuAble. getMenuItemsForTransform(java.util.List<? extends MMStereotypeAble> seqSel)Gets all menu items possible to aid the transformation to the selected element.java.util.List<ADBranchLogMerge>ADBranch. getMergeSource(K_CONTROL_OPTION... behaviourFlags)The log entry for branch merge of this branch.ADBranchADBranchLogMerge. getMergeSource()The branch for this log entry for branch merge.<T extends MM2Class>
java.util.List<T>ADModel. getMetaClassInstantiable(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns all meta classes instantiable in this model.<T extends MM2Class>
java.util.List<T>ADModel. getMetaClassStereotypeAbleNotAbstract(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns all meta classes with stereotypes instantiable in this model.MM2FontColorMMFCValue. getMetaFontColor()The font or color property which this value is specified for.MM2FormatRuleParameterMMFormatRuleParameter. getMetaFormatRuleParameter()The meta format rule parameter of this format rule parameter.java.lang.StringMMStereotype. getMetaNameOfStereotype()The localized meta name of this stereotype.java.lang.StringMMStereotype. getMetaNameOfStereotypeClass()The name of the class of this stereotype.MM2PackageMMVerifyPackage. getMetaPackage()All verify packages of this meta package.MM2PresentationMMPresEntry. getMetaPresentation()The presentation of this entry.MM2VerifyMMVerifyMsg. getMetaVerify()The meta verify of this message.K_ADMODELADModel. getMethod()Returns the current object's method.MM2TypeMM2TypedElement. getMM2Type()The type of this element.ADModelADAlias. getModel()The model that owns the current object.ADModelADBranch. getModel()ADModelADChangeSet. getModel()TheADModelthat owns the current object.ADModelADCSInstance. getModel()ADModelADMdlAdmin. getModel()the current object's model.ADModelADMdlGuest. getModel()The model of the current object.ADModelADMdlLogOption. getModel()ADModelADMdlUser. getModel()The model that own this model user.ADModelADUsrRole. getModel()K_LOCALEADModel. getModelLocaleCode()The modeling locale code of thisADModel.MESectionADXModel. getModelSection()java.lang.StringADHistoryAble. getModifier()Name of the user who was the most recent modifier of the current object.static ARG_ModifyChangeableFontDlgInitOutMMTextHelper. getModifyChangeableFontDlgInit(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Fills the dialog to modify the font and the changeable flag for a list of text definitions or stereotypes.ARG_ModifyChangeSetPropertiesADChangeSet. getModifyChangeSetPropertiesDlgInit()Returns the properties for the modification of aADChangeSet.ARG_ModifyFlowDocumentsReqMMTextAble. getModifyFlowDocuments()Returns information for the modification of flow documents of this element.static ARG_ModifyInactivityADRepositoryHelper. getModifyInactivity(SrvContext srvCtx)Returns the inactivity information.ARG_ModifyModelNameBitmapDlgInitOutADModel. getModifyModelNameAndBitmapDlgInit()Fills the dialog for the modification of name and bitmap of this model.ARG_ModifyTypedElementValidListDlgInitOutMMSyncedStereotype. getModifySyncedPropertyDlgInit()Fills the modify dialog forMMSyncedPropertywith available typed elements.ARG_ModifySyncSetPropItemsInitMMSyncSetProperty. getModifySyncSetPropItemsDlgInit()Fills the dialog for the modification ofMMSyncedPropertyused by thisMMSyncSetProperty.ARG_MMTextValueListMMTextAble. getModifyTextValues()Compact information of all text values of this element.ARG_ModifyTextValuesDlgInitMMTextAble. getModifyTextValuesDlgInit()Fills the dialog box for the modification of text specifications of this element.java.util.DateADHistoryAble. getModifyTime()Last modification date and time of the current object as a UTC time long.static ARG_ModifyTypedElementValidListDlgInitOutMM2ClassificationHelper. getModifyTranslatableValidListDlgInit(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, MMProfile ohProfile)Fills the modify dialog with available typed elements which may be translated.static ARG_AskADTranslationAbleHelper. getModifyTranslationLocaleCheck(SrvContext srvCtx, java.util.List<K_LOCALE> seq)Checks whether the modification of translation languages deletes translations.static java.util.List<K_LOCALE>ADTranslationAbleHelper. getModifyTranslationLocaleInit(SrvContext srvCtx)Returns the list ofMM2Localevalues which are allowed as translation language.ARG_ModifyTypedElementOrderDlgInitOutMMStereotype. getModifyTSOptionOrderDlgInit(ELElement item)Fills the dialog for the modification of the sort order of the type system options visible for this stereotype within the optional profile.static ARG_ModifyTypedElementValidListDlgInitOutMM2ClassificationHelper. getModifyTSOptionValidListDlgInit(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, MMProfile ohProfile)Fills the modify dialog with available type sytem options.ARG_ModifyTypedElementOrderDlgInitOutMMStereotype. getModifyTypedElementOrderDlgInit(ELElement item)Fills the dialog for the modification of the sort order of the typed elements visible for this stereotype within the optional profile.static ARG_ModifyTypedElementValidListDlgInitOutMM2ClassificationHelper. getModifyTypedElementValidListDlgInit(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, MMProfile ohProfile)Fills the modify dialog with available typed elements.static ARG_ModifyUpdateADRepositoryHelper. getModifyUpdate(SrvContext srvCtx)Returns the update information.static ARG_MoveStereotypeWithAttachmentDlgInitOutMMStereotypeHelper. getMoveStereotypeWithAttachmentDlgInit(SrvContext srvCtx, java.util.List<? extends MMStereotype> seqStereo, MMProfile ohProfile)Fills the dialog to move all selected stereotypes with attachments to a new owning profile.K_CONTENT_MULTIPLICITYMM2ClassificationConstraint. getMultiplicity()The allowed number of meta classifications specified by this constraint.byte[]ADModel. getMultiVersionFile(K_INSTPURPOSE purpose, boolean ownedElementTransitive, java.util.List<? extends ELElement> seqSel)Returns the the current object's complete version ASCII representation and the incoming selection as a file.java.util.List<java.lang.String>ADModel. getMultiVersionList(K_INSTPURPOSE purpose, boolean ownedElementTransitive, java.util.List<? extends ELElement> seqSel)Returns the the current object's complete version ASCII representation and the incoming selection as a string array.java.lang.StringMMTextValue. getName()Returns the name of the text.java.util.List<ADBranchLogSplit>ADBranch. getNewBranch(K_CONTROL_OPTION... behaviourFlags)The log entry for branch split of this branch.ADBranchADBranchLogSplit. getNewBranch()The branch for this log entry for branch split.java.lang.StringADChangeSet. getNote()Returns the note for this change set.java.lang.StringADTimeAble. getNote()Returns the note for the current object.<T extends MM2Classification>
java.util.List<T>MM2TypedElement. getNotToLocalizeClassification(java.lang.Class<T> returnType)All classifications where thisMM2TypedElementshould not be localized.<T extends MM2TypedElement>
java.util.List<T>MM2Classification. getNotToLocalizeProperty(java.lang.Class<T> returnType)All properties which should not be localized for thisMM2Classification.K_OFFICEMMRecipe. getOfficeKind()The kind of thisMMRecipe.K_OFFICEMMStereotypeBuildingBlock. getOfficeKind()The kind of thisMMStereotypeBuildingBlock.java.util.List<ADCSOperation>ADCSInstance. getOperation(K_CONTROL_OPTION... behaviourFlags)All instance operations assigned to this instance.ADCSOperationADCSMM2TypedValue. getOperation()The operation owning this property value.ADCSOperationADCSPropertyValue. getOperation()The operation owning this property value.intADUsrRole. getOperationModeMask()Returns the current object's privileges as a mask.intADApplicationConfiguration. getOperationModeMaskToCheck()The mask of privileges which have to be checked for editing thisADApplicationConfiguration.ADOptionAbleADOption. getOptionAble()The optionable element of the current object.<T extends MM2TypedElement>
java.util.List<T>MMStereotype. getOrderedProperty(java.lang.Class<T> returnType)All typed elements of this stereotype as sorted properties by @SORTING.java.util.List<MMStereotype>MM2TypedElement. getOrderingStereotype()All stereotypes with this typed element as sorted property.java.util.List<GCConceptRealization>MMCommentContainerAble. getOutgoingConceptRealization(K_CONTROL_OPTION... behaviourFlags)All concept realizations of this element.MM2ClassMM2FontColor. getOwnClass()The class that owns this font/color type.MM2ClassMM2FormatRuleParameter. getOwnClass()The class that owns this format rule parameter.MM2ClassMM2Presentation. getOwnClass()The class that owns this presentation type.MM2ClassMMAddItem. getOwnClass()MM2ClassMMFormatRuleSetOfClass. getOwnClass()The metaclass of this format rule set.MM2ClassMMStereotype. getOwnClass()The metaclass owning this stereotype.java.util.List<MMAddItem>MM2Class. getOwnedAddItem(K_CONTROL_OPTION... behaviourFlags)java.util.List<ADAlias>ADModel. getOwnedAlias(K_CONTROL_OPTION... behaviourFlags)The aliases owned by the current object.java.util.List<MM2Attribute>MM2Class. getOwnedAndInheritedConfigAbleAssocEnd(K_CONTROL_OPTION... behaviourFlags)All meta attributes which are owned or inherited by this meta class and represent a relationship which may be configured.java.util.List<MM2Attribute>MM2Class. getOwnedAndInheritedInverseAssocEnd(boolean kind, K_CONTROL_OPTION... behaviourFlags)All meta attributes of this metaclass with property 'assignKind' equal to 'InverseAssocEnd'.java.util.List<ADApplicationConfiguration>ADModel. getOwnedApplicationConfiguration(K_CONTROL_OPTION... behaviourFlags)All application configurations owned by the current object.java.util.List<MEAttachment>MMAttachmentAble. getOwnedAttachment(K_CONTROL_OPTION... behaviourFlags)All attachments owned by this element.java.util.List<ELM2TypedElementCnstr>MMStereotype. getOwnedAttrCnstr(K_CONTROL_OPTION... behaviourFlags)All typed element constraints owned by this stereotype.<T extends CLProperty>
java.util.List<T>MMCreateCLInst. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<ADBranch>ADModel. getOwnedBranch(K_CONTROL_OPTION... behaviourFlags)java.util.List<MMStereotypeBuildingBlock>MMStereotype. getOwnedBuildingBlock(K_CONTROL_OPTION... behaviourFlags)All building blocks owned by this stereotype.java.util.List<MMStereotypeBuildingBlock>MMStereotype. getOwnedBuildingBlockOfOfficeKind(K_OFFICE kind, K_CONTROL_OPTION... behaviourFlags)java.util.List<ADChangeSet>ADModel. getOwnedChangeSet(K_CONTROL_OPTION... behaviourFlags)The change sets owned by the current object.java.util.List<MM2ClassificationConstraint>MMProfile. getOwnedClassificationConstraint(K_CONTROL_OPTION... behaviourFlags)All classification constraints that are defined within this profile.java.util.List<MEComment>MMCommentContainerAble. getOwnedComment(K_CONTROL_OPTION... behaviourFlags)java.util.List<MM2CLCompartment>MM2Schema. getOwnedCompartment(K_CONTROL_OPTION... behaviourFlags)All compartments owned by this schema.java.util.List<DGConfig>MMProfile. getOwnedConfig(K_CONTROL_OPTION... behaviourFlags)All documentation configurations owned by this profile.java.util.List<ADConfigTranslation>ADModel. getOwnedConfigTranslation(K_CONTROL_OPTION... behaviourFlags)All translations owned by thisADModel.java.util.List<MECopy>MMCreateTemplate. getOwnedCopy(K_CONTROL_OPTION... behaviourFlags)The copy dependency ownend by this create template.java.util.List<MMCreateTemplate>MMProfile. getOwnedCreateTemplate(K_CONTROL_OPTION... behaviourFlags)All create templates owned by this profile.java.util.List<ADCSInstance>ADModel. getOwnedCSInstance(K_CONTROL_OPTION... behaviourFlags)All instances associated with a change set owned by this model.java.util.List<DBConnection>ADXModel. getOwnedDBConnection(K_CONTROL_OPTION... behaviourFlags)All database connetions owned by thisADXModel.java.util.List<DBRole>MMCreateTemplate. getOwnedDBRole(K_CONTROL_OPTION... behaviourFlags)All DB roles owned by thisMMCreateTemplate.java.util.List<MMTSDefaultValue>MMTSTypeClass. getOwnedDefaultValue(K_CONTROL_OPTION... behaviourFlags)List of all default values of thisMMTSTypeClass.java.util.List<DGTemplate>MMProfile. getOwnedDGTemplate(K_CONTROL_OPTION... behaviourFlags)All documentation building blocks owned by this profile.java.util.List<DGDocuStructureRoot>MMProfile. getOwnedDocuStructureRoot(K_CONTROL_OPTION... behaviourFlags)All documentation structures owned by this profile.<T extends ELContAsgnAble>
java.util.List<T>ADModel. getOwnedElementTransitiveDownExcludeProfiles(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns the current object's result of OwnedElementTransitiveDown subtracted by the union of OwnedElementTransitiveDown applied to all the current object's profiles.<T extends ELContAsgnAble>
java.util.List<T>ADModel. getOwnedElementTransitiveDownExcludeProfiles(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedElementTransitiveDownExcludeProfiles and filters its return values according to the given stereotype value.<T extends ELContAsgnAble>
java.util.List<T>ADModel. getOwnedElementTransitiveDownOfProfiles(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Retrieves all of the current object's profiles and returns the union of their OwnedElementTransitiveDown.<T extends ELContAsgnAble>
java.util.List<T>ADModel. getOwnedElementTransitiveDownOfProfiles(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedElementTransitiveDownOfProfiles and filters its return values according to the given stereotype value.java.util.List<MMEngineeringAction>MMEngineeringSequence. getOwnedEngineeringAction(K_CONTROL_OPTION... behaviourFlags)All engineering actions owned by this engineering sequence.java.util.List<MMEngineeringAction>MMVerifyClassification. getOwnedEngineeringAction(K_CONTROL_OPTION... behaviourFlags)All engineering actions owned by this verification category.java.util.List<MMEngineeringSequence>MMProfile. getOwnedEngineeringSequence(K_CONTROL_OPTION... behaviourFlags)All engineering sequences owned by this profile.java.util.List<ELValSpecString>MMEngineeringAction. getOwnedEngineeringTag(K_CONTROL_OPTION... behaviourFlags)All string values of tags owned by this engineering action.<T extends ADEventLogEntry>
java.util.List<T>ADModel. getOwnedEventLogEntry(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All event log entries owned by thisADModel.<T extends ADEventLogEntry>
java.util.List<T>ADRepository. getOwnedEventLogEntry(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All event log entries owned by the current object.java.util.List<MMStereotypeExtension>MMStereotype. getOwnedExtension(K_CONTROL_OPTION... behaviourFlags)All extensions owned by this stereotype.java.util.List<MMFilter>MMProfile. getOwnedFilter(K_CONTROL_OPTION... behaviourFlags)java.util.List<MMFilterProperty>MMFilter. getOwnedFilterProperty(K_CONTROL_OPTION... behaviourFlags)All filter properties owned by this filter.java.util.List<MMFontColor>MMProfile. getOwnedFontColor(K_CONTROL_OPTION... behaviourFlags)All font color elements owned by this profile.java.util.List<DGFooter>MMProfile. getOwnedFooter(K_CONTROL_OPTION... behaviourFlags)All documentation footers owned by this profile.java.util.List<MMFormat>MMProfile. getOwnedFormat(K_CONTROL_OPTION... behaviourFlags)java.util.List<MMFormat>MMStereotypeAble. getOwnedFormat(K_CONTROL_OPTION... behaviourFlags)All formats owned by this stereotypeable element.java.util.List<MMFormatRule>MMFormatRuleSet. getOwnedFormatRule(K_CONTROL_OPTION... behaviourFlags)All format rules owned by this format rule set.java.util.List<MMFormatRuleParameter>MMFormatRule. getOwnedFormatRuleParameter(K_CONTROL_OPTION... behaviourFlags)All format rule parameters owned by this format rule.java.util.List<MMFormatRuleSetOfClass>MMFormat. getOwnedFormatRuleSetOfClass(K_CONTROL_OPTION... behaviourFlags)All format rule sets owned by this format.java.util.List<MMFormatRuleSetOfRole>MMFormatRule. getOwnedFormatRuleSetOfRole(K_CONTROL_OPTION... behaviourFlags)All format rule sets owned by this format rule.java.util.List<ADChangeSetFragment>ADChangeSet. getOwnedFragment(K_CONTROL_OPTION... behaviourFlags)The change set fragments owned by the current object.java.util.List<DGHeader>MMProfile. getOwnedHeader(K_CONTROL_OPTION... behaviourFlags)All documentation headers owned by this profile.java.util.List<ADInoHost>ADRepository. getOwnedInoHost(K_CONTROL_OPTION... behaviourFlags)The host entries which are owned by the current object.<T extends MMCreateELInst>
java.util.List<T>MMCreateTemplate. getOwnedInst(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All dummy elements of this create template.java.util.List<ADCSInstLocalizedName>ADCSInstance. getOwnedInstLocalizedName(K_CONTROL_OPTION... behaviourFlags)All localized names owned by the current object.java.util.List<MMLabel>MMProfile. getOwnedLabel(K_CONTROL_OPTION... behaviourFlags)<T extends ELValSpec>
java.util.List<T>MMLabelAble. getOwnedLabelValSpec(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All value specifications owned by this label able element.java.util.List<ADLock>ADLogin. getOwnedLock(K_CONTROL_OPTION... behaviourFlags)The locks which are owned by the current object.<T extends ADBranchLog>
java.util.List<T>ADBranch. getOwnedLogEntry(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The branch log entries of this branch.java.util.List<ADLogin>ADLoginAble. getOwnedLogin(K_CONTROL_OPTION... behaviourFlags)The logins owned by the current object.java.util.List<ELValSpecInteger>MMPresEntry. getOwnedLongValue(K_CONTROL_OPTION... behaviourFlags)TheELValSpecIntegerof thisMMPresEntry.java.util.List<ADMdlLogOption>ADModel. getOwnedMdlLogOption(K_CONTROL_OPTION... behaviourFlags)The model login options which are owned by this model.java.util.List<ADMdlUser>ADModel. getOwnedMdlUser(K_CONTROL_OPTION... behaviourFlags)All model users which are owned by this model.java.util.List<MMMenu>MMProfile. getOwnedMenu(K_CONTROL_OPTION... behaviourFlags)java.util.List<MMMenuItem>MMMenu. getOwnedMenuItem(K_CONTROL_OPTION... behaviourFlags)All menu items owned by this menu.java.util.List<MM2FontColor>MM2Class. getOwnedMetaFontColor(K_CONTROL_OPTION... behaviourFlags)All font/color types owned by this class.java.util.List<MM2Presentation>MM2Class. getOwnedMetaPresentation(K_CONTROL_OPTION... behaviourFlags)All presentation types owned by this class.<T extends ADCSMM2TypedValue>
java.util.List<T>ADCSOperation. getOwnedMM2TypedValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All property values owned by this operation.<T extends ADModel>
java.util.List<T>ADRepository. getOwnedModel(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The models which are owned by the current object.java.util.List<ADModelTranslation>ADModel. getOwnedModelTranslation(K_CONTROL_OPTION... behaviourFlags)All translations owned by thisADModel.java.util.List<ADCSOperation>ADChangeSet. getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)All operations owned by the current object.<T extends ADOption>
java.util.List<T>ADOptionAble. getOwnedOption(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The options which are owned by the current object.java.util.List<MMPresEntry>MMFormat. getOwnedPresEntry(K_CONTROL_OPTION... behaviourFlags)All presentation entries owned by this format.java.util.List<MMPresEntry>MMFormatRule. getOwnedPresEntry(K_CONTROL_OPTION... behaviourFlags)All presentation entries owned by this format rule.java.util.List<CLPrimitiveType>MMXProfile. getOwnedPrimitiveType(K_CONTROL_OPTION... behaviourFlags)All primitive types owned by this InoX Profile.<T extends MMProfile>
java.util.List<T>ADModel. getOwnedProfile(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<MMProfileTranslation>ADModel. getOwnedProfileTranslation(K_CONTROL_OPTION... behaviourFlags)All translations owned by thisADModel.<T extends ADCSPropertyValue>
java.util.List<T>ADCSOperation. getOwnedPropertyValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All property values owned by this operation.java.util.List<MMRecipe>MMProfile. getOwnedRecipe(K_CONTROL_OPTION... behaviourFlags)java.util.List<ERRole>MMCreateCLInst. getOwnedRole(K_CONTROL_OPTION... behaviourFlags)Template dummy instance needed as owner substitute forEREntity.java.util.List<CLRoleBinding>MMCreateTemplate. getOwnedRoleBinding(K_CONTROL_OPTION... behaviourFlags)The role binding owned by this create template.java.util.List<MMRoleExecution>MMProfile. getOwnedRoleExecution(K_CONTROL_OPTION... behaviourFlags)All role executions owned by this profile.java.util.List<MM2FormatRuleParameter>MM2Class. getOwnedRuleParameter(K_CONTROL_OPTION... behaviourFlags)All format rule parameters owned by this class.java.util.List<MM2SchemaTranslation>ADRepository. getOwnedSchemaTranslation(K_CONTROL_OPTION... behaviourFlags)All translations owned by thisADRepository.java.util.List<MESection>ADXModel. getOwnedSection(K_CONTROL_OPTION... behaviourFlags)java.util.List<DGSelection>MMProfile. getOwnedSelection(K_CONTROL_OPTION... behaviourFlags)All documentation selection owned by this profile.java.util.List<MMStereotype>MM2Class. getOwnedStereotype(K_CONTROL_OPTION... behaviourFlags)The stereotype owned by this metaclass.java.util.List<MMStereotype>MMProfile. getOwnedStereotype(K_CONTROL_OPTION... behaviourFlags)All stereotypes owned by this profile.<T extends MMStereotypeAble>
java.util.List<T>MMCreateTemplate. getOwnedStereotypeAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All elements ownend by this create template.java.util.List<MMStereotypeProperty>MMStereotype. getOwnedStereotypeProperty(K_CONTROL_OPTION... behaviourFlags)All stereotype properties owned by thisMMStereotype.<T extends ELValSpec>
java.util.List<T>MMStereotypeAble. getOwnedStereotypePropertyValSpec(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends MMStereotypeRelatedElement>
java.util.List<T>MMStereotype. getOwnedStereotypeRelatedElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All related elements owned by this stereotype.java.util.List<MMStereotypeTSOption>MMStereotype. getOwnedStereotypeTSOption(K_CONTROL_OPTION... behaviourFlags)All type system options owned by thisMMStereotype.<T extends ELValSpec>
java.util.List<T>MMStereotypeAble. getOwnedStereotypeTSOptionValSpec(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<CLStructureDefinition>MMProfile. getOwnedStructureDefinition(K_CONTROL_OPTION... behaviourFlags)All structure definitions owned by thisMMProfile.ADSyncedElementMMStereotypeAble. getOwnedSyncedElement()TheADSyncedElementowned by thisMMStereotypeAble.java.util.List<MMSyncedProperty>MMSyncedStereotype. getOwnedSyncedProperty(K_CONTROL_OPTION... behaviourFlags)All synced elements owned by thisMMSyncedStereotype.java.util.List<MMSyncedStereotype>MMSyncSet. getOwnedSyncedStereotype(K_CONTROL_OPTION... behaviourFlags)All synced stereotypes owned by thisMMSyncSet.java.util.List<MMSyncSet>MMSyncProfile. getOwnedSyncSet(K_CONTROL_OPTION... behaviourFlags)All synchronization sets owned by thisMMSyncProfile.java.util.List<MMSyncSetProperty>MMSyncSet. getOwnedSyncSetProperty(K_CONTROL_OPTION... behaviourFlags)All synced properties owned by thisMMSyncSet.java.util.List<MESystemModel>ADModel. getOwnedSystemModel(K_CONTROL_OPTION... behaviourFlags)All system model packages owned by this model.java.util.List<MMText>MMProfile. getOwnedText(K_CONTROL_OPTION... behaviourFlags)java.util.List<MMTextValue>MMTextAble. getOwnedTextValue(K_CONTROL_OPTION... behaviourFlags)All text values owned by this element.java.util.List<MMTextValue>MMTextAble. getOwnedTextValueByPattern(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)All text values owned by this element.java.util.List<DGTitle>MMProfile. getOwnedTitle(K_CONTROL_OPTION... behaviourFlags)All documentation title pages owned by this profile.DGTreeStructureRootMMProfile. getOwnedTreeStructureRoot()TheDGTreeStructureRootowned by this profile.java.util.List<DGTreeTemplate>MMProfile. getOwnedTreeTemplate(K_CONTROL_OPTION... behaviourFlags)All details templates owned by this profile.java.util.List<MMTSType>MMCreateTemplate. getOwnedType(K_CONTROL_OPTION... behaviourFlags)MMCreateTemplateof theMMTSType.java.util.List<MMTSType>MMTypeSystem. getOwnedType(K_CONTROL_OPTION... behaviourFlags)List of all data types of thisMMTypeSystem.java.util.List<MMTSTypeClass>MMTypeSystem. getOwnedTypeClass(K_CONTROL_OPTION... behaviourFlags)List of all type classes of thisMMTypeSystem.MM2TypeEnumMM2TypedElement. getOwnedTypeEnum()The enum type owned by this typed element.java.util.List<MM2TypeRange>MM2TypedElement. getOwnedTypeRange(K_CONTROL_OPTION... behaviourFlags)All type ranges of this typed element.java.util.List<MMTypeSystem>MMCreateTemplate. getOwnedTypeSystem(K_CONTROL_OPTION... behaviourFlags)MMCreateTemplateof theMMTypeSystem.java.util.List<MMTypeSystem>MMProfile. getOwnedTypeSystem(K_CONTROL_OPTION... behaviourFlags)All type systems owned by thisMMProfile.java.util.List<ADUpdTime>ADRepository. getOwnedUpdTime(K_CONTROL_OPTION... behaviourFlags)The update times which are owned by the current object.java.util.List<ADUsrRole>ADModel. getOwnedUsrRole(K_CONTROL_OPTION... behaviourFlags)All user roles which are owned by this model.<T extends ELValSpec>
java.util.List<T>MM2TypedElement. getOwnedValSpec(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)This typed element's value specification for the default value.<T extends MMFCValue>
java.util.List<T>MMFontColor. getOwnedValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All values owned by this font color element.java.util.List<ELM2TypedElementCnstr>MM2TypedElement. getOwnedValueCnstr(K_CONTROL_OPTION... behaviourFlags)All typed element constraints owned by this typed element.<T extends ELValSpec>
java.util.List<T>MMFilterProperty. getOwnedValues(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All value specifications owned by this filter property.java.util.List<MMVerify>MMProfile. getOwnedVerify(K_CONTROL_OPTION... behaviourFlags)java.util.List<MMVerifyClassification>MMVerifyClassification. getOwnedVerifyClassification(K_CONTROL_OPTION... behaviourFlags)All verification categories owned by this verification category.java.util.List<MMVerifyClassification>MMVerifyPackage. getOwnedVerifyClassification(K_CONTROL_OPTION... behaviourFlags)All verification categories owned by this verification section.java.util.List<MMVerifyMsg>MMVerifyClassification. getOwnedVerifyMessage(K_CONTROL_OPTION... behaviourFlags)All verification messages owned by this verification category.java.util.List<MMVerifyPackage>MMVerify. getOwnedVerifyPackage(K_CONTROL_OPTION... behaviourFlags)All verification sections owned by this verify.MMCreateTemplateMMTSType. getOwningCreateTemplate()MMCreateTemplateof theMMTSType.MMCreateTemplateMMTypeSystem. getOwningCreateTemplate()MMCreateTemplateof theMMTypeSystem.PRDiaADAnnotation. getOwningDiagram()The diagram owning this annotation.MMEngineeringSequenceMMEngineeringAction. getOwningEngineeringSequence()The engineering sequence that owns this engineering action.MMFilterMMFilterProperty. getOwningFilter()The filter owning this filter property.MMFontColorMMFCValue. getOwningFontColor()The font color element that owns this value.MMFormatMMFormatRuleSetOfClass. getOwningFormat()The format which owns this format rule set.MMFormatMMPresEntry. getOwningFormat()The format that owns this presentation entry.MMFormatRuleMMFormatRuleParameter. getOwningFormatRule()The format rule which owns this format rule parameter.MMFormatRuleMMFormatRuleSetOfRole. getOwningFormatRule()The format rule which owns this format rule set.MMFormatRuleMMPresEntry. getOwningFormatRule()The format rule that owns this presentation entry.MMFormatRuleSetMMFormatRule. getOwningFormatRuleSet()The format rule set which owns this format rule.ADCSInstanceADCSInstLocalizedName. getOwningInstance()The instance that owns the current object.ADModelADApplicationConfiguration. getOwningModel()TheADModelthat owns the current object.ADModelADConfigTranslation. getOwningModel()TheADModelthat owns thisADConfigTranslation.ADModelADEventLogEntry. getOwningModel()TheADModelowning this event log entry.ADModelADModelTranslation. getOwningModel()TheADModelthat owns thisADModelTranslation.ADModelMMProfile. getOwningModel()ADModelMMProfileTranslation. getOwningModel()TheADModelthat owns thisMMProfileTranslation.MMProfileMM2ClassificationConstraint. getOwningProfile()The profile owning this classification constraint.MMProfileMMCreateTemplate. getOwningProfile()The profile that owns this create template.MMProfileMMEngineeringSequence. getOwningProfile()The profile that owns this engineering sequence.MMProfileMMFilter. getOwningProfile()MMProfileMMFontColor. getOwningProfile()The profile which owns this font color element.MMProfileMMFormat. getOwningProfile()MMProfileMMLabel. getOwningProfile()MMProfileMMMenu. getOwningProfile()MMProfileMMRecipe. getOwningProfile()MMProfileMMRoleExecution. getOwningProfile()The profile that owns this role execution.MMProfileMMText. getOwningProfile()MMProfileMMTypeSystem. getOwningProfile()TheMMProfilethat owns thisMMTypeSystem.MMProfileMMVerify. getOwningProfile()ADRepositoryADEventLogEntry. getOwningRepository()TheADRepositoryowning the current object.ADRepositoryMM2SchemaTranslation. getOwningRepository()TheADRepositorythat owns thisMM2SchemaTranslation.MMStereotypeMMStereotypeRelatedElement. getOwningStereotype()The stereotype owning this related element.MMStereotypeAbleADSyncedElement. getOwningStereotypeAble()TheMMStereotypeAbleowning thisADSyncedElement.MMStereotypeAbleMMFormat. getOwningStereotypeAble()The stereotypeable element which owns this format.MMSyncedStereotypeMMSyncedProperty. getOwningSyncedStereotype()TheMMSyncedStereotypeowning thisMMSyncedProperty.MMSyncProfileMMSyncSet. getOwningSyncProfile()TheMMSyncProfileowning thisMMSyncSet.MMSyncSetMMSyncedStereotype. getOwningSyncSet()TheMMSyncSetowning thisMMSyncedStereotype.MMSyncSetMMSyncSetProperty. getOwningSyncSet()TheMMSyncSetowning thisMMSyncSetProperty.MMTSTypeClassMMTSDefaultValue. getOwningTypeClass()Reference to theMMTSTypeClassof thisMMTSDefaultValue.MM2TypedElementMM2TypeEnum. getOwningTypedElement()The typed element that owns this enum type.MM2TypedElementMM2TypeRange. getOwningTypedElement()The typed element of this type range.MMTypeSystemMMTSType. getOwningTypeSystem()Reference to theMMTypeSystemof thisMMTSType.MMTypeSystemMMTSTypeClass. getOwningTypeSystem()Reference to theMMTypeSystemof thisMMTSTypeClass.MMVerifyMMVerifyPackage. getOwningVerify()The verify that owns this verification section.MMVerifyClassificationMMEngineeringAction. getOwningVerifyClassification()The verification category that owns this engineering action.MMVerifyClassificationMMVerifyClassification. getOwningVerifyClassification()The verification category that owns this verification category.MMVerifyClassificationMMVerifyMsg. getOwningVerifyClassification()The verification category that owns this verification message.MMVerifyPackageMMVerifyClassification. getOwningVerifyPackage()The verification section that owns this verification category.ELElementMMCreateTemplate. getOwnInstance()The instance of this create template.java.util.List<MECreateRedirect>MM2Classification. getPackageCreateRedirection(K_CONTROL_OPTION... behaviourFlags)All create redirections where this classification is used for new packages.ADAnnotationADAnnotation. getParentAnnotation()The parent annotation of this annotation.intMM2Schema. getPatchLevel()The internal identification of this attribute.static ARG_GetViewAttributesForImpactAnalysisOutMM2ClassificationHelper. getPossiblePairsForImpactAnalysis(SrvContext srvCtx)Returns a list of element types which are typically represented as node but may be used as edge within the impact analysis.java.util.List<ADUsrRole>ADLogin. getPossibleRole(K_CONTROL_OPTION... behaviourFlags)Returns all roles available for the current object.ARG_StringListInitDlgMM2TypedElement. getPredefinedValuesDlgInit()Fills the predefined values dialog of thisMM2TypedElement.<T extends MM2Class>
java.util.List<T>MM2Classification. getPresContentAbleMetaClass(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All classes which are allowed as presentation content of this classification.PRPresContextADClientAble. getPresentationContext()The presentation context of this element, if this element represents a diagram.java.util.List<MMPresEntry>MM2Presentation. getPresEntry(K_CONTROL_OPTION... behaviourFlags)All entries which use this presentation.java.lang.StringMMText. getPreset()Returns the default of the current object's text.java.util.List<DBProcedureExpression>MMTypeSystem. getProcedureExpression(K_CONTROL_OPTION... behaviourFlags)List of all procedure expressions of this type system.java.util.List<MMProfileApplication>MMProfile. getProfileApplication(K_CONTROL_OPTION... behaviourFlags)All profile applications owned by this profile.java.util.List<MMProfileApplication>MMProfile. getProfileImported(K_CONTROL_OPTION... behaviourFlags)static ARG_GetProfileTranslationDlgInitOutMMProfileTranslationHelper. getProfileTranslationDlgInit(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqSel, boolean isName)Fills the translation dialog.booleanMMStereotypeAble. getPropBoolValue(MMStereotypeProperty refObj, java.lang.String pattern)Returns the boolean property value of the current object given by argument pattern orargument refObj.MM2TypedElementMMSyncedProperty. getProperty()TheMM2TypedElementof thisMMSyncedProperty.<T extends ELProperty>
java.util.List<T>MM2Class. getPropertyNavigableTo(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns all navigable properties typed by this element.<T extends ELProperty>
java.util.List<T>MM2Class. getPropertyNavigableTo(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPropertyNavigableTo and filters its return values according to the given stereotype value.static ARG_GetPropertyTranslationsADTranslationAbleHelper. getPropertyTranslations(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqElem, java.util.List<? extends MM2Locale> seqLang)Calculates all properties for the selected elements and all existing translations.intMMStereotypeAble. getPropLongValue(MMStereotypeProperty refObj, java.lang.String pattern)Returns the long property value of the current object given by argument pattern orargument refObj.java.lang.StringMMStereotypeAble. getPropStringValue(MMStereotypeProperty refObj, java.lang.String pattern)Returns the property value of the current object given by argument pattern orargument refObj.java.util.List<java.lang.String>MMStereotypeAble. getPropValueList()Calculates all stereotype properties which are configured for the classification of the selected element and returns a list of strings each made up of property name and property value.java.lang.StringADApplicationConfiguration. getPurpose()The purpose of thisADApplicationConfiguration.java.lang.StringADModel. getPurpose()Dummy attribute for some purpose.<T extends ADAccessAble>
java.util.List<T>ADUsrRole. getReadAble(java.lang.Class<T> returnType)Returns the elements which cannot be read by the current object.java.util.List<ADUsrRole>ADAccessAble. getReadRole()Return the roles which cannot read the current object.java.util.List<GCConcept>MMCommentContainerAble. getRealizedConcept(K_CONTROL_OPTION... behaviourFlags)All concepts being realized by this element.java.util.List<GCConcept>MMCommentContainerAble. getRealizedConcept(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getRealizedConcept and filters its return values according to the given stereotype value.MMMenuMMMenu. getRedefinedMenu()MMStereotypeMMStereotype. getRedefinedStereotype()TheMMStereotypewhich is redefined by thisMMStereotype.java.util.List<MMMenu>MMMenu. getRedefiningMenu()java.util.List<MMStereotype>MMStereotype. getRedefiningStereotype()All stereotypes which redefine thisMMStereotype.<T extends MEReferenceContainerAble>
java.util.List<T>ADReferenceAble. getReferenceContainer(java.lang.Class<T> returnType)All reference container referencing this element.K_REFERENCE_FILTERMM2Attribute. getReferenceKind()Role, this association end plays in jump reference command.static <T extends ADClientAble>
java.util.List<T>ADClientAbleHelper. getReferences(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seqSel, ARG_IRefRestriction valRestrictOut, java.util.List<ARG_IRefViewSpecification> seqViewSpec)Internal request used by de.mid.innovator.ref.ReferencesCollector.static ARG_GetViewAttributesForImpactAnalysisOutMM2ClassificationHelper. getRelationPairsForImpactAnalysis(SrvContext srvCtx)Returns a list of element types which may be typically used as edge within the impact analysis.ADRepAdminADLogin. getRepAdmin()The the current object's repository administrator.ADRepAdminADRepository. getRepAdmin()The repository administrator of the current object.ARG_ReplaceUsedStereotypeDlgInitOutMMStereotype. getReplaceUsedStereotypeDlgInit()Fills the dialog to replace all usages of this stereotype.ADRepLogOptionADRepository. getRepLogOption()The login option which is owned by the current object.ADRepositoryADInoHost. getRepository()The the current object's repository.ADRepositoryADModel. getRepository()The repository that owns the current object.ADRepositoryADRepAdmin. getRepository()Repository of the current object.ADRepositoryADRepLogOption. getRepository()the current object's repository.ADRepositoryADUpdInterval. getRepository()the current object's repository.ADRepositoryADUpdTime. getRepository()the current object's repository.ADRepositoryMM2Schema. getRepository()the current object's repository.ADRepositoryMMGeneral. getRepository()The repository of the current object.java.util.List<ELValSpecString>ADRepository. getRepositoryInactivity(K_CONTROL_OPTION... behaviourFlags)All string values of repository inactivity owned by the current object.java.lang.StringADRepository. getRepositoryPath()Returns the fully qualified path of this repository.MESectionADLogin. getRestrictingSection()java.lang.StringMMTSTypeMapping. getRestriction()This attribute defines the restriction for the validation of this mapping.MM2AttributeMMFormatRuleSetOfRole. getRoleAttribute()The meta attribute of this format rule set.java.util.List<MMRoleExecution>ADExecuteAble. getRoleExecution(K_CONTROL_OPTION... behaviourFlags)Returns role executions from the current object.java.util.List<MMRoleExecution>ADUsrRole. getRoleExecution(K_CONTROL_OPTION... behaviourFlags)Returns role executions from the current object.java.lang.StringADLogin. getRoleName()Returns the current role's name for the current object.MMProfileADModel. getRootProfile()The root profile for this model.MMStereotypeMM2Classification. getRootStereotype()The root stereotype of the metaclass of this classification.java.util.List<MMStereotype>MMProfile. getRootStereotype(MM2Class refObj, K_CONTROL_OPTION... behaviourFlags)All root stereotypes of this root profile.static MMStereotypeMMStereotypeAbleHelper. getRootStereotypeByVOcl(SrvContext srvCtx, int item)The root stereotype for elements of the specified type.MM2SchemaADRepository. getSchema()The schema owned by the current object.MM2SchemaMM2CLCompartment. getSchema()The schema that owns this compartment.java.util.List<MESection>ADClientAble. getSection()All sections with thisADClientAbleas part.static ADRepositoryADRepositoryHelper. getSelf(SrvContext srvCtx)Returns the repository itself.<T extends ELContAsgnAble>
java.util.List<T>ADModel. getSelfAndOwnedElementTransitiveDownExcludeProfiles(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns the current object's result of SelfAndOwnedElementTransitiveDown subtracted by the union of OwnedElementTransitiveDown applied to all the current object's profiles.<T extends ELContAsgnAble>
java.util.List<T>ADModel. getSelfAndOwnedElementTransitiveDownExcludeProfiles(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSelfAndOwnedElementTransitiveDownExcludeProfiles and filters its return values according to the given stereotype value.<T extends MM2TypedElement>
java.util.List<T>MMStereotype. getSeparatedProperty(java.lang.Class<T> returnType)All typed elements of this stereotype with a separator behind the property.java.util.List<MMStereotype>MM2TypedElement. getSeparatingStereotype()All stereotypes where this typed element is followed by a separator.static ARG_AskADTranslationAbleHelper. getSetNotToTranslateAttributeCheck(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> seqElem, java.util.List<? extends MM2Attribute> seqAttr)Checks whether existing translations are deleted, if the specified attributes are marked as not necessary for translation.static ARG_ShutdownInfoADRepositoryHelper. getShutdown(SrvContext srvCtx)Returns the shutdown information.java.util.List<ADAnnotation>ADAnnotation. getSonAnnotation()All son annotations of this annotation.static <T extends ADVersionAble>
java.util.List<T>ADVersionAbleHelper. getSortByExistenceDependency(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seq)Sorts the provided version objects by their existence dependencies.MMTSTypeMMTSTypeMapping. getSourceType()Reference to the source type of this type mapping.java.lang.StringADModel. getStandardAlias()if this model is a managed model the default alias of its model version is return.java.util.List<PRAnalysisDia>ADClientAble. getStartAnalysisDia()All analysis diagrams with thisADClientAbleas start element.java.util.DateADChangeSet. getStarttime()Returns the start timestamp of the earliestADChangeSetFragmentof the current object.java.util.DateADChangeSetFragment. getStarttime()Returns the start timestamp of the current object.<T extends ELValueReUseAble>
java.util.List<T>MMStereotypeAble. getStereoPropValueByPattern(java.lang.Class<T> returnType, MMStereotype stereotype, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)The method calls getStereoPropValueByPattern and filters its return values according to the given stereotype value.<T extends ELValueReUseAble>
java.util.List<T>MMStereotypeAble. getStereoPropValueByPattern(java.lang.Class<T> returnType, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)All stereotype property values owned by this element.MMStereotypeADModel. getStereotype(java.lang.String nameProfile, java.lang.String nameStereotype, java.lang.Class<? extends ELObject> voclM2Class)Returns the specified stereotype.java.util.List<MMStereotype>MM2Class. getStereotype(K_CONTROL_OPTION... behaviourFlags)All stereotypes of this class.MMStereotypeMMCreateTemplate. getStereotype()The stereotype of the instance of this create template.MMStereotypeMMStereotypeAble. getStereotype()The stereotype of this element.MMStereotypeMMStereotypeBuildingBlock. getStereotype()The stereotype owning this building block.MMStereotypeMMStereotypeExtension. getStereotype()The stereotype owning this extension.MMStereotypeMMStereotypeProperty. getStereotype()The stereotype owning this stereotype property.MMStereotypeMMStereotypeTSOption. getStereotype()The stereotype owning thisMMStereotypeTSOption.MMStereotypeMMSyncedStereotype. getStereotype()TheMMStereotypeof thisMMSyncedStereotype.<T extends MMStereotypeAble>
java.util.List<T>ADSyncedElement. getStereotypeAble(java.lang.Class<T> returnType)All elements synced by thisADSyncedElement.<T extends MMStereotypeAble>
java.util.List<T>MMStereotype. getStereotypeAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All elements of this stereotype.<T extends ELType>
java.util.List<T>MM2Class. getStereotypeAblesOfAssocEndRange(java.lang.Class<T> returnType, ELProperty refObj, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags)Returns not abstract specializations (transitive) ofMMStereotypeAbletypes of properties subsetting the association end given byargument refObj.<T extends ELType>
java.util.List<T>MM2Class. getStereotypeAblesOfAssocEndRange(java.lang.Class<T> returnType, MMStereotype stereotype, ELProperty refObj, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags)The method calls getStereotypeAblesOfAssocEndRange and filters its return values according to the given stereotype value.java.util.List<MMStereotype>MMProfile. getStereotypeByMetaClass(MM2Class refObj, java.lang.String pattern, java.lang.Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags)All meta class stereotypes specified by meta class or argument kind which are owned and imported by this profile.java.util.List<MMStereotype>MMProfile. getStereotypeByMetaClassTransitive(MM2Class refObj, java.lang.String pattern, java.lang.Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags)All meta class stereotypes or transitive specializations specified by meta class or argument kind which are owned and imported by this profile.static java.util.List<MMStereotype>MMStereotypeHelper. getStereotypeByVOcl(SrvContext srvCtx, java.lang.Class<? extends ELObject> item)All not abstract stereotypes of the specified meta class.MM2ClassMMStereotype. getStereotypeClass()The class of this stereotype.<T extends MM2Classification>
java.util.List<T>MM2Classification. getStereotypeHierarchyWithClass(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The meta class of this classification.static ARG_StereotypeListMMStereotypeHelper. getStereotypeList(SrvContext srvCtx)Returns a list of all stereotypes which may be used by aMMStereotypeAble.java.lang.StringMMStereotypeAble. getStereotypeName()The name of the stereotype of this element.java.util.List<MMStereotypeProperty>MMStereotypeAble. getStereotypeProperty(K_CONTROL_OPTION... behaviourFlags)All properties which are configured for the stereotype of this element.java.lang.StringMMStereotypeAble. getStereotypePropertyInfo()Stereotype property info of the current object.java.util.List<ARG_NameValueDefault>MMStereotypeAble. getStereotypePropertyNameValue()Returns a list of stereotype properties specified for this stereotype able element.java.util.List<MMStereotypeProperty>MM2Classification. getStereotypePropertyOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)All stereotype properties of this and all included classifications.java.util.List<MMStereotypeTSOption>MMStereotypeAble. getStereotypeTSOption(K_CONTROL_OPTION... behaviourFlags)All type system options which are configured for the stereotype of this element.booleanMMStereotypeAble. getStereotypeTSOptionBoolValue(MMStereotypeTSOption refObj, java.lang.String pattern)Returns the boolean option value of the current object given by argument pattern orargument refObj.java.lang.StringMMStereotypeAble. getStereotypeTSOptionInfo()Type system option info of the current object.intMMStereotypeAble. getStereotypeTSOptionLongValue(MMStereotypeTSOption refObj, java.lang.String pattern)Returns the long option value of the current object given by argument pattern orargument refObj.java.util.List<ARG_NameValueDefault>MMStereotypeAble. getStereotypeTSOptionNameValue()Returns a list of type system options specified for this stereotype able element.java.util.List<MMStereotypeTSOption>MM2Classification. getStereotypeTSOptionOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)All type system options of this and all included classifications.java.lang.StringMMStereotypeAble. getStereotypeTSOptionStringValue(MMStereotypeTSOption refObj, java.lang.String pattern)Returns the option value of the current object given by argument pattern orargument refObj.<T extends ELValueReUseAble>
java.util.List<T>MMStereotypeAble. getStereotypeTSOptionValueByPattern(java.lang.Class<T> returnType, MMStereotype stereotype, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)The method calls getStereotypeTSOptionValueByPattern and filters its return values according to the given stereotype value.<T extends ELValueReUseAble>
java.util.List<T>MMStereotypeAble. getStereotypeTSOptionValueByPattern(java.lang.Class<T> returnType, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)All type system option values owned by this element.java.util.List<java.lang.String>MMStereotypeAble. getStereotypeTSOptionValueList()Calculates all type system options which are configured for the classification of the selected element and returns a list of strings each made up of option name and option value.java.lang.StringMMTextValue. getStringValue()The string value of the connected text.ADSyncedElementMMStereotypeAble. getSyncedElement()TheADSyncedElementsyncing thisMMStereotypeAble.java.util.List<MMSyncedProperty>MM2TypedElement. getSyncedProperty(K_CONTROL_OPTION... behaviourFlags)All synced properties of thisMM2TypedElement.java.util.List<MMSyncedProperty>MMSyncSetProperty. getSyncedProperty()All synced properties which are synced by thisMMSyncSetProperty.java.util.List<MMSyncedStereotype>MMCreateTemplate. getSyncedStereotype()All stereotypes using thisMMCreateTemplate.java.util.List<MMSyncedStereotype>MMStereotype. getSyncedStereotype(K_CONTROL_OPTION... behaviourFlags)All synced stereotypes of thisMMStereotype.<T extends MMStereotypeAble>
java.util.List<T>MMStereotypeAble. getSyncedStereotypeAble(java.lang.Class<T> returnType, MMStereotype refObj, K_CONTROL_OPTION... behaviourFlags)Returns all synchronous elements of this.<T extends MMStereotypeAble>
java.util.List<T>MMStereotypeAble. getSyncedStereotypeAble(java.lang.Class<T> returnType, MMStereotype stereotype, MMStereotype refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getSyncedStereotypeAble and filters its return values according to the given stereotype value.MMSyncSetPropertyMMSyncedProperty. getSyncSetProperty()TheMMSyncSetPropertysyncing thisMMSyncedProperty.java.util.List<ARG_TabAbleClassification>ADXModel. getTabAbleClassifications(java.util.List<java.lang.Class<? extends ELObject>> seqVOcl)The result list contains stereotypes for each element type of the parameter list, which are allowed as table.ARG_TabCellADM2AttrModifyAble. getTabCell(ELElement item)Returns the specified property of this element.ARG_TabCellObjectListADM2AttrModifyAble. getTabCellObjectList(MM2TypedElement ohCell, java.lang.String strPattern, boolean withName)Returns the list of valid objects for the specified property of this element.java.util.List<ARG_TabCreateTemplate>ADM2AttrModifyAble. getTabCreateTemplate(java.lang.Class<? extends ELObject> kVOcl, boolean isExact, K_VATTR kVAttr, java.lang.String strType, java.lang.String strAttr, ADClientAble ohElem, boolean hasVAttrSecond, boolean wantColor, java.lang.String strColorLabel, boolean wantText)Returns a list of create templates.ARG_TabCellObjectListADM2AttrModifyAble. getTabCreateTemplateObjectList(MMCreateTemplate ohTmpl, java.lang.Class<? extends ELObject> kVOcl, K_VATTR kVAttr, java.lang.String strPattern, boolean withName)Returns the list of valid objects as target for the evaluation of specified template at this element.ARG_TabElementADM2AttrModifyAble. getTabElement(boolean wantColor, java.lang.String strColorLabel, boolean wantText)Returns all properties of this element.static java.util.List<ARG_TabElement>ADM2AttrModifyAbleHelper. getTabElementList(SrvContext srvCtx, java.util.List<? extends ADClientAble> seq, boolean wantColor, java.lang.String strColorLabel, boolean wantText)Returns a list of all properties for the specified element list.ARG_TabElementRowListADM2AttrModifyAble. getTabElementRowList(boolean wantColor, java.lang.String strColorLabel, boolean wantText)Returns all properties of this element together with all possible row types and contents.java.util.List<ARG_TabType>ADM2AttrModifyAble. getTabElementRowTypeList()Calculates a list of element types and attributes which are allowed as row list.ARG_TabRowListADM2AttrModifyAble. getTabRowList(java.lang.Class<? extends ELObject> kVOcl, boolean isExact, K_VATTR kVAttr, java.lang.String strType, java.lang.String strAttr, ADClientAble ohElem, boolean hasVAttrSecond, boolean wantColor, java.lang.String strColorLabel, boolean wantText)Returns a list of rows with properties.static java.util.List<MMEngineeringAction>MMEngineeringActionHelper. getTaggedAction(SrvContext srvCtx, java.util.List<java.lang.String> seq)Returns all engineering actions which are tagged with all given tags in string sequence.java.lang.StringMMTSTypeMapping. getTargetParameter1()This attribute defines the calculation rule for the value of the parameter 1 of target data type.java.lang.StringMMTSTypeMapping. getTargetParameter2()This attribute defines the calculation rule for the value of the parameter 2 of target data type.MMTSTypeMMTSTypeMapping. getTargetType()Reference to the target type of this type mapping.MMCreateTemplateADModel. getTemplate(java.lang.String nameProfile, java.lang.String nameTemplate, java.lang.Class<? extends ELObject> voclM2Class)Returns the specified template.<T extends ELRelshipBinDir>
java.util.List<T>MMCreateELInst. getTemplateTarget(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All directed relationships with this dummy element as target.java.util.List<MMText>MM2Classification. getText(K_CONTROL_OPTION... behaviourFlags)All texts for the classification.MMTextMMTextValue. getText()Text of the value.MMTextAbleMMTextValue. getTextAble()The element that owns this text value.java.lang.StringMMTextAble. getTextExpandedValue(MMText refObj, java.lang.String pattern)Returns the text value of this element given by argument pattern orargument refObjwhere all fill-ins are expanded.java.lang.StringMMTextValue. getTextExpandedValue()Returns the text value where all fill-ins are expanded.java.util.List<MMText>MM2Classification. getTextOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)All texts of this and all included classifications.java.lang.StringMMTextAble. getTextStringValue(MMText refObj, java.lang.String pattern)Returns the raw text value of the current object given by argument pattern orargument refObj.java.lang.StringMMTextValue. getTextStringValue(MMText refObj, java.lang.String pattern)Returns the displayed text value of the current object given by argument pattern orargument refObj.ARG_GetTextTranslationADTranslationAble. getTextTranslation(ELElement item)Returns the flow and plain text of the specified text value including the translation value.java.util.List<MMTextValue>MMText. getTextValue(K_CONTROL_OPTION... behaviourFlags)All set values for the text.K_TEXT_VISIBILITYMMText. getTextVisibility()Determines the visibility of the text.static ARG_TranslationMatrixADTranslationAbleHelper. getTranslations(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> seqElem, java.util.List<? extends ADTranslationAble> seqLang, boolean isExport)Returns a list of translatable elements with properties and translations for each specified language.java.util.List<MMTSType>MMTSTypeClass. getTSType()All types of thisMMTSTypeClass.MMTSTypeClassMMTSType. getTSTypeClass()TheMMTSTypeClassof thisMMTSType.static ARG_TypeCheckOutMMTSTypeHelper. getTypeCheck(SrvContext srvCtx, java.lang.String nameTypeSystem, java.lang.String nameConcreteType)Searches a type with concrete parameters within anMMTypeSystem- both given as string values.java.lang.StringMMTSType. getTypeClassName()Name of theMMTSTypeClassof thisMMTSType.<T extends ELProperty>
java.util.List<T>MMCreateCLInst. getTypedAssociationEnd(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All properties as association ends typed by this dummy classifier.java.lang.StringMM2TypeRange. getTypedElementName()The name of the typed element which is assign to this predefined value.<T extends MM2TypedElement>
java.util.List<T>MM2Type. getTypedM2Element(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All elements typed by this element.<T extends MM2TypedTSOption>
java.util.List<T>MMTypeSystem. getTypedTSOption(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)List of all options of this type system.MMTSTypeMMTSTypeMapping. getTypeInOtherScope()MMTSTypeMMTSTypeMapping. getTypeInOwnScope()<T extends ELType>
java.util.List<T>MM2Class. getTypesOfAssocEndRange(java.lang.Class<T> returnType, ELProperty refObj, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags)Returns not abstract specializations (transitive) of types of properties subsetting the association end given byargument refObj.<T extends ELType>
java.util.List<T>MM2Class. getTypesOfAssocEndRange(java.lang.Class<T> returnType, MMStereotype stereotype, ELProperty refObj, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags)The method calls getTypesOfAssocEndRange and filters its return values according to the given stereotype value.MMTypeSystemMM2TypedTSOption. getTypeSystem()Reference to the type system of thisMM2TypedTSOption.static java.util.List<MMTypeSystem>MMTypeSystemHelper. getTypeSystems(SrvContext srvCtx)Returns all type systems of the modelstatic java.util.List<java.lang.String>MMTypeSystemHelper. getTypeSystemStrings(SrvContext srvCtx, java.util.List<java.lang.String> seq)Returns a name list of all available type systems.ARG_UndoRedoAbleOutADLogin. getUndoRedoAble()Is undo and redo possible.<T extends ADClientAble>
java.util.List<T>ADLogin. getUndoRedoDeletedElements(java.lang.Class<T> returnType, boolean item)Returns a list of all elements which will be deleted by the following undo or redo command.ADUpdIntervalADRepository. getUpdInterval()The update interval which is owned by the current object.java.util.List<java.lang.String>MMTextAble. getURIList()Returns the list of URI used in the text values of the current object.java.lang.StringMMTypeSystem. getUsageInfo()This property is only used when evaluating using engineering actions.booleanADLogin. getUseAllRoles()Returns true, if all possible roles are evaluated as execution rights of the current object.booleanMM2TypedElement. getUseAllValuesAsList()If true, thisMM2TypedElementprovides all used values as list.java.util.List<ADApplicationConfiguration>ADApplicationConfiguration. getUsedApplicationConfiguration()All used application configurations of thisADApplicationConfiguration.booleanMMCreateTemplate. getUseExecAsAccess()If true, the execution rights of this create template are copied as access rights to the created instance.booleanMMMenuItem. getUseIcon()True, if this menu item is displayed in the icon bar.booleanMMLabel. getUseInDocumentation()True, if this label is shown in clients and documentation.booleanMMText. getUseInDocumentation()Returns true if the current object is used for documentation.java.util.List<ADUserHostOption>ADInoHost. getUserHostOption(K_CONTROL_OPTION... behaviourFlags)All options for the current object.java.util.List<ADUserHostOption>ADLoginAble. getUserHostOption(K_CONTROL_OPTION... behaviourFlags)All host options for the current object.java.util.List<ADUserOption>ADLoginAble. getUserOption(K_CONTROL_OPTION... behaviourFlags)All options for the current object.java.lang.StringADXModel. getUserWorkRestriction()Restriction of user rights within this model.booleanMMCreateTemplate. getUseStereotypeIcon()True, if the bitmap from the stereotype of this template is used in the menu.java.util.List<ADApplicationConfiguration>ADApplicationConfiguration. getUsingApplicationConfiguration()All application configurations which use thisADApplicationConfiguration.java.lang.StringADTimeAble. getUsrName()Returns the name of the creator of the current object.ADUsrRoleADLogin. getUsrRole()Returns the role of the current object.java.util.List<ADUsrRole>ADMdlUser. getUsrRole()Returns all roles of the current object.ADUsrRoleMMRoleExecution. getUsrRole()Returns roles which can execute the current object.java.util.List<ADUsrRole>ADMdlUser. getUsrRoleByPattern(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)Returns all roles for the current object.<T extends MMFCValue>
java.util.List<T>MM2FontColor. getValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All values for this font or color property.java.util.List<DGVerifyChapter>MMVerify. getVerifyChapter()The verification of this documentation chapter.java.util.List<MMVerifyClassification>MM2Classification. getVerifyClassification(K_CONTROL_OPTION... behaviourFlags)The classification of this verify classification.<T extends ADClientAble>
java.util.List<T>MMVerify. getVerifyElementList(java.lang.Class<T> returnType, java.util.List<? extends ADClientAble> seqSel)Evaluate this verify for the specified elements.java.util.List<ARG_VerifyElementMessageList>MMVerify. getVerifyElementMessageList(java.util.List<? extends ADClientAble> seqSel)Evaluate this verify for the specified elements.java.util.List<ARG_VerifyManagerElement>MMVerify. getVerifyManagerList(java.util.List<? extends ADClientAble> seqSel, boolean isBrowser)Evaluate this verify for the specified elements.java.util.List<java.lang.String>MMVerify. getVerifyMessageList(java.util.List<? extends ADClientAble> seqSel, boolean isBrowser, boolean onlyMsg, ELContainerAble ohContext)Evaluate this verify for the specified elements.java.util.List<MMVerifyMsg>MM2Verify. getVerifyMsg(K_CONTROL_OPTION... behaviourFlags)The occurrence of this meta verify as verify message.java.util.List<MMVerifyPackage>MM2Package. getVerifyPackage(K_CONTROL_OPTION... behaviourFlags)The meta package of this verify package.static java.util.List<ARG_VerifyElementMessageList>MMProfileHelper. getVerifyProfileElementMessageList(SrvContext srvCtx, java.util.List<? extends MMProfile> seqProfile, java.util.List<K_CTREE> seqCTree, MMVerify ohVerify)static byte[]ADModelHelper. getVersionFile(SrvContext srvCtx, ADLogin login, K_ADMODEL method, java.lang.String name)Returns the complete version ASCII representation of the model.byte[]ADVersionAble. getVersionFile(K_INSTPURPOSE purpose, boolean complete)Returns version ASCII representation of the current object.java.util.List<java.lang.String>ADVersionAble. getVersionList()Returns the complete version ASCII representation of the current object as a string array.java.util.List<java.lang.String>ADVersionAble. getVersionListWithoutOpenInfo()Returns the version ASCII representation of the current object as a string array.ELElementADRepository. getVersionRoot()Returns the the current object's version unit root instance.static ARG_GetViewAttributesForImpactAnalysisOutMM2ClassificationHelper. getViewAttributesForImpactAnalysis(SrvContext srvCtx, java.util.List<java.lang.Class<? extends ELObject>> seqVOcl)Returns a list of view attributes which may be used by the impact analysis of the specified element types.java.util.List<java.lang.String>MMEngineeringAction. getVirtualMachineList()The list of all virtual machine entries.java.util.List<ELValSpecString>MMEngineeringAction. getVirtualMachineValue(K_CONTROL_OPTION... behaviourFlags)All string values of virtual machines owned by this engineering action.java.util.List<ARG_MenuAbleTime>ADXModel. getVisibleDiagrams(java.util.List<java.lang.String> seqUUID, java.util.List<? extends ADClientAble> seqDia)Returns a list of all menu able elements which are visible for the current login.<T extends ELContAsgnAble>
java.util.List<T>ADXModel. getVisibleOwnedElementTransitiveDownExcludeProfiles(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns the current object's result of OwnedElementTransitiveDown subtracted by the union of OwnedElementTransitiveDown applied to all the current object's profiles.<T extends ELContAsgnAble>
java.util.List<T>ADXModel. getVisibleOwnedElementTransitiveDownExcludeProfiles(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getVisibleOwnedElementTransitiveDownExcludeProfiles and filters its return values according to the given stereotype value.ARG_VisibleTypesADXModel. getVisibleTypes()Returns a list of structures containing aMMStereotypeand a list of elements usable asELType.java.lang.Class<? extends ELObject>MMStereotype. getVOclOfStereotypeClass()The meta element type of the stereotype class of this stereotype.booleanMMEngineeringAction. getWaitForSignal()True, if this is a single action and the client should wait until the action is finished or if this is an action of a sequence and the action has to wait for the data of the preceeding action.java.lang.StringADLogOption. getWarning()Returns warning text.java.util.List<PRDiaWhiteboardAttributeEdge>MM2Attribute. getWhiteboardAttributeEdge(K_CONTROL_OPTION... behaviourFlags)All edges which represent thisMM2Attribute.booleanMMEngineeringAction. getWithDialog()True, if this single action has a dialog for additional parameters.java.lang.StringMMEngineeringAction. getWorkingDirectory()The working directory of this action.static voidADModelHelper. guestAllow(SrvContext srvCtx, ADModel model, boolean allowLogin, java.lang.String text)Allow and forbid for the guest logins.booleanADAccessAble. hasAccess(ADUsrRole refObj)Returns true if the current login has access to change the current object.booleanADUsrRole. hasAnnotationMode()Returns true, if the current object has annotation mode.booleanMMLocalizAble. hasAnyLocalizedName()Determines if at least one localized name is available for the element.booleanADUsrRole. hasBulkMode()Returns true, if the current object has bulk mode.booleanADUsrRole. hasChangeSetMode()Returns true, if the current object has viewing change logs mode.booleanADLockAble. hasClutch(ADLogin refObj)Returns true if the current login has access to change the current object and the current object is not locked by another login.booleanADUsrRole. hasComparingModelsMode()Returns true, if the current object has comparing models mode.booleanADUsrRole. hasConfigMode()Returns true, if the current object has configuration mode.booleanADUsrRole. hasDBConnectMode()Returns true, if the current object has db connect mode.booleanADUsrRole. hasDeletingChangeSetMode()Returns true, if the current object has deleting change sets mode.booleanADUsrRole. hasDependencyEditorMode()Returns true, if the current object has dependency editor mode.booleanADUsrRole. hasEditApplConfMode()Returns true, if the current object has editing application configuration mode.booleanADExecuteAble. hasExecution(ADClientAble refObj)Returns true if the current login has execution rights for the current object.booleanADUsrRole. hasExportingModelsMode()Returns true, if the current object has exporting models mode.booleanMMLabelAble. hasLabel(java.lang.String pattern)True, if the current object has a configured label named argument pattern.booleanADUsrRole. hasLabelMode()Returns true, if the current object has label mode.booleanMMLocalizAble. hasLocalizedName(MM2Locale refObj, java.lang.String pattern)Determines if the element has a localized name for a given locale.booleanADLockAble. hasLock()Returns true if the current object is locked.booleanADUsrRole. hasNoDBDeletionMode()Returns true, if the current object has no right to delete in databases.booleanADLockAble. hasNoLock()Returns true if the current object is not locked.booleanADLogin. hasOperationMode(K_OPERATIONMODE kind)Returns true, if the current object's user privileges match the argument kind.booleanADMdlUser. hasOperationMode(K_OPERATIONMODE kind)Returns true if the roles privileges of the current object match argument kind.booleanADUsrRole. hasOperationMode(K_OPERATIONMODE kind)Returns true, if the current object's privileges matches the argument kind.booleanADLockAble. hasOthLock(ADLogin refObj)Returns true if the current object is locked by a login from anyone else except the current login.booleanADLockAble. hasOwnLock(ADLogin refObj)Returns true if the current object is locked by the current login.booleanADLogin. hasReadRestriction()Returns false, if the current object can read all elements of the current model.booleanADUsrRole. hasSectionMode()Returns true, if the current object has section mode.booleanADUsrRole. hasTranslationMode()Returns true, if the current object has translation mode.booleanMMProfile. hasValidLicense(java.lang.String pattern)True, if argument pattern contains all licenses which are necessary for this profile.booleanMM2TypedElement. hasValueList()If true, thisMM2TypedElementprovides a list of values.booleanADUsrRole. hasVersionMode()Returns true, if the current object has version mode.java.util.List<ADVersionAble>ADModel. importVersion(java.util.List<java.lang.String> seqVList, ARG_UUIDImportOptions valUUIDImportOptions)Imports the version object into the current object.java.util.List<ADVersionAble>ADModel. importVersionFile(byte[] file, ARG_UUIDImportOptions valUUIDImportOptions)Imports the version object file into the current object.booleanADLogin. isAdmin()Returns true, if the current object has administrator status.booleanMMStereotypeAble. isCloneAbleElement()true, if this element might be cloned.booleanMM2Attribute. isConfigAble()True, if the configuration of relationships is possible for this meta attribute.booleanMM2Class. isCTreeConfigAble(K_CTREE kind)True, if this metaclass is used in the part of the configuration editor specified by argument kind.booleanMM2Package. isCTreeConfigAble(K_CTREE kind)True, if this metapackage is used in the part of the configuration editor specified by argument kind.booleanMMTypeSystem. isDefault()True, if the type system is the model default.booleanADRepository. isDemoInstallation()Returns true if the model server is running in a demo installation.booleanMM2Attribute. isDisplayAbleAsEdge()true, if thisMM2Attributemay be displayed as edge.booleanMMText. isFlowDocument()Returns true if the current object is a formatted text.booleanADLogin. isInactive()Returns true, if the current object is inactive.booleanADXModel. isIOStructureDerivedByRelship()If true, data associations are connected as directly as possible to classifiers or their parts instead of creating a pair of item definition and structure definition and assigning the item definition to the input or output object at theBPDataIOAssociation.booleanMM2Attribute. isLocalizAble()True, if this attribute has string values which may be localized.booleanADLockAble. isLockable(ADLogin refObj)Returns true if the current login is able to lock the current object.booleanMM2Attribute. isM2AttrAccessible()True, if this attribute can be modified within the properties dialog.booleanMMTypeSystem. isMoveable()If there are profiles a) that import the profile of the selected type system transitively and b) that have type mappings to types of the selected type system, the selected type system has type systems in other profiles depending on it.booleanMM2Attribute. isMultiLine()True, if this attribute has string values of multiple lines within the properties dialog.booleanMM2Attribute. isNotUsedInCreateTemplate()True, if this attribute is an IsMulSelModify-attribute and is not shown in create template dialogs.booleanMM2Attribute. isNotUsedInModifyDialogIfMultiSelection()True, if this attribute is an IsMulSelModify-attribute and is not shown in modidyByM2Attribute dialogs if more than one item is selected.booleanADLogin. isReadOnlyLogin()Returns true, if the current role of the current object has no access to any element and no execution right to any menu item.booleanMMStereotype. isRedefiningStereotype()Indicates whether thisMMStereotyperedefines anotherMMStereotype.booleanMMProfile. isRoot()True, if this profile is the root of all profiles in the current model.booleanADChangeSet. isSealed()true, if thisADChangeSetis closed for changes.booleanADRepository. isSingleSignOn()Returns true if the model server is running in single sign-on mode.booleanADLogin. isSuperUser()Returns true, if the current object is logged-in as a super user.voidADChangeSet. joinChangeSet()Join an existingADChangeSet.voidADModel. loadConfig(java.lang.String name, K_INSTPURPOSE purpose)Loads the specified configuration file.voidADModel. loadUserConfig(java.lang.String name, K_INSTPURPOSE purpose)Loads the specified user configuration file.voidADLockAble. lock()Creates a lock for the current object.static voidADLockAbleHelper. lock(SrvContext srvCtx, java.util.List<? extends ADLockAble> sel)Creates a lock for the current object.voidADLogin. lock(java.util.List<? extends ELElement> seq)If no selection is made, it locks all elements possible for the login.voidADLogin. lockRecursive(java.util.List<? extends ADClientAble> seqSel)Locks all selected elements recursively.voidMMStereotype. m2AttrCnstrModify(K_VATTR vAttr, int minLength, int maxLength, java.lang.String regExp, boolean isCaseSensitive, K_NAME_SCOPE scope)Modifies the name constraints of this stereotype.voidADChangeSet. mergeChangeSet(java.lang.String strNote)Moves all contents of the activeADChangeSetto thisADChangeSet.voidADUsrRole. modifyAccess(java.util.List<? extends ADAccessAble> seqAccessAble, boolean giveAccess, boolean recursive)Modifies the given elements' role access.static voidADModelHelper. modifyBranchProperties(SrvContext srvCtx, ADModel adModel, java.lang.String name, java.lang.String note)Updates the properties of this branch.static voidMMTextHelper. modifyChangeableFontDlg(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqElem, java.lang.String strFont, boolean isChangeable)Modify the font and changeable flag for a list of text definitions or stereotypes.voidADChangeSet. modifyChangeSetLink(java.lang.String strLink, java.lang.String strId)Modifies the link to an external system of aADChangeSet.voidADChangeSet. modifyChangeSetProperties(java.lang.String strName, java.lang.String strNote, java.lang.String strLink, java.lang.String strId)Modifies the properties of aADChangeSet.voidMMFilter. modifyFilterDlg(java.util.List<ARG_ModifyFilterEntry> seq)voidMMTextAble. modifyFlowDocuments(java.util.List<? extends MMText> seqText, java.util.List<java.lang.String> seqRichValue, java.util.List<java.lang.String> seqPlainValue)Modifies the flow documents of the element by the given text-value pairs.voidADHistoryAble. modifyHistory(java.lang.String crtName, java.util.Date crtTime, java.lang.String mfyName, java.util.Date mfyTime)Modifies the values for creation and modification history.voidADLogin. modifyIgnoreConfiguration(boolean item)Modifies the ignore configuration flag for the current object.static voidADRepositoryHelper. modifyInactivity(SrvContext srvCtx, boolean deleteAuto, int timeUser, int timeRepository)Use to change the inactivity behavior.voidMMLabelAble. modifyLabelValuesByName(java.util.List<java.lang.String> seqName, java.util.List<java.lang.String> seqValue, java.util.List<java.lang.Boolean> seqDefault, boolean checkCnstr)Modifies the labels of the element by the given name-value pairs.voidADModel. modifyMaxHistory(int item)Modifies the current object's max history option.voidADModel. modifyModelNameAndBitmapDlg(java.lang.String strName, java.lang.String strBitmap)Modify name and bitmap of this model.voidADOptionAble. modifyOptionDlg(K_OPTION kOption, boolean setUserHost, java.lang.String sValUserHost, int lValUserHost, boolean setUser, java.lang.String sValUser, int lValUser, boolean setGeneral, java.lang.String sValGeneral, int lValGeneral)Modify the options specified by the given parameters.voidADLogin. modifyPassword(java.lang.String oldPass, java.lang.String newPass)Modifies the password for the current object.voidADLoginAble. modifyPassword(java.lang.String oldPass, java.lang.String newPass)Modifies the current object's password.voidADModel. modifyPassword(java.lang.String oldPass, java.lang.String newPass)Modifies the current object's model administrator password.voidADRepository. modifyPassword(java.lang.String oldPass, java.lang.String newPass)Use to modify the repository administrator password of the current object.voidMMStereotype. modifyProperties(java.lang.String name, java.lang.String color, java.lang.String bitmap)Modifies the properties of this stereotype.voidADUsrRole. modifyRead(java.util.List<? extends ADAccessAble> seqAccessAble, boolean giveRead)Modifies the given elements' role read permission.voidADLogin. modifyRole(java.lang.String role)Changes the role for the current object.static voidADRepositoryHelper. modifySingleSignOn(SrvContext srvCtx, boolean item)Use to change the single sign-on flag.static voidMMStereotypeAbleHelper. modifyStereotypeAblePropertiesDlg(SrvContext srvCtx, java.util.List<? extends ELContainerAble> seqCont, java.util.List<ARG_MMTypedElementValue> seqValue, boolean checkCnstr)Sets list of stereotype property values of an element.static voidMMStereotypeAbleHelper. modifyStereotypeAbleTSOptionsDlg(SrvContext srvCtx, java.util.List<? extends ELContainerAble> seqCont, java.util.List<ARG_MMTypedElementValue> seqValue, boolean checkCnstr)Sets list of type system option values of an element.voidMMStereotypeAble. modifyStereotypePropertyValuesByName(java.util.List<java.lang.String> seqName, java.util.List<java.lang.String> seqValue, java.util.List<java.lang.Boolean> seqDefault, boolean checkCnstr)Modifies the stereotype properties of the element by the given name-value pairs.voidMMStereotypeAble. modifyStereotypeTSOptionValuesByName(java.util.List<java.lang.String> seqName, java.util.List<java.lang.String> seqValue, java.util.List<java.lang.Boolean> seqDefault, boolean checkCnstr)Modifies the type system options of the element by the given name-value pairs.voidMMSyncedStereotype. modifySyncedPropertyList(java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)Modify the list of synced properties for thisMMSyncedStereotype.voidMMSyncSetProperty. modifySyncSetPropItems(java.util.List<? extends MMSyncedProperty> seqProp)Modifies the list ofMMSyncedPropertyused by thisMMSyncSetProperty.voidMMTextAble. modifyTextValuesDlg(java.util.List<? extends MMText> seqText, java.util.List<java.lang.String> seqValue, java.util.List<java.lang.Boolean> seqDefault, boolean checkCnstr)Modifies the texts of the element by the given text-value pairs.static voidMM2ClassificationHelper. modifyTranslatableValueList(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)Modify the list of valid typed elements which may be translated for a list of meta classifications.static voidADTranslationAbleHelper. modifyTranslationLocale(SrvContext srvCtx, java.util.List<K_LOCALE> seq)Modify the list of translation languages.static voidMM2ClassificationHelper. modifyTSOptionValueList(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)Modify the list of valid type system options for a list of meta classifications.voidMM2TypedElement. modifyTypedElement(java.lang.String strName, java.lang.String strDefault, boolean useInDocu, MM2TypeRange ohDefault)Modifies the properties of thisMM2TypedElement.static voidMM2ClassificationHelper. modifyTypedElementValueList(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)Modify the list of valid typed elements for a list of meta classifications.static voidADRepositoryHelper. modifyUpdate(SrvContext srvCtx, int interval, java.util.List<java.lang.String> seqTime)Use to change the update behavior.voidMM2TypedElement. modifyValueConstraintDlg(boolean isCaseSensitive, K_NAME_SCOPE kNameScope, int lMinLength, int lMaxLength, java.lang.String strRegExp)Modify the value constraint for this typed element.static voidMM2TypedElementHelper. modifyValueConstraintDlg(SrvContext srvCtx, java.util.List<? extends MM2TypedElement> sel, boolean isCaseSensitive, K_NAME_SCOPE kNameScope, int lMinLength, int lMaxLength, java.lang.String strRegExp)Modify the value constraint for this typed element.static voidADModelHelper. modifyVersionAlias(SrvContext srvCtx, ADModel adModel, java.util.List<ARG_Alias> seqAlias)Replaces the model versions alias list.static voidMMStereotypeHelper. moveStereotypeWithAttachmentDlg(SrvContext srvCtx, java.util.List<? extends MMStereotype> seqStereo, MMProfile ohProfile, boolean moveAll, java.util.List<? extends ADClientAble> seqElem)Moves the selected stereotypes with the specified attachments to the new owning profile.static voidADModelHelper. nameConstraintsUpdate(SrvContext srvCtx, ADModel adModel, java.lang.String expressionForVersionName, java.lang.String expressionForBackupName)Updates the regular expressions constraining the name of a model version and a model backup.static ARG_OccupiedResourcesADRepositoryHelper. occupiedResources(SrvContext srvCtx)Calculates the occupied resources of this repository.java.util.List<ELElement>ADModel. paste(java.util.List<? extends ELElement> seqSel, java.util.List<java.lang.String> seqVList, boolean checkConstraint)Pastes the element copy buffer into the current object.java.util.List<ELElement>MMProfile. paste(java.util.List<? extends ELElement> seqSel, java.util.List<java.lang.String> seqVList, boolean checkConstraint)Pastes the element copy buffer into thisMMProfile.java.util.List<ELElement>ADModel. pasteFromFile(java.util.List<? extends ELElement> seqSel, byte[] file, boolean checkConstraint)Pastes the element copy file buffer into the current object.java.util.List<ELElement>MMProfile. pasteFromFile(java.util.List<? extends ELElement> seqSel, byte[] file, boolean checkConstraint)Pastes the element copy file buffer into the current object.voidMM2TypedElement. predefinedValuesDlg(java.util.List<java.lang.String> seq)Modifies the predefined values of thisMM2TypedElement.static voidADModelHelper. reassignBranch(SrvContext srvCtx, ADModel adModel, java.lang.String parentBranchUUID)assigns this branch to a new parent branch.ARG_UndoADLogin. redo()Reverts the effects of the undo-command most recently executed by this login.voidADUsrRole. removeOperationMode(K_OPERATIONMODE item)Removes the privilege from the current object.voidADMdlUser. removeRole(ADUsrRole role)Removes the role to from the current object.voidMMCommentContainerAble. replaceRealizedConcepts(java.util.List<? extends ELElement> seq)Replaces the current set of concepts with the set passed and creates and deletes concept realizations accordingly.voidMMStereotype. replaceUsedStereotypeDlg(MMStereotype ohNewStereo, boolean replaceAll, java.util.List<? extends ADClientAble> seqUse)Replaces this stereotype with the specified stereotype within all or the specified usages of this stereotype.static voidADTranslationAbleHelper. resetNotToTranslateAttribute(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> seqElem, java.util.List<? extends MM2Attribute> seqAttr)voidADModel. saveConfig(java.lang.String name, boolean isAddOn, boolean useModel, java.util.List<? extends ADVersionAble> seqSel)Saves a configuration file according to the input parameters.voidADModel. saveUserConfig(java.lang.String item)Saves a user configuration file according to the input parameters.voidADAccessAble. setAccessRole(java.util.List<? extends ADUsrRole> values)Set the value of Foreign Key AccessRole.voidADAnnotation. setAnnotatedElement(java.util.List<? extends ADClientAble> values)Set the value of Foreign Key AnnotatedElement.voidADUsrRole. setAnnotationMode(boolean value)Set the value of Info HasAnnotationMode.voidADModel. setBitmap(java.lang.String value)Set the value of Attribut Bitmap.voidADUsrRole. setBulkMode(boolean value)Set the value of Info HasBulkMode.voidADUsrRole. setChangeSetMode(boolean value)Set the value of Info HasChangeSetMode.voidADModel. setChangeSetOptionLogIsActive(boolean value)Set the value of Attribut ChangeSetOptionLogIsActive.voidADModel. setChangeSetOptionLogWithExport(boolean value)Set the value of Attribut ChangeSetOptionLogWithExport.voidADModel. setChangeSetOptionSetIsActive(boolean value)Set the value of Attribut ChangeSetOptionSetIsActive.voidMMLabel. setClassification(MM2Classification value)Set the value of Foreign Key Classification.voidMMText. setClassification(MM2Classification value)Set the value of Foreign Key Classification.voidADUsrRole. setComparingModelsMode(boolean value)Set the value of Info HasComparingModelsMode.voidADUsrRole. setConfigMode(boolean value)Set the value of Info HasConfigMode.voidADApplicationConfiguration. setConfigValue(java.lang.String value)Set the value of Attribut ConfigValue.voidMMSyncedStereotype. setCreateTemplate(MMCreateTemplate value)Set the value of Foreign Key CreateTemplate.voidMM2TypedElement. setDateTimeKind(K_TYPE value)Set the value of Attribut DateTimeKind.voidADUsrRole. setDBConnectMode(boolean value)Set the value of Info HasDBConnectMode.voidMMTypeSystem. setDefault(boolean value)Set the value of Attribut IsDefault.voidMMAttachmentAble. setDefaultAttachment(MEAttachment value)Set the value of View DefaultAttachment.voidADUsrRole. setDeletingChangeSetMode(boolean value)Set the value of Info HasDeletingChangeSetMode.voidADUsrRole. setDependencyEditorMode(boolean value)Set the value of Info HasDependencyEditorMode.voidMMStereotypeProperty. setDisplayInModelBrowser(K_DISP_BROWSER value)Set the value of Attribut DisplayInModelBrowser.voidADLogin. setDisplayLocale(ELElement item)Defines theMM2Localewhich is used to display properties and string values in read only mode.voidADUsrRole. setEditApplConfMode(boolean value)Set the value of Info HasEditApplConfMode.voidADChangeSetFragment. setEndtime(java.util.Date value)Set the value of Attribut Endtime.voidADUsrRole. setExportingModelsMode(boolean value)Set the value of Info HasExportingModelsMode.voidADChangeSet. setExternalId(java.lang.String value)Set the value of Attribut ExternalId.voidADChangeSet. setExternalLink(java.lang.String value)Set the value of Attribut ExternalLink.voidMMText. setFlowDocument(boolean value)Set the value of Attribut IsFlowDocument.voidMMTextValue. setFlowDocumentValue(java.lang.String value)Set the value of Attribut FlowDocumentValue.voidADHistoryAble. setHistory(java.lang.String value)Set the value of Info History.voidMM2TypeEnumMember. setIcw2Enum(int value)Set the value of Attribut Icw2Enum.voidMMXProfile. setInnovatorComponent(java.util.List<K_INNOVATOR_COMPONENT> seqComp)Modifies the innovator components of thisMMXProfile.voidMM2ClassificationConstraint. setInverseMultiplicity(K_CONTENT_MULTIPLICITY value)Set the value of Attribut InverseMultiplicity.voidMM2Classification. setInvisibleTypedElement(java.util.List<? extends MM2TypedElement> values)Set the value of Foreign Key InvisibleTypedElement.voidADXModel. setIOStructureDerivedByRelship(boolean value)Set the value of Attribut IsIOStructureDerivedByRelship.voidMMLabelAble. setLabelInfo(java.lang.String value)Set the value of Info LabelInfo.voidADUsrRole. setLabelMode(boolean value)Set the value of Info HasLabelMode.voidADChangeSetFragment. setLoginAble(ADLoginAble value)Set the value of Foreign Key LoginAble.voidADTimeAble. setLtime(java.util.Date value)Set the value of Attribut Ltime.voidMMStereotypeFileAble. setMaxFileSize(int value)Set the value of Attribut MaxFileSize.voidADModel. setModelLocaleCode(K_LOCALE value)Set the value of Attribut ModelLocaleCode.voidMM2ClassificationConstraint. setMultiplicity(K_CONTENT_MULTIPLICITY value)Set the value of Attribut Multiplicity.voidADUsrRole. setNoDBDeletionMode(boolean value)Set the value of Info HasNoDBDeletionMode.voidADChangeSet. setNote(java.lang.String value)Set the value of Attribut Note.voidADTimeAble. setNote(java.lang.String value)Set the value of Attribut Note.static voidADTranslationAbleHelper. setNotToTranslateAttribute(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> seqElem, java.util.List<? extends MM2Attribute> seqAttr)voidADUsrRole. setOperationModeMask(int value)Set the value of Attribut OperationModeMask.voidADApplicationConfiguration. setOperationModeMaskToCheck(int value)Set the value of Attribut OperationModeMaskToCheck.voidMMStereotype. setOrderedProperty(java.util.List<? extends MM2TypedElement> values)Set the value of Foreign Key OrderedProperty.voidMMText. setPreset(java.lang.String value)Set the value of Attribut Preset.voidMMProfile. setProfileApplication(java.util.List<? extends ELElement> seq)Creates a profile application for each specified profile.static voidMMProfileTranslationHelper. setProfileTranslationDlg(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqSel, boolean isName, java.util.List<ARG_UpdateTranslation> seqTrans)Updates the translation of property values for the specified elements.voidADApplicationConfiguration. setPurpose(java.lang.String value)Set the value of Attribut Purpose.voidADModel. setPurpose(java.lang.String value)Set the value of Attribut Purpose.voidADAccessAble. setReadRole(java.util.List<? extends ADUsrRole> values)Set the value of Foreign Key ReadRole.voidMMCommentContainerAble. setRealizedConcept(java.util.List<? extends GCConcept> values)Set the value of View RealizedConcept.voidADReferenceAble. setReferenceContainer(java.util.List<? extends MEReferenceContainerAble> values)Set the value of Foreign Key ReferenceContainer.voidMMTSTypeMapping. setRestriction(java.lang.String value)Set the value of Attribut Restriction.voidADChangeSet. setSealed(boolean value)Set the value of Attribut IsSealed.voidADUsrRole. setSectionMode(boolean value)Set the value of Info HasSectionMode.voidMMStereotype. setSeparatedProperty(java.util.List<? extends MM2TypedElement> values)Set the value of Foreign Key SeparatedProperty.voidADChangeSetFragment. setStarttime(java.util.Date value)Set the value of Attribut Starttime.voidMMStereotypeAble. setStereotype(MMStereotype value)Set the value of Foreign Key Stereotype.voidMMStereotypeAble. setStereotypePropertyInfo(java.lang.String value)Set the value of Info StereotypePropertyInfo.voidMMStereotypeAble. setStereotypeTSOptionInfo(java.lang.String value)Set the value of Info StereotypeTSOptionInfo.voidMMTextValue. setStringValue(java.lang.String value)Set the value of Attribut StringValue.voidMMStereotypeAble. setSyncedStereotypeAble(java.util.List<? extends MMStereotypeAble> values)Set the value of View SyncedStereotypeAble.voidMMTSTypeMapping. setTargetParameter1(java.lang.String value)Set the value of Attribut TargetParameter1.voidMMTSTypeMapping. setTargetParameter2(java.lang.String value)Set the value of Attribut TargetParameter2.voidMMTSTypeMapping. setTargetType(MMTSType value)Set the value of View TargetType.voidMMTextValue. setTextStringValue(java.lang.String value)Set the value of Info TextStringValue.voidADTranslationAble. setTextTranslation(MMTextValue ohValue, java.lang.String strFlowTrans, java.lang.String strPlainTrans)Changes the translation of the specified text value.voidMMText. setTextVisibility(K_TEXT_VISIBILITY value)Set the value of Attribut TextVisibility.static voidADM2AttrModifyAbleHelper. setToDefaultByM2TypedElement(SrvContext srvCtx, java.util.List<? extends MMStereotypeAble> seqSel, MM2TypedElement ohMM2TypedElement)Deletes the values for the property specified by parameter "property" of the provided elements.voidADTranslationAble. setTranslation(ELTranslationAble ohTrans, java.util.List<ARG_UpdateTranslationProperty> seqProp)Updates the translation of property values.voidADUsrRole. setTranslationMode(boolean value)Set the value of Info HasTranslationMode.voidMMTSTypeClass. setTSType(java.util.List<? extends MMTSType> values)Set the value of Foreign Key TSType.voidMMTSType. setTSTypeClass(MMTSTypeClass value)Set the value of Foreign Key TSTypeClass.voidMM2TypedTSOption. setTypeSystem(MMTypeSystem value)Set the value of Foreign Key TypeSystem.voidMMTypeSystem. setUsageInfo(java.lang.String value)Set the value of Attribut UsageInfo.voidADLogin. setUseAllRoles(boolean value)Set the value of Attribut UseAllRoles.voidMM2TypedElement. setUseAllValuesAsList(boolean value)Set the value of Attribut UseAllValuesAsList.voidADApplicationConfiguration. setUsedApplicationConfiguration(java.util.List<? extends ADApplicationConfiguration> values)Set the value of Foreign Key UsedApplicationConfiguration.voidMMCreateTemplate. setUseExecAsAccess(boolean value)Set the value of Attribut UseExecAsAccess.voidMMMenuItem. setUseIcon(boolean value)Set the value of Attribut UseIcon.voidMMLabel. setUseInDocumentation(boolean value)Set the value of Attribut UseInDocumentation.voidMMText. setUseInDocumentation(boolean value)Set the value of Attribut UseInDocumentation.voidADXModel. setUserWorkRestriction(java.lang.String value)Set the value of Info UserWorkRestriction.voidMMCreateTemplate. setUseStereotypeIcon(boolean value)Set the value of Attribut UseStereotypeIcon.voidADTimeAble. setUsrName(java.lang.String value)Set the value of Attribut UsrName.voidADLogin. setUsrRole(ADUsrRole value)Set the value of Foreign Key UsrRole.voidMMRoleExecution. setUsrRole(ADUsrRole value)Set the value of Foreign Key UsrRole.voidMM2TypedElement. setValueList(boolean value)Set the value of Attribut HasValueList.voidADUsrRole. setVersionMode(boolean value)Set the value of Info HasVersionMode.voidADLogOption. setWarning(java.lang.String value)Set the value of Attribut Warning.static ADChangeSetADChangeSetHelper. splitChangeSet(SrvContext srvCtx, java.util.List<? extends ADCSOperation> seqOp, boolean createNewChangeSet)Splits the change set content and moves the specified operations to another change set.voidMMStereotype. stereotypeParents(java.util.List<? extends ELElement> seq)Modify the generalizations of this stereotype.static voidMMSyncSetPropertyHelper. synchronizeProperty(SrvContext srvCtx, MMStereotypeAble targetItem, MM2TypedElement targetProperty, MMStereotypeAble sourceItem, MM2TypedElement sourceProperty)Synchronize theMM2TypedElementof aMMStereotypeAble.voidMMSyncedProperty. synchronizeThis(ELElement item)voidADM2AttrModifyAble. tabCellModify(MM2TypedElement ohCell, java.lang.String strValue, ADClientAble ohValue)Modifies the specified property of this element.java.util.List<ADClientAble>ADM2AttrModifyAble. tabCreateTemplate(MMCreateTemplate ohTmpl, java.lang.Class<? extends ELObject> kVOcl, K_VATTR kVAttr, java.util.List<? extends ADClientAble> seqElem)Create a new element with the specified create template.voidADM2AttrModifyAble. tabElementModify(java.util.List<ARG_TabCellModify> seqCell)Modifies the specified properties of this element.ARG_UndoADLogin. undo()Reverts the effects of the command most recently executed by this login.voidADLockAble. unlock()Deletes the lock for the current object.static voidADLockAbleHelper. unlock(SrvContext srvCtx, java.util.List<? extends ADLockAble> sel)Deletes the lock for the current object.voidADLogin. unlock(java.util.List<? extends ELElement> seq)If no selection is made, it removes all element locks for the current object.static voidMMProfileHelper. unlockProfiles(SrvContext srvCtx)Unlocks all profiles locked by the user.voidADLogin. unlockRecursive(java.util.List<? extends ADClientAble> seqSel)Unlocks all selected elements recursively. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that throw SrvErrorException Modifier and Type Method Description MEAttachmentAssignMEAttachment. addElementAssigned(MMAttachmentAble item)Adds an element that uses theMEAttachment.voidMEReferenceContainerAble. addReferences(java.util.List<? extends ELElement> seq)Adds references to the specified list of referenceable elements to this hierarchical element.java.util.List<MEAttachmentAssign>MEAttachment. assignAttachment(java.util.List<? extends ELElement> seq)Assigns this attachment to a list of elements.java.util.List<MECommentAssign>MEComment. assignComment(java.util.List<? extends ELElement> seq)java.util.List<MEConstraintAssign>MEAssignAbleConstraint. assignConstraint(java.util.List<? extends ELElement> seq)Assign this constraint to a list of elements.voidMESection. assignSection(java.util.List<? extends ADClientAble> seqPart, boolean withHier)static voidMESectionHelper. assignSectionLoginAble(SrvContext srvCtx, ELElement item)Assigns thisMESectionto theADLoginAbleas login able section.voidMESection. assignSectionModel()ARG_MEMappingConfigurationMEMappingConfigurationPackage. buildMappingEnvironmentInnovator(java.lang.String cpNameRepository, java.lang.String cpNameModel, K_ADMODEL modelType)Creates a mapping environment if possible and returns the mapping configuration data for the mapping.voidMEModelElement. buildProxyConnection(java.lang.String proxyBuildInformation, java.lang.String mappingName)Builds a model reference to the element coded in the given XML text with the given mapping method.static MEAbstractionMEAbstractionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Abstraction with template from source to target element.static MEAbstractionMEAbstractionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Abstraction with stereotype from source to target element.static MEAttachmentMEAttachmentHelper. create(SrvContext srvCtx, MMAttachmentAble ohElement, ARG_File valFile)Attaches a file to an element.static MECommentMECommentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Comment with template and container.static MECommentMECommentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Comment with stereotype and container.static MEConfigurationManagementMEConfigurationManagementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Configuration Base Package with template and container.static MEConfigurationManagementMEConfigurationManagementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Configuration Base Package with stereotype and container.static MEConstraintMEConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Constraint with template and container.static MEConstraintMEConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Constraint with stereotype and container.static MECopyMECopyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Copy with template from source to target element.static MECopyMECopyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Copy with stereotype from source to target element.static MECreateRedirectMECreateRedirectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Create Default with template from source to target element with requirement.static MECreateRedirectMECreateRedirectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Create Default with stereotype from source to target element with requirement.static MEDependencyMEDependencyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Dependency with template from source to target element.static MEDependencyMEDependencyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Dependency with stereotype from source to target element.static MEElementImportMEElementImportHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Element Import with template from source to target element.static MEElementImportMEElementImportHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Element Import with stereotype from source to target element.static MEMappingConfigurationPackageForwardMEMappingConfigurationPackageForwardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mapping Configuration (Forward) with template and container.static MEMappingConfigurationPackageForwardMEMappingConfigurationPackageForwardHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Mapping Configuration (Forward) with stereotype and container.static MEMappingConfigurationPackageReverseMEMappingConfigurationPackageReverseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mapping Configuration (Reverse) with template and container.static MEMappingConfigurationPackageReverseMEMappingConfigurationPackageReverseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Mapping Configuration (Reverse) with stereotype and container.static MEMappingDependencyMEMappingDependencyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Mapping Dependency with template from source to target element.static MEMappingDependencyMEMappingDependencyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Mapping Dependency with stereotype from source to target element.static MEMappingPackageContentMEMappingPackageContentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mapping Content Package with template and container.static MEMappingPackageContentMEMappingPackageContentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Mapping Content Package with stereotype and container.static MEMappingPackageTypeForwardMEMappingPackageTypeForwardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mapping Package Type (Forward) with template and container.static MEMappingPackageTypeForwardMEMappingPackageTypeForwardHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Mapping Package Type (Forward) with stereotype and container.static MEMappingPackageTypeReverseMEMappingPackageTypeReverseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mapping Package Type (Reverse) with template and container.static MEMappingPackageTypeReverseMEMappingPackageTypeReverseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Mapping Package Type (Reverse) with stereotype and container.static MEModelMEModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Model with template and container.static MEModelMEModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Model with stereotype and container.static MEPackageMEPackageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Package with template and container.static MEPackageMEPackageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Package with stereotype and container.static MEPackageImportMEPackageImportHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Package Import with template from source to target element.static MEPackageImportMEPackageImportHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Package Import with stereotype from source to target element.static MEProxyAssignmentMEProxyAssignmentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Proxy Assignment with template from source to target element.static MEProxyAssignmentMEProxyAssignmentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Proxy Assignment with stereotype from source to target element.static MEProxyExternalMEProxyExternalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Proxy (External) with template and container.static MEProxyExternalMEProxyExternalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Proxy (External) with stereotype and container.static MEProxyInnovatorMEProxyInnovatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Proxy with template and container.static MEProxyInnovatorMEProxyInnovatorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Proxy with stereotype and container.static MERealizationMERealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Realization with template from source to target element.static MERealizationMERealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Realization with stereotype from source to target element.static MERequirementMERequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Requirement with template and container.static MERequirementMERequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Requirement with stereotype and container.static MESectionMESectionHelper. create(SrvContext srvCtx, MESection ohSection, java.lang.String strName)Create a new section.static MESimpleConstraintMESimpleConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn)Creates a new condition with template and container.static MESimpleConstraintMESimpleConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn)Creates a new condition with stereotype and container.static MEStubPackageBaseMEStubPackageBaseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mapping Base Package with template and container.static MEStubPackageBaseMEStubPackageBaseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Mapping Base Package with stereotype and container.static MEStubPackageExternalModelMEStubPackageExternalModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Stub Package (External Model) with template and container.static MEStubPackageExternalModelMEStubPackageExternalModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Stub Package (External Model) with stereotype and container.static MEStubPackageInnovatorMEStubPackageInnovatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Stub Package (Innovator Model) with template and container.static MEStubPackageInnovatorMEStubPackageInnovatorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Stub Package (Innovator Model) with stereotype and container.static MESystemModelMESystemModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new System Model with template and container.static MESystemModelMESystemModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new System Model with stereotype and container.static MESystemModelManagementMESystemModelManagementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new System Model Management with template and container.static MESystemModelManagementMESystemModelManagementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new System Model Management with stereotype and container.static MEUsageMEUsageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Usage with template from source to target element.static MEUsageMEUsageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Usage with stereotype from source to target element.java.util.List<ACPartition>MEModelElement. getActivityPartition()The partitions which represent the element.java.util.List<BPActivityResource>MERefAbleAsResource. getActivityResource()AllBPActivityResourcewhich represent the element.java.util.List<PRAnalysisDia>MEStereotypeAble. getApplicableAnalysisDia(K_CONTROL_OPTION... behaviourFlags)All analysis diagrams starting with this element.java.util.List<MEComment>MECommentAble. getAssignedComment(K_CONTROL_OPTION... behaviourFlags)Returns all comments assigned to the current object.java.util.List<MEComment>MECommentAble. getAssignedComment(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAssignedComment and filters its return values according to the given stereotype value.<T extends MEConstraint>
java.util.List<T>MEConstraintAble. getAssignedConstraint(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All constraints which are assigned to this element.<T extends MEConstraint>
java.util.List<T>MEConstraintAble. getAssignedConstraint(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getAssignedConstraint and filters its return values according to the given stereotype value.ARG_AttachmentFileMEAttachment. getAttachment()Returns the file content and the element of the attachment.MMAttachmentAbleMEAttachmentAssign. getAttachmentAble()The element of this attachment reference.MEAttachmentAssignMEAttachment. getAttachmentAssignOfElement(MMAttachmentAble refObj)The assignment element to the model element.CLOperationMESimpleConstraint. getBodyConditionOwningOperation()The operation where this constraint acts as body condition.CLClassifierMEConstraint. getClassifierContext()The classifier owning this constraint.ARG_SectionClientExpandOutMESection. getClientExpand(java.util.List<? extends ADClientAble> seqAdd, java.util.List<? extends ADClientAble> seqRemove, java.util.List<? extends ADClientAble> seqContainer)Expands the targetMESectionfor client display.java.util.List<MEMappingDependency>MEStereotypeAble. getClientMappingDependency(K_CONTROL_OPTION... behaviourFlags)List of the mapping dependencies of this implementation element.MECommentMECommentAssign. getComment()The comment owning this comment assign.<T extends MECommentAble>
java.util.List<T>MEComment. getCommentAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All elements which are annotated by the current object.<T extends MECommentAble>
java.util.List<T>MEComment. getCommentAble(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getCommentAble and filters its return values according to the given stereotype value.MECommentAbleMECommentAssign. getCommentAble()The comments of the current object.java.util.List<MECommentAssign>MECommentAble. getCommentAssign(K_CONTROL_OPTION... behaviourFlags)All assignments of the current object.CLComponentMEPackageAble. getComponent()CLParameterSetMESimpleConstraint. getConditionOwningParameterSet()java.util.List<IAConsider>MEModelElement. getConsider()All considered elements of this model element.MEAssignAbleConstraintMEConstraintAssign. getConstraint()The constraint owning this assignment.<T extends MEConstraintAble>
java.util.List<T>MEConstraint. getConstraintAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All constraintable elements which are connected to this constraint.<T extends MEConstraintAble>
java.util.List<T>MEConstraint. getConstraintAble(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getConstraintAble and filters its return values according to the given stereotype value.MEConstraintAbleMEConstraintAssign. getConstraintAble()The constraint of this assignment.<T extends MEConstraintAble>
java.util.List<T>MEIntervalConstraint. getConstraintAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All constraintable elements which are connected to this interval constraint.<T extends MEConstraintAble>
java.util.List<T>MEIntervalConstraint. getConstraintAble(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getConstraintAble and filters its return values according to the given stereotype value.<T extends MEConstraintAble>
java.util.List<T>MESimpleConstraint. getConstraintAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All constraintable elements which are connected to this simple constraint.<T extends MEConstraintAble>
java.util.List<T>MESimpleConstraint. getConstraintAble(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getConstraintAble and filters its return values according to the given stereotype value.<T extends MEConstraintAssign>
java.util.List<T>MEConstraintAble. getConstraintAssign(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All assignments of this constraint.java.util.List<MMStereotype>MEModelElement. getContentStereotypeByClass(java.lang.Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags)Stereotypes for instances of argument kind which are valid as content within this element as selection.booleanMECreateRedirect. getCopyTopLevelTree()True, if the path to the top level is copied.intMERefAbleAsResource. getCostsPerTime()Costs per time caused by this resource .java.util.List<MMCreateTemplate>MEModelElement. getCreateTemplateByClass(java.lang.Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags)Create templates for instances of argument kind with this element as selection.java.util.List<DRDecision>MEStereotypeAble. getDecisionMade()java.util.List<DRDecision>MEStereotypeAble. getDecisionOwned()static ARG_DependencySourceTargetListOutMEDependencyHelper. getDependencySourceTargetList(SrvContext srvCtx, java.lang.Class<? extends ELObject> kVOclDependency, boolean isExactDependency, MMStereotype ohStereoDependency, java.lang.Class<? extends ELObject> kVOclSource, boolean isExactSource, java.lang.Class<? extends ELObject> kVOclTarget, boolean isExactTarget, boolean onlyExisting, java.util.List<? extends ADClientAble> seqSource, java.util.List<? extends ADClientAble> seqTarget)Returns a list of all dependencies of the specified meta class.java.util.List<MMText>MEModel. getDocumentAreaTextOfClassification(MM2Classification refObj, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)<T extends MMAttachmentAble>
java.util.List<T>MEAttachment. getElementAssignedTo(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All elements the file is attached to.<T extends MMAttachmentAble>
java.util.List<T>MEAttachment. getElementAssignedTo(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getElementAssignedTo and filters its return values according to the given stereotype value.java.lang.StringMEModelElement. getElementColor()Color of this model element.java.lang.StringMEProxyExternal. getElemTypeName()Returns the referenced external element meta name.java.lang.StringMEProxyInnovator. getElemTypeName()Returns the referenced elements meta name for the Innovator element.java.lang.StringMEStubPackageExternalModel. getExternalModelIdentifier()External model identifier.java.lang.StringMEStubPackageExternalModel. getExternalModelType()External model type.java.util.DateMEAttachment. getFileModificationTime()The modification time of the corresponding file of this attachment.static <T extends MEProxy>
java.util.List<T>MEProxyHelper. getFindProxyByRefData(java.lang.Class<T> returnType, SrvContext srvCtx, int elemType, int elemKind, int elemId, java.lang.String elemIdReference, java.lang.String elemDisplayName, java.lang.String elemHREF, MEPackage ohTransitiveOwner)Returns a list of Proxies referencing the element with the specified data.static <T extends MEProxy>
java.util.List<T>MEProxyHelper. getFindProxyByRefUUID(java.lang.Class<T> returnType, SrvContext srvCtx, java.lang.String sUUID, MEPackage ohTransitiveOwner)Returns a list of Proxy referencing the specified UUID.MMStereotypeMEModelElement. getFirstValidContentStereotype(java.lang.Class<? extends ELObject> kind)Stereotypes for instances of argument kind which are valid as content within the model container of this element.java.util.List<MMText>MEModel. getFlowDocumentTextOfClassification(MM2Classification refObj, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)All flow document texts with classification and argument pattern within valid profiles of this model.java.util.List<BPGlobalTaskResource>MERefAbleAsResource. getGlobalTaskResource()AllBPGlobalTaskResourcewhich represent the element.ACActivityEdgeMEValSpecOpaqueExpr. getGuardOwnerEdge()The edge which the guard belongs to.SMTransitionMESimpleConstraint. getGuardOwningTransition()java.lang.StringMEStubPackageExternalModel. getHREF()External model hyper reference field.java.util.List<IAIgnore>MEModelElement. getIgnore()All ignored elements of this model element.SMStateMESimpleConstraint. getInvariantOwningState()java.util.List<DRKnowledgeSource>MEStereotypeAble. getKnowledgeSourceOfOwner()All knowledge sources with this unit as owner.java.util.List<MMCreateTemplate>MEModel. getKnownCreateTemplatesByMetaClassification(MMStereotype refObj, java.lang.String pattern, java.lang.Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags)All create templates of meta class or stereotype specified byargument refObjor argument kind which are owned by profiles transitive imported by this model.java.util.List<MMStereotype>MEModel. getKnownStereotypesByMetaClass(MM2Class refObj, java.lang.String pattern, java.lang.Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags)All stereotypes of meta class specified by meta class or argument kind which are owned by profiles transitive imported by this model.java.util.List<MMTypeSystem>MEModelElement. getKnownTypeSystems(K_CONTROL_OPTION... behaviourFlags)List of all type systems known by this Innovator DataMEModelElement.
These type systems are configured in a profile, which is directly imported by the owningMEModel.java.util.List<MMLabel>MEModel. getLabelOfClassification(MM2Classification refObj, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)java.util.List<BPResourceAtLane>MERefAbleAsResource. getLaneR(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPLane>MERefAbleAsResource. getLaneWithResource(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPLane>MERefAbleAsResource. getLaneWithResource(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getLaneWithResource and filters its return values according to the given stereotype value.java.util.List<CLManifestation>MEPackageAble. getManifest(K_CONTROL_OPTION... behaviourFlags)All manifestations with this element as target.<T extends ELValSpecOpaqueExpr>
java.util.List<T>MEAbstraction. getMapping(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)A composition of an expression that states the abstraction relationship between the supplier and the client.static java.util.List<ARG_MEMappingEnvironment>MEMappingConfigurationPackageHelper. getMappingConfiguration(SrvContext srvCtx, MEModelElement ohStartElement, java.lang.String mappingName, boolean ignoreForward, boolean ignoreReverse, boolean ignoreInnovatorConfiguration, boolean ignoreExternalConfiguration, ARG_MappingEnvironmentInnovatorModel valInnovatorModelData, ARG_MappingEnvironmentExternalModel valExternalModelData)Determines existing mapping environments (i.e. system model, mapping type package and virtual system models) located below the system model, which are determined by the object in the argument.MEMappingConfigurationPackageMEMappingPackageType. getMappingConfigurationPackage()Find the mapping configuration package for the current mapping type package.MEMappingConfigurationPackageMEProxy. getMappingConfigurationPackage()Finds the mapping configuration package for the current mapping package type.MEMappingConfigurationPackageMEProxyAssignment. getMappingConfigurationPackage()Calculates the mapping configuration package.java.util.List<ARG_MEMappingEnvironment>MEMappingConfigurationPackage. getMappingEnvironment()Determines existing mapping environments (i.e. system model, mapping type package and virtual system models ) located in the current system model suitable for this configuration.java.lang.StringMEMappingConfigurationPackage. getMappingName()Mapping name.java.lang.StringMEMappingPackageType. getMappingName()Name of the mapping type.MEMappingPackageTypeMEProxy. getMappingPackageType()Determines the mapping type package.<T extends MEStereotypeAble>
java.util.List<T>MENamedElement. getMappingSourceElement(java.lang.Class<T> returnType, ELContainerAble refObj, K_CONTROL_OPTION... behaviourFlags)<T extends MEStereotypeAble>
java.util.List<T>MENamedElement. getMappingSourceElement(java.lang.Class<T> returnType, MMStereotype stereotype, ELContainerAble refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getMappingSourceElement and filters its return values according to the given stereotype value.<T extends MENamedElement>
java.util.List<T>MEStereotypeAble. getMappingTargetElement(java.lang.Class<T> returnType, ELContainerAble refObj, K_CONTROL_OPTION... behaviourFlags)<T extends MENamedElement>
java.util.List<T>MEStereotypeAble. getMappingTargetElement(java.lang.Class<T> returnType, MMStereotype stereotype, ELContainerAble refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getMappingTargetElement and filters its return values according to the given stereotype value.MERequirementMECopy. getMaster()The master requirement of this copy dependency.MERequirementMERequirement. getMaster()The master requirement for this slave requirement.java.util.List<MECopy>MERequirement. getMasterCopy(K_CONTROL_OPTION... behaviourFlags)All copy dependencies with this requirement as master.java.lang.StringMEIntervalConstraint. getMax()Specifies the upper bound of the time interval.static java.util.List<ARG_MEDependencyAssignmentInfo>MEDependencyHelper. getMEDependencyAssignmentInfo(SrvContext srvCtx, java.util.List<? extends ELElement> seqSource, java.util.List<? extends ELElement> seqTarget, MMStereotype ohDepStereotype, ELContainerAble ohTransitiveParent)Calculates for a quantity of elements its dependency assignments.java.lang.StringMEModelElement. getMEModelName()Name of the model which contains this element.MENamespaceAbleMENamespaceAsgnAble. getMENamespace()Specifies the namespace that owns this named element.<T extends MENamespaceAsgnAble>
java.util.List<T>MENamespaceAble. getMEOwnedMember(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)A collection of named elements owned by this namespace.java.util.List<MEPackageImport>MENamespaceAble. getMEPackageImport(K_CONTROL_OPTION... behaviourFlags)All package imports importing this package.MENamedElementMEDependency. getMESupplier()The element independent of the client element, in the same respect and the same dependency relationship.<T extends MEDependency>
java.util.List<T>MENamedElement. getMESupplierDependency(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Indicates the dependencies that reference the supplier.java.util.List<MEMappingDependency>MENamedElement. getMESupplierMappingDependency(K_CONTROL_OPTION... behaviourFlags)List of the mapping dependencies of this requirement element.java.lang.StringMEIntervalConstraint. getMin()Specifies the lower bound of the time interval.java.lang.StringMEProxyInnovator. getMnClassicTREFNameRemoteElement()Returns the TREF - multiname of the element in the form of classic Innovator models for the element referenced by the proxy.java.util.List<ARG_AvailableMappingTypes>MESystemModel. getModelAvailableMappings()Searches the system model for available mapping configurations and returns the names of the available mappings.<T extends MEModelElement>
java.util.List<T>MEModelElement. getModelElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Returns this element.<T extends MEModelElement>
java.util.List<T>MEModelElement. getModelElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getModelElement and filters its return values according to the given stereotype value.java.lang.StringMEStubPackage. getModelName()Represents the model's name.java.util.DateMEAttachment. getModelSynchronizationTime()The time of the last upload of the file of thisMEAttachmentto the model.K_ADMODELMEStubPackageInnovator. getModelType()Type of the Innovator model represented by the stub package.ARG_ModifyRequirementReqMERequirement. getModifyRequirement()Get all properties with values from this requirement.CLClassifierMEConstraint. getNamespaceClassifier()The classifier owning this constraint.SMRegionMEConstraint. getNamespaceRegion()The region owning this constraint.SMStateMEConstraint. getNamespaceState()The state owning this constraint.ACStructuredNodeMEConstraint. getNamespaceStructuredNode()The structured node owning this constraint.<T extends MEPackage>
java.util.List<T>MEPackage. getNestedPackage(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The package owning this package.java.util.List<MERequirement>MERequirement. getNestedRequirement(K_CONTROL_OPTION... behaviourFlags)All requirements owned by this requirement.java.util.List<MESection>MESection. getNestedSection(K_CONTROL_OPTION... behaviourFlags)MEPackageMEPackage. getNestingPackage()The package owning this package.MESectionMESection. getNestingSection()MM2ClassificationMECreateRedirect. getNewPackageClassification()The classification for new packages of this create redirection.java.util.List<PRAnalysisDia>MEHierarchyAble. getOwnedAnalysisDia(K_CONTROL_OPTION... behaviourFlags)All analysis diagrams owned by this hierarchical element.java.util.List<MEAttachmentAssign>MEAttachment. getOwnedAttachmentAssign(K_CONTROL_OPTION... behaviourFlags)The attachment reference elements of theMEAttachment.java.util.List<BPDia>MEPackage. getOwnedBPDia(K_CONTROL_OPTION... behaviourFlags)All business process diagrams of theMEPackage.java.util.List<BRDia>MEPackage. getOwnedBRDiagram(K_CONTROL_OPTION... behaviourFlags)The business resource diagrams in thisMEPackage.java.util.List<MECommentAssign>MEComment. getOwnedCommentAssign(K_CONTROL_OPTION... behaviourFlags)All comment assigns owned by this element.java.util.List<CLComponentDia>MEConfigurationManagement. getOwnedComponentDia(K_CONTROL_OPTION... behaviourFlags)All component diagrams owned by this configuration base package.java.util.List<CLComponentDia>MEMappingConfigurationPackage. getOwnedComponentDia(K_CONTROL_OPTION... behaviourFlags)All component diagrams owned by this mapping configuration package.java.util.List<CLComponentDia>MESystemModelManagement. getOwnedComponentDia(K_CONTROL_OPTION... behaviourFlags)All component diagrams owned by this system model management.java.util.List<MEConfigurationManagement>MESystemModelManagement. getOwnedConfigurationManagement(K_CONTROL_OPTION... behaviourFlags)All component diagrams owned by this configuration base package.<T extends MEConstraintAssign>
java.util.List<T>MEAssignAbleConstraint. getOwnedConstraintAssign(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends CLDia>
java.util.List<T>MEPackage. getOwnedDiagram(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All classifier diagrams owned by this package.java.util.List<PRDiaWhiteboard>MEHierarchyAble. getOwnedDiaWhiteboard(K_CONTROL_OPTION... behaviourFlags)All whiteboards owned by this hierarchical element.java.util.List<GCDia>MEHierarchyAble. getOwnedGCDia(K_CONTROL_OPTION... behaviourFlags)All concept diagrams owned by this hierarchical element.<T extends IMConstraint>
java.util.List<T>MEPackage. getOwnedIMConstraint(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All constraints owned by this package.<T extends MEMappingConfigurationPackage>
java.util.List<T>MEConfigurationManagement. getOwnedMappingConfigurationPackage(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Get MappingConfigurationPackage Packagejava.util.List<MEMappingPackageContent>MEMappingPackageContent. getOwnedMappingPackageContent(K_CONTROL_OPTION... behaviourFlags)All component diagrams owned by this configuration base package.java.util.List<MEMappingPackageContent>MEMappingPackageType. getOwnedMappingPackageContent(K_CONTROL_OPTION... behaviourFlags)Get MappingPackageContent Package.<T extends MEMappingPackageType>
java.util.List<T>MEStubPackage. getOwnedMappingPackageType(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Get MappingPackageType Package.<T extends MEModel>
java.util.List<T>MESystemModel. getOwnedModel(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All model packages owned by this system model package.<T extends MEProxy>
java.util.List<T>MEMappingPackageContent. getOwnedProxy(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Get assigned Proxies.java.util.List<MEProxyExternal>MEProxyExternal. getOwnedProxy(K_CONTROL_OPTION... behaviourFlags)All component diagrams owned by this configuration base package.java.util.List<MEProxyInnovator>MEProxyInnovator. getOwnedProxy(K_CONTROL_OPTION... behaviourFlags)The parent element.java.util.List<MEProxyAssignment>MEProxy. getOwnedProxyAssignment(K_CONTROL_OPTION... behaviourFlags)Get Proxy Assignment<T extends MEConstraint>
java.util.List<T>MEPackage. getOwnedRule(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All constraints owned by this package.java.util.List<BSDia>MEPackage. getOwnedStateDiagram(K_CONTROL_OPTION... behaviourFlags)All state diagrams owned by this package.<T extends MEStubPackage>
java.util.List<T>MEStubPackageBase. getOwnedStubPackage(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Get Base Stub Package:java.util.List<MEStubPackageBase>MESystemModelManagement. getOwnedStubPackageBase(K_CONTROL_OPTION... behaviourFlags)All component diagrams owned by this configuration base package.java.util.List<MESystemModelManagement>MESystemModel. getOwnedSystemModelManagement(K_CONTROL_OPTION... behaviourFlags)ACJoinNodeMEValSpecOpaqueExpr. getOwnerJoin()The join specified by this condition.CLValueRangeAbleMEValSpecOpaqueExpr. getOwnerValueRestriction()TheCLValueRangeAblethat owns this expression.MEAttachmentMEAttachmentAssign. getOwningAttachment()The owningMEAttachment.BEBehaviorMESimpleConstraint. getOwningBehavior()IACombinedMESimpleConstraint. getOwningCombined()MMCommentContainerAbleMEComment. getOwningCommentContainer()MMAttachmentAbleMEAttachment. getOwningElement()The element that owns this attachment.CLExtendMESimpleConstraint. getOwningExtend()The extend relationship owning this constraint.IAInteractionMEDurationConstraint. getOwningInteraction()IAInteractionMETimeConstraint. getOwningInteraction()ADXModelMESection. getOwningModel()IAOperandMESimpleConstraint. getOwningOperand()SMRegionMESimpleConstraint. getOwningRegion()MERequirementMERequirement. getOwningRequirement()The requirement owning this requirement.SMStateMESimpleConstraint. getOwningState()The state owning this constraint.ACStructuredNodeMESimpleConstraint. getOwningStructuredNode()The structured node owning this constraint.SMTransitionMESimpleConstraint. getOwningTransition()MEPackageMEConstraint. getPackageContext()The package owning this constraint.ARG_ELPackagePropertyMEPackage. getPackageProperty()Returns the properties of this element.java.util.List<BPParticipant>MERefAbleAsResource. getParticipantAsEntity(K_CONTROL_OPTION... behaviourFlags)All participants being assigned to this partner entity.java.util.List<BPParticipant>MERefAbleAsResource. getParticipantAsEntity(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getParticipantAsEntity and filters its return values according to the given stereotype value.java.util.List<BPParticipantEntity>MERefAbleAsResource. getParticipantAsEntityR(K_CONTROL_OPTION... behaviourFlags)All participants being assigned to this partner entity.java.util.List<BPParticipant>MERefAbleAsResource. getParticipantInRole(K_CONTROL_OPTION... behaviourFlags)All participants being assigned to this partner role.java.util.List<BPParticipant>MERefAbleAsResource. getParticipantInRole(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getParticipantInRole and filters its return values according to the given stereotype value.java.util.List<BPParticipantRole>MERefAbleAsResource. getParticipantInRoleR(K_CONTROL_OPTION... behaviourFlags)All participants being assigned to this partner role.java.lang.StringMERequirement. getPlainReqText()The plain text of this requirement.static <T extends ELContainerAble>
java.util.List<T>MEStereotypeAbleHelper. getPossibleContainer(java.lang.Class<T> returnType, SrvContext srvCtx, MMStereotype ohStereo, java.lang.Class<? extends ELObject> kVOcl, boolean onlyHierAble)java.util.List<ARG_GetPossibleDependency>MERequirement. getPossibleDependency(K_SIDE item)ANActionMESimpleConstraint. getPostconditionOwningAction()BEBehaviorMESimpleConstraint. getPostconditionOwningBehavior()CLOperationMESimpleConstraint. getPostconditionOwningOperation()The operation where this constraint acts as post condition.SMTransitionMESimpleConstraint. getPostconditionOwningTransition()ANActionMESimpleConstraint. getPreconditionOwningAction()BEBehaviorMESimpleConstraint. getPreconditionOwningBehavior()CLOperationMESimpleConstraint. getPreconditionOwningOperation()The operation where this constraint acts as pre condition.SMTransitionMESimpleConstraint. getPreconditionOwningTransition()<T extends PRPresContext>
java.util.List<T>MEModelElement. getPresContext(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The presentation contexts where the given element is represented.<T extends PRPresContext>
java.util.List<T>MEModelElement. getPresContext(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getPresContext and filters its return values according to the given stereotype value.java.lang.StringMEModelElement. getPresetMapping(K_ADMODEL item)Determines the model's current configured default mapping method.java.util.List<MMProfileApplication>MEModel. getProfileApplication(K_CONTROL_OPTION... behaviourFlags)All profile applications owned by this model package.java.util.List<ARG_MEProxyProperty>MEStereotypeAble. getProxyAsgProperty(MEMappingPackageType ohMappingPackageType, java.lang.String sRepositoryName, java.lang.String sModelName, K_ADMODEL kModelType, java.lang.String sMappingName, boolean bIsForwardMapping, int iRestriction, K_PROXY_DETAILLEVEL iDetailLevel)Returns the ARG_ELProxyProperty of the container that is proxy environment of the container element.ARG_MEProxyPropertyMEProxy. getProxyProperty(MEMappingPackageType ohMappingPackageType, java.lang.String sRepositoryName, java.lang.String sModelName, K_ADMODEL kModelType, java.lang.String sMappingName, boolean bIsForwardMapping, int iRestriction, K_PROXY_DETAILLEVEL iDetailLevel)Returns the ARG_ELPRoxyProperty structure of the proxy.<T extends PRPresContent>
java.util.List<T>MEModelElement. getPRPresContent(java.lang.Class<T> returnType)All presentation contents representing this model element.MMCreateTemplateMECreateRedirect. getRedirectCreateTemplate()The create template which is used to create an element redirected by this create default.MM2ClassificationMECreateRedirect. getRedirectedElementClassification()The redirected classification of this create redirection.java.util.List<MECreateRedirect>MEPackage. getRedirectSource(K_CONTROL_OPTION... behaviourFlags)All create redirections owned by this package.CLComponentMECreateRedirect. getRedirectSourceComponent()The source component of this create redirection.java.util.List<MECreateRedirect>MEPackage. getRedirectTarget(K_CONTROL_OPTION... behaviourFlags)All create redirections with this package as target.CLComponentMECreateRedirect. getRedirectTargetComponent()The target component of this create redirection.java.lang.StringMEProxyInnovator. getRefElementXMLInfo()Returns the XML information for the element.<T extends ADReferenceAble>
java.util.List<T>MEReferenceContainerAble. getReferenceAble(java.lang.Class<T> returnType)All referenced elements of this hierarchical element.java.lang.StringMEStubPackageInnovator. getRepositoryName()Repository of the Innovotor model represented by the stub package.<T extends BPArtifact>
java.util.List<T>MEStereotypeAble. getRepresentingArtifact(java.lang.Class<T> returnType)java.lang.StringMERequirement. getReqId()The unique id of this requirement.java.lang.StringMERequirement. getReqIndexHierarchy()The concatenated indices of this requirement within the container.java.lang.StringMERequirement. getReqSource()The source of this requirement.java.lang.StringMERequirement. getReqText()The textual representation or a reference to the textual representation of this requirement.MENamedElementMEMappingDependency. getRequirementElement()The requirement element of thisMEMappingDependency.java.util.List<MERequirement>MEStereotypeAble. getRequirementOfStakeholder()All requirements with this stakeholder.java.util.List<MERequirement>MEStereotypeAble. getRequirementOfStakeholderOwner()All requirements with this stakeholder as owner.<T extends MM2Class>
java.util.List<T>MESection. getSectionClass(java.lang.Class<T> returnType)All meta classes allowed in this section.<T extends ADLoginAble>
java.util.List<T>MESection. getSectionLoginAble(java.lang.Class<T> returnType)ADXModelMESection. getSectionModel()<T extends ADClientAble>
java.util.List<T>MESection. getSectionPart(java.lang.Class<T> returnType)static java.util.List<ARG_SectionEntry>MESectionHelper. getSectionsList(SrvContext srvCtx, boolean item)Returns all sections as list.<T extends IAMessage>
java.util.List<T>MENamespaceAsgnAble. getSignatureMessage(java.lang.Class<T> returnType)All messages with this named element as signature.MERequirementMECopy. getSlave()The slave requirement of this copy dependency.java.util.List<MERequirement>MERequirement. getSlave(K_CONTROL_OPTION... behaviourFlags)All slave requirements for this master requirement.java.util.List<MERequirement>MERequirement. getSlave(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSlave and filters its return values according to the given stereotype value.java.util.List<MECopy>MERequirement. getSlaveCopy(K_CONTROL_OPTION... behaviourFlags)All copy dependencies with this requirement as slave.<T extends MEStereotypeAble>
java.util.List<T>MERequirement. getStakeholderOfRequirement(java.lang.Class<T> returnType)All stakeholders of this requirement.MEStereotypeAbleMERequirement. getStakeholderOwnerOfRequirement()The stakeholder owner of this requirement.MEStubPackageMEProxy. getStubPackage()Returns the transitive parent package (if it exists) which represents a stub model package, e.g. a package with predefined stereotype name matches pattern 'stub *'.MEStubPackageMEMappingPackageContent. getStubPackageOwnTransitive()Returns the transitive parent package (if it exists) which represents a stub model package, e.g. a package with predefined stereotype name matches pattern 'stub *'.intMEProxyAssignment. getSubKind()Returns the mapping assignment subkind, which could be 0.ELGeneralizationMEProxyAssignment. getTargetGeneralization()This proxy assignment's client.java.lang.StringMEComment. getTextExpandedValue()Returns the body of the current object where fill-ins are expanded.java.util.List<MMText>MEModel. getTextOfClassification(MM2Classification refObj, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)static ARG_TreeArgNameAbleSelectDlgNodeMEStereotypeAbleHelper. getTransformDlgInit(SrvContext srvCtx, java.util.List<? extends MMStereotypeAble> seqSel)Initialization of the transformation rules dialog.static java.util.List<ARG_TransformPreView>MEStereotypeAbleHelper. getTransformPreView(SrvContext srvCtx, java.util.List<? extends MEStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq)Calculates the all elements which will be deleted or modified by the transformation of the specified elements.CLInterfaceMEUsage. getUsedInterface()The interface used by this usage dependency.PRVersionAbleDiaMEDependency. getVersionAbleDiaSupplier()The diagram independent of the client, in the same respect and the same dependency relationship.java.lang.StringMEModel. getViewpoint()The name of the viewpoint that is expressed by a model.java.util.List<ARG_MemberSpecificationInstance>MEProxy. getVirtualPath(ELElement item)The path specification of this element.MEMappingPackageContentMEProxy. getVirtualSystemModel()Tries to find the first package below the mapping type package which represents the virtual system model.ACActivityEdgeMEValSpecOpaqueExpr. getWeightOwnerEdge()The edge which the weight belongs to.java.lang.StringMEHierarchyAble. getWorkingDirectory()Returns the working directory.booleanMEModel. hasMaintainedDBTables()booleanMEAttachmentAssign. isDefaultAttachment()True, if the attachment is the default attachment of the referencing element.booleanMECreateRedirect. isDefaultStereotype()The redirected stereotype set in the create default is used to implicitly create a new element if the field is activated.booleanMEMappingDependency. isMaintaining()If true, thisMEMappingDependencyleads to an automatic maintenance of the implementation element (DB Model) on changes of the requirement elements (ER Model).booleanMEStereotypeAble. isMapped()If true, this element was created by a mapping process, seeMEMappingDependency.booleanMEPackage. isProtected()True, if the package can only be modified by users with the configuration privilege.voidMESystemModel. loadAddOn(java.lang.String name)Loads a configuration profile as an add-on.voidMEProxyInnovator. modifyProxyInnovator(java.lang.String valElemDisplayName, int valElemType, int valElemKind, int valElemId, java.lang.String valElemIdReference, java.lang.String valElemUUID, java.lang.String valHREF, boolean modifyElemDisplayName, boolean modifyElemType, boolean modifyElemKind, boolean modifyElemId, boolean modifyElemIdReference, boolean modifyElemUUID, boolean modifyHREF)Modifies the innovator proxy data in one drawvoidMERequirement. modifyRequirement(java.lang.String strName, java.lang.String strId, java.lang.String strStUUID, java.util.List<ARG_ModifyTypedElementCmd> seqValue)Set the property values for this requirement.voidMEReferenceContainerAble. moveReferences(java.util.List<ARG_RefContainerElementList> seq)Subtracts the references to the specified list of referenceable elements from the list of reference containers and adds new references to elements of the list at this reference container.voidMESection. removeFromSection(java.util.List<? extends ELElement> seq)voidMEAttachment. replaceAttachmentContent(ARG_File valFile)Replaces the content of the attachment with the modified file.java.util.List<MEAttachmentAssign>MEAttachment. replaceElementsAssigned(java.util.List<? extends MMAttachmentAble> seq)Replaces the sequence of elements that use theMEAttachment.voidMESection. sectionDBMaintain()voidMEComment. setCommentAble(java.util.List<? extends MECommentAble> values)Set the value of View CommentAble.voidMEConstraint. setConstraintAble(java.util.List<? extends MEConstraintAble> values)Set the value of View ConstraintAble.voidMEIntervalConstraint. setConstraintAble(java.util.List<? extends MEConstraintAble> values)Set the value of View ConstraintAble.voidMESimpleConstraint. setConstraintAble(java.util.List<? extends MEConstraintAble> values)Set the value of View ConstraintAble.voidMECreateRedirect. setCopyTopLevelTree(boolean value)Set the value of Attribut CopyTopLevelTree.voidMERefAbleAsResource. setCostsPerTime(int value)Set the value of Attribut CostsPerTime.voidMEAttachmentAssign. setDefaultAttachment(boolean value)Set the value of Attribut IsDefaultAttachment.voidMECreateRedirect. setDefaultStereotype(boolean value)Set the value of Attribut IsDefaultStereotype.voidMEAttachment. setElementAssignedTo(java.util.List<? extends MMAttachmentAble> values)Set the value of View ElementAssignedTo.voidMEModelElement. setElementColor(java.lang.String value)Set the value of Attribut ElementColor.voidMEStubPackageExternalModel. setExternalModelIdentifier(java.lang.String value)Set the value of Attribut ExternalModelIdentifier.voidMEStubPackageExternalModel. setExternalModelType(java.lang.String value)Set the value of Attribut ExternalModelType.voidMEStubPackageExternalModel. setHREF(java.lang.String value)Set the value of Attribut HREF.voidMEModel. setMaintainedDBTables(boolean value)Set the value of Info HasMaintainedDBTables.voidMEMappingDependency. setMaintaining(boolean value)Set the value of Attribut IsMaintaining.voidMEStereotypeAble. setMapped(boolean value)Set the value of Attribut IsMapped.voidMEMappingConfigurationPackage. setMappingName(java.lang.String value)Set the value of Attribut MappingName.voidMEMappingPackageType. setMappingName(java.lang.String value)Set the value of Attribut MappingName.voidMEIntervalConstraint. setMax(java.lang.String value)Set the value of Attribut Max.voidMEIntervalConstraint. setMin(java.lang.String value)Set the value of Attribut Min.voidMEStubPackage. setModelName(java.lang.String value)Set the value of Attribut ModelName.voidMEStubPackageInnovator. setModelType(K_ADMODEL value)Set the value of Attribut ModelType.voidMECreateRedirect. setNewPackageClassification(MM2Classification value)Set the value of Foreign Key NewPackageClassification.voidMERequirement. setPlainReqText(java.lang.String value)Set the value of Info PlainReqText.voidMEModel. setProfileApplication(java.util.List<? extends ELElement> seq)Creates a profile application for each specified profile.voidMEPackage. setProtected(boolean value)Set the value of Attribut IsProtected.voidMECreateRedirect. setRedirectCreateTemplate(MMCreateTemplate value)Set the value of Foreign Key RedirectCreateTemplate.voidMECreateRedirect. setRedirectedElementClassification(MM2Classification value)Set the value of Foreign Key RedirectedElementClassification.voidMEReferenceContainerAble. setReferenceAble(java.util.List<? extends ADReferenceAble> values)Set the value of Foreign Key ReferenceAble.voidMEStubPackageInnovator. setRepositoryName(java.lang.String value)Set the value of Attribut RepositoryName.voidMERequirement. setReqId(java.lang.String value)Set the value of Attribut ReqId.voidMERequirement. setReqIndexHierarchy(java.lang.String value)Set the value of Info ReqIndexHierarchy.voidMERequirement. setReqSource(java.lang.String value)Set the value of Attribut ReqSource.voidMERequirement. setReqText(java.lang.String value)Set the value of Info ReqText.voidMEStereotypeAble. setRequirementOfStakeholder(java.util.List<? extends MERequirement> values)Set the value of Foreign Key RequirementOfStakeholder.voidMERequirement. setStakeholderOfRequirement(java.util.List<? extends MEStereotypeAble> values)Set the value of Foreign Key StakeholderOfRequirement.voidMERequirement. setStakeholderOwnerOfRequirement(MEStereotypeAble value)Set the value of Foreign Key StakeholderOwnerOfRequirement.voidMEProxyAssignment. setSubKind(int value)Set the value of Attribut SubKind.voidMEModel. setViewpoint(java.lang.String value)Set the value of Attribut Viewpoint.voidMEReferenceContainerAble. subtractReferences(java.util.List<? extends ELElement> seq)Subtracts the references to the specified list of referenceable elements from this reference container.static voidMEReferenceContainerAbleHelper. subtractReferences(SrvContext srvCtx, java.util.List<ARG_RefContainerElementList> seq)Subtracts the references to the specified list of referenceable elements from the list of reference containers.static java.util.List<MMStereotypeAble>MEStereotypeAbleHelper. transformInstance(SrvContext srvCtx, java.util.List<? extends MEStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq)Applies the transformation rules to the provided instances. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres that throw SrvErrorException Modifier and Type Method Description java.util.List<PRPresContent>PRDia. addAbleDiaEdge(java.util.List<ARG_PRAddAbleEdgeList> seq)static java.util.List<PRDiaAttachmentNode>PRDiaAttachmentNodeHelper. addAttachmentNode(SrvContext srvCtx, PRDia ohDia, java.util.List<? extends MEAttachment> seqAttachment, java.awt.Point ptPos)Adds attachments as nodes.static java.util.List<PRDiaCalloutNode>PRDiaCalloutNodeHelper. addCalloutNodes(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Adds callout nodes to the specified presentation contents.PRDiaEdgePRDia. addEdgeAndTargetNode(ADClientAble ohNode, ADClientAble ohElem, java.lang.Class<? extends ELObject> kVOclEdge, java.awt.Point ptPos, boolean isSourceSide)java.util.List<PRDiaEdge>PRDia. addEdgesAndTargetNodes(ADClientAble ohNode, java.util.List<? extends ADClientAble> seqElem, java.lang.Class<? extends ELObject> kVOclEdge, java.awt.Point ptPos, java.awt.Point ptOffset, boolean isSourceSide)voidPRDiaNode. collapse()Collapses a node which is currently expanded.static voidPRDiaNodeHelper. collapse(SrvContext srvCtx, java.util.List<? extends PRDiaNode> sel)Collapses a node which is currently expanded.static PRAnalysisDiaPRAnalysisDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Analysis Diagram with template and container.static PRAnalysisDiaPRAnalysisDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Analysis Diagram with stereotype and container.static PRDiaFrameNodePRDiaFrameNodeHelper. create(SrvContext srvCtx, ADClientAble ohContainer, java.awt.Point ptPosition, java.awt.Point ptSize)Creates a new frame node within the specified container.static PRDiaWhiteboardPRDiaWhiteboardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Whiteboard Diagram with template and container.static PRDiaWhiteboardPRDiaWhiteboardHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Whiteboard Diagram with stereotype and container.static PRAnalysisDiaPRAnalysisDiaHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Analysis Diagram with template and container.static PRAnalysisDiaPRAnalysisDiaHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Analysis Diagram with stereotype and container.static ADClientAblePRDiaAttachmentNodeHelper. createAttachmentWithNode(SrvContext srvCtx, PRPresElement ohSel, ARG_File valFile, java.awt.Point position)Attaches a file to the element represented by the presentation element.java.util.List<PRDiaSegEdge>PRDiaEdge. createEdgeSegs()static java.util.List<PRDiaSegEdge>PRDiaEdgeHelper. createEdgeSegs(SrvContext srvCtx, java.util.List<? extends PRDiaEdge> seqOhEdge)Creates two edge segments to replace thePRDiaEdge.static java.util.List<PRPresContent>PRPresElementHelper. diaDrop(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqSel, PRPresElement dropTarget, java.awt.Point position, java.awt.Point size, java.awt.Point offset, java.lang.Class<? extends ELObject> kVOclPres)Drop elements as presentation content to the specified drop target.voidPRDiaNode. expand()Expands a node which is expandable but currently collapsed.static voidPRDiaNodeHelper. expand(SrvContext srvCtx, java.util.List<? extends PRDiaNode> sel)Expands a node which is expandable but currently collapsed.java.util.List<java.awt.Point>PRDiaEdge. getAbsoluteEdgePositions()Returns the absolute points or positions (relative to the upper left (0,0) corner of the diagram) which define the edge.java.util.List<ARG_PRAddAbleEdgeList>PRDia. getAddAbleDiaEdge(boolean item)java.util.List<ARG_AddAbleEdgeListType>PRDia. getAddEdgeAndTargetNodeList(ADClientAble ohNode, java.lang.Class<? extends ELObject> kVOclEdge)Calculates all model elements which may be added as edge of the specified type.ARG_GetAnalysisDiaPropertiesPRAnalysisDia. getAnalysisDiaProperties()Returns all properties of thisPRAnalysisDia.java.lang.StringPRAnalysisDia. getAnalysisValue()The analysis value of thisPRAnalysisDia.MEStereotypeAblePRAnalysisDia. getApplicableStartElement()The start element of thisPRAnalysisDia.<T extends ELElement>
java.util.List<T>PRDiaCalloutNode. getCalloutElements(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All elements which are represented by thisPRDiaCalloutNode.<T extends ELElement>
java.util.List<T>PRDiaCalloutNode. getCalloutElements(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getCalloutElements and filters its return values according to the given stereotype value.java.lang.StringPRAnalysisDia. getConfigValue()The local configuration value of thisPRAnalysisDia.<T extends PRPresContent>
java.util.List<T>PRDiaAttachmentNode. getConnectedElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All contents which are connected to this attachment.<T extends PRPresContent>
java.util.List<T>PRDiaNote. getConnectedElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllPRPresContents which are connected to this note.ADApplicationConfigurationPRAnalysisDia. getContentConfiguration()The contentADApplicationConfigurationused by thisPRAnalysisDia.java.lang.StringPRPresContext. getContextValue()The string value of this presentation context.java.util.List<java.lang.String>PRPresContext. getCopy(java.util.List<? extends ELElement> seqSel, boolean ownedElementTransitive)Fills the copy buffer with the specified elements.byte[]PRPresContext. getCopyToFile(java.util.List<? extends ELElement> seqSel, boolean ownedElementTransitive)Fills the copy file buffer with the specified elements.PRDiaPRDiaNode. getDiagram()The diagram of the given node.java.util.List<PRDiaWhiteboardNode>PRDia. getDiaWhiteboardNode()ADApplicationConfigurationPRAnalysisDia. getDisplayConfiguration()The displayADApplicationConfigurationused by thisPRAnalysisDia.java.util.List<java.awt.Point>PRDiaEdge. getEdgePositions()Returns the points or positions which define the edge.K_PREDGETYPEPRDiaEdge. getEdgeType()Returns the type of the edge.<T extends ADClientAble>
java.util.List<T>PRAnalysisDia. getEndElement(java.lang.Class<T> returnType)All end elements of thisPRAnalysisDia.PRDiaNodePRDiaNode. getExpandedNodeRoot()PRPresContextPRDiaNode. getExpandedPresContext()The presentation context to be drawn as an expanded graphical content of the node.static <T extends PRDia>
java.util.List<T>PRDiaHelper. getFindDiagramsWithAnnotations(java.lang.Class<T> returnType, SrvContext srvCtx)Find all diagrams which contain elements with assigned annotation.java.lang.StringPRPresContext. getFormat()Returns the format of the presentation context.java.lang.StringPRDiaFrameNode. getFrameTitle()The title of this frame.K_GRAPH_DIRECTIONPRAnalysisDia. getGraphDirection()Defines how the graph is structured.K_ALIGNPRPresText. getHorizontalAlignment()The horizontal alignment of this text.intPRPresContext. getHorPage()Returns the number of horizontal pages of the presentation context.<T extends PRDiaEdge>
java.util.List<T>PRPresContent. getIncoming(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All incoming edges of this node.ARG_PRPresContextLayoutPRPresContext. getLayout()Gets the layout values (format,orientation,margins,pagecount) of the given context.java.lang.StringPRPresText. getLineColor()The color name of the line for this text.intPRPresText. getLineWidth()Line width of this text.intPRPresText. getMarginBorder()Margin of the border for this text.intPRPresContext. getMarginBottom()Returns the bottom margin of the presentation context.intPRPresContext. getMarginLeft()Returns the left margin of the presentation context.intPRPresContext. getMarginRight()Returns the right margin of the presentation context.intPRPresText. getMarginText()Margin of this text.intPRPresContext. getMarginTop()Returns the top margin of the presentation context.K_UNITPRPresContext. getMarginUnit()The unit of the margins in print view.intPRAnalysisDia. getMaxPathLength()Only nodes are shown which can be reached from a start element on a path with not more than the given number of edges.<T extends MEModelElement>
java.util.List<T>PRPresContent. getMEModelElement(java.lang.Class<T> returnType)All model elements represented by this presentation content.java.lang.StringPRVersionAbleDia. getMEModelName()Name of theMEModelwhich contains this diagram.MM2AttributePRDiaWhiteboardAttributeEdge. getMetaAttribute()TheMM2Attributewhich is represented by thisPRDiaWhiteboardAttributeEdge.ELContainerAblePRPresContent. getModelContainer(ADClientAble refObj, java.lang.Class<? extends ELObject> kind, java.lang.Class<? extends ELObject> mode)The model container for a new model element of class argument kind if this Presentation Content is selected.<T extends MEModelElement>
java.util.List<T>PRPresContext. getModelElementOfTransitiveOwnedPresentationElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)returns the model elements assigned to presentation elements transitively owned by this presentation context.<T extends MEModelElement>
java.util.List<T>PRPresContext. getModelElementOfTransitiveOwnedPresentationElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getModelElementOfTransitiveOwnedPresentationElement and filters its return values according to the given stereotype value.K_PRESSPEC_ONFRAME_POSITIONPRDiaNode. getOnFramePositionSpecification()The specification if the node shall be placed inside of its owner (default) or if it shall be placed on its frame and where.intPRPresElement. getOpacity()Opacity of thisPRPresElement.K_ORIENTATIONPRDiaNode. getOrientation()Returns the orientation of the node.K_ORIENTATIONPRPresContext. getOrientation()Returns the orientation of the presentation context.<T extends PRDiaEdge>
java.util.List<T>PRPresContent. getOutgoing(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All outgoing edges of this node.java.util.List<ADAnnotation>PRDia. getOwnedAnnotations(K_CONTROL_OPTION... behaviourFlags)All annotations owned by this diagram.PRDiaCalloutEdgePRDiaCalloutNode. getOwnedCalloutEdge()The callout edge owned by this callout node.java.util.List<PRDiaCalloutNode>PRDia. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)All callout nodes owned by this diagram.java.util.List<PRDiaAttachmentEdge>PRDiaAttachmentNode. getOwnedDiaAttachmentEdge(K_CONTROL_OPTION... behaviourFlags)All attachment edges owned by this attachment node.java.util.List<PRDiaAttachmentNode>PRDia. getOwnedDiaAttachmentNode(K_CONTROL_OPTION... behaviourFlags)All attachment nodes owned by this diagram.<T extends PRDiaNode>
java.util.List<T>PRDiaFrameNode. getOwnedDiaNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All nodes owned by this frame node.java.util.List<PRDiaNote>PRDia. getOwnedDiaNote(K_CONTROL_OPTION... behaviourFlags)java.util.List<PRDiaNoteEdge>PRDiaNote. getOwnedDiaNoteEdge(K_CONTROL_OPTION... behaviourFlags)The note edges owned by thisPRDiaNote.<T extends PRDiaWhiteboardEdge>
java.util.List<T>PRDiaWhiteboard. getOwnedDiaWhiteboardEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All edges owned by this whiteboard.java.util.List<PRDiaWhiteboardNode>PRDiaWhiteboard. getOwnedDiaWhiteboardNode(K_CONTROL_OPTION... behaviourFlags)All nodes owned by this whiteboard.java.util.List<PRDiaEdgePoint>PRDiaEdge. getOwnedEdgePoint(K_CONTROL_OPTION... behaviourFlags)PRPresTextPRPresContext. getOwnedFooterText()java.util.List<PRDiaFrameNode>PRDia. getOwnedFrameNode(K_CONTROL_OPTION... behaviourFlags)All frame nodes owned by this diagram.PRPresTextPRPresContext. getOwnedHeaderText()<T extends PRPresContent>
java.util.List<T>PRPresContent. getOwnedPresContent(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All presentation contents owned by this presentation content.<T extends PRPresContent>
java.util.List<T>PRPresContext. getOwnedPresContent(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All presentation contents owned by this presentation context.<T extends PRPresContent>
java.util.List<T>PRPresElement. getOwnedPresContentElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All presentation contents owned by this presentation element.ACDiaFlowSelBehaviorPRDiaSegEdge. getOwnedSelBehavior()The selection behavior node of the edge segment.ACDiaFlowTransBehaviorPRDiaSegEdge. getOwnedTransBehavior()The transformation behavior node of the edge segment.java.util.List<ACDiaValSpecNode>PRDiaSegEdge. getOwnedValSpec(K_CONTROL_OPTION... behaviourFlags)ACDiaACNodePRDiaNote. getOwningACNode()BPDiaGroupNodePRDiaCalloutNode. getOwningBPDiaGroupNode()The group node owning this callout node.BPDiaLaneNodePRDiaCalloutNode. getOwningBPDiaLaneNode()The lane node owning this callout node.BPDiaSubProcessNodePRDiaCalloutNode. getOwningBPDiaSubProcessNode()The subprocess node owning this callout node.BPDiaViewNodePRDiaCalloutNode. getOwningBPDiaViewNode()The view node owning this callout node.PRDiaCalloutNodePRDiaCalloutEdge. getOwningCalloutNode()The callout node owning this callout edge.CLDiaHierNodePRDiaCalloutNode. getOwningCLDiaHierNode()The hierarchical node owning this callout node.CLDiaHierNodePRDiaNote. getOwningCLDiaHierNode()The hierarchical node owning this note.CLDiaSubjectNodePRDiaCalloutNode. getOwningCLDiaSubjectNode()The subject node owning this callout node.PRDiaAttachmentNodePRDiaAttachmentEdge. getOwningDiaAttachmentNode()The attachment node owning this attachment edge.PRDiaPRDiaAttachmentNode. getOwningDiagram()The diagram owning this attachment node.PRDiaPRDiaCalloutNode. getOwningDiagram()The diagram owning this callout node.PRDiaPRDiaFrameNode. getOwningDiagram()The diagram owning this frame node.PRDiaPRDiaNote. getOwningDiagram()PRDiaNotePRDiaNoteEdge. getOwningDiaNote()ThePRDiaNoteowning thisPRDiaNoteEdge.PRDiaWhiteboardPRDiaWhiteboardEdge. getOwningDiaWhiteboard()The whiteboard owning this edge.PRDiaWhiteboardPRDiaWhiteboardNode. getOwningDiaWhiteboard()The whiteboard owning this node.PRDiaEdgePRDiaEdgePoint. getOwningEdge()PRDiaEdgeSegPRDiaSegEdge. getOwningEdgeSeg()PRDiaEdgeSegPRDiaSegNode. getOwningEdgeSeg()PRPresContextPRPresText. getOwningFooterContext()PRDiaFrameNodePRDiaNode. getOwningFrameNode()The frame node owning this node.GCDiaConceptNodePRDiaCalloutNode. getOwningGCDiaConceptNode()The concept node owning this callout node.PRPresContextPRPresText. getOwningHeaderContext()PRPresContentPRPresContent. getOwningPresContent()The presentation content owning this presentation content.PRPresContextPRPresContent. getOwningPresContext()The presentation context owning this presentation content.PRPresElementPRPresContent. getOwningPresElement()The presentation element owning this presentation content.java.lang.StringPRPresContext. getPageBreakX()The string of all page break x coordinates for this presentation context.java.lang.StringPRPresContext. getPageBreakY()The string of all page break y coordinates for this presentation context.K_PAGEORDERPRPresContext. getPageOrder()The order of pages in print view.ARG_PageViewContextPRPresContext. getPageView()Get all page view informations for this presentation context.java.awt.PointPRDiaEdgePoint. getPosition()Returns the position of the given edgepoint.java.awt.PointPRDiaNode. getPosition()Returns the position of the node.java.awt.PointPRDiaNode. getPositionAbsolute()For a node in a node hierarchy with a position relative to its container the absolute position relative to the presentation context is returned.java.lang.StringPRPresElement. getPresColor()Color of this presentation element.PRPresElementPRDiaEdge. getPresContainer(PRPresElement refObj)The presentation container of this Diagram Edge.PRPresElementPRDiaNode. getPresContainer(PRPresElement refObj)The presentation container of this Diagram Node.intPRPresContent. getPresentationLevel()Presentation level of thisPRPresContent.<T extends PRPresContent>
java.util.List<T>PRPresElement. getPresentationOfLogic(java.lang.Class<T> returnType, MEModelElement refObj, K_CONTROL_OPTION... behaviourFlags)All presentation contents of this presentation element which are connected to the model element specified byargument refObj.java.lang.StringPRAnalysisDia. getPurposeContent()The purpose to specify the contentADApplicationConfigurationof thisPRAnalysisDia.java.lang.StringPRAnalysisDia. getPurposeDisplay()The purpose to specify the displayADApplicationConfigurationof thisPRAnalysisDia.static java.util.List<ARG_MEProxyProperty>PRPresElementHelper. getReferencesModelExtern(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Determines the element's jump reference data to external models.java.util.List<PRDiaSegEdge>PRDiaEdgeSeg. getSegEdge(K_CONTROL_OPTION... behaviourFlags)The edge of the edge segment.java.util.List<PRDiaSegNode>PRDiaEdgeSeg. getSegNode(K_CONTROL_OPTION... behaviourFlags)The node of the edge segment.booleanPRAnalysisDia. getShowAllEdges()Show all edges between displayed nodes.booleanPRPresText. getShowLine()true, if a line of this text is shown.booleanPRAnalysisDia. getShowShortestPathOnly()Show the shortest path between start and end elements only.booleanPRPresText. getShowText()true, if this text is shown.ELElementPRDiaCalloutNode. getSingleCalloutElementOrEmpty()TheELElementwhich is represented by thisPRDiaCalloutNode.java.awt.PointPRDiaNode. getSize()Returns the size of the node.PRPresContentPRDiaEdge. getSource()The source node of this edge.java.util.List<PRDiaEdgeSeg>PRDiaEdge. getSourceEdgeSeg(K_CONTROL_OPTION... behaviourFlags)The combination of edge and node at the source side of thePRDiaEdge.PRDiaEdgePRDiaEdgeSeg. getSourceOwningEdge()java.awt.PointPRDiaEdge. getSourceTextPosition()The position of the text on source side of this edge.intPRDiaEdge. getSourceTextPresentationLevel()Presentation level of text on source side of thisPRDiaEdge.java.awt.PointPRDiaEdge. getSourceTextSize()The size of the text on source side of this edge.<T extends ADClientAble>
java.util.List<T>PRAnalysisDia. getStartElement(java.lang.Class<T> returnType)All start elements of thisPRAnalysisDia.PRPresContentPRDiaEdge. getTarget()The target node of this edge.java.util.List<PRDiaEdgeSeg>PRDiaEdge. getTargetEdgeSeg(K_CONTROL_OPTION... behaviourFlags)The combination of edge and node at the target side of thePRDiaEdge.PRDiaEdgePRDiaEdgeSeg. getTargetOwningEdge()java.awt.PointPRDiaEdge. getTargetTextPosition()The position of the text on target side of this edge.intPRDiaEdge. getTargetTextPresentationLevel()Presentation level of text on target side of thisPRDiaEdge.java.awt.PointPRDiaEdge. getTargetTextSize()The size of the text on target side of this edge.java.lang.StringPRPresText. getTextColor()The color name of the text for this text.java.lang.StringPRDiaNote. getTextExpandedValue()Returns the textual content of the note where fill-ins are expanded.java.lang.StringPRPresText. getTextFont()The font name of this text.java.awt.PointPRPresContent. getTextPosition()Returns the text position of the element.java.awt.PointPRDiaNode. getTextPositionAbsolute()For a node in a node hierarchy with a text position relative to its container the absolute text position relative to the presentation context is returned.java.awt.PointPRPresContent. getTextSize()Returns the text size of the element.java.lang.StringPRPresText. getTextString()String of this text.intPRDiaFrameNode. getThickness()Thickness of the frame.booleanPRAnalysisDia. getTraceNodes()Colour of the node, depending if it is for the selected node or edge a source node (blue), target node (green) or both (red).booleanPRAnalysisDia. getUseApplicationConfiguration()true, if theADApplicationConfigurationis used, the local configuration value is used otherwise.intPRPresContext. getVerPage()Returns the number of vertical pages of the presentation context.<T extends MEDependency>
java.util.List<T>PRVersionAbleDia. getVersionAbleDiaClientDependency(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Indicates the dependencies that reference the diagram as client.<T extends MEDependency>
java.util.List<T>PRVersionAbleDia. getVersionAbleDiaSupplierDependency(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Indicates the dependencies that reference the diagram as supplier.K_VISIBILITYPRBDia. getVisibility()The visibility of the diagram which is the visibility of the corresponding behavior.PRDiaPRDiaWhiteboardNode. getWhiteboardNodeDia()ARG_XClientOutPRPresContext. getXClient(java.lang.String nameLabel, boolean dispCompleteness, boolean withAddAbleEdge, boolean withAddAbleCompartments, MESection ohSection, K_ERDIA kERDia)Fills the client X structure for this presentation context.<T extends ADClientAble>
java.util.List<T>PRPresContext. getXClientContentModelElementList(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Calculates the displayed presentation contents of thisPRPresContextand returns the corresponding model elements.<T extends ADClientAble>
java.util.List<T>PRPresContext. getXClientContentModelElementList(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getXClientContentModelElementList and filters its return values according to the given stereotype value.ARG_XClientHashOutPRPresContext. getXClientHash(java.lang.String nameLabel, java.lang.String strHash)Fills the client X structure for this presentation context and calculates a hash value.ARG_XClientOutPRDiaNode. getXClientNode(java.lang.String nameLabel, boolean dispCompleteness, boolean withAddAbleEdge, boolean withAddAbleCompartments, MESection ohSection, K_ERDIA kERDia)Fills the client X structure for this node which behaves like a presentation context.booleanPRDiaNode. hasEmbeddedContent()True if there is a presentation context or content to be displayed.booleanPRAnalysisDia. isDirectionConsidered()If activated the direction of edges is considered when finding the shortest path to any node starting from the selection.booleanPRDiaNode. isExpanded()TRUE if the node shall be expanded.booleanPRVersionAbleDia. isMapped()If true, this diagram was created by a mapping process, seeMEMappingDependency.booleanPRPresContext. isPageViewActive()true, if page view is active for this presentation context.booleanPRAnalysisDia. isSmooth()true, if the represented graph is smooth.voidPRPresContext. layout(java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)Sets the layout values (format,orientation,margins,pagecount) of the given context.static voidPRPresContextHelper. layout(SrvContext srvCtx, java.util.List<? extends PRPresContext> sel, java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)Sets the layout values (format,orientation,margins,pagecount) of the given context.voidPRBDia. lock()Locks the corresponding behavior of the current object.static voidPRBDiaHelper. lock(SrvContext srvCtx, java.util.List<? extends PRBDia> sel)Locks the corresponding behavior of the current object.voidPRPresContext. pageView(K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage, K_PAGEORDER pageOrder, K_UNIT marginUnit, boolean isPageViewActive, java.lang.String format, java.util.List<java.lang.Integer> seqPageBreakX, java.util.List<java.lang.Integer> seqPageBreakY, ARG_PageViewTextLine valHeader, ARG_PageViewTextLine valFooter)Set all page view informations for this presentation context.java.util.List<ELElement>PRPresContext. paste(java.util.List<? extends ELElement> seqSel, java.util.List<java.lang.String> seqVList, boolean checkConstraint, java.awt.Point pos)Pastes the content of the copy buffer in this presentation context.java.util.List<ELElement>PRPresContext. pasteFromFile(java.util.List<? extends ELElement> seqSel, byte[] file, boolean checkConstraint, java.awt.Point pos)Pastes the content of the copy file buffer in this presentation context.voidPRBDia. rename(java.lang.String name, boolean checkCnstr)Renames the corresponding behavior of the current object.voidPRAnalysisDia. setAnalysisValue(java.lang.String value)Set the value of Attribut AnalysisValue.voidPRAnalysisDia. setConfigValue(java.lang.String value)Set the value of Attribut ConfigValue.voidPRAnalysisDia. setContentConfiguration(ADApplicationConfiguration value)Set the value of Foreign Key ContentConfiguration.voidPRPresContext. setContextValue(java.lang.String value)Set the value of Attribut ContextValue.voidPRDiaNode. setCoord(java.awt.Point posNode, java.awt.Point sizNode)Sets the center point coordinate together with the width and height of the node.voidPRDia. setDiaFilterCriteria(boolean hideComments, boolean hideAttachments)Modifies the criteria for visible elements inside the daigram.voidPRAnalysisDia. setDirectionConsidered(boolean value)Set the value of Attribut IsDirectionConsidered.voidPRAnalysisDia. setDisplayConfiguration(ADApplicationConfiguration value)Set the value of Foreign Key DisplayConfiguration.voidPRDiaEdge. setEdgePositions(java.util.List<java.awt.Point> seq)Sets the positions that define the edge.voidPRDiaEdge. setEdgeType(K_PREDGETYPE value)Set the value of Attribut EdgeType.voidPRDiaNode. setEmbeddedContent(boolean value)Set the value of Attribut HasEmbeddedContent.voidPRAnalysisDia. setEndElement(java.util.List<? extends ADClientAble> values)Set the value of Foreign Key EndElement.voidPRPresContext. setFormat(java.lang.String value)Set the value of Attribut Format.voidPRDiaFrameNode. setFrameTitle(java.lang.String value)Set the value of Attribut FrameTitle.voidPRAnalysisDia. setGraphDirection(K_GRAPH_DIRECTION value)Set the value of Attribut GraphDirection.voidPRPresContext. setHorPage(int value)Set the value of Attribut HorPage.voidPRVersionAbleDia. setMapped(boolean value)Set the value of Attribut IsMapped.voidPRPresContext. setMarginBottom(int value)Set the value of Attribut MarginBottom.voidPRPresContext. setMarginLeft(int value)Set the value of Attribut MarginLeft.voidPRPresContext. setMarginRight(int value)Set the value of Attribut MarginRight.voidPRPresContext. setMarginTop(int value)Set the value of Attribut MarginTop.voidPRAnalysisDia. setMaxPathLength(int value)Set the value of Attribut MaxPathLength.voidPRPresElement. setOpacity(int value)Set the value of Attribut Opacity.voidPRPresContext. setOrientation(K_ORIENTATION value)Set the value of Attribut Orientation.voidPRPresContext. setPageViewActive(boolean value)Set the value of Attribut IsPageViewActive.voidPRDiaNode. setPosition(java.awt.Point item)Sets the position of thePRDiaNode.voidPRPresElement. setPresColor(java.lang.String value)Set the value of Attribut PresColor.voidPRPresContent. setPresentationLevel(int value)Set the value of Attribut PresentationLevel.voidPRAnalysisDia. setPurposeContent(java.lang.String value)Set the value of Attribut PurposeContent.voidPRAnalysisDia. setPurposeDisplay(java.lang.String value)Set the value of Attribut PurposeDisplay.voidPRAnalysisDia. setShowAllEdges(boolean value)Set the value of Attribut ShowAllEdges.voidPRAnalysisDia. setShowShortestPathOnly(boolean value)Set the value of Attribut ShowShortestPathOnly.voidPRDiaNode. setSize(java.awt.Point item)Sets the size of thePRDiaNode.voidPRAnalysisDia. setSmooth(boolean value)Set the value of Attribut IsSmooth.voidPRDiaEdge. setSourceTextCoord(java.awt.Point posNode, java.awt.Point sizNode)Sets the position and the size of the source text.voidPRDiaEdge. setSourceTextPosition(java.awt.Point item)Sets the position of the source text.voidPRDiaEdge. setSourceTextPresentationLevel(int value)Set the value of Attribut SourceTextPresentationLevel.voidPRDiaEdge. setSourceTextSize(java.awt.Point item)Sets the size of the source text.voidPRAnalysisDia. setStartElement(java.util.List<? extends ADClientAble> values)Set the value of Foreign Key StartElement.voidPRDiaEdge. setTargetTextCoord(java.awt.Point posNode, java.awt.Point sizNode)Sets the position and the size of the target text.voidPRDiaEdge. setTargetTextPosition(java.awt.Point item)Sets the position of the target text.voidPRDiaEdge. setTargetTextPresentationLevel(int value)Set the value of Attribut TargetTextPresentationLevel.voidPRDiaEdge. setTargetTextSize(java.awt.Point item)Sets the size of the target text.voidPRPresContent. setTextCoord(java.awt.Point posNode, java.awt.Point sizNode)Sets the center point coordinate and the width and height of the text.voidPRPresContent. setTextPosition(java.awt.Point item)Sets the position of the text.voidPRPresContent. setTextSize(java.awt.Point item)Sets the size of the text.voidPRDiaFrameNode. setThickness(int value)Set the value of Attribut Thickness.voidPRAnalysisDia. setTraceNodes(boolean value)Set the value of Attribut TraceNodes.voidPRAnalysisDia. setUseApplicationConfiguration(boolean value)Set the value of Attribut UseApplicationConfiguration.voidPRPresContext. setVerPage(int value)Set the value of Attribut VerPage.voidPRBDia. unlock()Unlocks the correponding behavior of the current object.static voidPRBDiaHelper. unlock(SrvContext srvCtx, java.util.List<? extends PRBDia> sel)Unlocks the correponding behavior of the current object. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm that throw SrvErrorException Modifier and Type Method Description static SMChoiceSMChoiceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Choice - Pseudostate with template and container.static SMChoiceSMChoiceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Choice - Pseudostate with stereotype and container.static SMDeepHistorySMDeepHistoryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Deep History - Pseudostate with template and container.static SMDeepHistorySMDeepHistoryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Deep History - Pseudostate with stereotype and container.static SMEntryPointSMEntryPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Entry Point with template and container.static SMEntryPointSMEntryPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Entry Point with stereotype and container.static SMExitPointSMExitPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Exit Point with template and container.static SMExitPointSMExitPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Exit Point with stereotype and container.static SMFinalStateSMFinalStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Final State with template and container.static SMFinalStateSMFinalStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Final State with stereotype and container.static SMInitSMInitHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Initial State with template and container.static SMInitSMInitHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Initial State with stereotype and container.static SMJoinForkSMJoinForkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Join/Fork - Pseudostate with template and container.static SMJoinForkSMJoinForkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Join/Fork - Pseudostate with stereotype and container.static SMJunctionSMJunctionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Junction - Pseudostate with template and container.static SMJunctionSMJunctionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Junction - Pseudostate with stereotype and container.static SMProtocolStateMachineSMProtocolStateMachineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Protocol State Machine with template and container.static SMProtocolStateMachineSMProtocolStateMachineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Protocol State Machine with stereotype and container.static SMRegionSMRegionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Region with template and container.static SMRegionSMRegionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Region with stereotype and container.static SMRegularStateSMRegularStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new State with template and container.static SMRegularStateSMRegularStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new State with stereotype and container.static SMShallowHistorySMShallowHistoryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Shallow History - Pseudostate with template and container.static SMShallowHistorySMShallowHistoryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Shallow History - Pseudostate with stereotype and container.static SMStateMachineSMStateMachineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new State Machine with template and container.static SMStateMachineSMStateMachineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new State Machine with stereotype and container.static SMTerminatorSMTerminatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Terminator - Pseudostate with template and container.static SMTerminatorSMTerminatorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Terminator - Pseudostate with stereotype and container.static SMTransExtSMTransExtHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Transition with template from source to target element.static SMTransExtSMTransExtHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Transition with stereotype from source to target element.java.util.List<SMTransExt>SMVertex. getComesFromVertex(MMStereotype stereotype, SMVertex refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getComesFromVertex and filters its return values according to the given stereotype value.java.util.List<SMTransExt>SMVertex. getComesFromVertex(SMVertex refObj, K_CONTROL_OPTION... behaviourFlags)All transitions which come from the state given byargument refObjto the state given state.java.util.List<SMProtocolConformance>SMProtocolStateMachine. getConformance(K_CONTROL_OPTION... behaviourFlags)SMRegionSMVertex. getContainer()The region that contains this vertex.java.util.List<BETrigger>SMRegularState. getDeferreableTrigger(K_CONTROL_OPTION... behaviourFlags)A list of triggers that are candidates to be retained by the state machine if they trigger no transitions out of the state (not consumed).SMDiaSMStateMachine. getDiagram()The state diagram for this state machine.<T extends BEBehavior>
java.util.List<T>SMRegularState. getDoActivity(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)An optional behavior that is executed while being in the state.BEBehaviorSMTransition. getEffect()Specifies an optional behavior to be performed when the transition fires.<T extends BEBehavior>
java.util.List<T>SMRegularState. getEntry(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)An optional behavior that is executed whenever this state is entered regardless of the transition taken to reach the state.java.util.List<SMEntryPoint>SMRegularState. getEntryPoint(K_CONTROL_OPTION... behaviourFlags)The set of entry points owned by the state.java.util.List<SMEntryPoint>SMStateMachine. getEntryPoint(K_CONTROL_OPTION... behaviourFlags)The set of entry points owned by the statemachine.<T extends BEBehavior>
java.util.List<T>SMRegularState. getExit(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)An optional behavior that is executed whenever this state is exited regardless of which transition was taken out of the state.java.util.List<SMExitPoint>SMRegularState. getExitPoint(K_CONTROL_OPTION... behaviourFlags)The set of exit points owned by the state.java.util.List<SMExitPoint>SMStateMachine. getExitPoint(K_CONTROL_OPTION... behaviourFlags)The set of exit points owned by the state machine.java.util.List<SMProtocolStateMachine>SMStateMachine. getGeneral(K_CONTROL_OPTION... behaviourFlags)The general protocol state machinejava.util.List<SMProtocolStateMachine>SMStateMachine. getGeneral(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getGeneral and filters its return values according to the given stereotype value.SMProtocolStateMachineSMProtocolConformance. getGeneralMachine()java.util.List<SMProtocolConformance>SMProtocolStateMachine. getGeneralMachine(K_CONTROL_OPTION... behaviourFlags)java.util.List<SMTransExt>SMVertex. getGoesToVertex(MMStereotype stereotype, SMVertex refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getGoesToVertex and filters its return values according to the given stereotype value.java.util.List<SMTransExt>SMVertex. getGoesToVertex(SMVertex refObj, K_CONTROL_OPTION... behaviourFlags)All transitions which go from the given vertex to the vertex given byargument refObj.MESimpleConstraintSMTransition. getGuard()java.util.List<SMTransExt>SMVertex. getIncoming(K_CONTROL_OPTION... behaviourFlags)The target vertex of the transition.K_SM_TRANSITIONSMTransition. getKind()The kind of transition.ARG_PRPresContextLayoutSMStateMachine. getLayout()Retrieves the layout information of theSMStateMachine.<T extends ACObjectNode>
java.util.List<T>SMState. getObjectNode(java.lang.Class<T> returnType)AllACObjectNodethat have the given state.K_ORIENTATIONSMJoinFork. getOrientation()Returns the orientation of the join or fork node.java.util.List<SMTransExt>SMVertex. getOutgoing(K_CONTROL_OPTION... behaviourFlags)The source vertex of the transition.java.util.List<MESimpleConstraint>SMRegion. getOwnedRule(K_CONTROL_OPTION... behaviourFlags)java.util.List<MESimpleConstraint>SMState. getOwnedRule(K_CONTROL_OPTION... behaviourFlags)All constraints owned by thisSMState.java.util.List<MESimpleConstraint>SMTransition. getOwnedRule(K_CONTROL_OPTION... behaviourFlags)SMRegionSMTransExt. getOwnerRegion()Designates the region that owns this transition.SMRegularStateSMTransInt. getOwnerState()Designates the state that owns this transiton.java.util.List<CLPort>SMProtocolStateMachine. getPort()All ports used by this protocol state machine.MESimpleConstraintSMTransition. getPostcondition()MESimpleConstraintSMTransition. getPrecondition()<T extends SMVertex>
java.util.List<T>SMVertex. getReachedVertex(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All vertices which are reached transitive via transitions starting from the given vertex.<T extends SMVertex>
java.util.List<T>SMVertex. getReachedVertex(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getReachedVertex and filters its return values according to the given stereotype value.java.util.List<SMRegion>SMRegularState. getRegion(K_CONTROL_OPTION... behaviourFlags)The regions owned directly by the state.java.util.List<SMRegion>SMStateMachine. getRegion(K_CONTROL_OPTION... behaviourFlags)SMVertexSMTransExt. getSource()The source vertex of the transition.java.util.List<SMProtocolStateMachine>SMProtocolStateMachine. getSpecific(K_CONTROL_OPTION... behaviourFlags)The specific protocol state machine.java.util.List<SMProtocolStateMachine>SMProtocolStateMachine. getSpecific(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSpecific and filters its return values according to the given stereotype value.SMProtocolStateMachineSMProtocolConformance. getSpecificMachine()SMRegularStateSMEntryPoint. getState()The state that contains this entry point.SMRegularStateSMExitPoint. getState()The state that contains this exit point.SMRegularStateSMRegion. getState()The state that owns the region.MESimpleConstraintSMState. getStateInvariant()SMStateMachineSMEntryPoint. getStateMachine()The state machine that contains this entry point.SMStateMachineSMExitPoint. getStateMachine()The state machine that contains this exit point.SMStateMachineSMRegion. getStateMachine()The StateMachine that owns the region.SMStateMachineSMRegularState. getSubmachine()The sub state machine of this state.<T extends SMStateMachine>
java.util.List<T>SMStateMachine. getSubmachine(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Determines all state machines which are assigned to submachine states of the given state machine.<T extends SMStateMachine>
java.util.List<T>SMStateMachine. getSubmachine(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getSubmachine and filters its return values according to the given stereotype value.java.util.List<SMRegularState>SMStateMachine. getSubmachineState()All states of this sub state machine.<T extends SMVertex>
java.util.List<T>SMRegion. getSubvertex(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The set of vertices that are owned by the region.SMVertexSMTransExt. getTarget()The target vertex of the transition.java.util.List<SMTransExt>SMRegion. getTransition(K_CONTROL_OPTION... behaviourFlags)The set of transitions owned by the region.java.util.List<SMTransInt>SMRegularState. getTransition(K_CONTROL_OPTION... behaviourFlags)The set of transitions onwed by the state.java.util.List<BETrigger>SMTransition. getTrigger(K_CONTROL_OPTION... behaviourFlags)Specifies an optional trigger that may fire the transition.booleanSMRegularState. hasTriggerByRef(MEModelElement refObj)True, if the state contains a deferred trigger which is identified byargument refObj.booleanSMTransition. hasTriggerByRef(MEModelElement refObj)True, if the Transition has a trigger which is identified byargument refObj.static SMRegionSMRegionHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt)Inserts a newSMRegionusing a region template.booleanSMTransExt. isBetweenOrthogonalRegions()Returns true, if the source vertex and the target vertex of the given transition are in different orthogonal regions of the state machine.booleanSMVertex. isBetweenOrthogonalRegions(SMVertex refObj)True, if an existing or possible transition which connects the given vertex and the vertex given byargument refObjis a transition between orthogonal regions.booleanSMRegularState. isComposite()True, if the given state contains a region.booleanSMJoinFork. isFork()True, if the given state is a fork pseudostate.booleanSMTransExt. isForkSegment()Returns true, if the transition is a fork segment.booleanSMTransExt. isForkToState()Returns true, if the transition is a fork segment and the target is a regular state.booleanSMTransExt. isGuardAllowed()Returns true, if a guard is allowed at the transition.booleanSMJoinFork. isJoin()True, if the given state is a join pseudostate.booleanSMTransExt. isJoinFromState()Returns true, if the transition is a join segment and the source is a regular state.booleanSMTransExt. isJoinSegment()Returns true, if the transition is a join segment.booleanSMVertex. isLeft()True, if the given vertex is left direct or indirect by a transition.booleanSMVertex. isReached()True, if the given vertex is reached.booleanSMRegularState. isSubmachineState()True, if the given state is a submachine state.booleanSMTransExt. isTriggerAllowed()Returns true, if a trigger is allowed at the transition.voidSMStateMachine. layout(java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)Sets the layout information of theSMStateMachine.static voidSMStateMachineHelper. layout(SrvContext srvCtx, java.util.List<? extends SMStateMachine> sel, java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)Sets the layout information of theSMStateMachine.SMTransExtSMTransExt. reconnect(ADClientAble ohNew, K_SIDE side, java.awt.Point pos)Reconnects the selectedSMTransExton source or target side.voidSMStateMachine. setGeneral(java.util.List<? extends SMProtocolStateMachine> values)Set the value of View General.voidSMJoinFork. setOrientation(K_ORIENTATION value)Set the value of Attribut Orientation.voidSMRegularState. setSubmachine(SMStateMachine value)Set the value of Foreign Key Submachine. -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2smdia
Methods in de.mid.innovator.srv2api.icw2smdia that throw SrvErrorException Modifier and Type Method Description java.util.List<SMDiaConstraintEdge>SMDiaSMNode. getConstraintEdge(K_CONTROL_OPTION... behaviourFlags)java.util.List<SMDiaTransEdge>SMDiaVertexNode. getIncomingTransitionEdge(K_CONTROL_OPTION... behaviourFlags)java.util.List<SMDiaTransEdge>SMDiaVertexNode. getOutgoingTransitionEdge(K_CONTROL_OPTION... behaviourFlags)SMDiaSMDiaSMNode. getOwningDia()java.util.List<SMDiaPseudoNode>SMDiaSMNode. getPseudoNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<SMDiaPseudoNode>SMDiaStateNode. getPseudoNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<SMDiaRegionNode>SMDiaStateNode. getRegion(K_CONTROL_OPTION... behaviourFlags)java.util.List<SMDiaRegionNode>SMDiaSMNode. getRegionNode(K_CONTROL_OPTION... behaviourFlags)SMDiaRegionNodeSMDiaTransEdge. getRegionNode()SMDiaRegionNodeSMDiaVertexNode. getRegionNode()SMDiaSMNodeSMDia. getSMNode()SMDiaSMNodeSMDiaConstraintEdge. getSMNode()SMDiaSMNodeSMDiaPseudoNode. getSMNode()SMDiaSMNodeSMDiaRegionNode. getSMNode()SMDiaSMNodeSMDiaTextNode. getSMNode()SMDiaVertexNodeSMDiaTransEdge. getSourceNode()SMStateMachineSMDia. getStateMachine()The state machine which is displayed by this diagram.SMDiaStateNodeSMDiaPseudoNode. getStateNode()SMDiaStateNodeSMDiaRegionNode. getStateNode()SMDiaVertexNodeSMDiaTransEdge. getTargetNode()<T extends SMDiaTextNode>
java.util.List<T>SMDiaSMNode. getTextNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends SMDiaTextNode>
java.util.List<T>SMDiaTransEdge. getTextNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends SMDiaTextNode>
java.util.List<T>SMDiaVertexNode. getTextNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)java.util.List<SMDiaTransEdge>SMDiaRegionNode. getTransEdge(K_CONTROL_OPTION... behaviourFlags)SMDiaTransEdgeSMDiaTextNode. getTransEdge()<T extends SMDiaVertexNode>
java.util.List<T>SMDiaRegionNode. getVertexNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)SMDiaVertexNodeSMDiaTextNode. getVertexNode() -
Uses of SrvErrorException in de.mid.innovator.srv2api.icw2sqdia
Methods in de.mid.innovator.srv2api.icw2sqdia that throw SrvErrorException Modifier and Type Method Description java.util.List<SQDiaCombinedNode>SQDiaIANode. getCombinedNode(K_CONTROL_OPTION... behaviourFlags)SQDiaCombinedNodeSQDiaMessageEndNode. getCombinedNode()java.util.List<SQDiaConstraintEdge>SQDiaIANode. getConstraintEdge(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaConstraintNode>SQDiaIANode. getConstraintNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaConstraintNode>SQDiaOperandNode. getConstraintNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaContinuationNode>SQDiaIANode. getContinuationNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaContinuationNode>SQDiaOperandNode. getContinuationNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaExecNode>SQDiaExecNode. getExecNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaExecNode>SQDiaLifelineNode. getExecNode(K_CONTROL_OPTION... behaviourFlags)SQDiaExecNodeSQDiaOccSpecNode. getExecNode()SQDiaIANodeSQDia. getIANode()SQDiaIANodeSQDiaCombinedNode. getIANode()SQDiaIANodeSQDiaConstraintEdge. getIANode()SQDiaIANodeSQDiaConstraintNode. getIANode()SQDiaIANodeSQDiaContinuationNode. getIANode()SQDiaIANodeSQDiaLifelineNode. getIANode()SQDiaIANodeSQDiaMessageEdge. getIANode()SQDiaIANodeSQDiaMessageEndNode. getIANode()SQDiaIANodeSQDiaOrderingEdge. getIANode()SQDiaIANodeSQDiaPostNode. getIANode()SQDiaIANodeSQDiaPreNode. getIANode()SQDiaIANodeSQDiaRefNode. getIANode()java.util.List<SQDiaMessageEdge>SQDiaOccSpecNode. getIncomingMessage(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaMessageEdge>SQDiaMessageEndNode. getIncomingMessageEdge(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaOrderingEdge>SQDiaOccSpecNode. getIncomingOrdering(K_CONTROL_OPTION... behaviourFlags)IAInteractionSQDia. getInteraction()The interaction which is displayed by this diagram.java.util.List<SQDiaInvariantNode>SQDiaLifelineNode. getInvariantNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaLifelineNode>SQDiaIANode. getLifelineNode(K_CONTROL_OPTION... behaviourFlags)SQDiaLifelineNodeSQDiaInvariantNode. getLifelineNode()SQDiaLifelineNodeSQDiaOccSpecNode. getLifelineNode()java.util.List<SQDiaMessageEdge>SQDiaIANode. getMessageEdge(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaMessageEndNode>SQDiaCombinedNode. getMessageEndNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaMessageEndNode>SQDiaIANode. getMessageEndNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaMessageEndNode>SQDiaRefNode. getMessageEndNode(K_CONTROL_OPTION... behaviourFlags)SQDiaMessageEndNodeSQDiaMessageEdge. getMessageEndSource()SQDiaMessageEndNodeSQDiaMessageEdge. getMessageEndTarget()java.util.List<SQDiaOccSpecNode>SQDiaExecNode. getOccSpecNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaOccSpecNode>SQDiaLifelineNode. getOccSpecNode(K_CONTROL_OPTION... behaviourFlags)SQDiaOccSpecNodeSQDiaMessageEdge. getOccuranceSource()SQDiaOccSpecNodeSQDiaMessageEdge. getOccuranceTarget()SQDiaOperandNodeSQDiaRefNode. getOperand()java.util.List<SQDiaOperandNode>SQDiaCombinedNode. getOperandNode(K_CONTROL_OPTION... behaviourFlags)SQDiaOperandNodeSQDiaConstraintNode. getOperandNode()SQDiaOperandNodeSQDiaContinuationNode. getOperandNode()java.util.List<SQDiaOrderingEdge>SQDiaIANode. getOrderingEdge(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaMessageEdge>SQDiaOccSpecNode. getOutgoingMessage(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaMessageEdge>SQDiaMessageEndNode. getOutgoingMessageEdge(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaOrderingEdge>SQDiaOccSpecNode. getOutgoingOrdering(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaCombinedNode>SQDiaOperandNode. getOwnedCombinedNode(K_CONTROL_OPTION... behaviourFlags)SQDiaCombinedNodeSQDiaOperandNode. getOwningCombinedNode()SQDiaSQDiaIANode. getOwningDia()SQDiaExecNodeSQDiaExecNode. getOwningExecNode()SQDiaLifelineNodeSQDiaExecNode. getOwningLifelineNode()SQDiaOperandNodeSQDiaCombinedNode. getOwningOperandNode()java.util.List<SQDiaPostNode>SQDiaIANode. getPostconditionNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaPreNode>SQDiaIANode. getPreconditionNode(K_CONTROL_OPTION... behaviourFlags)java.util.List<SQDiaRefNode>SQDiaIANode. getRefNode(K_CONTROL_OPTION... behaviourFlags)SQDiaRefNodeSQDiaMessageEndNode. getRefNode()java.util.List<SQDiaRefNode>SQDiaOperandNode. getRefNode(K_CONTROL_OPTION... behaviourFlags)SQDiaOccSpecNodeSQDiaOrderingEdge. getToAfter()SQDiaOccSpecNodeSQDiaOrderingEdge. getToBefore() -
Uses of SrvErrorException in de.mid.innovator.util
Methods in de.mid.innovator.util that throw SrvErrorException Modifier and Type Method Description static InnoUrlInnoUrl. createFrom(ELElement in)
-