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 void
Model. beginCommandSequence(java.lang.String commandName)
Model
RepositoryServer. 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 newModel
in the actual repository server and refreshes the list of models.abstract void
Model. 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 void
Model. loginModelAdmin()
Login as model administrator with name and password.abstract void
Model. loginModelAdmin(java.lang.String aUserName, java.lang.String pwd)
Login as model administrator with name and password.abstract void
Model. loginModelGuest(java.lang.String pwd)
Login as model guest with password.abstract void
Model. loginSuperUser(java.lang.Boolean login, java.lang.String pwd)
Switch superuser mode for login.abstract void
Model. loginUser(java.lang.String aUserName, java.lang.String aCleartextPassword, java.lang.String role)
Login as normal user with name and password.abstract void
Model. logout()
Logout any user from the model.void
RepositoryServer. logout()
Logs out from the repository server if still logged-in, otherwise nothing will be done.void
RepositoryServer. modifyPassword(java.lang.String oldPass, java.lang.String newPass)
Modifies the repository server's administration password.void
RepositoryServer. 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.SrvDataTelegram
SrvConnection. SendAndReceive(SrvContext ctx, de.mid.innovator.srv2api.impl.SrvDataTelegram tel)
de.mid.innovator.srv2api.impl.SrvParamBlock
SrvConnection. 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 boolean
Model. tryReLogin(K_LOGINKIND loginKind, java.lang.String loginName)
Checks if the given user has a login with the same display.abstract boolean
Model. 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 void
ExcellenceModel. delete(java.lang.String pwd)
java.util.List<java.lang.String>
ExcellenceModel. getUserRoleList(InoUser inoUser)
java.util.List<InoUser>
ExcellenceModel. getUsers()
void
ExcellenceModel. loginModelAdmin()
Login as model administrator for SSOvoid
ExcellenceModel. loginModelAdmin(java.lang.String aUserName, java.lang.String pwd)
Login as model administrator with name and password.void
ExcellenceModel. loginModelGuest(java.lang.String pwd)
Login as model guest with password.void
ExcellenceModel. loginSuperUser(java.lang.Boolean login, java.lang.String pwd)
Switch superuser mode for login.void
ExcellenceModel. loginUser(java.lang.String aUserName, java.lang.String aCleartextPassword, java.lang.String role)
Login as normal user with name and password.void
ExcellenceModel. logout()
Logout any user from the model.boolean
ExcellenceModel. tryReLogin(K_LOGINKIND loginKind, java.lang.String loginName)
Checks if the given user has a login with the same display.boolean
ExcellenceModel. tryReLogin(java.lang.String aUserName)
Checks if the given user has a login with the same display.boolean
ExcellenceModel. 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 void
ACActivityGroup. 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 void
ACPartitionHelper. assignPartitionsToNodes(SrvContext srvCtx, java.util.List<? extends ACActivityNode> seqNode, java.util.List<? extends ACActivityGroup> seqGroup)
static ACActivityFinalNode
ACActivityFinalNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Activity Final Node with template and container.static ACActivityFinalNode
ACActivityFinalNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Activity Final Node with stereotype and container.static ACActivity
ACActivityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Activity with template and container.static ACActivity
ACActivityHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Activity with stereotype and container.static ACCentralBufferNode
ACCentralBufferNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Central Buffer Node with template and container.static ACCentralBufferNode
ACCentralBufferNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Central Buffer Node with stereotype and container.static ACControlFlow
ACControlFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Control Flow Edge with template from source to target element.static ACControlFlow
ACControlFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Control Flow Edge with stereotype from source to target element.static ACDataStoreNode
ACDataStoreNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Data Store Node with template and container.static ACDataStoreNode
ACDataStoreNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Data Store Node with stereotype and container.static ACDecisionNode
ACDecisionNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision Node with template and container.static ACDecisionNode
ACDecisionNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision Node with stereotype and container.static ACFlowFinalNode
ACFlowFinalNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Flow Final Node with template and container.static ACFlowFinalNode
ACFlowFinalNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Flow Final Node with stereotype and container.static ACForkNode
ACForkNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Fork Node with template and container.static ACForkNode
ACForkNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Fork Node with stereotype and container.static ACInitialNode
ACInitialNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Initial Node with template and container.static ACInitialNode
ACInitialNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Initial Node with stereotype and container.static ACInterruptibleRegion
ACInterruptibleRegionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Interruptible Activity Region with template and container.static ACInterruptibleRegion
ACInterruptibleRegionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Interruptible Activity Region with stereotype and container.static ACJoinNode
ACJoinNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Join Node with template and container.static ACJoinNode
ACJoinNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Join Node with stereotype and container.static ACMergeNode
ACMergeNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Merge Node with template and container.static ACMergeNode
ACMergeNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Merge Node with stereotype and container.static ACObjectFlow
ACObjectFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Object Flow Edge with template from source to target element.static ACObjectFlow
ACObjectFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Object Flow Edge with stereotype from source to target element.static ACPartition
ACPartitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Activity Partition with template and container.static ACPartition
ACPartitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Activity Partition with stereotype and container.static ACStructuredNode
ACStructuredNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structured Activity Node with template and container.static ACStructuredNode
ACStructuredNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structured Activity Node with stereotype and container.static ACVariable
ACVariableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Variable with template and container.static ACVariable
ACVariableHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Variable with stereotype and container.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Accept Call Action with template and container.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Call Action with template and container with requirement.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Accept Call Action with stereotype and container.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Call Action with stereotype and container with requirement.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Accept Event Action with template and container.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Event Action with template and container with requirement.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Accept Event Action with stereotype and container.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Event Action with stereotype and container with requirement.static ANActionInputPin
ANActionInputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Action Input Pin with template and container.static ANActionInputPin
ANActionInputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Action Input Pin with stereotype and container.static ANAddStructuralFeatureValue
ANAddStructuralFeatureValueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Add Structural Feature Value Action with template and container with requirement.static ANAddStructuralFeatureValue
ANAddStructuralFeatureValueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Add Structural Feature Value Action with stereotype and container with requirement.static ANBroadcastSignal
ANBroadcastSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Broadcast Signal Action with template and container with requirement.static ANBroadcastSignal
ANBroadcastSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Broadcast Signal Action with stereotype and container with requirement.static ANCallBehavior
ANCallBehaviorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Behavior Action with template and container with requirement.static ANCallBehavior
ANCallBehaviorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Behavior Action with stereotype and container with requirement.static ANCallOperation
ANCallOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Operation Action with template and container with requirement.static ANCallOperation
ANCallOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Operation Action with stereotype and container with requirement.static ANClearAssociation
ANClearAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Clear Association Action with template and container with requirement.static ANClearAssociation
ANClearAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Clear Association Action with stereotype and container with requirement.static ANClearStructuralFeature
ANClearStructuralFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Clear Structural Feature Action with template and container with requirement.static ANClearStructuralFeature
ANClearStructuralFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Clear Structural Feature Action with stereotype and container with requirement.static ANCreateLink
ANCreateLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Create Link Action with template and container with requirement.static ANCreateLink
ANCreateLinkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Create Link Action with stereotype and container with requirement.static ANCreateObject
ANCreateObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Create Object Action with template and container with requirement.static ANCreateObject
ANCreateObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Create Object Action with stereotype and container with requirement.static ANDestroyLink
ANDestroyLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Destroy Link Action with template and container with requirement.static ANDestroyLink
ANDestroyLinkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Destroy Link Action with stereotype and container with requirement.static ANDestroyObject
ANDestroyObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Destroy Object Action with template and container.static ANDestroyObject
ANDestroyObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Destroy Object Action with stereotype and container.static ANInputPin
ANInputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Input Pin with template and container.static ANInputPin
ANInputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Input Pin with stereotype and container.static ANOpaque
ANOpaqueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Opaque Action with template and container.static ANOpaque
ANOpaqueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Opaque Action with stereotype and container.static ANOutputPin
ANOutputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Output Pin with template and container.static ANOutputPin
ANOutputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Output Pin with stereotype and container.static ANRaiseException
ANRaiseExceptionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Raise Exception Action with template and container.static ANRaiseException
ANRaiseExceptionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Raise Exception Action with stereotype and container.static ANReadLink
ANReadLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Read Link Action with template and container with requirement.static ANReadLink
ANReadLinkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Read Link Action with stereotype and container with requirement.static ANReadSelf
ANReadSelfHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Read Self Action with template and container.static ANReadSelf
ANReadSelfHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Read Self Action with stereotype and container.static ANReadStructuralFeature
ANReadStructuralFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Read Structural Feature Action with template and container with requirement.static ANReadStructuralFeature
ANReadStructuralFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Read Structural Feature Action with stereotype and container with requirement.static ANRemoveStructuralFeatureValue
ANRemoveStructuralFeatureValueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Remove Structural Feature Value Action with template and container with requirement.static ANRemoveStructuralFeatureValue
ANRemoveStructuralFeatureValueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Remove Structural Feature Value Action with stereotype and container with requirement.static ANReply
ANReplyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Reply Action with template and container.static ANReply
ANReplyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Reply Action with stereotype and container.static ANSendObject
ANSendObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Send Object Action with template and container.static ANSendObject
ANSendObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Send Object Action with stereotype and container.static ANSendSignal
ANSendSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Send Signal Action with template and container with requirement.static ANSendSignal
ANSendSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Send Signal Action with stereotype and container with requirement.static ANTestIdentity
ANTestIdentityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Test Identity Action with template and container.static ANTestIdentity
ANTestIdentityHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Test Identity Action with stereotype and container.static ANUnmarshall
ANUnmarshallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unmarshall Action with template and container with requirement.static ANUnmarshall
ANUnmarshallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unmarshall Action with stereotype and container with requirement.static ANValSpec
ANValSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Value Specification Action with template and container.static ANValSpec
ANValSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Value Specification Action with stereotype and container.static ANValuePin
ANValuePinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Value Pin with template and container.static ANValuePin
ANValuePinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Value Pin with stereotype and container.ANInputPin
ACExceptionHandler. createPinOnExceptionHandler(ELElement item)
If anACExceptionHandler
is to be created between the protected node and the exception input pin, whereas the target of the selection is not anANInputPin
but aANCallBehavior
orANOpaque
, then this command will create and return the missingANInputPin
, so that theACExceptionHandler
can be created correctly.ARG_ACObjectFlowPins
ACObjectFlow. 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 ACDataStoreNode
ACDataStoreNodeHelper. createSub(SrvContext srvCtx, ELContainerAble ohContainer, MMCreateTemplate ohTemplate, java.lang.String name, java.awt.Point position, ELType ohType)
Extends the basic function 'EntCreateOclCmd' for the elementACDataStoreNode
by setting/modifying further attributes or elements.ANAcceptCall
ANOutputPin. 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 allANAcceptEvent
actions that are triggerd by the signal ofANBroadcastSignal
actions.<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 allANAcceptEvent
actions that are triggerd by the signal of the targetANInputPin
of 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 allANAcceptEvent
actions that are triggerd by the signal ofANSendSignal
actions.<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.ANAcceptEvent
ANOutputPin. getAcceptEventAction()
The action that owns this output pin.ANAction
ANInputPin. getAction()
ANAction
ANOutputPin. getAction()
The action that owns this output pin.ACActivity
ACActivityEdge. getActivity()
ACActivity
ACActivityNode. getActivity()
ACActivity
ACVariable. getActivityScope()
An activity that owns the variable.ANAddStructuralFeatureValue
ANInputPin. 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.CLAssociation
ANClearAssociation. 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.BEBehavior
ANCallBehavior. getBehavior()
The behavior called by this node.java.lang.String
ANOpaque. 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.ANCall
ANOutputPin. 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.ANCallOperation
ANInputPin. getCallOperationAction()
Action that transmits an operation call request to the target object.CLClassifier
ANCreateObject. getClassifier()
Classifier to be instantiated.ANClearAssociation
ANInputPin. 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 anANPin
assigned toargument refObj
that 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.ANCreateObject
ANOutputPin. getCreateObjectAction()
Action that creates the object that conforms to the statically-specified classifier and puts it on this output pin at runtime.ACDecisionBehavior
ACDecisionNode. getDecisionBehavior()
Provides input to guard specifications on edges outgoing from the decision node.BEBehavior
ACDecisionBehavior. getDecisionInput()
BEBehavior
ACDecisionNode. getDecisionInput()
ACDecisionNode
ACDecisionBehavior. getDecisionNode()
The decision node.ANInputPin
ANLinkEndDestructionData. getDestroyAt()
Specifies the position of an existing link to be destroyed in ordered non-unique association ends.ANDestroyObject
ANInputPin. getDestroyObjectAction()
Action that destroys objects.ACDia
ACActivity. 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)
CLProperty
ANLinkEndData. 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.ANInputPin
ANRaiseException. getException()
ANInputPin
whose 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.ACObjectNode
ACExceptionHandler. getExceptionInput()
An object node within the handler body.ACObjectNode
ACExecutableNode. 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_EXPANSION
ACStructuredNode. getExpansionMode()
The mode of an expansion region controls how its expansion executions proceed.ANInputPin
ANTestIdentity. getFirst()
Gives the pin which the first object is placed on.ANAction
ANActionInputPin. 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_CoordElement
ACActivityGroup. getGroupCoord()
Returns the position and size of the graphical representation of the group.MEValSpecOpaqueExpr
ACActivityEdge. getGuard()
Specification evaluated at runtime to determine if the edge can be traversed.java.lang.String
ACActivityEdge. getGuardLanguage()
Language of the specification evaluated at runtime to determine if the edge can be traversed.java.lang.String
ACActivityEdge. 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)
TheACExceptionHandler
which theACObjectNode
serves as exception token input for.ACExecutableNode
ACExceptionHandler. 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.ACActivity
ACActivityGroup. 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)
ANInputPin
ANAddStructuralFeatureValue. getInsertAt()
Returns theANInputPin
that gives the position where a new value should be inserted or moves an existing value in ordered structural features.ANInputPin
ANLinkEndCreationData. 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
.IAInteraction
ANAction. getInteraction()
IAInteraction
which 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.ACInterruptibleRegion
ACActivityEdge. getInterrupts()
ANInvocation
ANInputPin. getInvocationAction()
Action that invokes the behavior.MEValSpecOpaqueExpr
ACJoinNode. getJoinSpec()
A specification that gives the conditions which the join will emit a token under.java.lang.String
ACJoinNode. getJoinSpecification()
A specification that gives the conditions which the join will emit a token under.java.lang.String
ACJoinNode. getJoinSpecificationLanguage()
Language of the specification that gives the conditions which the join will emit a token under.java.lang.String
ANOpaque. getLanguage()
Languages the body strings use in the same order as the body strings.ARG_PRPresContextLayout
ACActivity. getLayout()
Retrieves the layout information of theACActivity
.ANLink
ANInputPin. getLinkAction()
Action that identifies its links by the objects at the ends of the links and by the qualifiers at ends of the links.ANLinkEndCreationData
ANInputPin. getLinkEndCreationData()
Returns the new link inserted at the given position.ANLinkEndData
ANInputPin. getLinkEndData()
Returns theANLinkEndData
which the object that is provided by theANInputPin
is given to.ANLinkEndData
ANQualifierValue. getLinkEndData()
ANLinkEndDestructionData
ANInputPin. getLinkEndDestructionData()
Returns the link to be destroyed at the given position.MESimpleConstraint
ANAction. getLocalPostcondition()
MESimpleConstraint
ANAction. getLocalPrecondition()
boolean
ACObjectNode. getManualTypeAssign()
Returns 'true' if the user may set theELType
of thisACObjectNode
manually.boolean
ACStructuredNode. 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_CoordElement
ACActivityNode. getNodeCoord()
Returns the position and size of the graphical representation of the node.ANInputPin
ANClearAssociation. getObject()
Gives the input pin which the object whose participation in the association is to be cleared is obtained from.ANInputPin
ANStructuralFeature. getObject()
Gives the input pin which the object whose structural feature is to be read or written is obtained from.ANInputPin
ANUnmarshall. getObject()
The object to be unmarshalled.ACObjectNode
ACObjNodeSelBehavior. 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.ANOpaque
ANInputPin. getOpaqueAction()
Action with implementation-specific semantics.ANOpaque
ANOutputPin. getOpaqueAction()
Action with implementation-specific semantics.CLOperation
ANCallOperation. getOperation()
The operation to be invoked by the action execution.K_AC_OBJECTNODE_ORDERING
ACObjectNode. getOrdering()
Informs whether and how the tokens in the object node are ordered for selection to traverse edges outgoing from the object node.K_ORIENTATION
ACForkNode. getOrientation()
Returns the orientation of theACForkNode
.K_ORIENTATION
ACJoinNode. 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
.ANLink
ANLinkEndData. getOwnerAction()
LinkAction that writes to or reads from the link end.ANActionInputPin
ANAction. getOwnerPin()
Returns theANActionInputPin
which the given action provides its values to.CLParameter
ACParamNode. getParameter()
The parameter the object node accepts and provides values for.CLParameter
ANPin. getParameter(java.lang.Class<? extends ELObject> kind, int mode)
Finds theCLParameter
that corresponds to theANPin
.K_PARAM_DIRKIND
ACParamNode. getParameterDirection()
Specifies the direction kind of the assigned parameter.K_EFFECTKIND
ACParamNode. getParameterEffect()
Specifies the effect that the owner of the assigned parameter has on values passed in or out of the parameter.boolean
ACParamNode. getParameterIsException()
Informs whether an assigned output parameter may emit a value to the exclusion of the other outputs.boolean
ACParamNode. 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.ELType
ACParamNode. getParameterType()
Type of the assignedCLParameter
.java.util.List<ACParamNode>
ANPin. getParamNode(K_CONTROL_OPTION... behaviourFlags)
Finds theACParamNode
corresponding 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.CLPort
ANInvocation. getPort()
TheANInvocation
being tied to aCLPort
.ACPartition
ACPartition. getPredecessor()
K_AC_PARTITION_PRESENTATION
ACPartition. getPresentation()
Specifies if the partition is displayed at all and, if it is displayed, if it is aligned horizontally or vertically.ACExecutableNode
ACExceptionHandler. getProtectedNode()
ACExecutableNode
ACExecutableNode. getProtectedNode()
java.util.List<ANQualifierValue>
ANLinkEndData. getQualifier(K_CONTROL_OPTION... behaviourFlags)
List of qualifier values.CLProperty
ANQualifierValue. getQualifier()
Attributes representing the qualifier which the value is to be specified for.ANQualifierValue
ANInputPin. getQualifierValue()
QualifierValue identifies links.ANRaiseException
ANInputPin. getRaiseExceptionAction()
Action that causes an exception to occur.ANReadLink
ANOutputPin. getReadLinkAction()
Action that navigates across associations to retrieve objects on one end.ANReadSelf
ANOutputPin. getReadSelfAction()
Action that retrieves the host object of an action.ANReadStructuralFeature
ANOutputPin. getReadStructuralFeatureAction()
Structural feature action that retrieves the value of a structural feature.ANInputPin
ANRemoveStructuralFeatureValue. getRemoveAt()
Returns the pin that specifies the position of an existing value to remove in ordered non-unique structural features.ANRemoveStructuralFeatureValue
ANInputPin. getRemoveStructuralFeatureValueAction()
Write structural feature action removes the value from the structural features at the given position.ANReply
ANInputPin. getReplyAction()
ANReply
that takes the return information value.ANReply
ANInputPin. getReplyActionOfValue()
ANReply
that 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.MEModelElement
ACPartition. getRepresents()
ANInputPin
ANSendObject. 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.ANOutputPin
ANCreateObject. getResult()
Gives the output pin which the result is put on.ANOutputPin
ANReadLink. getResult()
The pin which is put on the objects participating in the association at the end not specified by the inputs.ANOutputPin
ANReadSelf. getResult()
Gives the output pin which the hosting object is placed on.ANOutputPin
ANReadStructuralFeature. getResult()
Gives the output pin which the result is put on.ANOutputPin
ANTestIdentity. 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.ANOutputPin
ANValSpec. getResult()
Gives the output pin which the result is output on.ANOutputPin
ANAcceptCall. getReturnInformation()
Pins holding the received event objects or their attributes.ANInputPin
ANReply. getReturnInformation()
AnANInputPin
that contains the return information value produced by an earlierANAcceptCall
.ACStructuredNode
ACVariable. getScope()
A structured activity node that owns the variable.ANInputPin
ANTestIdentity. getSecond()
Gives the pin which the second object is placed on.BEBehavior
ACObjectFlow. getSelBehavior()
The selection behavior which selects tokens from a source object node.ACObjNodeSelBehavior
ACObjectNode. getSelBehavior()
Selects tokens for outgoing edges.CLParameterSet
ANCall. getSelectedParameterSetIn()
TheCLParameterSet
with input direction that will determine the model consistency checks, the verify actions and the maintenance actions on this call action.CLParameterSet
ANCall. getSelectedParameterSetOut()
TheCLParameterSet
with output direction that will determine the model consistency checks, the verify actions and the maintenance actions on this call action.BEBehavior
ACObjFlowBehavior. getSelectionBE()
A behavior that selects tokens from a source object node.BEBehavior
ACObjNodeSelBehavior. getSelectionBE()
ACObjFlowBehavior
ACObjectFlow. getSelectionBehavior()
Selects tokens from a source object node.BEBehavior
ACObjectNode. getSelectionBehavior()
The selection behavior which selects tokens for outgoing object flows.ACObjectFlow
ACObjFlowBehavior. 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.ANSendObject
ANInputPin. getSendObjectAction()
Action that transmits the object to the target object.ANSendSignal
ANInputPin. 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
/ANSendObject
actions 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.CLSignal
ANBroadcastSignal. getSignal()
The specification of signal object transmitted to the target objects.CLSignal
ANSendSignal. getSignal()
The type of signal transmitted to the target object.ACActivityNode
ACActivityEdge. getSource()
The source node of the edge.ELStructFeature
ANStructuralFeature. getStructuralFeature()
Structural feature to be read.ANStructuralFeature
ANInputPin. getStructuralFeatureAction()
Action that statically specifies the structural feature to be accessed.ACStructuredNode
ANInputPin. getStructuredActivityNode()
TheACStructuredNode
which owns thisANInputPin
.ACStructuredNode
ANOutputPin. getStructuredActivityNode()
TheACStructuredNode
which 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.ACPartition
ACPartition. getSuccessor()
ACActivityGroup
ACActivityGroup. getSuperGroup()
ACPartition
ACPartition. getSuperPartition()
ACActivityNode
ACActivityEdge. getTarget()
The target node of the edge.ANInputPin
ANCallOperation. getTarget()
The target object which the request is sent to.ANInputPin
ANDestroyObject. getTarget()
The input pin that provides the object to be destroyed.ANInputPin
ANSendObject. getTarget()
The target object which the object is sent to.ANInputPin
ANSendSignal. getTarget()
The target object which the signal is sent to.ANTestIdentity
ANOutputPin. getTestIdentityAction()
Action that tests if two values are identical objects.ANTestIdentity
ANInputPin. getTestIdentityActionFirst()
Action that tests if two values are identical objects.ANTestIdentity
ANInputPin. getTestIdentityActionSecond()
Action that tests if two values are identical objects.BEBehavior
ACObjectFlow. getTransBehavior()
The transformation behavior which changes or replaces data tokens flowing along the edge.ACObjFlowBehavior
ACObjectFlow. getTransformationBehavior()
Changes or replaces data tokens flowing along the flow.ACObjectFlow
ACObjFlowBehavior. getTransformationOwningFlow()
The object flow of the transformation behavior.ANSendObject
ANInputPin. getTransmitter()
Action that transmits the object to the target object.java.util.List<BETrigger>
ANAcceptEvent. getTrigger(K_CONTROL_OPTION... behaviourFlags)
BETrigger
ANReply. getTrigger()
BETrigger
that specifies the operation whose call is being replied to.CLClassifier
ACObjectNode. getTypingClassifier()
The classifier used as type for this object node.CLClassifier
ACVariable. getTypingClassifier()
The classifier that types this variable.ANUnmarshall
ANInputPin. getUnmarshallAction()
Action that breaks the object into outputs.ANUnmarshall
ANOutputPin. getUnmarshallAction()
Action that breaks the input object into outputs.CLClassifier
ANUnmarshall. getUnmarshallType()
The type of the object to be unmarshalled.ELValSpec
ACObjectNode. getUpperBound()
The maximum number of tokens allowed in the node.java.lang.String
ACObjectNode. getUpperBoundSpecification()
Info reading the upper bound which is the maximum number of tokens allowed in the node.ANInputPin
ANLinkEndData. getValue()
ANInputPin
that provides the specified object for the given end.ANInputPin
ANQualifierValue. 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)
ANInputPin
ANWriteStructuralFeature. getValue()
Value to be added or removed from the structural feature.ANValSpec
ANOutputPin. getValueSpecificationAction()
The action of this result.java.lang.String
ANValSpec. getValueSpecificationBody()
The text of the value specification expression to be evaluated.java.lang.String
ANValuePin. getValueSpecificationBody()
The text of the value specification expression of the value that the pin will provide.java.lang.String
ANValSpec. getValueSpecificationLanguage()
The language of the value specification expression to be evaluated.java.lang.String
ANValuePin. 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.MEValSpecOpaqueExpr
ACActivityEdge. getWeight()
Number of objects consumed from the source node on each traversal.java.lang.String
ACActivityEdge. getWeightLanguage()
Language of the specification of the number of objects consumed from the source node on each traversal.java.lang.String
ACActivityEdge. getWeightSpecification()
Specification of the number of objects consumed from the source node on each traversal.ANWriteStructuralFeature
ANInputPin. getWriteStructuralFeatureAction()
Structural feature action that changes the structural feature values.boolean
ACActivity. hasOrthogonalPartitions()
true, if this activity contains at least one activity partition with horizontal and one with vertical presentation.ACActivityEdge
ACActivityEdge. insertActivityNode(ELElement item)
Splits up theACActivityEdge
and inserts the givenACActivityNode
.static ACPartition
ACPartitionHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplatePartition, java.util.List<? extends ACPartition> seqPartitionSelection, K_INSERT kInsertAt)
Inserts a newACPartition
using a partition template.boolean
ACJoinNode. isCombineDuplicate()
Informs whether tokens that have objects with the same identity are combined into one by theACJoinNode
.boolean
ANPin. isControl()
Informs whether the pins provide the actions with data or just control it when it executes it.boolean
ACObjectNode. isControlType()
Tells whether the type of the object node is to be treated as control.boolean
ANDestroyObject. isDestroyLinks()
Specifies whether links which the object participates in are destroyed along with the object.boolean
ANDestroyObject. isDestroyOwnedObjects()
Specifies whether objects owned by the object are destroyed along with the object.boolean
ACPartition. isDimension()
Informs whether the partition groups other partitions along a dimension.boolean
ACPartition. isExternal()
Informs whether the partition represents an entity which the partitioning structure does not apply to.boolean
ACStructuredNode. isInGroupCycle()
boolean
ACActivityNode. isInInterruptibleRegion(ACInterruptibleRegion refObj)
boolean
ACActivityEdge. isInterruptingEdge()
True, if the edge leaves an interruptible activity region.boolean
ACActivityEdge. isMaintainAble()
Returns true if theACActivityEdge
may be maintained.boolean
ANAction. isMaintainAble()
Returns true if theANAction
may be maintained to match some other element.boolean
ACObjectFlow. isMulticast()
Informs whether the objects in the flow are passed by multicasting.boolean
ACObjectFlow. isMultireceive()
Informs whether the objects in the flow are gathered from respondents to multicasting.boolean
ACActivity. isReadOnly()
boolean
ANLinkEndDestructionData. isRemoveDuplicates()
Specifies whether to destroy duplicates of the value in non-unique association ends.boolean
ANRemoveStructuralFeatureValue. isRemoveDuplicates()
Specifies whether to remove duplicates of the value in non-unique structural features.boolean
ANAddStructuralFeatureValue. isReplaceAll()
False specifies whether existing values of the structural feature of the object should be removed before adding the new value.boolean
ANLinkEndCreationData. isReplaceAll()
Specifies whether the existing links emanating from the object on this end should be destroyed before creating a new link.boolean
ACActivity. isSingleExecution()
If true, all invocations of the activity are handled by the same execution.boolean
ANCall. isSynchronous()
If true, the call is synchronous and the caller waits for completion of the invoked behavior.boolean
ANAcceptEvent. isUnmarshall()
Indicates whether there is a single output pin for the event or multiple output pins for attributes of the event.void
ACActivity. 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 void
ACActivityHelper. 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
.void
ANAcceptEvent. maintain()
void
ANAddStructuralFeatureValue. maintain()
Maintains the insertAt input pin according to the 'is ordered' property of theELStructFeature
.void
ANBroadcastSignal. maintain()
The list of argument pins of theANBroadcastSignal
is maintained by the ordered list of properties of theCLSignal
.void
ANCallBehavior. maintain()
The number of argument pins and the number of parameters of the behavior of type in and in-out must be equal.void
ANCallOperation. maintain()
The list of argument pins of theANCallOperation
is maintained by the ordered list of in/in-out parameters of theBEBehavior
.void
ANClearAssociation. maintain()
Sets theELType
of the object input pin to the type of one of the association ends of theCLAssociation
of theANAction
.void
ANCreateLink. maintain()
The list of input pins of theANCreateLink
is maintained with reference to the list of properties of the corresponding association.void
ANCreateObject. maintain()
void
ANDestroyLink. maintain()
The list of inputANInputPin
of theANDestroyLink
is maintained with reference to the list ofCLProperty
of the correspondingCLAssociation
.void
ANReadLink. maintain()
The 'result' output pin and the list of 'input' input pins of theANReadLink
is maintained by the link end datas of theCLAssociation
.void
ANReadSelf. maintain()
Maintains theELType
of the result output pin according to the behavioured classifier theANAction
is placed in.void
ANReadStructuralFeature. maintain()
Maintains theELType
of the result output pin according to the type ofELStructFeature
of theANAction
.void
ANRemoveStructuralFeatureValue. maintain()
Maintains the removeAt input pin according to the 'is ordered' and 'is unique' property of theELStructFeature
.void
ANReply. 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.void
ANSendSignal. maintain()
The list of argument input pins of the SendSignalAction is maintained by the ordered list of properties of the signal.void
ANTestIdentity. maintain()
void
ANUnmarshall. maintain()
The list of results of theANUnmarshall
is maintained by the ordered list of structural features of the unmarshall type.void
ANValSpec. maintain()
static void
ANActionHelper. maintainActions(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Calls the maintenance commands for all the actions supplied.static void
ACExceptionHandlerHelper. maintainExceptionTypes(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
void
ACObjectFlow. maintainObjTypes()
If theACObjectFlow
connects a typed and a typelessACObjectNode
, this command will set theELType
of the typeless object according to the typed object.static void
ACObjectFlowHelper. maintainObjTypes(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
void
ANCallBehavior. maintainReverse()
If the assignedBEBehavior
has no parameters yet, this command will create one parameter for each argument/result/exception pin of the action.void
ANCallOperation. maintainReverse()
If the assignedCLOperation
has no parameters yet, this command will create one parameter for each argument/result pin of the action.void
ACObjectFlow. modifyBehaviorForSelection(BEBehavior oh)
Assigns a selection behavior to the flow.void
ACObjectNode. modifyBehaviorForSelection(BEBehavior oh)
Assigns a selection behavior to the node.void
ACObjectFlow. modifyBehaviorForTransformation(BEBehavior oh)
Assigns a transformation behavior to the flow.void
ACDecisionNode. modifyDecisionInput(BEBehavior oh)
Assigns a decision behavior to the node.ACActivityEdge
ACActivityEdge. reconnect(ADClientAble ohNew, K_SIDE side, java.awt.Point pos)
Reconnects the edge.ACExceptionHandler
ACExceptionHandler. reconnect(ADClientAble ohNew, K_SIDE side, java.awt.Point pos)
Reconnects the exception handler.void
ACActivityGroup. removeAllContainedNodeExplicit()
Removes all the activity nodes explicitly assigned to this group.void
ACActivityGroup. removeContainedNodeExplicit(java.util.List<? extends ACActivityNode> seqNode)
Removes all the activity nodes passed from this group.void
ACActivityGroup. replaceContainedNodeExplicit(java.util.List<? extends ACActivityNode> seqNode)
Assigns all the activity nodes passed to this group marking the assignment as explicit.void
ACActivityEdge. replaceInGroupExplicit(java.util.List<? extends ACActivityGroup> seqGroup)
Assigns all the groups passed to this activity edge marking the assignment as explicit.void
ACActivityNode. replaceInGroupExplicit(java.util.List<? extends ACActivityGroup> seqGroup)
Assigns all the groups passed to this activity node marking the assignment as explicit.void
ANClearAssociation. setAssociation(CLAssociation value)
Set the value of Foreign Key Association.void
ANLink. setAssociationEnd(java.util.List<? extends CLProperty> values)
Set the value of View AssociationEnd.void
ANCallBehavior. setBehavior(BEBehavior value)
Set the value of Foreign Key Behavior.void
ANOpaque. setBody(java.lang.String value)
Set the value of Attribut Body.void
ANCreateObject. setClassifier(CLClassifier value)
Set the value of Foreign Key Classifier.void
ACJoinNode. setCombineDuplicate(boolean value)
Set the value of Attribut IsCombineDuplicate.void
ACActivityGroup. setContainedEdgeExplicit(java.util.List<? extends ACActivityEdge> values)
Set the value of Foreign Key ContainedEdgeExplicit.void
ACActivityGroup. setContainedNodeExplicit(java.util.List<? extends ACActivityNode> values)
Set the value of Foreign Key ContainedNodeExplicit.void
ACActivityGroup. setContainedNodeImplicit(java.util.List<? extends ACActivityNode> values)
Set the value of Foreign Key ContainedNodeImplicit.void
ANPin. setControl(boolean value)
Set the value of Attribut IsControl.void
ACObjectNode. setControlType(boolean value)
Set the value of Attribut IsControlType.void
ACDecisionBehavior. setDecisionInput(BEBehavior value)
Set the value of Foreign Key DecisionInput.void
ACDecisionNode. setDecisionInput(BEBehavior value)
Set the value of View DecisionInput.void
ANDestroyObject. setDestroyLinks(boolean value)
Set the value of Attribut IsDestroyLinks.void
ANDestroyObject. setDestroyOwnedObjects(boolean value)
Set the value of Attribut IsDestroyOwnedObjects.void
ACPartition. setDimension(boolean value)
Set the value of Attribut IsDimension.void
ANAcceptEvent. setEventAsTrigger(java.util.List<? extends METriggerReferenceAble> values)
Set the value of View EventAsTrigger.void
ACExceptionHandler. setExceptionInput(ACObjectNode value)
Set the value of Foreign Key ExceptionInput.void
ACExceptionHandler. setExceptionType(java.util.List<? extends CLClassifier> values)
Set the value of Foreign Key ExceptionType.void
ACStructuredNode. setExpansionMode(K_EXPANSION value)
Set the value of Attribut ExpansionMode.void
ACPartition. setExternal(boolean value)
Set the value of Attribut IsExternal.void
ACActivityGroup. setGroupCoord(java.awt.Point posNode, java.awt.Point sizNode)
Sets the center point coordinate together with the width and height of the group.void
ACActivityEdge. setGuardLanguage(java.lang.String value)
Set the value of Info GuardLanguage.void
ACActivityEdge. setGuardSpecification(java.lang.String value)
Set the value of Info GuardSpecification.void
ACExceptionHandler. setHandlerBody(ACExecutableNode value)
Set the value of Foreign Key HandlerBody.void
ACActivityEdge. setInGroupExplicit(java.util.List<? extends ACActivityGroup> values)
Set the value of Foreign Key InGroupExplicit.void
ACActivityNode. setInGroupExplicit(java.util.List<? extends ACActivityGroup> values)
Set the value of Foreign Key InGroupExplicit.void
ACActivityNode. setInGroupImplicit(java.util.List<? extends ACActivityGroup> values)
Set the value of Foreign Key InGroupImplicit.void
ACObjectNode. setInState(java.util.List<? extends SMState> values)
Set the value of Foreign Key InState.void
ACJoinNode. setJoinSpecification(java.lang.String value)
Set the value of Info JoinSpecification.void
ACJoinNode. setJoinSpecificationLanguage(java.lang.String value)
Set the value of Info JoinSpecificationLanguage.void
ANOpaque. setLanguage(java.lang.String value)
Set the value of Attribut Language.void
ACObjectFlow. setMulticast(boolean value)
Set the value of Attribut IsMulticast.void
ACObjectFlow. setMultireceive(boolean value)
Set the value of Attribut IsMultireceive.void
ACStructuredNode. setMustIsolate(boolean value)
Set the value of Attribut MustIsolate.void
ACActivityNode. 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.void
ANCallOperation. setOperation(CLOperation value)
Set the value of Foreign Key Operation.void
ACObjectNode. setOrdering(K_AC_OBJECTNODE_ORDERING value)
Set the value of Attribut Ordering.void
ACForkNode. setOrientation(K_ORIENTATION value)
Set the value of Attribut Orientation.void
ACJoinNode. setOrientation(K_ORIENTATION value)
Set the value of Attribut Orientation.void
ACActivity. setOrthogonalPartitions(boolean value)
Set the value of Info HasOrthogonalPartitions.void
ACParamNode. setParameterDirection(K_PARAM_DIRKIND value)
Set the value of Info ParameterDirection.void
ACParamNode. setParameterEffect(K_EFFECTKIND value)
Set the value of Info ParameterEffect.void
ACParamNode. setParameterIsException(boolean value)
Set the value of Info ParameterIsException.void
ACParamNode. setParameterIsStream(boolean value)
Set the value of Info ParameterIsStream.void
ACParamNode. setParameterType(ELType value)
Set the value of View ParameterType.void
ACPartition. setPresentation(K_AC_PARTITION_PRESENTATION value)
Set the value of Attribut Presentation.void
ACPartition. 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.void
ACActivity. setReadOnly(boolean value)
Set the value of Attribut IsReadOnly.void
ANLinkEndDestructionData. setRemoveDuplicates(boolean value)
Set the value of Attribut IsRemoveDuplicates.void
ANRemoveStructuralFeatureValue. setRemoveDuplicates(boolean value)
Set the value of Attribut IsRemoveDuplicates.void
ANAddStructuralFeatureValue. setReplaceAll(boolean value)
Set the value of Attribut IsReplaceAll.void
ANLinkEndCreationData. setReplaceAll(boolean value)
Set the value of Attribut IsReplaceAll.void
ACPartition. setRepresents(MEModelElement value)
Set the value of Foreign Key Represents.void
ACObjectFlow. setSelBehavior(BEBehavior value)
Set the value of View SelBehavior.void
ANCall. setSelectedParameterSetIn(CLParameterSet value)
Set the value of Foreign Key SelectedParameterSetIn.void
ANCall. setSelectedParameterSetOut(CLParameterSet value)
Set the value of Foreign Key SelectedParameterSetOut.void
ACObjFlowBehavior. setSelectionBE(BEBehavior value)
Set the value of Foreign Key SelectionBE.void
ACObjNodeSelBehavior. setSelectionBE(BEBehavior value)
Set the value of Foreign Key SelectionBE.void
ACObjectNode. setSelectionBehavior(BEBehavior value)
Set the value of View SelectionBehavior.void
ANBroadcastSignal. setSignal(CLSignal value)
Set the value of Foreign Key Signal.void
ANSendSignal. setSignal(CLSignal value)
Set the value of Foreign Key Signal.void
ACActivity. setSingleExecution(boolean value)
Set the value of Attribut IsSingleExecution.void
ACActivityEdge. setSource(ACActivityNode value)
Set the value of Foreign Key Source.void
ANStructuralFeature. setStructuralFeature(ELStructFeature value)
Set the value of Foreign Key StructuralFeature.void
ANCall. setSynchronous(boolean value)
Set the value of Attribut IsSynchronous.void
ACActivityEdge. setTarget(ACActivityNode value)
Set the value of Foreign Key Target.void
ACObjectFlow. setTransBehavior(BEBehavior value)
Set the value of View TransBehavior.void
ANAcceptEvent. setTrigger(java.util.List<? extends BETrigger> values)
Set the value of Primary Key Trigger.void
ANReply. setTrigger(BETrigger value)
Set the value of Foreign Key Trigger.void
ANAcceptEvent. setUnmarshall(boolean value)
Set the value of Attribut IsUnmarshall.void
ANUnmarshall. setUnmarshallType(CLClassifier value)
Set the value of Foreign Key UnmarshallType.void
ACObjectNode. setUpperBoundSpecification(java.lang.String value)
Set the value of Info UpperBoundSpecification.void
ANValSpec. setValueSpecificationBody(java.lang.String value)
Set the value of Info ValueSpecificationBody.void
ANValuePin. setValueSpecificationBody(java.lang.String value)
Set the value of Info ValueSpecificationBody.void
ANValSpec. setValueSpecificationLanguage(java.lang.String value)
Set the value of Info ValueSpecificationLanguage.void
ANValuePin. setValueSpecificationLanguage(java.lang.String value)
Set the value of Info ValueSpecificationLanguage.void
ACActivityEdge. 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 BCExpression
BCExpressionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Defined Logical Expression with template and container.static BCExpression
BCExpressionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Defined Logical Expression with stereotype and container.static BCProperty
BCPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Property (of a Business Object) with template and container.static BCProperty
BCPropertyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Property (of a Business Object) with stereotype and container.static BCPropertySet
BCPropertySetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Property Set (of a Business Object) with template and container.static BCPropertySet
BCPropertySetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Property Set (of a Business Object) with stereotype and container.static BCTerm
BCTermHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Defined Technical Term with template and container.static BCTerm
BCTermHelper. 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.String
BCBaseElement. 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.ELValSpec
BCProperty. getDefaultValue()
The default value of a property.K_BC_EXPRESSION_TYPE
BCExpression. getExpressionType()
The type of the expression.BCTerm
BCTerm. 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)
BPChoreography
BCRootReuseAbleElement. getOwningChoreography()
The choreography wherein thisBCRootReuseAbleElement
is relevant.BPCollaboration
BCRootReuseAbleElement. getOwningCollaboration()
The collaboration wherein thisBCRootReuseAbleElement
is relevant.BPProcess
BCRootReuseAbleElement. getOwningProcess()
The process wherein thisBCRootReuseAbleElement
is relevant.BCPropertyAble
BCProperty. getOwningPropertyAble()
TheBCPropertyAble
of theBCProperty
.BCPropertyAble
BCPropertySetRefElem. getOwningPropertyAble()
TheBCPropertyAble
of the property set assignment.BCPropertySet
BCProperty. getOwningPropertySet()
TheBCPropertySet
of theBCProperty
.BCPropertySetRefElem
BCPropertyRefElem. getOwningPropertySetRef()
The property set being referenced of the property assignment.java.util.List<BPPath>
BCExpression. getPath()
All paths using the expression.BCProperty
BCPropertyRefElem. getProperty()
The property being referenced.java.lang.String
BCProperty. getPropertyDefaultValue()
The default value of the property.java.lang.String
BCPropertyRefElem. getPropertyReferenceValue()
The value of the property at this reference.BCPropertySet
BCPropertySetRefElem. 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.String
BCProperty. 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.BCTerm
BCTermAssign. getTerm()
The term belonging to an element.BCTermAssignAble
BCTermAssign. getTermAssignAble()
The element having the term or concept assigned.java.lang.String
BCTerm. getTermDefinition()
The definition of the term.java.lang.String
BCTerm. 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.CLClassifier
BCProperty. getTypingClassifier()
The typing classifier of the property.java.util.List<BCPropertyRefElem>
BCProperty. getValueAssignment(K_CONTROL_OPTION... behaviourFlags)
All property references to this property.void
BCBaseElement. setBusinessIdentifier(java.lang.String value)
Set the value of Attribut BusinessIdentifier.void
BCExpression. setExpressionType(K_BC_EXPRESSION_TYPE value)
Set the value of Attribut ExpressionType.void
BCProperty. setPropertyDefaultValue(java.lang.String value)
Set the value of Attribut PropertyDefaultValue.void
BCPropertyRefElem. setPropertyReferenceValue(java.lang.String value)
Set the value of Attribut PropertyReferenceValue.void
BCPropertyAble. setPropertySetsAssigned(java.util.List<? extends BCPropertySet> values)
Set the value of View PropertySetsAssigned.void
BCProperty. setPropertyValue(java.lang.String value)
Set the value of Info PropertyValue.void
BCTerm. setTermDefinition(java.lang.String value)
Set the value of Attribut TermDefinition.void
BCTerm. setTermDefinitionLanguage(java.lang.String value)
Set the value of Attribut TermDefinitionLanguage.void
BCTermAssignAble. 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 BEChangeEvent
BEChangeEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Change Event with template and container.static BEChangeEvent
BEChangeEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Change Event with stereotype and container.static BEOpaque
BEOpaqueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Opaque Behavior with template and container.static BEOpaque
BEOpaqueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Opaque Behavior with stereotype and container.static BETimeEvent
BETimeEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Time Event with template and container.static BETimeEvent
BETimeEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Time Event with stereotype and container.static BETrigger
BETriggerHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Trigger with template and container with requirement.static BETrigger
BETriggerHelper. 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)
ANAcceptEvent
that accepts thisBETrigger
.ANAcceptEvent
BETrigger. getAcceptEventAction()
ANAcceptEvent
that waits for the occurrence of the event triggered by this trigger.CLBehavioredClassifier
BEBehavior. 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.String
BEChangeEvent. getBody()
Specification of theBEChangeEvent
in one or more languages.java.lang.String
BEOpaque. getBody()
Returns the body string of the opaque behavior.java.lang.String
BETimeEvent. getBody()
Specification of theBETimeEvent
in 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 theACDecisionNode
which theBEBehavior
models the decision to be taken for.SMRegularState
BEBehavior. getDoActivityOwningState()
The state that owns this behavior.SMRegularState
BEBehavior. getEntryOwningState()
The state which owns this behavior.BEEvent
BETrigger. getEvent()
Returns the event of the trigger.SMRegularState
BEBehavior. getExitOwningState()
The state which owns this behavior.java.lang.String
BEChangeEvent. getLanguage()
Languages of the body strings that theBEChangeEvent
uses in the same order as the body strings.java.lang.String
BEOpaque. getLanguage()
Returns the language which the body of the behavior is specified in.java.lang.String
BETimeEvent. getLanguage()
Languages of the body strings that theBETimeEvent
uses in the same order as the body strings.ARG_BEBehaviorDeclaration
BEBehavior. getModifyBehaviorDeclaration()
Returns the declaration of this behavior with all parameters.java.util.List<ACObjFlowBehavior>
BEBehavior. getObjectFlowSelectionR(K_CONTROL_OPTION... behaviourFlags)
The link element to theACObjectFlow
which theBEBehavior
selects 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 theACObjectNode
which theBEBehavior
selects 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.CLOperation
BECallEvent. getOperation()
Returns theCLOperation
of the call event.java.util.List<CLParameter>
BEBehavior. getOwnedParameter(K_CONTROL_OPTION... behaviourFlags)
Specifies the parameters owned by this behavior.SMRegularState
BETrigger. getOwningState()
The state which owns this trigger.SMTransition
BEBehavior. getOwningTransition()
The transition which owns the behavior.SMTransition
BETrigger. getOwningTransition()
The transition which owns the trigger.ARG_PictureRawData
BEBehavior. getPictureRawData()
returns the picture's raw data assigned to the diagram of this behavior.MESimpleConstraint
BEBehavior. getPostcondition()
MESimpleConstraint
BEBehavior. getPrecondition()
java.util.List<ANReply>
BETrigger. getReply()
ANReply
that replies to the call specified by the trigger.CLSignal
BESignalEvent. getSignal()
Returns theCLSignal
of the given event.CLBehavioralFeature
BEBehavior. getSpecification()
Designates a behavioral feature that the behavior implements.java.util.List<BETrigger>
BEEvent. getTrigger(K_CONTROL_OPTION... behaviourFlags)
All triggers of the event.boolean
BEBehavior. isClassifierBehavior()
True, if the behavior is theBEBehavior
of its owningCLClassifier
itself.boolean
BEBehavior. isReentrant()
Informs whether the behavior can be invoked while it is still executing from a previous invocation.boolean
BETimeEvent. isRelative()
True, if the time event is relative.void
BEBehavior. maintain()
If the behavior is the method of aCLBehavioralFeature
and if thisCLBehavioralFeature
has got parameters, the list of parameters at the behavior has to resemble the list of parameters of theCLBehavioralFeature
.void
BEBehavior. 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.void
BEChangeEvent. setBody(java.lang.String value)
Set the value of Attribut Body.void
BEOpaque. setBody(java.lang.String value)
Set the value of Attribut Body.void
BETimeEvent. setBody(java.lang.String value)
Set the value of Attribut Body.void
BEBehavior. setClassifierBehavior(boolean value)
Set the value of Attribut IsClassifierBehavior.void
BEChangeEvent. setLanguage(java.lang.String value)
Set the value of Attribut Language.void
BEOpaque. setLanguage(java.lang.String value)
Set the value of Attribut Language.void
BETimeEvent. setLanguage(java.lang.String value)
Set the value of Attribut Language.void
BEBehavior. setReentrant(boolean value)
Set the value of Attribut IsReentrant.void
BETimeEvent. setRelative(boolean value)
Set the value of Attribut IsRelative.void
BEBehavior. 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 void
BPTaskNode. 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.ADClientAble
BPDataIOAssociation. 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.BPItemDefinition
BPDataIOAssociation. 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.void
BPParticipant. assignProcess(BPProcess ohProcess)
Assigns a process to the participant.void
BPTaskNode. assignProcess(BPProcess ohProcess)
Assigns a process to the call activity.BPResourceAtLane
BPLane. assignResource(MERefAbleAsResource ohResource)
Assigns a resource element to the lane.BPItemDefinition
BPItemAwareElement. 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.void
BPFlowElement. 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.BPItemDefinition
BPDataIOAssociation. assignViewWithObject(ADClientAble partOfStructure)
For the structure parts passed as the argument a structure definition is created if there doesn't exist one already.static BPItemDefinition
BPItemDefinitionHelper. 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 BPActivityResource
BPActivityResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Activity Resource with template and container.static BPActivityResource
BPActivityResourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Activity Resource with stereotype and container.static BPArtifact
BPArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Artifact (BPMN) with template and container.static BPArtifact
BPArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Artifact (BPMN) with stereotype and container.static BPAssociationArtifact
BPAssociationArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Artifact with template from source to target element.static BPAssociationArtifact
BPAssociationArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Artifact with stereotype from source to target element.static BPChoreography
BPChoreographyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Choreography with template and container.static BPChoreography
BPChoreographyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Choreography with stereotype and container.static BPCollaboration
BPCollaborationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Collaboration (BPMN) with template and container.static BPCollaboration
BPCollaborationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Collaboration (BPMN) with stereotype and container.static BPConditionalEventDefinition
BPConditionalEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Conditional Event Definition with template and container.static BPConditionalEventDefinition
BPConditionalEventDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Conditional Event Definition with stereotype and container.static BPDataIOAssociation
BPDataIOAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Data Association with template from source to target element.static BPDataIOAssociation
BPDataIOAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Data Association with stereotype from source to target element.static BPDataObject
BPDataObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Data Object with template and container.static BPDataObject
BPDataObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Data Object with stereotype and container.static BPDataStore
BPDataStoreHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Data Store with template and container.static BPDataStore
BPDataStoreHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Data Store with stereotype and container.static BPEndPoint
BPEndPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new End Point with template and container.static BPEndPoint
BPEndPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new End Point with stereotype and container.static BPError
BPErrorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Error with template and container.static BPError
BPErrorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Error with stereotype and container.static BPEscalation
BPEscalationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Escalation with template and container.static BPEscalation
BPEscalationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Escalation with stereotype and container.static BPEventDefinition
BPEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Event Definition (BPMN) with template and container.static BPEventDefinition
BPEventDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Event Definition (BPMN) with stereotype and container.static BPEventNode
BPEventNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Event (BPMN) with template and container.static BPEventNode
BPEventNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Event (BPMN) with stereotype and container.static BPGateway
BPGatewayHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Gateway with template and container.static BPGateway
BPGatewayHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Gateway with stereotype and container.static BPGlobalMaskTask
BPGlobalMaskTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Global User Input Task with template and container.static BPGlobalMaskTask
BPGlobalMaskTaskHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Global User Input Task with stereotype and container.static BPGlobalTask
BPGlobalTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Global Task with template and container.static BPGlobalTask
BPGlobalTaskHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Global Task with stereotype and container.static BPGlobalTaskResource
BPGlobalTaskResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Global Task Resource with template and container.static BPGlobalTaskResource
BPGlobalTaskResourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Global Task Resource with stereotype and container.static BPGroupArtifact
BPGroupArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Group (BPMN) with template and container.static BPGroupArtifact
BPGroupArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Group (BPMN) with stereotype and container.static BPInputSet
BPInputSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Input Set with template and container.static BPInputSet
BPInputSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Input Set with stereotype and container.static BPInterface
BPInterfaceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Service Interface with template and container.static BPInterface
BPInterfaceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Service Interface with stereotype and container.static BPItemDefinition
BPItemDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Object with template and container.static BPItemDefinition
BPItemDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Object with stereotype and container.static BPItemDefinitionRel
BPItemDefinitionRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Business Object Assignment with template from source to target element.static BPItemDefinitionRel
BPItemDefinitionRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Business Object Assignment with stereotype from source to target element.static BPLane
BPLaneHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Lane with template and container.static BPLane
BPLaneHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Lane with stereotype and container.static BPLaneSet
BPLaneSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Lane Set with template and container.static BPLaneSet
BPLaneSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Lane Set with stereotype and container.static BPMaskDefinition
BPMaskDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mask Definition with template and container.static BPMaskDefinition
BPMaskDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mask Definition with stereotype and container.static BPMaskField
BPMaskFieldHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mask Field with template and container.static BPMaskField
BPMaskFieldHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mask Field with stereotype and container.static BPMaskTask
BPMaskTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new User Input Task with template and container.static BPMaskTask
BPMaskTaskHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new User Input Task with stereotype and container.static BPMessageFlow
BPMessageFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Message Flow with template from source to target element.static BPMessageFlow
BPMessageFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Message Flow with stereotype from source to target element.static BPMessage
BPMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Message with template and container.static BPMessage
BPMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Message with stereotype and container.static BPOperation
BPOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Service Operation with template and container.static BPOperation
BPOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Service Operation with stereotype and container.static BPOutputSet
BPOutputSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Output Set with template and container.static BPOutputSet
BPOutputSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Output Set with stereotype and container.static BPParticipant
BPParticipantHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Participant with template and container.static BPParticipant
BPParticipantHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Participant with stereotype and container.static BPPath
BPPathHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Animation Path with template and container.static BPPath
BPPathHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Animation Path with stereotype and container.static BPProcess
BPProcessHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Process with template and container.static BPProcess
BPProcessHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Process with stereotype and container.static BPProperty
BPPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Process Property with template and container.static BPProperty
BPPropertyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Process Property with stereotype and container.static BPSequenceFlow
BPSequenceFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Sequence Flow with template from source to target element.static BPSequenceFlow
BPSequenceFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Sequence Flow with stereotype from source to target element.static BPSignal
BPSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Signal (BPMN) with template and container.static BPSignal
BPSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Signal (BPMN) with stereotype and container.static BPSubProcess
BPSubProcessHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Sub-Process with template and container.static BPSubProcess
BPSubProcessHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Sub-Process with stereotype and container.static BPSupportsRel
BPSupportsRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Process Support with template from source to target element.static BPSupportsRel
BPSupportsRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Process Support with stereotype from source to target element.static BPTaskNode
BPTaskNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Task with template and container.static BPTaskNode
BPTaskNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Task with stereotype and container.static BPTimerEventDefinition
BPTimerEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Timer Event Definition with template and container.static BPTimerEventDefinition
BPTimerEventDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Timer Event Definition with stereotype and container.static BPUseCaseInteractionRel
BPUseCaseInteractionRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Interaction Relationship with template from source to target element.static BPUseCaseInteractionRel
BPUseCaseInteractionRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Interaction Relationship with stereotype from source to target element.static BPUseCasePathRel
BPUseCasePathRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Path Relationship with template from source to target element.static BPUseCasePathRel
BPUseCasePathRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Path Relationship with stereotype from source to target element.static BPDataIOAssociation
BPDataIOAssociationHelper. 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_BPProcessCreated
BPProcessHelper. 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_BPProcessCreated
BPProcessHelper. 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_BPProcessCreated
BPProcessHelper. createForLaneCreate(SrvContext srvCtx, BPLane ohLane, ADClientAble ohSel, java.awt.Point position)
ADClientAble
BPProcess. createProcessDefinitionDiagram(ADClientAble diaCurrent)
Creates a new definition diagram for the process.static void
BPSequenceFlowNodeHelper. deleteAndReconnect(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel)
Deletes the specified sequence flow nodes.static BPItemDefinition
BPItemDefinitionHelper. 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.BPActivityNode
BPEventDefinition. getActivityNode()
TheBPActivityNode
.BPActivityNode
BPEventNode. 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.boolean
BPSubProcess. getAdHocCancelRemainingInstances()
This attribute is used only if ordering is parallel.java.lang.String
BPSubProcess. getAdHocCompletionCondition()
This expression defines the conditions when the process will end.K_BP_SUBPROCESS_ADHOC_ORDERING
BPSubProcess. getAdHocOrdering()
This attribute defines if the activities within the process can be performed in parallel or must be performed sequentially.K_BP_PATHELEM_ANIM_INFO
BPElementAtPath. getAnimationInfo()
Information about how the path element will be handled by the animation.int
BPPath. getAnimSpeed()
A value for the animation speed if the animation shall be executed automatically.boolean
BPActivityNode. getApplyInCalculation()
Specifies if activity is used for activity based costing.boolean
BPEventNode. getApplyInCalculation()
Specifies if this event is used for activity based costing.boolean
BPGlobalTask. getApplyInCalculation()
Specifies if global task is used for activity based costing.BPArtifactContainerAble
BPArtifact. getArtifactOwner()
TheBPArtifactContainerAble
of theBPArtifact
.BPActivityNode
BPActivityResource. getAssignedActivity()
The activity of the resource assignment.BPGlobalTask
BPGlobalTaskResource. 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_TYPE
BPActivityResource. getAssignmentType()
The type of the resource assignment, i.e. a responsibility or accountability.K_BP_ACTIVITYRESOURCE_RACI_TYPE
BPGlobalTaskResource. getAssignmentType()
The type of the resource assignment, i.e. a responsibility or accountability.K_BP_ACTIVITYRESOURCE_RACI_TYPE
BPResourceAtLane. getAssignmentType()
The RACI type of the resource assignment.java.lang.String
BPActivityResource. getAssignmentTypeAsChar()
The specified assignment type enum value represented by a string.java.lang.String
BPGlobalTaskResource. getAssignmentTypeAsChar()
The specified assignment type enum value represented by a string.K_BP_ASSOCIATION_DIRECTION
BPAssociationArtifact. getAssociationDirection()
The direction of the association.java.lang.String
BPEventNode. getAverageDegreeOfCompletion()
Specifies how much of execution time of the owning activity has past on an average interruption.BPDia
BPPath. 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
.BPCallAbleChoreographyElement
BPChoreographyTask. getCallAbleChoreographyElement()
<T extends BPCallAble>
java.util.List<T>BPInterface. getCallAbleElementRef(java.lang.Class<T> returnType)
The callable element.BPCallAbleProcessElement
BPTaskNode. getCallAbleProcessElement()
BPCallAbleProcessElement
BPTaskNodeCall. getCallAbleProcessElement()
The element being called.BPGlobalTask
BPTaskNode. getCalledGlobalTask()
Returns the calledBPGlobalTask
.BPDiaProcessViewNode
BPTaskNode. getCalledMasterProcessViewNode()
java.lang.String
BPDataStore. 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
.BPChoreographyActivity
BPParticipantAtActivity. 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()
BPChoreographyTask
BPMessageFlow. getChoreographyTask()
The task bundling some message flows including this one.ELClassifier
BPItemDefinition. getClassifier()
TheELClassifier
defining the structure of this business object.BPCollaboration
BPProcess. 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.String
BPPath. getColor()
BPActivityNode
BPAssociationArtifact. getCompensationActivity()
The target compensation activity.BPEventNode
BPAssociationArtifact. getCompensationEvent()
The source compensation intermediate event.java.lang.String
BPMultiInstLoopCharx. getCompletionCondition()
This attribute defines a boolean expression that when evaluated to true, cancels the remaining activity instances and produces a token.java.lang.String
BPActivityNode. getCompletionQuantity()
The default value is 1.BCExpression
BPSequenceFlow. getConditionalExpression()
java.lang.String
BPSequenceFlow. getConditionExpression()
An optional boolean expression that acts as a gating condition.int
BPActivityNode. getCostsPerExecution()
Costs to perform one execution of the activity.int
BPEventNode. getCostsPerExecution()
Costs to perform one execution of this event.int
BPGlobalTask. getCostsPerExecution()
Costs to perform one execution of the global task.K_ORIENTATION
BPInteractionSpecification. getCreateOrientation()
The orientation preset for the create of aBPDiaViewNode
.K_ORIENTATION
BPProcess. 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.BPDataObject
BPDataObject. 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()
AllBPDataIOAssociation
of the element.java.util.List<BPDataIOAssociation>
BPItemAwareElement. getDataIOAssociationAtTrg()
All data associations of the target.ARG_ModifyByM2AttrOhValueListOut
BPDataIOAssociation. 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.BPDataObject
BPObjInputSetRef. getDataObject()
BPDataObject
of theBPObjInputSetRef
.BPDataObject
BPObjOutputSetRef. getDataObject()
BPDataObject
of theBPObjOutputSetRef
.java.util.List<BPDataObject>
BPDataObject. getDataObjectOfCall()
The object of the call activity.BPDataObject
BPDataObject. getDataObjectOfCalledElement()
The object of the callable element.K_BP_DATA_OBJECT_TYPE
BPDataObject. 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.BPDataObject
BPDataObject. 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.String
BPItemAwareElement. getDataStateDefinition()
The local definition of the state of the item aware element.BPDataStore
BPDataObject. 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.BPDia
BPPathContextAble. getDefinitionDiagram()
The definition diagram which contains either the master view node or a completely maintained view node.static ARG_DeleteReq
BPSequenceFlowNodeHelper. 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.BPDia
BPPathContextAble. 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.String
BPError. getErrorCode()
The code of theBPError
.<T extends BPEventDefinition>
java.util.List<T>BPError. getErrorEventDefinition(java.lang.Class<T> returnType)
BPError
BPEventDefinition. getErrorRef()
The error.java.util.List<BPError>
BPOperation. getErrorRef()
All errors.BPEscalation
BPEventDefinition. getEscalation()
TheBPEscalation
that 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.String
BPEscalation. getEscalationCode()
The code of theBPEscalation
.BPDataObject
BPEventNode. 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_TYPE
BPEventDefinition. getEventDefinitionType()
The type of the event definition.K_BP_EVENTDEFINITION_TYPE
BPEventNode. getEventDefinitionType()
If theBPEventNode
has noBPEventDefinition
assigned '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.String
BPEventDefinition. 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_TYPE
BPEventNode. getEventType()
The type of the event.int
BPActivityNode. getExecutionTime()
Time needed to complete this activity.int
BPEventNode. getExecutionTime()
Time needed to complete this event.int
BPGlobalTask. getExecutionTime()
Time needed to complete this global task.BCExpression
BPConditionalEventDefinition. getExpression()
java.util.List<BCExpression>
BPPath. getExpression()
All expressions defining the path.BPItemAwareElement
BPDataIOAssociation. getExternalElement()
The data object or data store reference which does not belong to the owner of theBPDataIOAssociation
.K_BP_MASKFIELD_TYPE
BPMaskField. getFieldType()
The type of the field.BPElementAtPath
BPPath. getFirstOccurrenceInPath(BPPathAble refObj)
Returns the first path occurrence of the element.K_BP_DATA_IOASSOC_DIRECTION
BPDataIOAssociation. 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
.BPFlowElementContainer
BPFlowElement. 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.String
BPInputOutputSpecifyAble. getFlowExpandedShortValue(MMText refObj, java.lang.String pattern)
Returns the formatted value of this element given by argument pattern orargument refObj
where all fill-ins are expanded with short names.int
BPActivityNode. getFrequencyPerYear()
Times the activity is started during one year.int
BPEventNode. getFrequencyPerYear()
Times this event is thrown during one year.int
BPGlobalTask. 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_DIRECTION
BPGateway. getGatewayDirection()
An attribute that adds constraints on how the gateway may be used.K_BP_GATEWAY_TYPE
BPGateway. 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_TYPE
BPGlobalTask. 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)
BPDataIOAssociation
visually coming in to thisBPActivityNode
even 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)
BPDataIOAssociation
visually coming in to thisBPEventNode
even 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
.BPMessage
BPOperation. 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.BPInputOutputSpecifyAble
BPDataObject. getInputOutputSpecifyAble()
TheBPInputOutputSpecifyAble
of theBPDataObject
.BPInputOutputSpecifyAble
BPInputSet. getInputOutputSpecifyAble()
TheBPInputOutputSpecifyAble
of theBPInputSet
.BPInputOutputSpecifyAble
BPOutputSet. getInputOutputSpecifyAble()
TheBPInputOutputSpecifyAble
of theBPOutputSet
.java.util.List<BPInputSet>
BPInputOutputSpecifyAble. getInputSet(K_CONTROL_OPTION... behaviourFlags)
AllBPInputSet
of theBPInputOutputSpecifyAble
.BPInputSet
BPObjInputSetRef. getInputSet()
BPInputSet
of theBPObjInputSetRef
.java.util.List<BPObjInputSetRef>
BPDataObject. getInputSetR(K_CONTROL_OPTION... behaviourFlags)
AllBPObjInputSetRef
which contain the object.BPDataObject
BPEventNode. 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)
AssignedBSState
toBPItemAwareElement
.<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.BPInteractionSpecification
BPParticipant. getInteraction()
The interaction theBPParticipant
takes 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.BPItemAwareElement
BPDataIOAssociation. 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.BPItemDefinition
BPDataIOAssociation. 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_KIND
BPItemDefinition. getItemKind()
This defines the nature of the Item.BPItemDefinition
BPError. getItemRef()
The business object of the error.BPItemDefinition
BPEscalation. getItemRef()
The business object of theBPEscalation
.BPItemDefinition
BPMessage. getItemRef()
The business object of the message.BPItemDefinition
BPSignal. getItemRef()
The business object of theBPSignal
.BPItemDefinition
BPItemAwareElement. getItemSubjectRef()
The business object that is represented by the item aware element.BPItemDefinition
BPDataObject. 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
.BPLane
BPFlowElement. getLaneAssignedInLaneSet(BPLaneSet refObj)
For a given lane set the lane is returned which contains the flow element - if there is such a lane.BPLane
BPFlowElement. 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_TYPE
BPLane. getLaneMaintenanceType()
The maintenance type of the lane .K_BP_LANESET_TYPE
BPLaneSet. getLaneMaintenanceType()
The lane set maintenance type.BPLane
BPLane. getLanePredecessor()
BPLaneSet
BPLane. 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.BPLane
BPLane. 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.BPLinkEventDefinition
BPEventNode. 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.BPActivityNode
BPLoopCharx. getLoopActivityNode()
TheBPActivityNode
of theBPLoopCharx
.java.lang.String
BPMultiInstLoopCharx. getLoopCardinality()
A numeric expression that controls the number of activity instances that will be created.BPLoopCharx
BPActivityNode. getLoopCharacteristics()
All loop characteristics of theBPActivityNode
.K_BP_ACTIVITY_LOOPCHARX_TYPE
BPActivityNode. getLoopCharxType()
An activity may be performed once or may be repeated.java.lang.String
BPStdLoopCharx. getLoopCondition()
A boolean expression that controls the loop.java.lang.String
BPStdLoopCharx. getLoopMaximum()
Serves as a cap on the number of iterations.BPMaskDefinition
BPGlobalTask. getMaskDefinition()
The mask that the global task is working on.BPMaskDefinition
BPTaskNode. getMaskDefinition()
BPDiaCollaborationViewNode
BPCollaboration. getMasterCollaborationViewNode()
The master collaboration view node of the element.BPDiaProcessViewNode
BPProcess. getMasterProcessViewNode()
The master view of this process.BPDiaViewNode
BPInteractionSpecification. getMasterViewNode()
The defining view node of theBPInteractionSpecification
.BPDiaViewNode
BPProcess. getMasterViewNode()
The master process view node of the element.int
BPActivityNode. 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.BPMessage
BPMessageReferencingElement. 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_ModifyFlowDocumentsReq
BPInputOutputSpecifyAble. getModifyIOSpecs(boolean item)
Returns information for the modification of input/output specification FlowDocuments of this element.java.lang.String
BPActivityNode. getMultiLoopCardinality()
The Property "LoopCardinality" of the assignedBPMultiInstLoopCharx
.java.lang.String
BPActivityNode. getMultiLoopCompletionCondition()
The Property "CompletionCondition" of the assignedBPMultiInstLoopCharx
.boolean
BPActivityNode. 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.String
BPItemAwareElement. getObjectname()
Returns a name for theBPItemAwareElement
that depends on a set of assigned elements.java.lang.String
BPItemAwareElement. getObjectstate()
Returns the name of all object states concatenated as a single string.java.lang.String
BPItemAwareElement. 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.String
BPActivityResource. getOperatingDemand()
Specifies the percentage of the execution time of the assigned activity that the activity resource will be needed.java.lang.String
BPGlobalTaskResource. getOperatingDemand()
Specifies the percentage of the execution time of the assigned global task that the global task resource will be needed.java.lang.String
BPResourceAtLane. getOperatingDemand()
Specifies the percentage of the execution time of each activity in the lane that the lane resource will be needed.java.lang.String
BPResourceAtProcess. getOperatingDemand()
Specifies the percentage of the execution time of the process that the responsible resource will be needed.int
BPActivityResource. getOperatingTime()
Specifies the time the activity resource will be needed for one execution of the activity.int
BPGlobalTaskResource. getOperatingTime()
Specifies the time the global task resource will be needed for one execution of the global task.int
BPResourceAtLane. getOperatingTime()
Specifies the time the lane resource will be needed for each execution of the contained activities.int
BPResourceAtProcess. getOperatingTime()
Specifies the time the responsible resource will be needed for one execution of the process.BPOperation
BPEventDefinition. getOperation()
The operation that is used by the event definition.BPOperation
BPTaskNode. 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)
BPDataIOAssociation
visually going out of thisBPActivityNode
even 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)
BPDataIOAssociation
visually going out of thisBPEventNode
even 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)
BPItemDefinitionRel
BPError. getOutgoingItemDefinitionRel()
AllBPItemDefinitionRel
of the error.java.util.List<BPItemDefinitionRel>
BPEscalation. getOutgoingItemDefinitionRel(K_CONTROL_OPTION... behaviourFlags)
AllBPItemDefinitionRel
of theBPEscalation
.BPItemDefinitionRel
BPItemAwareElement. getOutgoingItemDefinitionRel()
AllBPItemDefinitionRel
of the item aware element.BPItemDefinitionRel
BPMessage. getOutgoingItemDefinitionRel()
AllBPItemDefinitionRel
of the message.java.util.List<BPItemDefinitionRel>
BPSignal. getOutgoingItemDefinitionRel(K_CONTROL_OPTION... behaviourFlags)
AllBPItemDefinitionRel
of 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
.BPMessage
BPOperation. getOutMessageRef()
All outgoing messages.BPDataObject
BPEventNode. getOutputOfCatchEvent()
The output of the catch event.java.util.List<BPOutputSet>
BPInputOutputSpecifyAble. getOutputSet(K_CONTROL_OPTION... behaviourFlags)
AllBPOutputSet
of theBPInputOutputSpecifyAble
.BPOutputSet
BPObjOutputSetRef. getOutputSet()
BPOutputSet
of theBPObjOutputSetRef
.java.util.List<BPObjOutputSetRef>
BPDataObject. getOutputSetR(K_CONTROL_OPTION... behaviourFlags)
AllBPObjOutputSetRef
which 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.BPTaskNodeCall
BPTaskNode. 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)
AllBPObjInputSetRef
of theBPInputSet
.java.util.List<BPObjOutputSetRef>
BPOutputSet. getOwnedObjOutputSetRef(K_CONTROL_OPTION... behaviourFlags)
AllBPObjOutputSetRef
of 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
.BPResourceAtProcess
BPProcess. 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
.BPActivityNode
BPProperty. getOwningActivity()
TheBPActivityNode
of theBPProperty
.BPActivityNode
BPDataIOAssociation. getOwningActivityNode()
The activity of the data association.BPInterface
BPOperation. getOwningBPInterface()
BPTaskNode
BPTaskNodeCall. getOwningCallActivity()
The owning call activity.BPEventNode
BPDataObject. getOwningEvent()
TheBPEventNode
of the object.BPEventNode
BPDataIOAssociation. getOwningEventNode()
The event of the data association.BPEventNode
BPProperty. getOwningEventNode()
TheBPEventNode
of theBPProperty
.BPLane
BPResourceAtLane. getOwningLane()
The owningBPLane
.BPMaskDefinition
BPError. getOwningMaskDefinition()
The mask definition which the error relates to.BPMaskDefinition
BPEventDefinition. getOwningMaskDefinition()
The mask definition of the event definition.BPMaskDefinition
BPMaskField. getOwningMaskDefinition()
The mask definition of the mask field.BPParticipant
BPParticipantEntity. getOwningParticipant()
The owningBPParticipant
.BPParticipant
BPParticipantRole. getOwningParticipant()
The owningBPParticipant
.BPPath
BPElementAtPath. getOwningPath()
The owning path of this path assignment.BPPathAble
BPDataIOAssociation. getOwningPathAble()
BPProcess
BPProperty. getOwningProcess()
TheBPProcess
of theBPProperty
.BPLane
BPLane. 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.BPParticipant
BPParticipantAtActivity. 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.MERefAbleAsResource
BPParticipantEntity. 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.MERefAbleAsResource
BPParticipantRole. 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
.BPPathAble
BPElementAtPath. 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_INFO
BPPath. getPathAnimationInfo()
Information about how the path will be animated.BPPathContextAble
BPElementAtPath. 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_TYPE
BPPath. 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
.ADClientAble
BPPathAble. getPresentationInMasterView()
The presentation element in the master view node.ADClientAble
BPPathAble. 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.String
BPSequenceFlow. getProbability()
The probability of this flow.java.util.List<BPProcess>
BPCollaboration. getProcess()
All processes being defined by the collaboration.BPProcess
BPLaneSet. getProcess()
BPProcess
BPParticipant. getProcess()
BPProcess
BPResourceAtProcess. 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 thisBPProcess
visible 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_TYPE
BPProcess. 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.MERefAbleAsResource
BPResourceAtLane. getRefAbleAsResource()
ARG_Ask
BPTaskNode. getRefactorAsCallToNewGlobalTaskCheck()
Checks the whether the creation and assignment of aBPGlobalTask
is allowed or information of theBPTaskNode
will be lost.BPMessageFlow
BPMessageFlowMapping. getReference()
BPParticipant
BPParticipantMapping. getReference()
BPMessageFlow
BPMessageFlowMapping. getReferenced()
BPParticipant
BPParticipantMapping. 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)
MEStereotypeAble
BPArtifact. getRepresentedElement()
java.util.List<BPActivityResource>
BPActivityNode. getResource(K_CONTROL_OPTION... behaviourFlags)
All resource assignments of the activity.MERefAbleAsResource
BPActivityResource. getResource()
The element being represented by theBPActivityResource
.java.util.List<BPGlobalTaskResource>
BPGlobalTask. getResource(K_CONTROL_OPTION... behaviourFlags)
All resource assignments of the global task.MERefAbleAsResource
BPGlobalTaskResource. 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_TYPE
BPActivityResource. getResourceType()
The type of the activity resource.java.lang.String
BPActivityResource. getResourceTypeAsString()
The specified resource type enum value represented by a string.java.lang.String
BPGlobalTaskResource. getResourceTypeAsString()
The specified resource type enum value represented by a string.BRResource
BPProcess. getResponsibleResource()
BRResource
BPResourceAtProcess. getResponsibleResource()
java.lang.String
BPGlobalTask. getScript()
The modeler MAY include a script that can be run when theBPGlobalTask
is performed.java.lang.String
BPTaskNode. getScript()
The modeler MAY include a script that can be run when the task is performed.java.lang.String
BPGlobalTask. getScriptLanguage()
Defines the script language of thisBPGlobalTask
.java.lang.String
BPTaskNode. 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.BPSignal
BPEventDefinition. getSignal()
TheBPSignal
that 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.BPItemAwareElement
BPDataIOAssociation. getSingleSourceItemAwareElement()
Ensure a single source element for theBPDataIOAssociation
also the data model allows more than one source.BPItemAwareElement
BPDataIOAssociation. getSingleTargetItemAwareElement()
The target item of the data association.BPArtifact
BPAssociationArtifact. getSourceArtifact()
The source artifact.BPError
BPItemDefinitionRel. getSourceError()
The error being the source of theBPItemDefinitionRel
, hence being assigned the target business object.BPEscalation
BPItemDefinitionRel. getSourceEscalation()
TheBPEscalation
being the source of theBPItemDefinitionRel
, hence being assigned the target business object.BPMessageSequenceFlowNode
BPMessageFlow. 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.BPItemAwareElement
BPItemDefinitionRel. 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.BPMessage
BPItemDefinitionRel. getSourceMessage()
The message being the source of theBPItemDefinitionRel
, hence being assigned the target business object.BPSequenceFlowNode
BPSequenceFlow. getSourceNode()
The sourceBPSequenceFlowNode
.BPParticipant
BPMessageFlow. getSourceParticipant()
The source participant.BPSignal
BPItemDefinitionRel. getSourceSignal()
TheBPSignal
being 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 connectedELClassifier
of the assignedBPItemDefinition
at 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.BPDiaViewNode
BPPathContextAble. getStandardView()
java.lang.String
BPActivityNode. 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.String
BPItemAwareElement. 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.String
BPActivityNode. getStdLoopCondition()
The Property "LoopCondition" of the assignedBPStdLoopCharx
.java.lang.String
BPActivityNode. getStdLoopMaximum()
The Property "LoopMaximum" of the assignedBPStdLoopCharx
.boolean
BPActivityNode. getStdLoopTestBefore()
The Property "TestBefore" of the assignedBPStdLoopCharx
.ELClassifier
BPDataIOAssociation. getStructureOfExternalElement()
The structure definition of the business object of the element being considered external to thisBPDataIOAssociation
.ARG_ModifyByM2AttrOhValueListOut
BPDataIOAssociation. getStructurePartsForView()
Returns the list of structures and structure parts eligible for the structure yet to be defined.K_BP_SUBPROCESS_TYPE
BPSubProcess. getSubProcessType()
Type of the sub-process.java.util.List<BPInterface>
BPCallAble. getSupportedInterfaceRef()
The supported interfaces.BPProcess
BPSupportsRel. getSupportedProcess()
BPProcess
BPSupportsRel. 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.BPArtifact
BPAssociationArtifact. getTargetArtifact()
The target artifact.BPFlowElement
BPAssociationArtifact. getTargetFlowElement()
The target flow element.BPMessageSequenceFlowNode
BPMessageFlow. getTargetInSequenceFlow()
The target node.BPItemAwareElement
BPDataIOAssociation. getTargetItemAwareElement()
The target item of the data association.BPItemDefinition
BPDataIOAssociation. getTargetItemDefinition()
BPItemDefinition
BPItemDefinitionRel. getTargetItemDefinition()
The business object being target of thisBPItemDefinitionRel
.BPSequenceFlowNode
BPSequenceFlow. getTargetNode()
The targetBPSequenceFlowNode
.BPParticipant
BPMessageFlow. 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.ELClassifier
BPDataIOAssociation. getTargetStructureDefinition()
Returns the connectedELClassifier
of the assignedBPItemDefinition
at the associations target element.K_BP_TASK_IMPLEMENTATION
BPGlobalTask. getTaskImplementation()
Implementation of the task.K_BP_TASK_IMPLEMENTATION
BPTaskNode. 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_TYPE
BPTaskNode. getTaskType()
The type of the task or activity node.boolean
BPStdLoopCharx. 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.String
BPTimerEventDefinition. getTimeExpression()
Specification of the time.K_BP_TIME_EXPRESSION_TYPE
BPTimerEventDefinition. getTimeExpressionType()
The type of the time expression of theBPTimerEventDefinition
.BPFlowElementContainer
BPFlowElement. getTopFlowElementContainer()
BPFlowElementContainer
BPItemAwareElement. getTopItemAwareElementContainer()
Returns the top flow element container of this item aware element, which is either a process or a choreography.BPLaneSet
BPLane. getTopLaneSet()
K_BP_SUBPROCESS_TRANSACTION_METHOD
BPSubProcess. getTransactionMethod()
Defines the technique that will be used to undo a transaction that has been cancelled.java.lang.String
BPDataIOAssociation. getTransformationExpressionBody()
The transformation expression's text.java.lang.String
BPDataIOAssociation. getTransformationExpressionLanguage()
Specifies the languages which the transformation expression is stated in.BCExpression
BPDataIOAssociation. getTransformExpression()
The transformation expression definition used at the data I/O association.ELClassifier
BPMaskField. 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.boolean
BPTaskNode. 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.boolean
BPActivityNode. getUseResources()
Specifies if resources assigned to this activity are used for activity based costing.boolean
BPGlobalTask. getUseResources()
Specifies if resources assigned to this global task are used for activity based costing.boolean
BPLane. getUseResources()
Specifies if resources assigned to this lane are used for activity based costing.boolean
BPProcess. getUseResources()
Specifies if the responsible resources assigned to this process is used for activity based costing.boolean
BPSubProcess. 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 allBPItemAwareElement
on the source side of all ownedBPDataIOAssociation
by 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 allBPItemAwareElement
on the source side of all ownedBPDataIOAssociation
by 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 allBPItemAwareElement
on the target side of all ownedBPDataIOAssociation
by 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 allBPItemAwareElement
on the target side of all ownedBPDataIOAssociation
by 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.boolean
BPDataIOAssociation. hasSameSourceTargetDefinition()
True if the source and the target item aware elements have the same business object assigned.boolean
BPDataIOAssociation. 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.boolean
BPDataIOAssociation. hasSourceDefinitionWithStructure()
True if there is a business object at the source side and if that business object has a structure, too.boolean
BPItemDefinition. 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.boolean
BPDataIOAssociation. hasStructureOfExternalElement()
True if the element being considered external to thisBPDataIOAssociation
has a business object with a structure assigned.boolean
BPDataIOAssociation. hasTargetDefinitionWithStructure()
True if there is a business object at the target side and if that business object has a structure, too.static BPLane
BPLaneHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateLane, java.util.List<? extends BPLane> seqLaneSelection, K_INSERT kInsertAt)
Inserts a new lane using a lane template.boolean
BPEventDefinition. isAllowedForBoundary(BPActivityNode refObj)
boolean
BPEventNode. isBoundary(BPActivityNode refObj)
boolean
BPProcess. 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.boolean
BPDataObject. isCollection()
Defines if the Data Object represents a collection of elements.boolean
BPItemDefinition. isCollection()
Setting this flag to true indicates that the actual data type is a collection.boolean
BPConditionalEventDefinition. isConditionReused()
True if a global condition is used instead of a event condition.boolean
BPSequenceFlow. isConditionReused()
True if a global condition is used instead of a local expression.boolean
BPPath. isConfiguredForContext(BPPathContextAble refObj)
boolean
BPPath. isConfiguredForPathAble(BPPathAble refObj)
True if the path is suitable to contain this specific path element.boolean
BPDataObject. isDataObjectTypeDynamic()
If this flag is true, the data object type is automatically modified if the context of theBPDataObject
changes.boolean
BPSequenceFlow. isDefault()
Flag indicating, that an edge leaving an exclusive gateway, is the default one.boolean
BPEventNode. isEventTypeDynamic()
If this flag is true, the event type is automatically modified if the context of theBPEventNode
changes, e.g. aBPSequenceFlow
is connected to it so that the startBPEventNode
is not allowed to remain a start.boolean
BPDataIOAssociation. isExpressionReused()
True if a global expression is used instead of a local transformation rule.boolean
BPActivityNode. isForCompensation()
A flag that identifies whether this activity is intended for the purposes of compensation.boolean
BPGateway. isGatewayDirectionDynamic()
If this flag is true, the direction is automatically modified if the context of theBPEventNode
changes.boolean
BPSequenceFlow. 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.boolean
BPEventNode. isInEventSubProcess()
Returns true if theBPEventNode
is contained within aBPSubProcess
that is triggered by the event.boolean
BPParticipantAtActivity. isInitiating()
True, if the participant initiates the activity.boolean
BPGateway. isInstantiateEventBasedGateway()
boolean
BPTaskNode. isInstantiateReceiveTask()
Receive Tasks can be defined as the instantiation mechanism for the Process with the Instantiate attribute.boolean
BPEventNode. isInterrupting()
Denotes whether the activity should be cancelled or not, i.e., whether the boundary catch event acts as an error or an escalation.boolean
BPEventNode. isInTransactionSubProcess()
Returns true if theBPEventNode
is contained within aBPSubProcess
of type "transaction".boolean
BPEventNode. isLinkCatchEvent()
Returns TRUE if this event represents the catch of a link event definition.boolean
BPEventNode. isLinkEvent()
Returns TRUE if this event represents the catch or the throw of a link event definition.boolean
BPEventNode. isLinkThrowEvent()
Returns TRUE if this event represents the throw of a link event definition.boolean
BPDataIOAssociation. 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
.boolean
BPEventNode. isParallelMultiple()
This attribute is only relevant when the catch event has more than oneBPEventDefinition
(Multiple).boolean
BPProcess. isProcessOfCallActivity(BPTaskNode refObj)
Returns true if the process is called by the call activity.boolean
BPProcess. isProcessOfParticipant(BPParticipant refObj)
Returns true if the process is used by the participant.boolean
BPMultiInstLoopCharx. isSequential()
Flag that controls whether the activity instances will execute sequentially or in parallel.boolean
BPDataIOAssociation. 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.boolean
BPItemAwareElement. isStateReused()
boolean
BPDataIOAssociation. 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.boolean
BPSubProcess. isTriggeredByEvent()
If set to TRUE the subprocess is triggered by an event.boolean
BPDataStore. isUnlimited()
If true, the capacity is not limited.boolean
BPItemAwareElement. isUsedInPath(BPPath refObj)
boolean
BPEventDefinition. isWaitForCompletion()
Attribute for the CompensateEventDefinition.void
BPDataIOAssociation. reconnectRelship(ELElement ohNew, K_SIDE kSide)
Assigns this data association to a new source/target element.BPGlobalTask
BPTaskNode. refactorAsCallToNewGlobalTask()
Creates a new global task containing the elements of the task node.void
BPParticipant. 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.void
BPTaskNode. 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.void
BPLane. removeResource()
Removes the resource element from the lane.void
BPPath. replaceAssignedPathAble(java.util.List<ARG_BPPathElementSpec> seq)
void
BPEventDefinition. setActivityNode(BPActivityNode value)
Set the value of Foreign Key ActivityNode.void
BPEventNode. setActivityNode(BPActivityNode value)
Set the value of Foreign Key ActivityNode.void
BPSubProcess. setAdHocCancelRemainingInstances(boolean value)
Set the value of Attribut AdHocCancelRemainingInstances.void
BPSubProcess. setAdHocCompletionCondition(java.lang.String value)
Set the value of Attribut AdHocCompletionCondition.void
BPSubProcess. setAdHocOrdering(K_BP_SUBPROCESS_ADHOC_ORDERING value)
Set the value of Attribut AdHocOrdering.void
BPElementAtPath. setAnimationInfo(K_BP_PATHELEM_ANIM_INFO value)
Set the value of Attribut AnimationInfo.void
BPPath. setAnimSpeed(int value)
Set the value of Attribut AnimSpeed.void
BPActivityNode. setApplyInCalculation(boolean value)
Set the value of Attribut ApplyInCalculation.void
BPEventNode. setApplyInCalculation(boolean value)
Set the value of Attribut ApplyInCalculation.void
BPGlobalTask. setApplyInCalculation(boolean value)
Set the value of Attribut ApplyInCalculation.void
BPDataIOAssociation. setAssignmentExpression(java.util.List<? extends BCExpression> values)
Set the value of Foreign Key AssignmentExpression.void
BPActivityResource. setAssignmentType(K_BP_ACTIVITYRESOURCE_RACI_TYPE value)
Set the value of Attribut AssignmentType.void
BPGlobalTaskResource. setAssignmentType(K_BP_ACTIVITYRESOURCE_RACI_TYPE value)
Set the value of Attribut AssignmentType.void
BPResourceAtLane. setAssignmentType(K_BP_ACTIVITYRESOURCE_RACI_TYPE value)
Set the value of Attribut AssignmentType.void
BPEventNode. setAverageDegreeOfCompletion(java.lang.String value)
Set the value of Attribut AverageDegreeOfCompletion.void
BPChoreographyTask. setCallAbleChoreographyElement(BPCallAbleChoreographyElement value)
Set the value of Foreign Key CallAbleChoreographyElement.void
BPTaskNode. setCallAbleProcessElement(BPCallAbleProcessElement value)
Set the value of View CallAbleProcessElement.void
BPDataStore. setCapacity(java.lang.String value)
Set the value of Attribut Capacity.void
BPItemDefinition. setClassifier(ELClassifier value)
Set the value of Foreign Key Classifier.void
BPProcess. setClosed(boolean value)
Set the value of Attribut IsClosed.void
BPProcess. setCollaboration(BPCollaboration value)
Set the value of Foreign Key Collaboration.void
BPDataObject. setCollection(boolean value)
Set the value of Attribut IsCollection.void
BPItemDefinition. setCollection(boolean value)
Set the value of Attribut IsCollection.void
BPPath. setColor(java.lang.String value)
Set the value of Attribut Color.void
BPMultiInstLoopCharx. setCompletionCondition(java.lang.String value)
Set the value of Attribut CompletionCondition.void
BPActivityNode. setCompletionQuantity(java.lang.String value)
Set the value of Attribut CompletionQuantity.void
BPSequenceFlow. setConditionalExpression(BCExpression value)
Set the value of Foreign Key ConditionalExpression.void
BPSequenceFlow. setConditionExpression(java.lang.String value)
Set the value of Attribut ConditionExpression.void
BPConditionalEventDefinition. setConditionReused(boolean value)
Set the value of Attribut IsConditionReused.void
BPSequenceFlow. setConditionReused(boolean value)
Set the value of Attribut IsConditionReused.void
BPActivityNode. setCostsPerExecution(int value)
Set the value of Attribut CostsPerExecution.void
BPEventNode. setCostsPerExecution(int value)
Set the value of Attribut CostsPerExecution.void
BPGlobalTask. setCostsPerExecution(int value)
Set the value of Attribut CostsPerExecution.void
BPInteractionSpecification. setCreateOrientation(K_ORIENTATION value)
Set the value of Attribut CreateOrientation.void
BPProcess. setCreateOrientation(K_ORIENTATION value)
Set the value of Attribut CreateOrientation.void
BPInputSet. setDataInputs(java.util.List<? extends BPDataObject> values)
Set the value of View DataInputs.void
BPDataObject. setDataObjectOfCall(java.util.List<? extends BPDataObject> values)
Set the value of Foreign Key DataObjectOfCall.void
BPDataObject. setDataObjectOfCalledElement(BPDataObject value)
Set the value of Foreign Key DataObjectOfCalledElement.void
BPDataObject. setDataObjectType(K_BP_DATA_OBJECT_TYPE value)
Set the value of Attribut DataObjectType.void
BPDataObject. setDataObjectTypeDynamic(boolean value)
Set the value of Attribut IsDataObjectTypeDynamic.void
BPOutputSet. setDataOutputs(java.util.List<? extends BPDataObject> values)
Set the value of View DataOutputs.void
BPItemAwareElement. setDataStateDefinition(java.lang.String value)
Set the value of Attribut DataStateDefinition.void
BPDataObject. setDataStore(BPDataStore value)
Set the value of Foreign Key DataStore.void
BPSequenceFlow. setDefault(boolean value)
Set the value of Attribut IsDefault.void
BPError. setErrorCode(java.lang.String value)
Set the value of Attribut ErrorCode.void
BPError. setErrorEventDefinition(java.util.List<? extends BPEventDefinition> values)
Set the value of Foreign Key ErrorEventDefinition.void
BPEventDefinition. setErrorRef(BPError value)
Set the value of Foreign Key ErrorRef.void
BPOperation. setErrorRef(java.util.List<? extends BPError> values)
Set the value of Foreign Key ErrorRef.void
BPEventDefinition. setEscalation(BPEscalation value)
Set the value of Foreign Key Escalation.void
BPEscalation. setEscalationCode(java.lang.String value)
Set the value of Attribut EscalationCode.void
BPActivityNode. setEventDefinition(java.util.List<? extends BPEventDefinition> values)
Set the value of Foreign Key EventDefinition.void
BPEscalation. setEventDefinition(java.util.List<? extends BPEventDefinition> values)
Set the value of Foreign Key EventDefinition.void
BPEventNode. setEventDefinition(java.util.List<? extends BPEventDefinition> values)
Set the value of Foreign Key EventDefinition.void
BPSignal. setEventDefinition(java.util.List<? extends BPEventDefinition> values)
Set the value of Foreign Key EventDefinition.void
BPEventDefinition. setEventDefinitionType(K_BP_EVENTDEFINITION_TYPE value)
Set the value of Attribut EventDefinitionType.void
BPEventDefinition. setEventExpression(java.lang.String value)
Set the value of Attribut EventExpression.void
BPEventNode. setEventType(K_BP_EVENT_TYPE value)
Set the value of Attribut EventType.void
BPEventNode. setEventTypeDynamic(boolean value)
Set the value of Attribut IsEventTypeDynamic.void
BPActivityNode. setExecutionTime(int value)
Set the value of Attribut ExecutionTime.void
BPEventNode. setExecutionTime(int value)
Set the value of Attribut ExecutionTime.void
BPGlobalTask. setExecutionTime(int value)
Set the value of Attribut ExecutionTime.void
BPConditionalEventDefinition. setExpression(BCExpression value)
Set the value of Foreign Key Expression.void
BPPath. setExpression(java.util.List<? extends BCExpression> values)
Set the value of Foreign Key Expression.void
BPDataIOAssociation. setExpressionReused(boolean value)
Set the value of Attribut IsExpressionReused.void
BPMaskField. setFieldType(K_BP_MASKFIELD_TYPE value)
Set the value of Attribut FieldType.void
BPDataIOAssociation. setFlowDirection(K_BP_DATA_IOASSOC_DIRECTION value)
Set the value of Info FlowDirection.void
BPGroupArtifact. setFlowElement(java.util.List<? extends BPFlowElement> values)
Set the value of Foreign Key FlowElement.void
BPActivityNode. setForCompensation(boolean value)
Set the value of Attribut IsForCompensation.void
BPActivityNode. setFrequencyPerYear(int value)
Set the value of Attribut FrequencyPerYear.void
BPEventNode. setFrequencyPerYear(int value)
Set the value of Attribut FrequencyPerYear.void
BPGlobalTask. setFrequencyPerYear(int value)
Set the value of Attribut FrequencyPerYear.void
BPGateway. setGatewayDirection(K_BP_GATEWAY_DIRECTION value)
Set the value of Attribut GatewayDirection.void
BPGateway. setGatewayDirectionDynamic(boolean value)
Set the value of Attribut IsGatewayDirectionDynamic.void
BPGateway. setGatewayType(K_BP_GATEWAY_TYPE value)
Set the value of Attribut GatewayType.void
BPGlobalTask. setGlobalTaskType(K_BP_GLOBAL_TASK_TYPE value)
Set the value of Attribut GlobalTaskType.void
BPFlowElement. setGroupArtifact(java.util.List<? extends BPGroupArtifact> values)
Set the value of Foreign Key GroupArtifact.void
BPSequenceFlow. setImmediate(boolean value)
Set the value of Attribut IsImmediate.void
BPParticipantAtActivity. setInitiating(boolean value)
Set the value of Attribut IsInitiating.void
BPOperation. setInMessageRef(BPMessage value)
Set the value of Foreign Key InMessageRef.void
BPGateway. setInstantiateEventBasedGateway(boolean value)
Set the value of Attribut IsInstantiateEventBasedGateway.void
BPTaskNode. setInstantiateReceiveTask(boolean value)
Set the value of Attribut IsInstantiateReceiveTask.void
BPItemAwareElement. setInState(java.util.List<? extends BSState> values)
Set the value of View InState.void
BPParticipant. setInterfaceRef(java.util.List<? extends BPInterface> values)
Set the value of Foreign Key InterfaceRef.void
BPEventNode. setInterrupting(boolean value)
Set the value of Attribut IsInterrupting.void
BPCallAbleProcessElement. setIOEqualToCall(BPTaskNode refCall)
Makes the own interface equal to the interface of the call activity passed.void
BPItemDefinition. setItemKind(K_BP_ITEM_KIND value)
Set the value of Attribut ItemKind.void
BPError. setItemRef(BPItemDefinition value)
Set the value of View ItemRef.void
BPEscalation. setItemRef(BPItemDefinition value)
Set the value of View ItemRef.void
BPMessage. setItemRef(BPItemDefinition value)
Set the value of View ItemRef.void
BPSignal. setItemRef(BPItemDefinition value)
Set the value of View ItemRef.void
BPItemAwareElement. setItemSubjectRef(BPItemDefinition value)
Set the value of View ItemSubjectRef.void
BPDataObject. setItemSubjectRefOfStore(BPItemDefinition value)
Set the value of View ItemSubjectRefOfStore.void
BPLane. setLaneMaintenanceType(K_BP_LANESET_TYPE value)
Set the value of Attribut LaneMaintenanceType.void
BPLaneSet. setLaneMaintenanceType(K_BP_LANESET_TYPE value)
Set the value of Attribut LaneMaintenanceType.void
BPMultiInstLoopCharx. setLoopCardinality(java.lang.String value)
Set the value of Attribut LoopCardinality.void
BPActivityNode. setLoopCharxType(K_BP_ACTIVITY_LOOPCHARX_TYPE value)
Set the value of Info LoopCharxType.void
BPStdLoopCharx. setLoopCondition(java.lang.String value)
Set the value of Attribut LoopCondition.void
BPStdLoopCharx. setLoopMaximum(java.lang.String value)
Set the value of Attribut LoopMaximum.void
BPGlobalTask. setMaskDefinition(BPMaskDefinition value)
Set the value of Foreign Key MaskDefinition.void
BPTaskNode. setMaskDefinition(BPMaskDefinition value)
Set the value of Foreign Key MaskDefinition.void
BPActivityNode. setMeanLoopNumber(int value)
Set the value of Attribut MeanLoopNumber.void
BPMessageReferencingElement. setMessage(BPMessage value)
Set the value of Foreign Key Message.void
BPActivityNode. setMultiLoopCardinality(java.lang.String value)
Set the value of Info MultiLoopCardinality.void
BPActivityNode. setMultiLoopCompletionCondition(java.lang.String value)
Set the value of Info MultiLoopCompletionCondition.void
BPActivityNode. setMultiLoopIsSequential(boolean value)
Set the value of Info MultiLoopIsSequential.void
BPItemAwareElement. setObjectname(java.lang.String value)
Set the value of Info Objectname.void
BPItemAwareElement. setObjectstate(java.lang.String value)
Set the value of Info Objectstate.void
BPItemAwareElement. setObjectstructure(java.lang.String value)
Set the value of Info Objectstructure.void
BPActivityResource. setOperatingDemand(java.lang.String value)
Set the value of Attribut OperatingDemand.void
BPGlobalTaskResource. setOperatingDemand(java.lang.String value)
Set the value of Attribut OperatingDemand.void
BPResourceAtLane. setOperatingDemand(java.lang.String value)
Set the value of Attribut OperatingDemand.void
BPResourceAtProcess. setOperatingDemand(java.lang.String value)
Set the value of Attribut OperatingDemand.void
BPActivityResource. setOperatingTime(int value)
Set the value of Attribut OperatingTime.void
BPGlobalTaskResource. setOperatingTime(int value)
Set the value of Attribut OperatingTime.void
BPResourceAtLane. setOperatingTime(int value)
Set the value of Attribut OperatingTime.void
BPResourceAtProcess. setOperatingTime(int value)
Set the value of Attribut OperatingTime.void
BPEventDefinition. setOperation(BPOperation value)
Set the value of Foreign Key Operation.void
BPTaskNode. setOperation(BPOperation value)
Set the value of Foreign Key Operation.void
BPOperation. setOutMessageRef(BPMessage value)
Set the value of Foreign Key OutMessageRef.void
BPEventNode. setParallelMultiple(boolean value)
Set the value of Attribut IsParallelMultiple.void
BPInterface. setParticipant(java.util.List<? extends BPParticipant> values)
Set the value of Foreign Key Participant.void
BPParticipant. setPartnerEntity(java.util.List<? extends MERefAbleAsResource> values)
Set the value of View PartnerEntity.void
BPParticipant. setPartnerRole(java.util.List<? extends MERefAbleAsResource> values)
Set the value of View PartnerRole.void
BPPath. setPathAnimationInfo(K_BP_PATH_ANIM_INFO value)
Set the value of Attribut PathAnimationInfo.void
BPPath. setPathContextAble(java.util.List<? extends BPPathContextAble> values)
Set the value of Foreign Key PathContextAble.void
BPPath. setPathType(K_BP_PATH_TYPE value)
Set the value of Attribut PathType.void
BPSequenceFlow. setProbability(java.lang.String value)
Set the value of Attribut Probability.void
BPParticipant. setProcess(BPProcess value)
Set the value of Foreign Key Process.void
BPResourceAtProcess. setProcess(BPProcess value)
Set the value of Foreign Key Process.void
BPProcess. setProcessType(K_BP_PROCESS_TYPE value)
Set the value of Attribut ProcessType.void
BPLane. setRefAbleAsResource(java.util.List<? extends MERefAbleAsResource> values)
Set the value of View RefAbleAsResource.void
BPResourceAtLane. setRefAbleAsResource(MERefAbleAsResource value)
Set the value of Foreign Key RefAbleAsResource.void
BPArtifact. setRepresentedElement(MEStereotypeAble value)
Set the value of Foreign Key RepresentedElement.void
BPActivityResource. setResource(MERefAbleAsResource value)
Set the value of Foreign Key Resource.void
BPGlobalTaskResource. setResource(MERefAbleAsResource value)
Set the value of Foreign Key Resource.void
BPActivityNode. setResourceAssigned(java.util.List<? extends MERefAbleAsResource> values)
Set the value of View ResourceAssigned.void
BPActivityResource. setResourceType(K_BP_ACTIVITYRESOURCE_TYPE value)
Set the value of Attribut ResourceType.void
BPProcess. setResponsibleResource(BRResource value)
Set the value of View ResponsibleResource.void
BPTaskNode. 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.void
BPTaskNode. 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.void
BPGlobalTask. setScript(java.lang.String value)
Set the value of Attribut Script.void
BPTaskNode. setScript(java.lang.String value)
Set the value of Attribut Script.void
BPGlobalTask. setScriptLanguage(java.lang.String value)
Set the value of Attribut ScriptLanguage.void
BPTaskNode. setScriptLanguage(java.lang.String value)
Set the value of Attribut ScriptLanguage.void
BPMultiInstLoopCharx. setSequential(boolean value)
Set the value of Attribut IsSequential.void
BPEventDefinition. setSignal(BPSignal value)
Set the value of Foreign Key Signal.void
BPDataIOAssociation. setSingleSourceItemAwareElement(BPItemAwareElement value)
Set the value of Foreign Key SingleSourceItemAwareElement.void
BPDataIOAssociation. setSingleTargetItemAwareElement(BPItemAwareElement value)
Set the value of Foreign Key SingleTargetItemAwareElement.void
BPMessageFlow. setSourceInSequenceFlow(BPMessageSequenceFlowNode value)
Set the value of Foreign Key SourceInSequenceFlow.void
BPDataIOAssociation. setSourceItemAwareElement(java.util.List<? extends BPItemAwareElement> values)
Set the value of Foreign Key SourceItemAwareElement.void
BPActivityNode. setStartQuantity(java.lang.String value)
Set the value of Attribut StartQuantity.void
BPItemAwareElement. setStateReused(boolean value)
Set the value of Attribut IsStateReused.void
BPActivityNode. setStdLoopCondition(java.lang.String value)
Set the value of Info StdLoopCondition.void
BPActivityNode. setStdLoopMaximum(java.lang.String value)
Set the value of Info StdLoopMaximum.void
BPActivityNode. setStdLoopTestBefore(boolean value)
Set the value of Info StdLoopTestBefore.void
BPSubProcess. setSubProcessType(K_BP_SUBPROCESS_TYPE value)
Set the value of Attribut SubProcessType.void
BPCallAble. setSupportedInterfaceRef(java.util.List<? extends BPInterface> values)
Set the value of Foreign Key SupportedInterfaceRef.void
BPMessageFlow. setTargetInSequenceFlow(BPMessageSequenceFlowNode value)
Set the value of Foreign Key TargetInSequenceFlow.void
BPDataIOAssociation. setTargetItemAwareElement(BPItemAwareElement value)
Set the value of Foreign Key TargetItemAwareElement.void
BPGlobalTask. setTaskImplementation(K_BP_TASK_IMPLEMENTATION value)
Set the value of Attribut TaskImplementation.void
BPTaskNode. setTaskImplementation(K_BP_TASK_IMPLEMENTATION value)
Set the value of Attribut TaskImplementation.void
BPTaskNode. setTaskType(K_BP_TASKNODE_TYPE value)
Set the value of Attribut TaskType.void
BPStdLoopCharx. setTestBefore(boolean value)
Set the value of Attribut TestBefore.void
BPTimerEventDefinition. setTimeExpression(java.lang.String value)
Set the value of Attribut TimeExpression.void
BPTimerEventDefinition. setTimeExpressionType(K_BP_TIME_EXPRESSION_TYPE value)
Set the value of Attribut TimeExpressionType.void
BPSubProcess. setTransactionMethod(K_BP_SUBPROCESS_TRANSACTION_METHOD value)
Set the value of Attribut TransactionMethod.void
BPDataIOAssociation. setTransformationExpressionBody(java.lang.String value)
Set the value of Attribut TransformationExpressionBody.void
BPDataIOAssociation. setTransformExpression(BCExpression value)
Set the value of Foreign Key TransformExpression.void
BPSubProcess. setTriggeredByEvent(boolean value)
Set the value of Attribut IsTriggeredByEvent.void
BPDataStore. setUnlimited(boolean value)
Set the value of Attribut IsUnlimited.void
BPTaskNode. setUseCallActivity(boolean value)
Set the value of Attribut UseCallActivity.void
BPActivityNode. setUseResources(boolean value)
Set the value of Attribut UseResources.void
BPGlobalTask. setUseResources(boolean value)
Set the value of Attribut UseResources.void
BPLane. setUseResources(boolean value)
Set the value of Attribut UseResources.void
BPProcess. setUseResources(boolean value)
Set the value of Attribut UseResources.void
BPSubProcess. setUseSubProcess(boolean value)
Set the value of Attribut UseSubProcess.void
BPEventDefinition. setWaitForCompletion(boolean value)
Set the value of Attribut IsWaitForCompletion.java.util.List<BPEventNode>
BPSequenceFlow. splitWithPairedLinkEvent()
void
BPProcess. 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 BPDiaChoreographyViewNode
BPDia. addDiaChoreographyViewNode(BPChoreography ohChoreography, java.awt.Point position, java.awt.Point size, boolean isExpanded)
BPDiaCollaborationViewNode
BPDia. addDiaCollaborationViewNode(BPCollaboration ohCollaboration, java.awt.Point position, java.awt.Point size, boolean isExpanded, boolean areProcessesExpanded)
BPDiaCollaborationViewNode
BPDia. 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)
BPDiaProcessViewNode
BPDia. addDiaProcessViewNode(BPProcess ohProcess, PRPresElement ohPresOfOwner, java.awt.Point position, java.awt.Point size, boolean isExpanded)
void
BPDiaViewNode. becomeMasterView()
void
BPDiaViewNode. becomeRegularView()
void
BPDiaViewNode. becomeSynchronizedView()
void
BPDiaViewNode. correctExistingViewContent()
Makes this view a correct but not necessarily complete copy of the current master view.void
BPDiaParticipantNode. 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.void
BPDiaTaskNode. 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 BPDia
BPDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new BPMN Diagram with template and container.static BPDia
BPDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new BPMN Diagram with stereotype and container.static BPDia
BPDiaHelper. createDefinition(SrvContext srvCtx, BPPathContextAble elementToDefine, ADClientAble diaCurrent, K_ORIENTATION orientation, boolean dontAddDefinition, boolean dontMoveMaster)
Creates a new definition diagram for the process or collaboration.BPDiaTaskNode
BPDiaProcessViewNode. getCallActivityNode()
Containing call activity node of the process view node.BPDiaProcessViewNode
BPDiaTaskNode. 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.BPDia
BPDiaViewNode. getDiagramOfView()
BPDiaItemNode
BPDiaProcessViewNode. getDiaItemNode(BPItemAwareElement refObj)
Returns the presentation node of the item aware element.BPDiaLaneNode
BPDiaProcessViewNode. getDiaLaneNode(BPLane refObj)
Returns the presentation node of the lane.BPDiaSequenceFlow
BPDiaProcessViewNode. getDiaSequenceFlow(BPSequenceFlow refObj)
Returns the presentation edge of the flow.BPDiaSequenceFlowNode
BPDiaProcessViewNode. getDiaSequenceFlowNode(BPSequenceFlowNode refObj)
Returns the presentation node of the flow node.BPLaneSet
BPDiaProcessViewNode. getLaneSet()
The top lane set displayed in the process view node.BPLaneSet
BPDiaProcessViewNode. 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.BPDiaLaneNode
BPDiaProcessViewNode. 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)
AllBPDiaArtifactNode
of theBPDia
.<T extends BPDiaArtifactNode>
java.util.List<T>BPDiaLaneNode. getOwnedArtifactNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
BPDiaArtifactNode
owned by theBPDiaLaneNode
.<T extends BPDiaArtifactNode>
java.util.List<T>BPDiaSubProcessNode. getOwnedArtifactNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
BPDiaArtifactNode
owned by theBPDiaSubProcessNode
.<T extends BPDiaArtifactNode>
java.util.List<T>BPDiaViewNode. getOwnedArtifactNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllBPDiaArtifactNode
owned by theBPDiaViewNode
.java.util.List<BPDiaAssocEdge>
BPDiaGroupNode. getOwnedAssocEdge(K_CONTROL_OPTION... behaviourFlags)
AllBPDiaAssocEdge
in the group node.java.util.List<BPDiaAssocEdge>
BPDiaLaneNode. getOwnedAssocEdge(K_CONTROL_OPTION... behaviourFlags)
AllBPDiaAssocEdge
of theBPDiaLaneNode
.java.util.List<BPDiaAssocEdge>
BPDiaProcessViewNode. getOwnedAssocEdge(K_CONTROL_OPTION... behaviourFlags)
AllBPDiaAssocEdge
of 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)
AllBPDiaDataAssocEdge
in the group node.java.util.List<BPDiaDataAssocEdge>
BPDiaLaneNode. getOwnedDataAssocEdge(K_CONTROL_OPTION... behaviourFlags)
AllBPDiaDataAssocEdge
of theBPDiaLaneNode
.java.util.List<BPDiaDataAssocEdge>
BPDiaProcessViewNode. getOwnedDataAssocEdge(K_CONTROL_OPTION... behaviourFlags)
AllBPDiaDataAssocEdge
of theBPDiaProcessViewNode
.java.util.List<BPDiaDataNode>
BPDiaLaneNode. getOwnedDataNode(K_CONTROL_OPTION... behaviourFlags)
AllBPDiaDataNode
of theBPDiaLaneNode
.java.util.List<BPDiaDataNode>
BPDiaProcessViewNode. getOwnedDataNode(K_CONTROL_OPTION... behaviourFlags)
BPDiaDataNode
owned by theBPDiaProcessViewNode
.java.util.List<BPDiaDataNode>
BPDiaSubProcessNode. getOwnedDataNode(K_CONTROL_OPTION... behaviourFlags)
BPDiaDataNode
owned 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)
AllBPDiaMappingAssoc
of 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)
AllBPDiaParticipantNode
of theBPDiaChoreographyViewNode
.java.util.List<BPDiaParticipantNode>
BPDiaCollaborationViewNode. getOwnedParticipantNode(K_CONTROL_OPTION... behaviourFlags)
AllBPDiaParticipantNode
of theBPDiaCollaborationViewNode
.BPDiaProcessViewNode
BPDiaParticipantNode. getOwnedProcessNode()
BPDiaProcessViewNode
owned 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)
BPDiaSequenceFlow
owned by theBPDiaChoreographyViewNode
.java.util.List<BPDiaSequenceFlow>
BPDiaLaneNode. getOwnedSequenceFlow(K_CONTROL_OPTION... behaviourFlags)
AllBPDiaSequenceFlow
of theBPDiaLaneNode
.java.util.List<BPDiaSequenceFlow>
BPDiaProcessViewNode. getOwnedSequenceFlow(K_CONTROL_OPTION... behaviourFlags)
BPDiaSequenceFlow
owned by theBPDiaProcessViewNode
.<T extends BPDiaSequenceFlowNode>
java.util.List<T>BPDiaChoreographyViewNode. getOwnedSequenceFlowNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllBPDiaSequenceFlowNode
of theBPDiaChoreographyViewNode
.<T extends BPDiaSequenceFlowNode>
java.util.List<T>BPDiaLaneNode. getOwnedSequenceFlowNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllBPDiaSequenceFlowNode
of theBPDiaLaneNode
.<T extends BPDiaSequenceFlowNode>
java.util.List<T>BPDiaProcessViewNode. getOwnedSequenceFlowNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllBPDiaSequenceFlowNode
of theBPDiaProcessViewNode
.<T extends BPDiaSequenceFlowNode>
java.util.List<T>BPDiaSubProcessNode. getOwnedSequenceFlowNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllBPDiaSequenceFlowNode
of 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)
AllBPDiaTextNode
of 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
.BPDiaSubProcessNode
BPDiaEventNode. getOwningBoundarySubProcessNode()
TheBPDiaSubProcessNode
of the boundary event node.BPDiaTaskNode
BPDiaEventNode. getOwningBoundaryTaskNode()
TheBPDiaTaskNode
of the boundary event node.BPDiaChoreographyViewNode
BPDiaParticipantNode. getOwningChoreographyNode()
TheBPDiaChoreographyViewNode
of theBPDiaParticipantNode
.BPDiaChoreographyTaskNode
BPDiaParticipantCompartmentNode. getOwningChoreographyTask()
The choreography task node of the participant compartment node.BPDiaChoreographyViewNode
BPDiaSequenceFlow. getOwningChoreographyViewNode()
OwningBPDiaChoreographyViewNode
of theBPDiaSequenceFlow
.BPDiaChoreographyViewNode
BPDiaSequenceFlowNode. getOwningChoreographyViewNode()
TheBPDiaChoreographyViewNode
of theBPDiaSequenceFlowNode
.BPDiaCollaborationViewNode
BPDiaParticipantNode. getOwningCollaborationNode()
TheBPDiaCollaborationViewNode
of theBPDiaParticipantNode
.BPDiaCollaborationViewNode
BPDiaMessageFlow. getOwningCollaborationViewNode()
Owning view node of the message flow edge.BPDia
BPDiaArtifactNode. getOwningDia()
TheBPDia
of theBPDiaArtifactNode
.BPDia
BPDiaGroupAssignment. getOwningDia()
The diagram of the group assignment edge.BPDia
BPDiaItemNode. getOwningDia()
TheBPDia
of the element.BPDia
BPDiaMappingAssoc. getOwningDia()
TheBPDia
of theBPDiaMappingAssoc
.BPDia
BPDiaMessageFlow. getOwningDia()
Owning diagram of the message flow edge.BPDia
BPDiaStructureEdge. getOwningDia()
TheBPDia
owning the structure edge.BPDia
BPDiaSupportEdge. getOwningDia()
TheBPDia
owning the support edge.BPDia
BPDiaTermEdge. getOwningDia()
BPDia
BPDiaTermNode. getOwningDia()
BPDia
BPDiaTextNode. getOwningDia()
TheBPDia
of theBPDiaTextNode
.BPDia
BPDiaViewNode. getOwningDia()
TheBPDia
of the element.BPDia
BPDiaViewContentEdge. getOwningDiagram()
TheBPDia
owning the view content edge.BPDiaGroupNode
BPDiaAssocEdge. getOwningGroupNode()
The group node of theBPDiaAssocEdge
.BPDiaGroupNode
BPDiaDataAssocEdge. getOwningGroupNode()
The group node of theBPDiaDataAssocEdge
.BPDiaGroupNode
BPDiaFlowEdge. getOwningGroupNode()
The group node of the flow edge.BPDiaGroupNode
BPDiaFlowNode. getOwningGroupNode()
TheBPDiaGroupNode
owning the flow nodes.BPDiaGroupNode
BPDiaItemNode. getOwningGroupNode()
TheBPDiaGroupNode
owning the item nodes.BPDiaLaneNode
BPDiaArtifactNode. getOwningLaneNode()
OwningBPDiaLaneNode
of theBPDiaArtifactNode
.BPDiaLaneNode
BPDiaAssocEdge. getOwningLaneNode()
TheBPDiaLaneNode
of theBPDiaAssocEdge
.BPDiaLaneNode
BPDiaDataAssocEdge. getOwningLaneNode()
TheBPDiaLaneNode
of theBPDiaDataAssocEdge
.BPDiaLaneNode
BPDiaDataNode. getOwningLaneNode()
TheBPDiaLaneNode
of theBPDiaDataNode
.BPDiaLaneNode
BPDiaSequenceFlow. getOwningLaneNode()
TheBPDiaLaneNode
of theBPDiaSequenceFlow
.BPDiaLaneNode
BPDiaSequenceFlowNode. getOwningLaneNode()
TheBPDiaLaneNode
of theBPDiaSequenceFlowNode
.BPDiaMaskCompartmentNode
BPDiaMaskCompartmentEntry. getOwningMaskCompartmentNode()
The compartment node of the compartment entry.BPDiaMaskNode
BPDiaMaskCompartmentNode. getOwningMaskNode()
The mask node of the compartment node.BPDiaMaskTaskNode
BPDiaMaskCompartmentNode. getOwningMaskTaskNode()
The user task node of the compartment node.BPDiaParticipantNode
BPDiaProcessViewNode. getOwningParticipantNode()
OwningBPDiaParticipantNode
of theBPDiaProcessViewNode
.BPDiaProcessViewNode
BPDiaAssocEdge. getOwningProcessViewNode()
TheBPDiaProcessViewNode
of theBPDiaAssocEdge
.BPDiaProcessViewNode
BPDiaDataAssocEdge. getOwningProcessViewNode()
TheBPDiaProcessViewNode
of theBPDiaDataAssocEdge
.BPDiaProcessViewNode
BPDiaDataNode. getOwningProcessViewNode()
OwningBPDiaProcessViewNode
of theBPDiaDataNode
.BPDiaProcessViewNode
BPDiaLaneNode. getOwningProcessViewNode()
Owning process view node of the lane node.BPDiaProcessViewNode
BPDiaSequenceFlow. getOwningProcessViewNode()
OwningBPDiaProcessViewNode
of theBPDiaSequenceFlow
.BPDiaProcessViewNode
BPDiaSequenceFlowNode. getOwningProcessViewNode()
TheBPDiaProcessViewNode
of theBPDiaSequenceFlowNode
.BPDiaSubProcessNode
BPDiaArtifactNode. getOwningSubProcessNode()
OwningBPDiaSubProcessNode
of theBPDiaArtifactNode
.BPDiaSubProcessNode
BPDiaDataNode. getOwningSubProcessNode()
OwningBPDiaSubProcessNode
of theBPDiaDataNode
.BPDiaSubProcessNode
BPDiaSequenceFlowNode. getOwningSubProcessNode()
TheBPDiaSubProcessNode
of theBPDiaSequenceFlowNode
.BPDiaTaskNode
BPDiaMaskNode. getOwningTaskNode()
TheBPDiaTaskNode
of the mask node.BPDiaViewNode
BPDiaArtifactNode. getOwningViewNode()
OwningBPDiaViewNode
of theBPDiaArtifactNode
.BPDiaViewNode
BPDiaMessageNode. getOwningViewNode()
The view node of the message node.BPDiaProcessViewNode
BPDiaRedundantEdge. getOwningViewNode()
The view node of the redundant edge.BPDiaProcessViewNode
BPDiaRenderingNode. getOwningViewNode()
The view node of the rendering node.BPDiaLaneNode
BPDiaLaneNode. getParentLaneNode()
BPPath
BPDiaViewNode. getPath()
BPPath
BPDiaViewNode. 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 refObj
and which do not belong to another view nested into this one.BPProcess
BPDiaProcessViewNode. getProcess()
BPDiaProcessViewNode
BPDiaLaneNode. getProcessViewNode()
The process view node of the lane node.boolean
BPDiaViewNode. isCompletelyMaintained()
Returns TRUE if all model elements contained in the element being displayed by the view have a presentation element.boolean
BPDiaViewNode. isCorrect()
Returns true if the hierarchy of the model elements is displayed correctly.boolean
BPDiaViewNode. isCorrectAndComplete()
Returns true if the view is considered to be correct and complete.boolean
BPDiaViewNode. isInMasterViewNode()
boolean
BPDiaEventNode. isLinkCatchEvent()
Returns TRUE if this event node represents the catch of a link event definition.boolean
BPDiaEventNode. isLinkEvent()
Returns TRUE if this event node represents the catch or the throw of a link event definition.boolean
BPDiaEventNode. isLinkThrowEvent()
Returns TRUE if this event node represents the throw of a link event definition.boolean
BPDiaMaskCompartmentNode. isMaintainedCompartment()
True, if this mask compartment is maintained.boolean
BPDia. isMasterDia()
True if the diagram is meant to contain exactly one master view node.boolean
BPDiaViewNode. isMasterView()
Returns true if the view is the master view, which means it is the definition of either a process or an interaction specification.boolean
BPDia. isMasterWithoutDefinition()
True if it is the master BPMN process diagram but does not contain the process definition, just a synchronized reference to it.boolean
BPDiaMaskCompartmentNode. isOpen()
True, if the contents of this mask compartment are visible.boolean
BPDiaMaskTaskNode. isOpen()
True, if the contents of this mask task are visible.boolean
BPDiaParticipantNode. 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.boolean
BPDiaTaskNode. 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.boolean
BPDiaParticipantNode. isOwnedProcessViewCorrect()
Returns true if the node contains a reference to the process executed and if the hierarchy of the model elements is displayed correctly.boolean
BPDiaTaskNode. 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.boolean
BPDiaParticipantNode. isOwnedProcessViewCorrectAndComplete()
boolean
BPDiaTaskNode. isOwnedProcessViewCorrectAndComplete()
boolean
BPDiaParticipantNode. isOwnedProcessViewMaster()
True if the participant node contains a master process view node.boolean
BPDiaTaskNode. isOwnedProcessViewMaster()
True if it contains a master process view node.boolean
BPDiaViewNode. isSyncedCopy()
True if it is a reference and if the reference always contains a complete and correct copy of the defining view.boolean
BPDiaViewNode. isVisibleAndSelectable()
True if the view is either top-level or nested inside of nodes which are expanded.void
BPDiaParticipantNode. letOwnedProcessViewBecomeMaster()
Declares the contained view to be the one and only master view, if the node contains a reference to the process executed, .void
BPDiaTaskNode. letOwnedProcessViewBecomeMaster()
ARG_BPDiaMasterDiaWithView
BPDiaParticipantNode. 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_BPDiaMasterDiaWithView
BPDiaTaskNode. 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_BPDiaMasterDiaWithView
BPDiaViewNode. moveMasterToNewDiagram()
void
BPDiaViewNode. rebuildExactlyFromMasterView()
Makes this view a perfect copy of the current master view.void
BPDiaParticipantNode. rebuildOwnedProcessViewExactlyFromMaster()
If the node contains a reference to the process called, it makes this view a perfect copy of the current master view.void
BPDiaTaskNode. 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.BPDiaTaskNode
BPDiaSubProcessNode. 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.BPDiaSubProcessNode
BPDiaTaskNode. refactorCallAndProcessAsSubProcess()
Creates a new sub process containing the elements of the process.ARG_BPDiaMasterDiaWithView
BPDiaViewNode. removeMasterMoveToNewDiagram()
void
BPDiaProcessViewNode. setFilterCriteria(boolean hideObjectFlow)
Modifies the criteria for visible elements inside the process view.static void
BPDiaProcessViewNodeHelper. setFilterCriteria(SrvContext srvCtx, java.util.List<? extends BPDiaProcessViewNode> sel, boolean hideObjectFlow)
Modifies the criteria for visible elements inside the process view.void
BPDiaProcessViewNode. setLaneSet(BPLaneSet value)
Set the value of Foreign Key LaneSet.void
BPDiaViewNode. setPathDisplayed(BPPath value)
Set the value of View PathDisplayed.void
BPDia. setVisibleCompartment(java.util.List<? extends PRDiaNode> seqNode, java.util.List<ARG_CompartmentVisibilityList> seqComp)
void
BPDiaViewNode. 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 BRCostCenter
BRCostCenterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Cost Center with template and container.static BRCostCenter
BRCostCenterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Cost Center with stereotype and container.static BRLocation
BRLocationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Location with template and container.static BRLocation
BRLocationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Location with stereotype and container.static BROrgUnit
BROrgUnitHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Organizational Unit with template and container.static BROrgUnit
BROrgUnitHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Organizational Unit with stereotype and container.static BROrgUnitMemberRel
BROrgUnitMemberRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Membership with template from source to target element.static BROrgUnitMemberRel
BROrgUnitMemberRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Membership with stereotype from source to target element.static BROrgUnitPersonRel
BROrgUnitPersonRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Person Assignment with template from source to target element.static BROrgUnitPersonRel
BROrgUnitPersonRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Person Assignment with stereotype from source to target element.static BROrgUnitRequiresRole
BROrgUnitRequiresRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Required Role with template from source to target element.static BROrgUnitRequiresRole
BROrgUnitRequiresRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Required Role with stereotype from source to target element.static BRPersonContactData
BRPersonContactDataHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Contact Data with template and container.static BRPersonContactData
BRPersonContactDataHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Contact Data with stereotype and container.static BRPerson
BRPersonHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Person with template and container.static BRPerson
BRPersonHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Person with stereotype and container.static BRPersonInRole
BRPersonInRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Assigned Role with template from source to target element.static BRPersonInRole
BRPersonInRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Assigned Role with stereotype from source to target element.static BRResourceCL
BRResourceCLHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Actor with template and container.static BRResourceCL
BRResourceCLHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Actor with stereotype and container.static BRResource
BRResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Resource with template and container.static BRResource
BRResourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Resource with stereotype and container.static BRResourceHierRel
BRResourceHierRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Hierarchical Subordination with template from source to target element.static BRResourceHierRel
BRResourceHierRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Hierarchical Subordination with stereotype from source to target element.static BRResourceNamedRel
BRResourceNamedRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Business Resource Relationship with template from source to target element.static BRResourceNamedRel
BRResourceNamedRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Business Resource Relationship with stereotype from source to target element.static BRRole
BRRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Role with template and container.static BRRole
BRRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Role with stereotype and container.static BRTechnical
BRTechnicalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new IT Unit with template and container.static BRTechnical
BRTechnicalHelper. 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_TYPE
BROrgUnitPersonRel. getAuthorityType()
A relationship may be marked with different kinds of authority.java.util.List<BRPersonContactData>
BRPerson. getContactData(K_CONTROL_OPTION... behaviourFlags)
AllBRPersonContactData
of theBRPerson
.java.util.List<BRCostCenter>
BRCostCenterAble. getCostCenter()
AllBRCostCenter
used by this element.<T extends BRCostCenterAble>
java.util.List<T>BRCostCenter. getCostCenterAble(java.lang.Class<T> returnType)
All elements using thisBRCostCenter
.BRPerson
BROrgUnit. 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 thisBROrgUnit
via 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 thisBROrgUnit
via 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.String
BRResource. getEAddress()
The electronic address of the business resource, may be an e-mail or an intranet or internet address.java.lang.String
BRPerson. getFirstName()
The first name of the person.K_BR_PERSON_GENDER
BRPerson. 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.BRLocation
BRResourceAtLocation. 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.BROrgUnitMemberRel
BROrgUnit. getMemberRelationshipToPerson(BRPerson refObj)
java.util.List<BROrgUnitMemberRel>
BRPerson. getOrgUnitMembership(K_CONTROL_OPTION... behaviourFlags)
The group assignments of the person.java.lang.String
BRPerson. 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)
BRResource
BRResource. getOwningResource()
The container resource of the resource.BRPerson
BRPersonContactData. getPerson()
TheBRPerson
of 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)
BRPersonInRole
BRPerson. getRelationshipToPossibleRole(BRRole refObj)
BROrgUnitRequiresRole
BROrgUnit. getRelationshipToRequiredRole(BRRole refObj)
K_BR_RESOURCEREL_TYPE
BRResourceNamedRel. getRelType()
The relationship type.java.util.List<BROrgUnitRequiresRole>
BROrgUnit. getRequiredRole(K_CONTROL_OPTION... behaviourFlags)
The role requirements of an organizational unit.BRResource
BRResourceAtLocation. getResource()
TheBRLocation
of the resource assignments.java.util.List<BRResourceAtLocation>
BRLocation. getResourceAtLocation(K_CONTROL_OPTION... behaviourFlags)
K_BR_RESOURCE_TYPE
BRResource. getResourceType()
The type ofBRResource
.BRPerson
BROrgUnit. 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.String
BRResourceNamedRel. 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 thisBROrgUnit
via 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.String
BRCostCenter. 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 thisBROrgUnit
via 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.BRResource
BRResourceRel. getSourceResource()
TheBRResource
being the source of the relationship.java.lang.String
BRPerson. getSurname()
The surname of the person.BRResource
BRResourceRel. getTargetResource()
TheBRResource
being the target of the relationship.java.lang.String
BRPerson. getTitle()
The title of the person.java.lang.String
BRResource. getURI()
Currently a dummy attribute, perhaps for a URI to a picture.boolean
BRResource. isClass()
If this is true, theBRResource
represents a class of resources and not a singleBRResource
instance.boolean
BRResource. 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.void
BROrgUnitPersonRel. setAuthorityType(K_BR_RESOURCEREL_AUTHORITY_TYPE value)
Set the value of Attribut AuthorityType.void
BRResource. setClass(boolean value)
Set the value of Attribut IsClass.void
BRCostCenterAble. setCostCenter(java.util.List<? extends BRCostCenter> values)
Set the value of Foreign Key CostCenter.void
BROrgUnit. setDeputyPerson(BRPerson value)
Set the value of View DeputyPerson.void
BRResource. setEAddress(java.lang.String value)
Set the value of Attribut EAddress.void
BRResource. setExternal(boolean value)
Set the value of Attribut IsExternal.void
BRPerson. setFirstName(java.lang.String value)
Set the value of Attribut FirstName.void
BRPerson. setGender(K_BR_PERSON_GENDER value)
Set the value of Attribut Gender.void
BRPersonContactData. setLocation(java.util.List<? extends BRLocation> values)
Set the value of Foreign Key Location.void
BRResource. setLocation(java.util.List<? extends BRLocation> values)
Set the value of View Location.void
BRPerson. setOtherNames(java.lang.String value)
Set the value of Attribut OtherNames.void
BRResourceNamedRel. setRelType(K_BR_RESOURCEREL_TYPE value)
Set the value of Attribut RelType.void
BRResource. setResourceType(K_BR_RESOURCE_TYPE value)
Set the value of Attribut ResourceType.void
BROrgUnit. setResponsiblePerson(BRPerson value)
Set the value of View ResponsiblePerson.void
BRResourceNamedRel. setReverseName(java.lang.String value)
Set the value of Attribut ReverseName.void
BROrgUnit. setRoleAssignments(java.util.List<? extends BRRole> values)
Set the value of View RoleAssignments.void
BRCostCenter. setShortDescription(java.lang.String value)
Set the value of Attribut ShortDescription.void
BRPerson. setSurname(java.lang.String value)
Set the value of Attribut Surname.void
BRPerson. 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)
BRDiaResourceEdge
BRDia. addEdgeForResourceRel(BRResourceRel ohResourceRel, java.lang.Class<? extends ELObject> kVOclPres, BRDiaResourceNode ohNodeSrc, BRDiaResourceNode ohNodeTrg, boolean ifExistsDontAdd)
BRDiaResourceNode
BRDia. 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 BRDia
BRDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Resource Diagram with template and container.static BRDia
BRDiaHelper. 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
.BRDia
BRDiaResourceEdge. getOwningDia()
The business resource diagram owning theBRDiaResourceEdge
.BRDia
BRDiaResourceNode. getOwningDia()
The business resource diagram owning theBRDiaResourceNode
.BRDia
BRDiaTextNode. getOwningDia()
The business resource diagram owning theBRDiaTextNode
.BRDiaResourceEdge
BRDiaExprNode. getOwningEdgeOfExpression()
TheBRDiaResourceEdge
owning thisBRDiaExprNode
.BRDiaResourceNode
BRDiaExprNode. getOwningNodeOfExpression()
TheBRDiaResourceNode
owning 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 BSFinalState
BSFinalStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Object Final State with template and container.static BSFinalState
BSFinalStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Object Final State with stereotype and container.static BSInitState
BSInitStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Object Initial State with template and container.static BSInitState
BSInitStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Object Initial State with stereotype and container.static BSRegularState
BSRegularStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Object State with template and container.static BSRegularState
BSRegularStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Object State with stereotype and container.static BSTransition
BSTransitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new State Transition with template from source to target element.static BSTransition
BSTransitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new State Transition with stereotype from source to target element.java.lang.String
BSTransition. 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()
AllBPItemDefinitionRel
using this state.java.util.List<BSTransition>
BSVertex. getOutgoing(K_CONTROL_OPTION... behaviourFlags)
All transitions outgoing from this vertex.BPItemDefinition
BSTransition. getOwningDefinition()
TheBPItemDefinition
owning 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.BSVertex
BSTransition. getSource()
The vertex on source side of this transition.BSVertex
BSTransition. 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.void
BSTransition. reconnectTransition(ELElement ohNew, K_SIDE kSide)
Assigns this transition to a new source/target vertex.void
BSTransition. setGuard(java.lang.String value)
Set the value of Attribut Guard.void
BSTransition. setSource(BSVertex value)
Set the value of Foreign Key Source.void
BSTransition. 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 BSDia
BSDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Object State Diagram with template and container.static BSDia
BSDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Object State Diagram with stereotype and container.BPItemDefinition
BSDiaStateMachineNode. 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.BSDia
BSDiaStateMachineNode. getOwningDiagram()
The diagram owning this state machine node.BSDiaStateMachineNode
BSDiaTransitionEdge. getOwningStateMachineNode()
The state machine node owning this transition edge.BSDiaStateMachineNode
BSDiaVertexNode. 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.CLAssociation
CLProperty. associateProperty(ADClientAble ohDia, CLProperty ohProp, boolean makeOneWay)
Creates a navigable association from this property.void
CLArtifact. checkIn(ARG_File valFile, boolean overrideNewerServerVersion)
The file provided is checked-in as the current version of this artifact.ARG_CheckOutCmd
CLArtifact. checkOut(boolean checkOutForConsolidation)
Provides the current version of this artifact.static CLArtifact
CLArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Artifact with template and container.static CLArtifact
CLArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Artifact with stereotype and container.static CLAssocClass
CLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Class with template from source to target element.static CLAssocClass
CLAssocClassHelper. 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 CLAssocClass
CLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)
Create a new Association Class with template and a sequence of elements.static CLAssocClass
CLAssocClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Class with stereotype from source to target element.static CLAssocClass
CLAssocClassHelper. 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 CLAssocClass
CLAssocClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel)
Create a new Association Class with stereotype and a sequence of elements.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association with template from source to target element.static CLAssociation
CLAssociationHelper. 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 CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)
Create a new Association with template and a sequence of elements.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association with stereotype from source to target element.static CLAssociation
CLAssociationHelper. 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 CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel)
Create a new Association with stereotype and a sequence of elements.static CLClass
CLClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Class with template and container.static CLClass
CLClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Class with stereotype and container.static CLClassifierTemplateParameter
CLClassifierTemplateParameterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Template Parameter with template and container.static CLClassifierTemplateParameter
CLClassifierTemplateParameterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Template Parameter with stereotype and container.static CLCollaboration
CLCollaborationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Collaboration with template and container.static CLCollaboration
CLCollaborationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Collaboration with stereotype and container.static CLCollaborationUse
CLCollaborationUseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Collaboration Use with template and container with requirement.static CLCollaborationUse
CLCollaborationUseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Collaboration Use with stereotype and container with requirement.static CLCommunicationPath
CLCommunicationPathHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Communication Path with template from source to target element.static CLCommunicationPath
CLCommunicationPathHelper. 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 CLCommunicationPath
CLCommunicationPathHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Communication Path with stereotype from source to target element.static CLCommunicationPath
CLCommunicationPathHelper. 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 CLComponent
CLComponentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Component with template and container.static CLComponent
CLComponentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Component with stereotype and container.static CLComponentRealization
CLComponentRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Component Realization with template from source to target element.static CLComponentRealization
CLComponentRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Component Realization with stereotype from source to target element.static CLConnector
CLConnectorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Connector with template from source to target element.static CLConnector
CLConnectorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Connector with stereotype from source to target element.static CLDeployment
CLDeploymentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Deployment with template from source to target element.static CLDeployment
CLDeploymentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Deployment with stereotype from source to target element.static CLDeploymentSpec
CLDeploymentSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Deployment Specification with template and container.static CLDeploymentSpec
CLDeploymentSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Deployment Specification with stereotype and container.static CLDevice
CLDeviceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Device with template and container.static CLDevice
CLDeviceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Device with stereotype and container.static CLEnumeration
CLEnumerationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Enumeration Type with template and container.static CLEnumeration
CLEnumerationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Enumeration Type with stereotype and container.static CLEnumLiteral
CLEnumLiteralHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Enumeration Literal with template and container.static CLEnumLiteral
CLEnumLiteralHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Enumeration Literal with stereotype and container.static CLExecEnv
CLExecEnvHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Execution Environment with template and container.static CLExecEnv
CLExecEnvHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Execution Environment with stereotype and container.static CLExtend
CLExtendHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Extend Relationship with template from source to target element.static CLExtend
CLExtendHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Extend Relationship with stereotype from source to target element.static CLExtensionPoint
CLExtensionPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Extension Point with template and container.static CLExtensionPoint
CLExtensionPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Extension Point with stereotype and container.static CLGeneralization
CLGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization with template from source to target element.static CLGeneralization
CLGeneralizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization with stereotype from source to target element.static CLInclude
CLIncludeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Include Relationship with template from source to target element.static CLInclude
CLIncludeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Include Relationship with stereotype from source to target element.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Instance Specification with template and container.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Instance Specification with template and container with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. 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 CLInstanceSpecification
CLInstanceSpecificationHelper. 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 CLInstanceSpecification
CLInstanceSpecificationHelper. 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 CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Instance Specification with stereotype and container.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Instance Specification with stereotype and container with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. 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 CLInstanceSpecification
CLInstanceSpecificationHelper. 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 CLInstanceSpecification
CLInstanceSpecificationHelper. 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 CLInterface
CLInterfaceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Interface with template and container.static CLInterface
CLInterfaceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Interface with stereotype and container.static CLInterfaceRealization
CLInterfaceRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Interface Realization with template from source to target element.static CLInterfaceRealization
CLInterfaceRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Interface Realization with stereotype from source to target element.static CLManifestation
CLManifestationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Manifestation with template from source to target element.static CLManifestation
CLManifestationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Manifestation with stereotype from source to target element.static CLNode
CLNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Node with template and container.static CLNode
CLNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Node with stereotype and container.static CLOperation
CLOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Operation with template and container.static CLOperation
CLOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Operation with stereotype and container.static CLParameter
CLParameterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Parameter with template and container.static CLParameter
CLParameterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Parameter with stereotype and container.static CLParameterSet
CLParameterSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Parameter Set with template and container.static CLParameterSet
CLParameterSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)
Create a new Parameter Set with template and a sequence of elements.static CLParameterSet
CLParameterSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Parameter Set with stereotype and container.static CLParameterSet
CLParameterSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel)
Create a new Parameter Set with stereotype and a sequence of elements.static CLPort
CLPortHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Port with template and container.static CLPort
CLPortHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Port with stereotype and container.static CLPrimitiveType
CLPrimitiveTypeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Primitive Type with template and container.static CLPrimitiveType
CLPrimitiveTypeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Primitive Type with stereotype and container.static CLProperty
CLPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Property with template and container.static CLProperty
CLPropertyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Property with stereotype and container.static CLReception
CLReceptionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Reception with template and container with requirement.static CLReception
CLReceptionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Reception with stereotype and container with requirement.static CLRoleBinding
CLRoleBindingHelper. 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 CLRoleBinding
CLRoleBindingHelper. 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 CLSignal
CLSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Signal with template and container.static CLSignal
CLSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Signal with stereotype and container.static CLSlot
CLSlotHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Slot with template and container with requirement.static CLSlot
CLSlotHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Slot with stereotype and container with requirement.static CLStructureDefinition
CLStructureDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Definition with template and container.static CLStructureDefinition
CLStructureDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Definition with stereotype and container.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Entry with template and container.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Entry with template and container with requirement.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Entry with stereotype and container.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Entry with stereotype and container with requirement.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Group with template and container.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Group with template and container with requirement.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Group with stereotype and container.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Group with stereotype and container with requirement.static CLSubstitution
CLSubstitutionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Substitution with template from source to target element.static CLSubstitution
CLSubstitutionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Substitution with stereotype from source to target element.static CLTemplateBinding
CLTemplateBindingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Template Binding with template from source to target element.static CLTemplateBinding
CLTemplateBindingHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Template Binding with stereotype from source to target element.static CLUseCase
CLUseCaseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Use Case with template and container.static CLUseCase
CLUseCaseHelper. 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)
ELValSpec
CLValueRangeAble. createRangeValue(ELValSpec ohRef, java.lang.String strValue)
Creates a new value as content of thisCLValueRangeAble
.static CLTemplateAbleElement
CLTemplateAbleElementHelper. createTemplateBoundElement(SrvContext srvCtx, CLTemplateAbleElement ohTemplate, java.util.List<ARG_TemplateBoundParameter> seqPar)
void
CLValueRangeAble. 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.CLComponent
CLComponentRealization. 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.CLTemplateParameterAbleElement
CLTemplateParameterSubstitution. 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.CLUseCase
CLInclude. 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)
AllCLClassifier
on the other side of a binaryCLAssociation
where 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)
AllCLClassifier
on the other side of a binaryCLAssociation
where 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)
AllCLClassifier
on the other side of a binaryCLAssociation
where 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)
AllCLClassifier
on the other side of a binaryCLAssociation
where 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.CLArtifact
CLArtifact. getArtifact()
The artifact owning this artifact.CLArtifact
CLManifestation. getArtifact()
The artifact owning this manifestation.CLArtifact
CLOperation. getArtifact()
CLArtifact
CLProperty. getArtifact()
CLProperty
CLProperty. 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.MESimpleConstraint
CLOperation. 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 theCLOperation
of 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.int
CLArtifact. getCheckInCount()
Number of check-ins.java.util.Date
CLArtifact. getCheckInTime()
Time of the last check-in.java.lang.String
CLArtifact. 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.BEBehavior
CLBehavioredClassifier. 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)
AllCLClassifier
on the other side of a binaryCLAssociation
where 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)
AllCLClassifier
on the other side of a binaryCLAssociation
where 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_CONCURRENCY
CLBehavioralFeature. getConcurrency()
Specifies the semantics of concurrent calls to the same passive instance (i.e. an instance originating from a class with isActive being false).MESimpleConstraint
CLExtend. 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.String
CLExtend. 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 LifelineIALifeline
which 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.CLConnector
CLConnectorEnd. getConnector()
The connector of this end.K_CONNECTOR
CLConnector. 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.CLInterface
CLInterfaceRealization. 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_CreateByWorkingDirectoryOclReq
CLArtifactHelper. 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.CLDataType
CLOperation. getDataType()
CLDataType
CLProperty. getDataType()
CLTemplateParameterAbleElement
CLTemplateParameter. getDefault()
The element that is the default for this formal template parameter.java.lang.String
CLParameter. getDefaultValue()
Specifies a string that represents a value to be used when no argument is supplied for the parameter.ELStructFeature
CLSlot. getDefiningFeature()
The structural feature that specifies the values that the slot can have.CLProperty
CLSlot. getDefiningProperty()
java.util.List<CLDeployment>
CLDeployedArtifact. getDeployedArtifact(K_CONTROL_OPTION... behaviourFlags)
All deployments owned by this deployed artifact.CLDeployedArtifact
CLDeployment. getDeployedArtifact()
The artifacts that are deployed onto a node.CLDeployment
CLDeploymentSpec. 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.CLInstanceSpecification
CLDeployment. getDeploymentDescriptor()
The instance owned by this deployment as deployment descriptor.java.lang.String
CLDeploymentSpec. getDeploymentLocation()
The location where an artifact is deployed onto a node.K_PARAM_DIRKIND
CLParameter. 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.CLEnumeration
CLEnumLiteral. getEnumeration()
The enumeration owning this enumeration literal.java.util.List<CLEnumLiteral>
CLEnumeration. getEnumerationInstance(K_CONTROL_OPTION... behaviourFlags)
All enumeration literals instantiating this enumeration.CLEnumeration
CLEnumLiteral. getEnumerationLiteralClassifier()
The enumeration which is instantiated by this enumeration literal.java.lang.String
CLEnumLiteral. 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.String
CLDeploymentSpec. 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)
CLUseCase
CLExtend. getExtendedCase()
java.util.List<CLExtend>
CLUseCase. getExtendedCase(K_CONTROL_OPTION... behaviourFlags)
java.lang.String
CLArtifact. getExtension()
Returns the extension contained in the name of this artifact.CLUseCase
CLExtend. 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.Date
CLArtifact. getFileModificationTime()
The modification time of the corresponding file of this artifact.java.util.Date
CLArtifact. getFileModificationTimeAtCheckOut()
File modification time at time of check-out.java.lang.String
CLArtifact. 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.int
CLArtifact. getFileVersionAtCheckOut()
File version at time of check-out.CLTemplateParameter
CLTemplateParameterSubstitution. 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.CLBehavioredClassifier
CLInterfaceRealization. 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)
CLUseCase
CLInclude. getIncludingCase()
java.util.List<BPUseCaseInteractionRel>
CLUseCase. getIncomingInteractionUseCaseRel(K_CONTROL_OPTION... behaviourFlags)
The incoming relationships of the interaction specifications.CLClassifier
CLInstanceSpecification. 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.CLInterface
CLClassifier. getInterface()
The interface that owns this classifier.CLInterface
CLOperation. getInterface()
CLInterface
CLProperty. getInterface()
CLInterface
CLReception. 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.CLDeploymentTarget
CLDeployment. 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.int
CLArtifact. getMaxFileSize()
<T extends IAMessage>
java.util.List<T>CLOperation. getMessage(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All messages using thisCLOperation
as signature.java.util.List<IASignalMessage>
CLSignal. getMessage(K_CONTROL_OPTION... behaviourFlags)
All signal messages using thisCLSignal
as 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.Date
CLArtifact. getModelSynchronizationTime()
The time of the last upload of the file of thisCLArtifact
to the model.ARG_CLOperationDeclaration
CLOperation. getModifyOperationDeclaration()
Returns the declaration of this operation with all parameters.ARG_CLPropertyDeclaration
CLProperty. getModifyPropertyDeclaration()
Returns all informations needed to modify the declaration of this property.ARG_ModifyValueRangeList
CLValueRangeAble. 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.CLInstanceSpecification
CLInstanceSpecification. getNestingInstance()
CLStructureDefinition
CLStructureDefinition. getNestingStructureDefinition()
TheCLStructureDefinition
that owns thisCLStructureDefinition
.CLNode
CLNode. 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.CLClass
CLClassifier. getOwnClass()
The class that owns this classifier.CLClass
CLOperation. getOwnClass()
CLClass
CLProperty. getOwnClass()
CLClass
CLReception. 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.CLTemplateParameterAbleElement
CLTemplateParameter. 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
.MEValSpecOpaqueExpr
CLValueRangeAble. getOwnedValueRestriction()
The expression which may contain the values for thisCLValueRangeAble
.CLComponent
CLReception. getOwnerComponent()
CLBehavioralFeature
CLParameter. getOwnerFormalParam()
The behavioral feature owning this parameter.CLAssociation
CLProperty. getOwningAssociation()
The association that owns this property.BEBehavior
CLParameter. getOwningBehavior()
CLStructuredClassifier
CLCollaborationUse. getOwningClassifier()
The structured classifier owning this collaboration use.CLClassifier
CLProperty. getOwningClassifier()
The classifier owning this property.CLClassifier
CLUseCase. getOwningClassifier()
The classifier owning this use case.MMCreateCLInst
CLProperty. getOwningCreateCLInst()
CLDeployment
CLInstanceSpecification. getOwningDeployment()
The deployment owning this instance as deployment descriptor.CLInstSpec
CLSlot. getOwningInstance()
The instance specification that owns this slot.CLOperation
CLParameter. getOwningOperation()
CLParameterAble
CLParameter. getOwningParameterAble()
CLParameterAble
CLParameterSet. getOwningParameterAble()
TheCLParameterAble
owning this parameter set.MMProfile
CLStructureDefinition. getOwningProfile()
TheMMProfile
owning thisCLStructureDefinition
.CLSignal
CLProperty. getOwningSignal()
CLStructuredClassifier
CLProperty. getOwningStructuredClassifier()
The structured classifier owning this property.CLTemplateParameter
CLTemplateParameterAbleElement. getOwningTemplateParameter()
The formal template parameter owning this parameter able element.MMXProfile
CLPrimitiveType. 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()
AllCLParameter
assigned to thisCLParameterSet
.CLTemplateParameterAbleClass
CLClassifierTemplateParameter. getParameteredElement()
The template parameter class owned by this formal template parameter.java.util.List<CLParameterSet>
CLParameter. getParameterSet()
AllCLParameterSet
thisCLParameter
is contained in.java.util.List<CLTemplateParameterSubstitution>
CLTemplateBinding. getParameterSubstitution(K_CONTROL_OPTION... behaviourFlags)
All substitutions owned by this binding.CLProperty
CLConnectorEnd. 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 theCLParameter
is assigned to aBEBehavior
, all pins at aANCallBehavior
invoking thisBEBehavior
and belonging to thisCLParameter
will 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.CLProperty
CLOperation. getProperty()
CLAssociation
CLProperty. 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)
SMProtocolStateMachine
CLPort. 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_RangeValueList
CLValueRangeAble. 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.CLClassifier
CLComponentRealization. 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.CLCollaborationUse
CLStructuredClassifier. 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.CLParameter
CLParameterAble. getReturnResult(K_CONTROL_OPTION... behaviourFlags)
The ordered set of return results of this element.CLConnectAbleElement
CLConnectorEnd. getRole()
The connectable element attached at this connector end.CLConnectAbleElement
CLRoleBinding. 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.CLSignal
CLReception. getSignal()
java.util.List<BESignalEvent>
CLSignal. getSignalEvent(K_CONTROL_OPTION... behaviourFlags)
Returns theCLSignal
of 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.ELValSpec
CLInstSpec. getSpecification()
A specification of how to compute, derive or construct the instance.java.lang.String
CLInstSpec. getSpecificationBody()
The specification expression of how to compute, derive or construct the instance.java.lang.String
CLInstSpec. 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.CLStructuredClassifier
CLConnector. 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.CLStructureGroup
CLStructureGroup. getTargetGroup()
All groups which are deduced from this one in case the structure definition is deduced from another structure definition.CLTemplateAbleElement
CLTemplateParameter. getTemplate()
The element that owns this template parameter.CLTemplateAbleElement
CLTemplateBinding. getTemplateAbleSource()
CLTemplateAbleElement
CLTemplateBinding. getTemplateAbleTarget()
CLTemplateBinding
CLTemplateParameterSubstitution. getTemplateBinding()
The binding that owns this substitution.ARG_TemplateBindingInit
CLTemplateBinding. 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_TreeArgNameAbleSelectDlgNode
CLTemplateBinding. getTemplateBindParameterValues(CLTemplateParameter ohFormal)
Calculates all elements which are valid as value for the specified formal template parameter.ARG_File
CLArtifact. getTemplateFile()
Returns the template file configured for the extension of the current object.ARG_TemplateParameterList
CLTemplateAbleElement. 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.CLCollaboration
CLCollaborationUse. getType()
The collaboration that is used in this occurrence.CLAssociation
CLConnector. 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)
AllDMValueRangeRefAble
typed by thisCLPrimitiveType
.<T extends DMValueRangeRefAble>
java.util.List<T>CLStructureDefinition. getTypedValueRangeRefAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllDMValueRangeRefAble
typed 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_TYPE
CLPrimitiveType. getTypeKind()
Kind of this primitive type.java.lang.String
CLStructureElement. getTypeLanguage()
The attribute identifies the type language used to specify the base type of thisCLStructureElement
.CLClassifier
CLParameter. getTypingClassifier()
The classifier used as type for this parameter.CLClassifier
CLProperty. getTypingClassifier()
The classifier typing this property.ELClassifier
CLStructureEntry. getTypingClassifier()
The typing classifier of the entry.CLTemplateParameterAbleClass
CLParameter. getTypingTemplateParameterAbleClass()
CLTemplateParameterAbleClass
CLProperty. 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.CLUseCase
CLExtensionPoint. 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.String
CLValueRangeAble. getValueRangeAsString()
A string of all values which may be used for thisCLValueRangeAble
.java.lang.String
CLValueRangeAble. getValueRestrictionLanguage()
The value restriction language for thisCLValueRangeAble
.java.lang.String
CLValueRangeAble. getValueRestrictionSpecification()
The value restriction specification for thisCLValueRangeAble
.static ARG_VisibleTemplateParameterTypes
CLTemplateAbleElementHelper. getVisibleTemplateParameterTypes(SrvContext srvCtx, ELElement item)
Returns all template parameter classes which are visible for the specified element.static ARG_VisibleTemplateTypes
CLTemplateAbleElementHelper. getVisibleTemplateTypes(SrvContext srvCtx)
Returns all templates with parameters.java.lang.String
CLArtifact. getWorkingFileName()
Returns the name of the working file.boolean
CLArtifact. hasCheckedInFile()
A file has been checked-in for this artifact.boolean
CLArtifact. hasOnlyUtilizedComponent()
isTrue, if all utilized elements of this artifact are components.boolean
CLArtifact. hasTemplateFile()
A template file is provided for this artifact's extension and stereotype.static CLStructureElement
CLStructureElementHelper. insertStructureElementAt(SrvContext srvCtx, MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt)
Inserts a newCLStructureElement
(CLStructureGroup
orCLStructureEntry
) at the specifiedCLStructureElement
.void
CLGeneralization. invertGeneralization()
Inverts the direction of this generalization by changing owner and target classifier.void
CLAssociation. invertReadDirection()
Inverts the read direction of this association by changing the sort order of the association ends.boolean
CLBehavioralFeature. isAbstract()
If true, the behavioral feature does not have an implementation and one must be supplied by a more specific element.boolean
CLClass. isActive()
Determines whether an object specified by this class is active or not.boolean
CLPort. isBehavior()
Specifies whether requests arriving at this port are sent to the classifier behavior of this classifier (see 'BehavioredClassifier (from BasicBehaviors)' on page 383).boolean
CLStructureElement. isCollection()
Setting this flag to true indicates that the actual values defined by thisCLStructureElement
are collections of allowed values.boolean
CLPort. isConjugated()
Specifies the way that the provided and required interfaces are derived from this port's type.boolean
CLAssociation. isDerived()
True, if this association is derived.boolean
CLParameter. isEligibleForParameterSet(CLParameterSet refObj)
Checks for a givenargument refObj
if the parameter is or would be valid in this parameterCLParameterSet
.boolean
CLStructureDefinition. isExactViewOfSingleStructurePart(ADClientAble refObj)
Returns True of the structure definition can be seen as a complete reproduction of the structure element passed.boolean
CLParameter. isException()
Informs whether an output parameter may emit a value to the exclusion of the other outputs.boolean
CLArtifact. isFileAssignAble()
This artifact can import a file.boolean
CLArtifact. isFileVersionNewerThenCheckedOutVersion()
A file has been checked-in for this artifact since the latest check-out.boolean
CLComponent. isIndirectlyInstantiated()
The kind of instantiation that applies to a component.boolean
CLParameter. isInput()
boolean
CLParameter. isOutput()
boolean
CLOperation. isQuery()
True, if this operation is a query.boolean
CLCollaborationUse. isRepresentation()
isTrue, if this collaboration use indicates the collaboration that represents the owning classifier.boolean
CLParameter. isReturn()
True, if this parameter has the 'return' direction.boolean
CLPort. isService()
If true, indicates that this port is used to provide the published functionality of a classifier.boolean
CLParameter. 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.void
CLValueRangeAble. mergeRangeValues(ELValSpec ohValue, java.util.List<? extends ELValSpec> seqValue)
void
CLOperation. 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.void
CLProperty. 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.void
CLValueRangeAble. modifyRangeValue(ELValSpec ohValue, java.lang.String strValue)
Modifies the specified value within thisCLValueRangeAble
.void
CLSlot. 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.void
CLValueRangeAble. modifyValueRangeList(java.util.List<java.lang.String> seqValues)
Modifies the list of string values which may be used for thisCLValueRangeAble
.MEAttachment
CLArtifact. moveFileToNewAttachment()
If thisCLArtifact
contains a file anMEAttachment
is created and the file moved from the artifact to the attachment.void
CLConnector. reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)
void
CLConnectorEnd. reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)
Connects a connector end to the specified connectable element.void
CLStructureElement. removeEntriesForClassifierFeatures(ELClassifier ohClassifier)
void
CLBehavioralFeature. setAbstract(boolean value)
Set the value of Attribut IsAbstract.void
CLClass. setActive(boolean value)
Set the value of Attribut IsActive.void
CLTemplateParameterSubstitution. setActual(CLTemplateParameterAbleElement value)
Set the value of Foreign Key Actual.void
CLConnector. setBehavior(java.util.List<? extends BEBehavior> values)
Set the value of Foreign Key Behavior.void
CLPort. setBehavior(boolean value)
Set the value of Attribut IsBehavior.void
CLClassifierTemplateParameter. setClassifier(java.util.List<? extends CLClassifier> values)
Set the value of Foreign Key Classifier.void
CLInstSpec. setClassifier(java.util.List<? extends CLClassifier> values)
Set the value of Foreign Key Classifier.void
CLStructureElement. setCollection(boolean value)
Set the value of Attribut IsCollection.void
CLBehavioralFeature. setConcurrency(K_CONCURRENCY value)
Set the value of Attribut Concurrency.void
CLExtend. setConditionBody(java.lang.String value)
Set the value of Info ConditionBody.void
CLPort. setConjugated(boolean value)
Set the value of Attribut IsConjugated.void
CLTemplateParameter. setDefault(CLTemplateParameterAbleElement value)
Set the value of Foreign Key Default.void
CLParameter. setDefaultValue(java.lang.String value)
Set the value of Attribut DefaultValue.void
CLParameter. setDefaultValueAsString(java.lang.String item)
Sets the default value of this element.static void
CLParameterHelper. setDefaultValueAsString(SrvContext srvCtx, java.util.List<? extends CLParameter> sel, java.lang.String item)
Sets the default value of this element.void
CLSlot. setDefiningFeature(ELStructFeature value)
Set the value of Foreign Key DefiningFeature.void
CLDeploymentSpec. setDeploymentLocation(java.lang.String value)
Set the value of Attribut DeploymentLocation.void
CLAssociation. setDerived(boolean value)
Set the value of Attribut IsDerived.void
CLParameter. setDirection(K_PARAM_DIRKIND value)
Set the value of Attribut Direction.void
CLEnumLiteral. setEnumValue(java.lang.String value)
Set the value of Attribut EnumValue.void
CLParameter. setException(boolean value)
Set the value of Attribut IsException.void
CLDeploymentSpec. setExecutionLocation(java.lang.String value)
Set the value of Attribut ExecutionLocation.void
CLExtend. setExtensionLocation(java.util.List<? extends CLExtensionPoint> values)
Set the value of Foreign Key ExtensionLocation.void
CLArtifact. setFileName(java.lang.String value)
Set the value of Attribut FileName.void
CLTemplateParameterSubstitution. setFormal(CLTemplateParameter value)
Set the value of Foreign Key Formal.void
CLBehavioralFeature. setImplemented(java.util.List<? extends CLBehavioralFeature> values)
Set the value of Foreign Key Implemented.void
CLComponent. setIndirectlyInstantiated(boolean value)
Set the value of Attribut IsIndirectlyInstantiated.void
CLPort. setInvocation(java.util.List<? extends ANInvocation> values)
Set the value of Foreign Key Invocation.void
CLBehavioralFeature. setMethod(java.util.List<? extends BEBehavior> values)
Set the value of Foreign Key Method.void
CLParameterAble. setOwnedParam(java.util.List<? extends CLParameter> values)
Set the value of Primary Key OwnedParam.void
CLParameterSet. setParameter(java.util.List<? extends CLParameter> values)
Set the value of Foreign Key Parameter.void
CLParameter. setParameterSet(java.util.List<? extends CLParameterSet> values)
Set the value of Foreign Key ParameterSet.void
CLConnectorEnd. setPartWithPort(CLProperty value)
Set the value of Foreign Key PartWithPort.void
CLOperation. setProperty(CLProperty value)
Set the value of Foreign Key Property.void
CLOperation. setQuery(boolean value)
Set the value of Attribut IsQuery.void
CLBehavioralFeature. setRaisedException(java.util.List<? extends ELType> values)
Set the value of Foreign Key RaisedException.void
CLCollaborationUse. setRepresentation(boolean value)
Set the value of Info IsRepresentation.void
CLConnectorEnd. setRole(CLConnectAbleElement value)
Set the value of Foreign Key Role.void
CLRoleBinding. setRole(CLConnectAbleElement value)
Set the value of Foreign Key Role.void
CLPort. setService(boolean value)
Set the value of Attribut IsService.void
CLReception. setSignal(CLSignal value)
Set the value of Foreign Key Signal.void
CLInstSpec. setSpecificationBody(java.lang.String value)
Set the value of Info SpecificationBody.void
CLInstSpec. setSpecificationLanguage(java.lang.String value)
Set the value of Info SpecificationLanguage.void
CLParameter. setStream(boolean value)
Set the value of Attribut IsStream.void
CLUseCase. setSubject(java.util.List<? extends CLClassifier> values)
Set the value of Foreign Key Subject.void
CLStructureGroup. setTargetGroup(CLStructureGroup value)
Set the value of Foreign Key TargetGroup.void
CLCollaborationUse. setType(CLCollaboration value)
Set the value of Foreign Key Type.void
CLConnector. setType(CLAssociation value)
Set the value of Foreign Key Type.void
CLPrimitiveType. setTypeKind(K_TYPE value)
Set the value of Attribut TypeKind.void
CLStructureElement. setTypeLanguage(java.lang.String value)
Set the value of Attribut TypeLanguage.void
CLSlot. setValue(java.util.List<? extends ELValSpec> values)
Set the value of Primary Key Value.void
CLValueRangeAble. setValueRangeAsString(java.lang.String value)
Set the value of Info ValueRangeAsString.void
CLValueRangeAble. setValueRestrictionLanguage(java.lang.String value)
Set the value of Info ValueRestrictionLanguage.void
CLValueRangeAble. setValueRestrictionSpecification(java.lang.String value)
Set the value of Info ValueRestrictionSpecification.void
CLTemplateBinding. 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)
void
CLDia. 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.CLDiaElemNode
CLDiaHierNode. addContentNode(java.lang.Class<? extends ELObject> kVOcl, MEModelElement ohElem, java.awt.Point ptPos)
Adds aMEModelElement
as content node of thisCLDiaHierNode
with 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)
CLDiaHierNode
CLDiaHierNode. 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 CLClassDia
CLClassDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Class Diagram with template and container.static CLClassDia
CLClassDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Class Diagram with stereotype and container.static CLComponentDia
CLComponentDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Component Diagram with template and container.static CLComponentDia
CLComponentDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Component Diagram with stereotype and container.static CLCompositeStructureDia
CLCompositeStructureDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Composite Structure Diagram with template and container.static CLCompositeStructureDia
CLCompositeStructureDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Composite Structure Diagram with stereotype and container.static CLDeploymentDia
CLDeploymentDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Deployment Diagram with template and container.static CLDeploymentDia
CLDeploymentDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Deployment Diagram with stereotype and container.static CLRequirementDia
CLRequirementDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Requirements Diagram with template and container.static CLRequirementDia
CLRequirementDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Requirements Diagram with stereotype and container.static CLStructureDefinitionDia
CLStructureDefinitionDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Diagram with template and container.static CLStructureDefinitionDia
CLStructureDefinitionDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Diagram with stereotype and container.static CLUseCaseDia
CLUseCaseDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Use Case Diagram with template and container.static CLUseCaseDia
CLUseCaseDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Use Case Diagram with stereotype and container.CLDia
CLDia. 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.CLClassifier
CLDiaCLNode. getClassifier()
The classifier which is represented by this graphical node.MM2CLCompartment
CLDiaCompartmentNode. getCLCompartment()
The compartment of this node compartment.K_COMPARTMENT
CLDiaCompartmentContentNode. getCompartmentKind()
The compartment kind of the compartment node that owns this node.K_COMPARTMENT
CLDiaCompartmentNode. 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)
CLClassDia
CLDiaCLNode. getOwningClassDiagram()
The class diagram that owns this classifier node.CLClassDia
CLDiaCollaborationNode. getOwningClassDiagram()
The class diagram that owns this collaboration node.CLClassDia
CLDiaHierStructDefinitionNode. getOwningClassDiagram()
The class diagram owning this structure definition node.CLClassDia
CLDiaInstNode. getOwningClassDiagram()
The class diagram that owns this instance node.CLClassDia
CLDiaPkgNode. getOwningClassDiagram()
The class diagram that owns this package node.CLClassDia
CLDiaSocketBallNode. getOwningClassDiagram()
The class diagram that owns this socket ball node.CLDiaCompartmentAbleNode
CLDiaCompartmentNode. getOwningCompartmentAbleNode()
The compartmentable node that owns this compartment node.CLDiaCompartmentNode
CLDiaCompartmentContentNode. getOwningCompartmentNode()
The compartment node that owns this compartment content node.CLComponent
CLDia. getOwningComponent()
The component that owns this classifier diagram.CLComponentDia
CLDiaCLNode. getOwningComponentDiagram()
The component diagram that owns this classifier node.CLComponentDia
CLDiaPkgNode. getOwningComponentDiagram()
The component diagram that owns this package node.CLComponentDia
CLDiaSocketBallNode. getOwningComponentDiagram()
The component diagram that owns this socket ball node.CLCompositeStructureDia
CLDiaHierCollaborationNode. getOwningCompositeStructureDia()
The composite structure diagram that owns this collaboration node.CLCompositeStructureDia
CLDiaHierCompStructNode. getOwningCompositeStructureDia()
The composite structure diagram that owns this hierarchical composite structure node.CLCompositeStructureDia
CLDiaCLNode. getOwningCompositeStructureDiagram()
The composite structure diagram that owns this classifier node.CLCompositeStructureDia
CLDiaSocketBallNode. getOwningCompositeStructureDiagram()
The composite structure diagram that owns this socket ball node.MEConfigurationManagement
CLComponentDia. getOwningConfigurationManagement()
The configuration base package that owns this component diagram.MEMappingConfigurationPackage
CLComponentDia. getOwningConfigurationPackage()
The mapping configuration package that owns this component diagram.CLDiaCnstrNode
CLDiaCnstrLinkEdge. getOwningConstraintNode()
The constraint node that owns this constraint edge.DBDia
CLDiaHierStructDefinitionNode. getOwningDBDiagram()
The database diagram owning this structure definition node.CLDeploymentDia
CLDiaHierDeployNode. getOwningDeploymentDiagram()
The deployment diagram that owns this hierarchical node.CLDia
CLDiaCnstrNode. getOwningDiagram()
The diagram that owns this constraint node.CLDia
CLDiaMergeAbleEdge. getOwningDiagram()
CLDia
CLDiaMergeAbleNode. getOwningDiagram()
CLDiaElemNode
CLDiaMergeAbleEdge. getOwningElemNode()
CLDiaElemNode
CLDiaMergeAbleNode. getOwningElemNode()
ERDiaAll
CLDiaHierStructDefinitionNode. getOwningERDiagram()
TheERDiaAll
owning this structure definition node.CLDiaHierNode
CLDiaHierNode. getOwningHierarchicalNode()
The hierarchical node that owns this hierarchical node.CLDiaHierCompNode
CLDiaSocketBallNode. getOwningHierarchicalNode()
The hierarchical node that owns this socket ball node.CLDiaHierCompNode
CLDiaCLNode. getOwningHierCompNode()
The hierarchical node that owns this classifier node.CLDiaHierCompStructNode
CLDiaPortBehaviorEdge. getOwningHierCompStructNode()
The hierarchical composite structure node that owns this port behavior edge.CLDiaHierCompStructNode
CLDiaPortBehaviorNode. getOwningHierCompStructNode()
The hierarchical composite structure node that owns this port behavior node.CLDiaHierCompStructNode
CLDiaPortNode. getOwningHierCompStructNode()
The hierarchical composite structure node that owns this port node.CLDiaHierPartNode
CLDiaPortBehaviorEdge. getOwningHierPartNode()
The hierarchical part node that own this port behavior edge.CLDiaHierPartNode
CLDiaPortBehaviorNode. getOwningHierPartNode()
The hierarchical part node that owns this port behavior node.CLDiaHierPartNode
CLDiaPortNode. getOwningHierPartNode()
The hierarchical part node that owns this port node.MESystemModelManagement
CLComponentDia. getOwningManagementPackage()
The system model management that owns this component diagram.CLDiaMergeAbleNode
CLDiaMergeAbleEdge. getOwningMergeAbleNode()
CLRequirementDia
CLDiaReqNode. getOwningRequirementDiagram()
The requirement diagram that owns this requirement node.CLStructureDefinitionDia
CLDiaHierStructDefinitionNode. getOwningStructureDefinitionDia()
The structure definition diagram owning this structure definition node.CLDiaSubjectNode
CLDiaSubjectNode. getOwningSubjectNode()
The use case subject node that owns this use case subject node.CLDiaSubjectNode
CLDiaUseCaseNode. getOwningSubjectNode()
The use case subject node that owns this use case node.CLUseCaseDia
CLDiaActorNode. getOwningUseCaseDiagram()
The use case diagram that owns this actor node.CLUseCaseDia
CLDiaSubjectNode. getOwningUseCaseDiagram()
The use case diagram that owns this use case subject node.CLUseCaseDia
CLDiaUseCaseNode. getOwningUseCaseDiagram()
The use case diagram that owns this use case node.MERequirement
CLDiaReqNode. getRequirement()
The requirement which is represented by this graphical node.CLStructureDefinition
CLDiaHierStructDefinitionNode. getStructDefinition()
TheCLStructureDefinition
which is represented by this graphical node.CLStructureEntry
CLDiaHierStructEntryNode. getStructureEntry()
TheCLStructureEntry
which is represented by this graphical node.CLStructureGroup
CLDiaHierStructGroupNode. getStructureGroup()
TheCLStructureGroup
which is represented by this graphical node.CLUseCase
CLDiaUseCaseNode. 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.boolean
CLDiaCompartmentNode. isMaintainedCompartment()
True, if this compartment is maintained.boolean
CLDiaCompartmentNode. isOpen()
True, if the contents of this compartment are visible.static CLDiaMergeAbleNode
CLDiaMergeAbleNodeHelper. mergeRelationship(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Merges a list of relationship nodes or edges together into a multiple relationship node.static CLDiaSocketBallNode
CLDiaSocketBallNodeHelper. mergeSocketBall(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Merges a list of socket ball nodes together into a multiple socket ball node.void
CLDiaMergeAbleEdge. reconnectEdge(ELElement ohNew, K_SIDE kSide)
Assigns the relationship or association of this edge to a new source/target node.CLDiaCompartmentAbleNode
CLDiaHierNode. replaceByCompartmentAbleNode()
CLDiaHierNode
CLDiaCompartmentAbleNode. replaceByHierNode()
void
CLDia. setVisibleCompartment(java.util.List<? extends PRDiaNode> seqNode, java.util.List<ARG_CompartmentVisibilityList> seqComp)
Sets the visible compartments of the selected nodes.static void
CLDiaMergeAbleNodeHelper. splitRelationship(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Splits a multiple relationship node into two relationship nodes or edges.static void
CLDiaSocketBallNodeHelper. 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 DBCheckConstraint
DBCheckConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new SQL Check Constraint with template and container.static DBCheckConstraint
DBCheckConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new SQL Check Constraint with stereotype and container.static DBConnection
DBConnectionHelper. create(SrvContext srvCtx)
Creates aDBConnection
.static DBConnection
DBConnectionHelper. create(SrvContext srvCtx, ARG_ModifyDBConnection valDBConnection)
Creates aDBConnection
by argument.static DBForeignKey
DBForeignKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Table) with template and container with requirement.static DBForeignKey
DBForeignKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Table) with stereotype and container with requirement.static DBGroup
DBGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Group (in Database System) with template and container.static DBGroup
DBGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Group (in Database System) with stereotype and container.static DBIndexedColumn
DBIndexedColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Indexed Table Column with template and container with requirement.static DBIndexedColumn
DBIndexedColumnHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Indexed Table Column with stereotype and container with requirement.static DBIndex
DBIndexHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Table Index with template and container.static DBIndex
DBIndexHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Table Index with stereotype and container.static DBMergedTable
DBMergedTableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Merged Table with template and container.static DBMergedTable
DBMergedTableHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Merged Table with stereotype and container.static DBPackage
DBPackageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database Object Group with template and container.static DBPackage
DBPackageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database Object Group with stereotype and container.static DBPrivilege
DBPrivilegeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Privilege (in Database System) with template and container.static DBPrivilege
DBPrivilegeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Privilege (in Database System) with stereotype and container.static DBProcedureExpression
DBProcedureExpressionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Procedure Expression with template and container with requirement.static DBProcedureExpression
DBProcedureExpressionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Procedure Expression with stereotype and container with requirement.static DBRoleAuthorization
DBRoleAuthorizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Role Authorization (in Database System) with template and container with requirement.static DBRoleAuthorization
DBRoleAuthorizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Role Authorization (in Database System) with stereotype and container with requirement.static DBRole
DBRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Role (in Database System) with template and container.static DBRole
DBRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Role (in Database System) with stereotype and container.static DBSiblingConstraint
DBSiblingConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Constraint (of disjoint DB Tables) with template and container.static DBSiblingConstraint
DBSiblingConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Constraint (of disjoint DB Tables) with stereotype and container.static DBSQLGeneric
DBSQLGenericHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Generic SQL with template and container.static DBSQLGeneric
DBSQLGenericHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Generic SQL with stereotype and container.static DBStoredProcedure
DBStoredProcedureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Stored Procedure with template and container.static DBStoredProcedure
DBStoredProcedureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Stored Procedure with stereotype and container.static DBTableColumn
DBTableColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Table Column with template and container.static DBTableColumn
DBTableColumnHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Table Column with stereotype and container.static DBTable
DBTableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database Table with template and container.static DBTable
DBTableHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database Table with stereotype and container.static DBTrigger
DBTriggerHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database Trigger with template and container.static DBTrigger
DBTriggerHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database Trigger with stereotype and container.static DBUniqueKey
DBUniqueKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Key (in Database Schema) with template and container.static DBUniqueKey
DBUniqueKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Key (in Database Schema) with stereotype and container.static DBUser
DBUserHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new User (in Database System) with template and container.static DBUser
DBUserHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new User (in Database System) with stereotype and container.static DBViewColumn
DBViewColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Column (of Database View) with template and container.static DBViewColumn
DBViewColumnHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Column (of Database View) with stereotype and container.static DBViewFrom
DBViewFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with template and container with requirement.static DBViewFrom
DBViewFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with stereotype and container with requirement.static DBView
DBViewHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database View with template and container.static DBView
DBViewHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database View with stereotype and container.static DBViewSubselectFrom
DBViewSubselectFromHelper. 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 DBViewSubselectFrom
DBViewSubselectFromHelper. 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 DBForeignKey
DBForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Table) with template and container with requirement.static DBForeignKey
DBForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Table) with stereotype and container with requirement.static DBViewColumn
DBViewColumnHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Column (of Database View) with template and container.static DBViewColumn
DBViewColumnHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Column (of Database View) with stereotype and container.static DBViewFrom
DBViewFromHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with template and container with requirement.static DBViewFrom
DBViewFromHelper. 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) aDBForeignKey
for the givenERForeignKey
(ER element) in the givenDBTable
(DB element).static DBSiblingConstraint
DBSiblingConstraintHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aDBSiblingConstraint
for 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 aDBTableColumn
for the givenERAttribute
(ER element) in the givenDBTable
(DB element).
This standard mapping creates aMEMappingDependency
with the attribute as requirement element and with the newly created table column as implementation element.static DBTable
DBTableHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
static java.util.List<DBUniqueKey>
DBUniqueKeyHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aDBUniqueKey
for the givenERUniqueKey
(ER element) in the givenDBTable
(DB element).
This standard mapping creates aMEMappingDependency
with the ER key as requirement element and with the newly created DB key as implementation element.static DBTableColumn
DBTableColumnHelper. createByUnique(SrvContext srvCtx, ELContainerAble ohContainer, IMProperty ohReferencedProperty)
Creates a foreign key column for a given unique key column.java.lang.String
DBPrivilege. 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.String
DBConnection. 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.String
DBConnection. getConnectionHeader()
Connection Header of thisDBConnection
.int
DBMergedTable. getCount()
java.lang.String
DBConnection. getDatabase()
Database of database elements covered by thisDBConnection
.java.lang.String
DBConnection. 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.IMSemanticDataType
DBTableColumn. 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_DIRECTION
DBMergedTable. getDirection()
Indicates wether the table was merged to foreign key or to unique key.java.lang.String
DBConnection. getDriverFile()
Driver file of thisDBConnection
.java.lang.String
DBConnection. 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.String
DBConnection. 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.DBTableColumn
DBTableColumn. getFirstValidTypeColumn()
Gets theDBTableColumn
which is valid to evaluate theIMDataType
of 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
.DBAuthorizationIdentifier
DBAuthorization. getGrantee()
Reference to the granteeDBAuthorizationIdentifier
of thisDBAuthorization
.DBAuthorizationIdentifier
DBAuthorization. getGrantor()
Reference to the grantorDBAuthorizationIdentifier
of thisDBAuthorization
.java.util.List<DBGroup>
DBUser. getGroup()
boolean
DBConnection. getIntegratedSecurity()
If true, use integrated authentication for database access.
This property is provided by some database systems, like SQL Server.IMClassifier
DBTable. getLeadingEntity()
Returns the leadingEREntity
of 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.DBForeignKey
DBTable. getMaxOneForeignKey()
Gets theDBForeignKey
which 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_ModifyDBConnection
DBConnection. getModifyConnection()
Get all properties of theDBConnection
.java.lang.String
DBTrigger. getNewRow()
Name of the variable for the new row.java.lang.String
DBTrigger. getNewTable()
Name of the variable for the new table.java.lang.String
DBTrigger. getOldRow()
Name of the variable for the old row.java.lang.String
DBTrigger. 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)
DBTableColumn
DBCheckConstraint. getOwningColumn()
Reference to theDBTableColumn
that owns thisDBCheckConstraint
.DBColumn
DBSQLGeneric. getOwningColumn()
Reference to the owningDBColumn
.DBColumnSet
DBSQLGeneric. getOwningColumnSet()
Reference to the owningDBColumnSet
.DBView
DBView. getOwningCombinedView()
Reference to the combined view of thisDBView
.MMCreateTemplate
DBRole. getOwningCreateTemplate()
DBIndex
DBIndexedColumn. getOwningDBIndex()
Reference to theDBIndex
of thisDBIndexedColumn
.DBPackage
DBSQLGeneric. getOwningDBPackage()
Reference to the owningDBPackage
.DBIndex
DBSQLGeneric. getOwningIndex()
Reference to the owningDBIndex
.DBMergedTable
DBMergedInstance. getOwningMergedTable()
Reference to theDBMergedTable
of thisDBMergedInstance
.ADXModel
DBConnection. getOwningModel()
TheADXModel
owning thisDBConnection
.IMSemanticDataType
DBCheckConstraint. getOwningSemanticDataType()
Reference to theIMSemanticDataType
that owns thisDBCheckConstraint
.DBSQLGeneric
DBSQLGeneric. getOwningSQLGeneric()
Reference to the owningDBSQLGeneric
.DBTable
DBForeignKey. getOwningTable()
Reference to theDBTable
of thisDBForeignKey
.DBTable
DBIndex. getOwningTable()
DBTable
DBMergedTable. getOwningTable()
Reference to the table of thisDBMergedTable
.DBTable
DBTableColumn. getOwningTable()
DBTable
DBTrigger. getOwningTable()
DBTable
DBUniqueKey. getOwningTable()
Reference to theDBTable
of theDBUniqueKey
.DBView
DBTrigger. getOwningView()
DBView
DBUniqueKey. getOwningView()
Reference to theDBView
of theDBUniqueKey
.java.lang.String
DBConnection. getPassword()
Password of the connecting user.java.lang.String
DBConnection. 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.DBRole
DBRoleAuthorization. getRole()
Reference to theDBRole
of thisDBRoleAuthorization
.java.util.List<DBRoleAuthorization>
DBRole. getRoleAuthorization(K_CONTROL_OPTION... behaviourFlags)
List of all role authorizations ofDBRole
.java.lang.String
DBConnection. getSchema()
Schema of database elements covered by thisDBConnection
.MMTypeSystem
DBProcedureExpression. getScopeTypeSystem()
Reference to the type system of thisDBProcedureExpression
.java.lang.String
DBConnection. 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_KIND
DBSiblingConstraint. getSiblingKind()
The sibling kind can be - ISA: disjoining and covering - SUB: disjoining but not covering - OR: not disjoining but coveringstatic ARG_DBSplitOclReqOut
DBMergedTableHelper. getSplit(SrvContext srvCtx, ELElement item)
Returns two parallel lists of merged tables and their names for the givenDBDiaTableNode
,DBTable
orDBMergedTable
.<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
.DBTable
DBForeignKey. getUniqueKeyTable()
<T extends DBColumn>
java.util.List<T>DBViewColumn. getUsedColumn(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
java.lang.String
DBConnection. 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 (DBViewColumn
orDBTableColumn
).
If there is aDBView
given 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 thisDBColumnSet
in a view.boolean
DBTable. hasMergedTable()
boolean
DBMergedTable. hasSamePrimaryKey()
If true, the merging foreign key was identifying and max one.boolean
DBAuthorization. isGrantable()
If true, the authorization is granted; otherwise it is revoked.boolean
DBTable. isSplittedByColumn()
boolean
DBTable. isWeak()
True, if thisDBTable
is 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 thisDBViewFrom
in the following order:
maintainAddUnionColumns(...)
java.util.List<DBViewColumn>
DBViewFrom. maintainAddAllColumns()
This maintaining method adds aDBViewColumn
for eachDBColumn
of the referencedDBColumnSet
, if the viewed column is not yet referenced in theDBView
of thisDBViewFrom
.
Returns the list of the created columns.java.util.List<DBViewColumn>
DBViewColumn. maintainAddUnionColumns()
This maintaining method adds aDBViewColumn
in everyDBView
which 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.DBUniqueKey
DBTable. 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 thisDBUniqueKey
which are not yet assigned to a relationship.static DBTable
DBForeignKeyHelper. 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 theDBTable
which contains theDBUniqueKey
corresponding to the selectedDBForeignKey
into theDBTable
which contains the foreign key.
This action creates aDBMergedTable
in 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 theDBTable
of the selectedDBForeignKey
into theDBTable
which contains the correspondingDBUniqueKey
.
This action creates aDBMergedTable
in the modified table.void
DBConnection. modifyConnection(ARG_ModifyDBConnection valDBConnection)
Set all properties of theDBConnection
.static void
DBTableColumnHelper. SDT2DTD(SrvContext srvCtx, java.util.List<? extends DBTableColumn> seqCol)
This method transform the type of each givenDBTableColumn
fromIMSemanticDataType
toIMDataTypeDefinition
.void
DBPrivilege. setActionList(java.lang.String value)
Set the value of Attribut ActionList.void
DBConnection. setCatalog(java.lang.String value)
Set the value of Attribut Catalog.void
DBConnection. setConnectionHeader(java.lang.String value)
Set the value of Attribut ConnectionHeader.void
DBMergedTable. setCount(int value)
Set the value of Info Count.void
DBConnection. setDatabase(java.lang.String value)
Set the value of Attribut Database.void
DBConnection. setDatabaseSystem(java.lang.String value)
Set the value of Attribut DatabaseSystem.void
DBTableColumn. setDBIndex(java.util.List<? extends DBIndex> values)
Set the value of View DBIndex.void
DBMergedTable. setDirection(K_DBMERGE_DIRECTION value)
Set the value of Attribut Direction.void
DBConnection. setDriverFile(java.lang.String value)
Set the value of Attribut DriverFile.void
DBConnection. setDriverName(java.lang.String value)
Set the value of Attribut DriverName.void
DBConnection. setExtendedConfiguration(java.lang.String value)
Set the value of Attribut ExtendedConfiguration.void
DBMergedInstance. setForeignKey(java.util.List<? extends DBForeignKey> values)
Set the value of Foreign Key ForeignKey.void
DBAuthorization. setGrantable(boolean value)
Set the value of Attribut IsGrantable.void
DBAuthorization. setGrantor(DBAuthorizationIdentifier value)
Set the value of Foreign Key Grantor.void
DBUser. setGroup(java.util.List<? extends DBGroup> values)
Set the value of Foreign Key Group.void
DBConnection. setIntegratedSecurity(boolean value)
Set the value of Attribut IntegratedSecurity.void
DBTable. setMergedTable(boolean value)
Set the value of Info HasMergedTable.void
DBTrigger. setNewRow(java.lang.String value)
Set the value of Attribut NewRow.void
DBTrigger. setNewTable(java.lang.String value)
Set the value of Attribut NewTable.void
DBTrigger. setOldRow(java.lang.String value)
Set the value of Attribut OldRow.void
DBTrigger. setOldTable(java.lang.String value)
Set the value of Attribut OldTable.void
DBConnection. setPassword(java.lang.String value)
Set the value of Attribut Password.void
DBConnection. setPort(java.lang.String value)
Set the value of Attribut Port.void
DBTableColumn. setPrimary(boolean setPrimary)
Sets theDBTableColumn
to primary or not primary.void
DBSQLObject. setPrivilege(java.util.List<? extends DBPrivilege> values)
Set the value of Foreign Key Privilege.void
DBSQLObject. setReferencedSQLObject(java.util.List<? extends DBSQLObject> values)
Set the value of Foreign Key ReferencedSQLObject.void
DBSQLObject. setReferencingSQLObject(java.util.List<? extends DBSQLObject> values)
Set the value of Foreign Key ReferencingSQLObject.void
DBRole. setRoleAuthorization(java.util.List<? extends DBRoleAuthorization> values)
Set the value of Primary Key RoleAuthorization.void
DBMergedTable. setSamePrimaryKey(boolean value)
Set the value of Attribut HasSamePrimaryKey.void
DBConnection. setSchema(java.lang.String value)
Set the value of Attribut Schema.void
DBConnection. setServer(java.lang.String value)
Set the value of Attribut Server.void
DBSiblingConstraint. setSiblingKind(K_GENERAL_KIND value)
Set the value of Attribut SiblingKind.void
DBPrivilege. setSQLObject(java.util.List<? extends DBSQLObject> values)
Set the value of Foreign Key SQLObject.void
DBMergedInstance. setTableColumn(java.util.List<? extends DBTableColumn> values)
Set the value of Foreign Key TableColumn.void
DBMergedInstance. setUniqueKey(java.util.List<? extends DBUniqueKey> values)
Set the value of Foreign Key UniqueKey.void
DBConnection. setUser(java.lang.String value)
Set the value of Attribut User.void
DBGroup. setUser(java.util.List<? extends DBUser> values)
Set the value of Foreign Key User.void
DBTable. setWeak(boolean value)
Set the value of Info IsWeak.DBTable
DBMergedTable. split(java.util.List<? extends ELElement> seq)
This inverse operation of the merge command documented by thisDBMergedTable
splits theDBTable
into two tables.DBTable
DBTable. splitH()
static DBTable
DBTableHelper. splitV(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Splits the selectedDBTableColumn
s 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 DBDia
DBDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database Diagram with template and container.static DBDia
DBDiaHelper. 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)
DBDia
DBDiaTableNode. getOwningDBDiagram()
The DB diagram that owns this table node.DBDia
DBDiaViewNode. getOwningDBDiagram()
The DB diagram that owns this table node.static DBDiaTableNode
DBDiaReferenceEdgeHelper. mergeSiblingTables(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Merges two or more child database table nodes of the selected foreign key edges.static DBDiaTableNode
DBDiaTableNodeHelper. 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 theDBDiaTableNode
which contains theDBUniqueKey
corresponding to the selectedDBForeignKey
into theDBTable
which 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 theDBDiaTableNode
of the selectedDBForeignKey
into theDBTable
which contains the correspondingDBUniqueKey
.DBDiaTableNode
DBDiaTableNode. splitH()
Splits the selectedDBDiaTableNode
into a newDBDiaTableNode
.DBDiaTableNode
DBDiaTableNode. splitMergedTable(DBMergedTable newTable, java.util.List<? extends DBMergedTable> mergedTables)
Split theDBTable
by creating a new table for theDBMergedTable
given by the argument 'newTable'.static DBDiaTableNode
DBDiaTableNodeHelper. splitV(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Splits the selectedDBTableColumn
s 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.DGViewChapter
DGViewChapter. createTable()
Creates a table for this chapter.ARG_DocuOut
DGCommand. executeDocu(java.util.List<? extends ELElement> seq)
Execute a Documentation Command on the server.MM2Attribute
DGChapterAttribute. getAttribute()
The meta model attribute assigned to this documentation chapter.DGFooter
DGSelection. getCFooter()
K_DOCU_CHANGE_CHAPTER_MODE
DGCommand. getChangeChapterHeadings()
Specifies which chapter headings are converted to dash lists.DGStandardChapter
DGChapterAttribute. getChapter()
The documentation standard chapter that owns this chapter attribute.DGChapter
DGTableColumn. getChapter()
The chapter assigned to this table column.DGChapterAttribute
DGStandardChapter. getChapterAttribute()
The chapter attribute assigned to this documentation standard chapter.MM2Class
DGStandardChapter. getChapterClass()
The meta class assigned to this chapter.DGHeader
DGSelection. getCHeader()
boolean
DGCommand. getCheckInput(java.util.List<? extends ELElement> seq)
Checks wether this documentation command can produces output with the current selection.DGConfig
DGSelection. getConfig()
The configuration of this selection.java.lang.String
DGChapter. 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.DGSelection
DGCommand. 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.DGDocuStructureRoot
DGSelection. getDocuStructureRoot()
The documentation structure used by this documentation selection.K_DOCU_GRAPHIC_FORMAT
DGCommand. getGraphicFormat()
Format of graphics.boolean
DGCommand. getLeastCommonPackage()
Use least commonMEHierarchyAble
as root of documentation.K_CHAPTER_SORTORDER
DGStandardChapter. getLocalSortOrder()
The local sort order of son nodes.DGFooter
DGSelection. getMFooter()
DGHeader
DGSelection. 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.boolean
DGCommand. getNoMultiPageGraphics()
Collate multi-paged graphics.K_NUMBER_FORMAT
DGChapter. getNumberFormatEVal()
Get the number format of this chapter.K_DOCU_OPEN_MODE
DGCommand. getOpenMode()
Specifies if the generated documentation is opened.java.lang.String
DGCommand. getOutputDirectory()
Directory path for generated files.K_DOCU_TYPE
DGCommand. getOutputKind()
Kind of output.java.lang.String
DGCommand. 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.DGChapter
DGChapter. getOwningChapter()
The documentation chapter owning this documentation chapter.MMProfile
DGConfig. getOwningProfile()
The profile that owns this documentation configuration.MMProfile
DGDocuStructureRoot. getOwningProfile()
The profile that owns this documentation structure.MMProfile
DGFooter. getOwningProfile()
The profile that owns this documentation footer.MMProfile
DGHeader. getOwningProfile()
The profile that owns this documentation header.MMProfile
DGSelection. getOwningProfile()
The profile that owns this documentation selection.MMProfile
DGTitle. getOwningProfile()
The profile that owns this documentation title page.MMProfile
DGTreeStructureRoot. getOwningProfile()
The profile that owns thisDGTreeStructureRoot
.MMProfile
DGTreeTemplate. getOwningProfile()
The profile that owns thisDGTreeTemplate
.DGViewChapter
DGTableColumn. getOwningTable()
The view chapter owning this table column.DGViewChapter
DGTableProperties. getOwningTable()
The table chapter owning this table properies.boolean
DGChapter. getPageBreakAfter()
Returns true if this chapter has a page break after the heading.boolean
DGChapter. getPageBreakBefore()
Returns true if this chapter has a page break before the heading.K_PARAGRAPH_JUSTIFICATION
DGChapter. getParagraphJustification()
The justification of the paragraph.boolean
DGCommand. getPerformInputCheck()
Perform an input check before documentation generation.java.lang.String
DGCommand. getPostprocessingArguments()
The arguments of the postprocessing command.java.lang.String
DGCommand. getPostprocessingCommand()
The postprocessing command of this documentation command.java.lang.String
DGCommand. getPrinterName()
The printer to be used.MMProfile
DGCommand. getProfile()
The profile that owns this docu command.MMProfile
DGTemplate. getProfile()
The profile that owns this documentation building block.DGChapter
DGChapter. getRedefinedChapter()
<T extends DGChapter>
java.util.List<T>DGChapter. getRedefiningChapter(java.lang.Class<T> returnType)
boolean
DGCommand. getRemoveEmptyChapters()
Remove empty chapters.java.lang.String
DGCommand. getSearchName()
Search, which is executed before documentation generation, in order to determine the selection.java.lang.String
DGCommand. 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.DGTableProperties
DGViewChapter. getTableProperties()
The table properties owned by this table chapter.DGTemplate
DGLink. getTemplate()
The documentation template used by this linking chapter.DGTitle
DGSelection. getTitle()
DGTreeTemplate
DGTreeLink. getTreeTemplate()
The model browser template used by this linking chapter.MMVerify
DGVerifyChapter. getVerify()
The verification of this verification documentation chapter.java.lang.String
DGCommand. getWordIndexField()
Index field for MS-Word documentation.java.lang.String
DGCommand. getWordTemplate()
Template file name for generation in MS-Word format.java.lang.String
DGCommand. getWordTOCField()
Table of contents field for MS-Word documentation.java.lang.String
DGCommand. getWordTOFField()
Table of figures field for MS-Word documentation.java.lang.String
DGCommand. getWordTOTField()
Table of tables field for MS-Word documentation.java.lang.String
DGCommand. getXSLStyleSheet()
Stylesheet for the stylesheet processor.java.lang.String
DGCommand. getXSLStyleSheetProcessor()
Command string for the stylesheet processor.boolean
DGChapter. isChapterFadedOut()
Returns true if this chapter is supressed.boolean
DGChapter. isHeadingSuppressed()
Returns true if this chapters heading is faded out.boolean
DGStandardChapter. isLocalSortOrderReverse()
Is the local sort order of son nodes a reverse sort order.boolean
DGCommand. isReport()
Is report documentation.DGViewChapter
DGViewChapter. removeTable()
Remove the table from this chapter.void
DGSelection. setCFooter(DGFooter value)
Set the value of Foreign Key CFooter.void
DGCommand. setChangeChapterHeadings(K_DOCU_CHANGE_CHAPTER_MODE value)
Set the value of Attribut ChangeChapterHeadings.void
DGChapter. setChapterFadedOut(boolean value)
Set the value of Attribut IsChapterFadedOut.void
DGSelection. setCHeader(DGHeader value)
Set the value of Foreign Key CHeader.void
DGSelection. setConfig(DGConfig value)
Set the value of Foreign Key Config.void
DGChapter. setContents(java.lang.String value)
Set the value of Attribut Contents.void
DGCommand. setDGSelection(DGSelection value)
Set the value of Foreign Key DGSelection.void
DGSelection. setDocuStructureRoot(DGDocuStructureRoot value)
Set the value of Foreign Key DocuStructureRoot.void
DGChapter. setHeadingSuppressed(boolean value)
Set the value of Attribut IsHeadingSuppressed.void
DGCommand. setLeastCommonPackage(boolean value)
Set the value of Attribut LeastCommonPackage.void
DGStandardChapter. setLocalSortOrder(K_CHAPTER_SORTORDER value)
Set the value of Attribut LocalSortOrder.void
DGStandardChapter. setLocalSortOrderReverse(boolean value)
Set the value of Attribut IsLocalSortOrderReverse.void
DGSelection. setMFooter(DGFooter value)
Set the value of Foreign Key MFooter.void
DGSelection. setMHeader(DGHeader value)
Set the value of Foreign Key MHeader.void
DGCommand. setNoMultiPageGraphics(boolean value)
Set the value of Attribut NoMultiPageGraphics.static void
DGChapterHelper. setNumber(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Set the number state of the specified chapters.void
DGChapter. setNumberFormatEVal(K_NUMBER_FORMAT value)
Set the value of Attribut NumberFormatEVal.void
DGCommand. setOpenMode(K_DOCU_OPEN_MODE value)
Set the value of Attribut OpenMode.void
DGChapter. setPageBreakAfter(boolean value)
Set the value of Attribut PageBreakAfter.void
DGChapter. setPageBreakBefore(boolean value)
Set the value of Attribut PageBreakBefore.void
DGChapter. setParagraphJustification(K_PARAGRAPH_JUSTIFICATION value)
Set the value of Attribut ParagraphJustification.void
DGCommand. setPerformInputCheck(boolean value)
Set the value of Attribut PerformInputCheck.void
DGCommand. setPostprocessingArguments(java.lang.String value)
Set the value of Attribut PostprocessingArguments.void
DGCommand. setPostprocessingCommand(java.lang.String value)
Set the value of Attribut PostprocessingCommand.void
DGCommand. setProfile(MMProfile value)
Set the value of Foreign Key Profile.void
DGCommand. setRemoveEmptyChapters(boolean value)
Set the value of Attribut RemoveEmptyChapters.void
DGSelection. setTitle(DGTitle value)
Set the value of Foreign Key Title.void
DGVerifyChapter. setVerify(MMVerify value)
Set the value of Foreign Key Verify.void
DGCommand. setWordIndexField(java.lang.String value)
Set the value of Attribut WordIndexField.void
DGCommand. setWordTemplate(java.lang.String value)
Set the value of Attribut WordTemplate.void
DGCommand. setWordTOCField(java.lang.String value)
Set the value of Attribut WordTOCField.void
DGCommand. setWordTOFField(java.lang.String value)
Set the value of Attribut WordTOFField.void
DGCommand. setWordTOTField(java.lang.String value)
Set the value of Attribut WordTOTField.void
DGCommand. 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 DMRuleAnnotationClause
DMDecisionTable. addAnnotationClause(DMRuleAnnotationClause ohClause, java.lang.String name)
Creates a newDMRuleAnnotationClause
for thisDMDecisionTable
.DMInformationItem
DMRelation. addColumn(DMInformationItem ohItem, java.lang.String name, boolean isMaintaining)
Creates a newDMInformationItem
as column of thisDMRelation
.DMDecisionRule
DMDecisionTable. addDecisionRule(DMDecisionRule ohRule)
Creates a newDMDecisionRule
for thisDMDecisionTable
.DMInputClause
DMDecisionTable. addInputClause(DMInputClause ohClause, java.lang.String name, boolean isMaintaining)
Creates a newDMInputClause
for thisDMDecisionTable
.DMLiteralExpression
DMList. addListEntry(DMLiteralExpression ohExpr)
Creates a newDMLiteralExpression
as entry of thisDMList
.DMOutputClause
DMDecisionTable. addOutputClause(DMOutputClause ohClause, java.lang.String name)
Creates a newDMOutputClause
for thisDMDecisionTable
.DMInformationItem
DMFunctionDefinition. addParameter(DMInformationItem ohItem, java.lang.String name, boolean isMaintaining)
Creates a newDMInformationItem
as parameter of thisDMFunctionDefinition
.DMContextEntry
DMContext. addResultContextEntry(boolean isMaintaining)
Creates a new resultDMContextEntry
for thisDMContext
.DMList
DMRelation. addRowList(DMList ohRow, boolean isMaintaining)
Creates a newDMList
as row of thisDMRelation
.DMContextEntry
DMContext. addVariableContextEntry(DMContextEntry ohEntry)
Creates a new variableDMContextEntry
for thisDMContext
.static DMContext
DMContextHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMContext
as content of the specifiedELContainerAble
.static DMDecisionTable
DMDecisionTableHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMDecisionTable
as content of the specifiedELContainerAble
.static DMFunctionDefinition
DMFunctionDefinitionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining)
Creates a newDMFunctionDefinition
as content of the specifiedELContainerAble
.static DMInvocation
DMInvocationHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, DMFunctionDefinition ohCalledFunction, boolean isMaintaining)
static DMList
DMListHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMList
as content of the specifiedELContainerAble
.static DMLiteralExpression
DMLiteralExpressionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, java.lang.String strText)
Creates a newDMLiteralExpression
with an unformatted text as content of the specifiedELContainerAble
.static DMLiteralExpression
DMLiteralExpressionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, java.lang.String strText, java.lang.String strFlowText, DMInformationItem ohRef)
Creates a newDMLiteralExpression
with a formatted text and a referencedDMInformationItem
as content of the specifiedELContainerAble
.static DMRelation
DMRelationHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMRelation
as content of the specifiedELContainerAble
.static DRAuthorityRequirement
DRAuthorityRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Authority Requirement with template from source to target element.static DRAuthorityRequirement
DRAuthorityRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Authority Requirement with stereotype from source to target element.static DRBusinessKnowledgeModel
DRBusinessKnowledgeModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Knowledge Model with template and container.static DRBusinessKnowledgeModel
DRBusinessKnowledgeModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Knowledge Model with stereotype and container.static DRDecision
DRDecisionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision with template and container.static DRDecision
DRDecisionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision with stereotype and container.static DRDecisionService
DRDecisionServiceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision Service with template and container.static DRDecisionService
DRDecisionServiceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision Service with stereotype and container.static DRInformationRequirement
DRInformationRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Information Requirement with template from source to target element.static DRInformationRequirement
DRInformationRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Information Requirement with stereotype from source to target element.static DRInputData
DRInputDataHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Input Data with template and container.static DRInputData
DRInputDataHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Input Data with stereotype and container.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with stereotype from source to target element.static DRKnowledgeSource
DRKnowledgeSourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Knowledge Source with template and container.static DRKnowledgeSource
DRKnowledgeSourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Knowledge Source with stereotype and container.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with stereotype from source to target element.void
DMDecisionTable. fillEmptyInputCells()
Fills empty input cells of thisDMDecisionTable
with default value '-'.java.lang.String
DRDecision. 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
.DMExpression
DMBinding. getBindingFormula()
The instance ofDMExpression
to which the parameter in thisDMBinding
is bound when the owning instance ofDMInvocation
is evaluated.ARG_DMNBoxedExpressionClient
DMNElement. getBoxedExpressionClient()
Returns all necessary informations needed by the client to represent a boxed expression for thisDMNElement
specialization.K_BUILTIN_AGGREGATOR
DMDecisionTable. 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 thisDMDecisionTable
when the hit policy is collect.DMExpression
DMInvocation. getCalledFunction()
AnDMExpression
whose 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 ofDMRuleAnnotationClause
that compose thisDMDecisionTable
.java.util.List<DMInputClause>
DMDecisionTable. getDecisionInput(K_CONTROL_OPTION... behaviourFlags)
This attribute lists the instances ofDMInputClause
that compose thisDMDecisionTable
.DMExpression
DRDecision. getDecisionLogic()
The instance ofDMExpression
that 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 ofDMOutputClause
that compose thisDMDecisionTable
.java.lang.String
DRDecisionOutputAble. 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 ofDMDecisionRule
that compose thisDMDecisionTable
.DMDecisionRule
DMRuleAnnotation. getDecisionRule()
TheDMDecisionRule
owning thisDMRuleAnnotation
.DMDecisionTable
DMDecisionRule. getDecisionTable()
TheDMDecisionTable
owning thisDMDecisionRule
.DMDecisionTable
DMInputClause. getDecisionTable()
TheDMDecisionTable
owning thisDMInputClause
.DMDecisionTable
DMOutputClause. getDecisionTable()
TheDMDecisionTable
owning thisDMOutputClause
.DMDecisionTable
DMRuleAnnotationClause. getDecisionTable()
TheDMDecisionTable
owning 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.String
DMOutputClause. getDefaultValueAsString()
The default value for thisDMOutputClause
.java.util.List<DRDecision>
DRDecisionService. getEncapsulatedDecision()
All decisions encapsulated in thisDRDecisionService
.DMFunctionDefinition
DRBusinessKnowledgeModel. 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.String
DMLiteralExpression. getExpressionLanguage()
This attribute identifies the expression language used in thisDMLiteralExpression
.java.lang.String
DMLiteralExpression. getExprFlowText()
The flow text of thisDMLiteralExpression
.java.lang.String
DMLiteralExpression. getExprText()
The text of thisDMLiteralExpression
.DMValueRangeRefAble
DMValueRangeRefAble. getFirstUsingValueRangeRefAble()
java.util.List<DMInformationItem>
DMFunctionDefinition. getFormalParameter(K_CONTROL_OPTION... behaviourFlags)
All instances ofDMInformationItem
that are formal parameters of thisDMFunctionDefinition
.DMExpression
DMFunctionDefinition. getFunctionBody()
TheDMExpression
of the body for thisDMFunctionDefinition
.K_DM_FUNCTION
DMFunctionDefinition. getFunctionKind()
The kind of thisDMFunctionDefinition
.K_HIT_POLICY
DMDecisionTable. 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)
AllDRInputData
required 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.DMLiteralExpression
DMInputClause. 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.String
DMInputClause. getInputValuesAsString()
All possible input values of thisDMInputClause
.DRBusinessKnowledgeModel
DRDecision. getInvokedBusinessKnowledgeModel()
TheDRBusinessKnowledgeModel
which is invoked by thisDRDecision
.java.util.List<DRKnowledgeRequirement>
DRInvocable. getKnowledgeRequiredBy(K_CONTROL_OPTION... behaviourFlags)
References the knowledge requirements which require thisDRInvocable
.java.lang.String
DRKnowledgeSource. getKnowledgeSourceLocationURI()
The URI where thisDRKnowledgeSource
is located.java.lang.String
DRKnowledgeSource. 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.String
DMDecisionTable. getOutputLabel()
This attribute gives a description of the decision table output, and is often the same as the name of theDMInformationItem
for which thisDMDecisionTable
is the value expression.java.lang.String
DMOutputClause. getOutputName()
The name of thisDMOutputClause
, if the owningDMDecisionTable
contains more than one output, empty otherwise.CLClassifier
DMOutputClause. getOutputType()
The type of thisDMOutputClause
, if the owningDMDecisionTable
contains 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.String
DMOutputClause. 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 ofDMInformationItem
that define the columns in thisDMRelation
.java.util.List<DMContextEntry>
DMContext. getOwnedContextEntrys(K_CONTROL_OPTION... behaviourFlags)
This attributes lists the instances ofDMContextEntry
that 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 ofDMExpression
that 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)
TheDRPrintContext
of 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.DMContextEntry
DMContext. getOwnedResultContextEntry()
This attributes returns the instance ofDMContextEntry
that used as result of thisDMContext
.java.util.List<DMList>
DMRelation. getOwnedRows(K_CONTROL_OPTION... behaviourFlags)
This attributes lists the instances ofDMList
that compose the rows of thisDMRelation
.DMExpression
DMContextEntry. getOwnedValue()
The instance ofDMExpression
that is the value expression in thisDMContextEntry
.java.util.List<DMContextEntry>
DMContext. getOwnedVariableContextEntrys(K_CONTROL_OPTION... behaviourFlags)
This attributes lists the instances ofDMContextEntry
that compose thisDMContext
as variable.MEStereotypeAble
DRKnowledgeSource. getOwnerOfKnowledgeSource()
The unit which owns this knowledge source.DMBinding
DMExpression. getOwningBinding()
TheDMBinding
which owns thisDMExpression
as binding formula.DRBusinessKnowledgeModel
DMFunctionDefinition. getOwningBusinessKnowledgeModel()
TheDRBusinessKnowledgeModel
which encapsulates thisDMFunctionDefinition
.DMContext
DMContextEntry. getOwningContext()
TheDMContext
which owns thisDMContextEntry
.DMContextEntry
DMExpression. getOwningContextEntry()
TheDMContextEntry
which owns thisDMExpression
as value.DMContextEntry
DMInformationItem. getOwningContextEntry()
TheDMContextEntry
which owns this variable.DRDecision
DMExpression. getOwningDecision()
TheDRDecision
which owns thisDMExpression
as decision logic.DRDecision
DMInformationItem. getOwningDecision()
TheDRDecision
which owns this variable.DRGElement
DRRequirement. getOwningDRGElement()
References the element that owns this requirement.DMFunctionDefinition
DMExpression. getOwningFunctionDefinition()
TheDMFunctionDefinition
which owns thisDMExpression
as body.DMFunctionDefinition
DMInformationItem. getOwningFunctionDefinition()
TheDMFunctionDefinition
which owns this instance ofDMInformationItem
as formal parameter.DRInputData
DMInformationItem. getOwningInputData()
TheDRInputData
which owns this variable.DRInvocable
DMInformationItem. getOwningInvocable()
TheDRInvocable
which owns this variable.DMInvocation
DMBinding. getOwningInvocation()
TheDMInvocation
which owns thisDMBinding
.DMList
DMExpression. getOwningList()
TheDMList
which owns thisDMExpression
as element.DMRelation
DMInformationItem. getOwningRelation()
TheDMRelation
which owns thisDMInformationItem
as column.DMRelation
DMList. getOwningRelation()
TheDMRelation
which owns thisDMList
as row.DMContext
DMContextEntry. getOwningResultContext()
TheDMContext
which owns this resultDMContextEntry
.DMContext
DMContextEntry. getOwningVariableContext()
TheDMContext
which owns this variableDMContextEntry
.DMInformationItem
DMBinding. getParameter()
TheDMInformationItem
on which the called function of the owning instance ofDMInvocation
depends that is bound by thisDMBinding
.java.util.List<DMBinding>
DMInformationItem. getParameterBinding(K_CONTROL_OPTION... behaviourFlags)
K_DECISION_TABLE_ORIENTATION
DMDecisionTable. getPreferredOrientation()
The preferred orientation for the diagrammatic representation of thisDMDecisionTable
.java.lang.String
DRDecision. getQuestion()
A natural language question that characterizes theDRDecision
such 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.DRGElement
DRRequirement. 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 ofDMRuleAnnotation
that compose thisDMDecisionRule
.java.util.List<DMRuleAnnotation>
DMRuleAnnotationClause. getRuleAnnotation(K_CONTROL_OPTION... behaviourFlags)
All rule annotations of thisDMRuleAnnotationClause
.DMRuleAnnotationClause
DMRuleAnnotation. getRuleAnnotationClause()
TheDMRuleAnnotationClause
of thisDMRuleAnnotation
.DMInputClause
DMLiteralExpression. getSubjectInputClause()
TheDMInputClause
which owns thisDMLiteralExpression
as subject.CLPrimitiveType
DMValueRangeRefAble. getTypingPrimitiveType()
TheCLPrimitiveType
typing thisDMValueRangeRefAble
.CLStructureDefinition
DMValueRangeRefAble. getTypingStructureDefinition()
TheCLStructureDefinition
typing thisDMValueRangeRefAble
.java.util.List<DRDecision>
DRDecisionAble. getUsedDecision()
DRDecision
DRDecisionOutputAble. 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)
TheCLValueRangeAble
which 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.DMInputClause
DMLiteralExpression. getValueInputClause()
TheDMInputClause
which owns thisDMLiteralExpression
as value.DMOutputClause
DMLiteralExpression. getValueOutputClause()
TheDMOutputClause
which owns thisDMLiteralExpression
as value.DMInformationItem
DMContextEntry. getVariable()
The instance ofDMInformationItem
that is contained in thisDMContextEntry
, and whose name is the key in the modeled context entry.DMInformationItem
DRDecision. getVariable()
The instance ofDMInformationItem
that stores the result of thisDRDecision
.DMInformationItem
DRInputData. getVariable()
The instance ofDMInformationItem
that stores the result of thisDRInputData
.DMInformationItem
DRInvocable. getVariable()
The instance ofDMInformationItem
that is bound to the function.java.lang.String
DMContextEntry. getVariableName()
The name of the variable of thisDMContextEntry
.java.lang.String
DRGElement. getVariableName()
The name of the variable of thisDRGElement
.CLClassifier
DMContextEntry. getVariableType()
TheCLPrimitiveType
orCLStructureDefinition
which is used as type of the variable of thisDMContextEntry
.CLClassifier
DRGElement. getVariableType()
TheCLPrimitiveType
orCLStructureDefinition
which is used as type of the variable of thisDRGElement
.void
DMDecisionRule. modifyAnnotationCell(DMRuleAnnotationClause ohAnno, java.lang.String strText)
Modifies the cell of the specifiedDMRuleAnnotationClause
for thisDMDecisionRule
.void
DMDecisionRule. modifyInputCell(DMInputClause ohInput, java.lang.String strText, java.lang.String strFlowText)
Modifies the cell of the specifiedDMInputClause
for thisDMDecisionRule
.void
DMInvocation. modifyInvocationRow(DMInformationItem ohPar, java.lang.String strText, java.lang.String strFlowText, DMInformationItem ohRef)
Modifies the row of this invocation.void
DMLiteralExpression. modifyLiteralExpression(java.lang.String strText, java.lang.String strFlowText)
Modifies the expression text and expression flow text of thisDMLiteralExpression
.void
DMDecisionRule. modifyOutputCell(DMOutputClause ohOutput, java.lang.String strText, java.lang.String strFlowText)
Modifies the cell of the specifiedDMOutputClause
for thisDMDecisionRule
.void
DRDecision. setAllowedAnswers(java.lang.String value)
Set the value of Attribut AllowedAnswers.void
DMDecisionTable. setBuiltinAggregation(K_BUILTIN_AGGREGATOR value)
Set the value of Attribut BuiltinAggregation.void
DMInvocation. setCalledFunction(DMExpression value)
Set the value of Foreign Key CalledFunction.void
DRDecision. setDecisionMaker(java.util.List<? extends MEStereotypeAble> values)
Set the value of Foreign Key DecisionMaker.void
DRDecisionOutputAble. setDecisionOutputValue(java.lang.String value)
Set the value of Info DecisionOutputValue.void
DRDecision. setDecisionOwner(java.util.List<? extends MEStereotypeAble> values)
Set the value of Foreign Key DecisionOwner.void
DMOutputClause. setDefaultValueAsString(java.lang.String value)
Set the value of Info DefaultValueAsString.void
DRDecisionService. setEncapsulatedDecision(java.util.List<? extends DRDecision> values)
Set the value of Foreign Key EncapsulatedDecision.void
DMFunctionDefinition. setFunctionKind(K_DM_FUNCTION value)
Set the value of Attribut FunctionKind.void
DMDecisionTable. setHitPolicy(K_HIT_POLICY value)
Set the value of Attribut HitPolicy.void
DRKnowledgeSource. setKnowledgeSourceLocationURI(java.lang.String value)
Set the value of Attribut KnowledgeSourceLocationURI.void
DRKnowledgeSource. setKnowledgeSourceType(java.lang.String value)
Set the value of Attribut KnowledgeSourceType.void
DRDecisionService. setOutputDecision(java.util.List<? extends DRDecision> values)
Set the value of Foreign Key OutputDecision.void
DMDecisionTable. setOutputLabel(java.lang.String value)
Set the value of Attribut OutputLabel.void
DRKnowledgeSource. setOwnerOfKnowledgeSource(MEStereotypeAble value)
Set the value of Foreign Key OwnerOfKnowledgeSource.void
DMDecisionTable. setPreferredOrientation(K_DECISION_TABLE_ORIENTATION value)
Set the value of Attribut PreferredOrientation.void
DRDecision. setQuestion(java.lang.String value)
Set the value of Attribut Question.void
DMLiteralExpression. setReferencedInformationItem(java.util.List<? extends DMInformationItem> values)
Set the value of Foreign Key ReferencedInformationItem.void
DRDecisionAble. setUsedDecision(java.util.List<? extends DRDecision> values)
Set the value of Foreign Key UsedDecision.void
DRDecisionOutputAble. setUsedDecision(DRDecision value)
Set the value of Foreign Key UsedDecision.void
DMContextEntry. setVariableName(java.lang.String value)
Set the value of Info VariableName.void
DRGElement. setVariableName(java.lang.String value)
Set the value of Info VariableName.void
DMContextEntry. setVariableType(CLClassifier value)
Set the value of View VariableType.void
DRGElement. 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 DRDecisionRequirementDia
DRDecisionRequirementDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision Requirements Diagram with template and container.static DRDecisionRequirementDia
DRDecisionRequirementDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision Requirements Diagram with stereotype and container.static DRPrintContext
DRPrintContextHelper. create(SrvContext srvCtx, ELElement item)
Creates and returns the only possibleDRPrintContext
as content of the specifiedDRDecision
orDRBusinessKnowledgeModel
.DRGElement
DRDiaNode. getDRGElement()
TheDRGElement
which is represented by this graphicalDRDiaNode
.DRRequirement
DRDiaRequirementEdge. getDRRequirement()
TheDRRequirement
which 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.DRDecisionRequirementDia
DRDiaNode. getOwningDecisionRequirementDiagram()
The decision requirement diagram that owns this node.DRGElement
DRPrintContext. getOwningDRGElement()
TheDRGElement
owning 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 void
ELUUIDAbleHelper. assignNewUUID(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> seqElem)
Assign every element a new uuid.void
ELDeleteAble. delete()
Deletes this element.static void
ELDeleteAbleHelper. delete(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel)
Deletes the specified elements.ELElement
ELElement. duplicateElement()
Creates a duplicate of this element.static ELM2Schema
ELM2SchemaHelper. get(SrvContext srvCtx)
The schema.MEAbstraction
ELValSpecOpaqueExpr. getAbstraction()
The abstraction that owns this expression.K_AGGREGATION
ELProperty. getAggregation()
Specifies the kind of aggregation that applies to the property.ELProperty
ELAssociation. 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_CONTASGN
ELContAsgnAble. 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.ELM2Attribute
ELM2Attribute. getAssocEndFromDerivedRTypeInRType()
If this metaattribute is an association end of a derived relationship type, its corresponding association end in the assigned relationship type is returned.ELM2Attribute
ELM2Attribute. 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.ELAssociation
ELProperty. 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.String
ELM2TypeRange. getAsString()
The specified enum value represented by a string.java.lang.String
ELM2Verify. getAsString()
The verification message with default variables as string.java.lang.String
ELValSpec. 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.String
ELPresOptAble. getBitmap()
Bitmap for the presentation of this element.java.lang.String
ELComment. getBody()
Returns the current object's textual content.java.lang.String
ELConstraint. getBody()
This constraint's specification.java.lang.String
ELValSpecOpaqueExpr. getBody()
The expression's text.ELM2TypeBoolean
ELM2TypeEnumMember. getBoolean()
The Boolean type that owns this Boolean literal.boolean
ELValSpecELM2EnumMember. getBoolValue()
This value specification's Boolean value, if it is a member of the boolean type.static ELM2CLCompartment
ELM2CLCompartmentHelper. getByCompartmentKind(SrvContext srvCtx, K_COMPARTMENT item)
The specified compartment.static ELM2Class
ELM2ClassHelper. getByName(SrvContext srvCtx, java.lang.String item)
The M2Class instance specified by name.static ELM2Attribute
ELM2AttributeHelper. 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.ELClassifier
ELProperty. 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.ELContainerAble
ELDependency. 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.int
ELElement. getClientId()
A unique ID for all instances of the same class.java.lang.String
ELPresOptAble. 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.String
ELViewElement. getConcreteExpression()
The concrete expression as plain text.java.lang.String
ELViewElement. getConcreteExpressionQuoted(java.lang.String pattern)
The quoted concrete expression quotes all hyperlinks.ELNamespaceAble
ELConstraint. getConstraintContext()
The constraint's context.java.util.List<java.lang.String>
ELFileAble. getContent()
Returns the contents of the assigned file.int
ELContAsgnAble. getContSortOrder()
Used to define an order for elements owned by this element's container.MMCreateTemplate
ELElement. getCreateTemplateOfInstance()
This element's create template.java.lang.String
ELProperty. 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.ELM2Association
ELM2Association. getDerivedRType()
This DerivedRType's RType.java.lang.String
ELElement. getDisplayBitmap()
This element's display bitmap.java.lang.String
ELElement. getDisplayColor()
The element's display color.java.lang.String
ELElement. getDisplayFont()
This element's display font.java.lang.String
ELElement. getDisplayLine()
A one line string representation of this element.java.lang.String
ELElement. getDisplayName()
This element's display name.java.lang.String
ELElement. getDisplayNameShort()
The short display name of this Element (in Root Metamodel).java.lang.String
ELElement. 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.String
ELProxy. getElemBitmapName()
Returns the proxy's bitmap name.java.lang.String
ELProxy. getElemDisplayName()
Returns the proxy's display name.ELElement
ELValSpecELElement. getElement()
The element specified by this value specification.ARG_ElementCache
ELElement. 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.String
ELElement. 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.int
ELProxy. getElemId()
Returns the proxy's referenced element ID.java.lang.String
ELProxy. getElemIdReference()
Returns the proxy's referenced element ID name.int
ELProxy. getElemKind()
Returns the proxy's referenced element kind.int
ELProxy. getElemType()
Returns the proxy's referenced element type.java.lang.String
ELProxy. getElemUUID()
Contains a UUID option.static ELM2Class
ELM2ClassHelper. 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.ELM2TypeEnum
ELM2TypeEnumMember. getEnumeration()
The enumeration type that owns this enumeration literal.ELM2TypeEnumMember
ELM2TypeRange. getEnumMember()
This type range's enum member.java.lang.String
ELValSpecELM2EnumMember. getEnumStringValue()
This value specification's string value, if it is a member of the enum type.ELView
ELViewElement. getEnvironmentView()
Gets theELView
of thisELViewElement
.java.lang.String
ELM2TypedElementCnstr. getExpression()
This constraint's regular expression.ELValSpecExpression
ELValSpec. getExpression()
The expression which uses this element as an operand.java.lang.String
ELViewElement. getExprFlowText()
The expression of this view element as formatted text with hyperlinks.java.lang.String
ELViewElement. getExprInnoRefText()
The expression of this view element as text with InnoRef formatted hyperlinks.java.lang.String
ELViewElement. 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.ELContainerAble
ELContAsgnAble. getFirstOwnerWhichIsConformTo(java.lang.Class<? extends ELObject> kind)
The first enclosing owner which is conform to the desired target argument kind.ELClassifier
ELGeneralization. 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.ELM2Attribute
ELM2Attribute. getGenericRelatedAttribute()
The generic attributes assigned to this meta attribute.K_GROUPTYPE
ELViewGroupAble. getGroupType()
The type of the grouping element, i.e. a choice of one of the sub elements.int
ELM2Verify. 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.String
ELProxy. getHREF()
Returns the proxy referenced element's reference.ARG_HyperlinkReferenceAbleList
ELUUIDAble. getHyperlinkReferenceAble()
Returns a list of elements which may be referenced by hyperlink within an expression of thisELUUIDAble
.ELPackageAble
ELElementImport. 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 allELPackageAble
instances 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 allELPackage
instances 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.ELPackage
ELPackageImport. 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.ELNamespaceAble
ELElementImport. 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.ELNamespaceAble
ELPackageImport. 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)
IAUse
ELValSpec. 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_COMPARTMENT
ELM2CLCompartment. getKind()
This element can be specified by this value.java.lang.String
ELConstraint. getLanguage()
The specification of this constraint.static ELLanguage
ELLanguageHelper. getLanguage(SrvContext srvCtx, K_OOLANGUAGE kLanguage)
The specified language.java.lang.String
ELValSpecOpaqueExpr. getLanguage()
Specifies the languages which the expression is stated in.K_OOLANGUAGE
ELLanguage. getLanguageKind()
This language can be specified by this value.ELM2Locale
ELTranslationAble. getLocale()
The locale of this translation container.K_LOCALE
ELM2Locale. getLocaleCode()
The locale code of thisELM2Locale
.int
ELValSpecInteger. getLongValue()
This element's integer value.java.lang.String
ELMultiplicityAble. getLower()
Specifies the lower bound of the multiplicity interval if it is expressed as an integer.java.lang.String
ELMultiplicityAble. getLowerBoundAsString()
This multiplicity's lower bound.ARG_MultLowerUpperVal
ELMultiplicityAble. getLowerUpperVal()
This element's lower and upper boundary values.ELM2Attribute
ELTranslatedValue. 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_SET
ELM2Attribute. getM2AttributeSets()
The metaattribute sets this attribute is assigned to.ELM2Class
ELM2Attribute. getM2Class()
<T extends ELM2Class>
java.util.List<T>ELM2CLCompartment. getM2Class(java.lang.Class<T> returnType)
This compartment's meta class.ELM2TypeEnumMember
ELValSpecELM2EnumMember. getM2TypeEnumMember()
This value specification's enum member.ELM2Type
ELM2Attribute. getM2TypeOfKind()
The type of 'kind' parameter of this meta attribute if it represents a view/info access.ELM2Type
ELM2Attribute. getM2TypeOfMode()
The type of 'mode' parameter of this meta attribute if it represents a view/info access.int
ELM2TypedElementCnstr. 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)
AllELNamespaceAsgnAble
elements 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 allELNamespaceAsgnAble
elements visible in this namespace.<T extends ELM2Class>
java.util.List<T>ELM2Class. getMEModelElement(java.lang.Class<T> returnType)
IAMessage
ELValSpec. getMessage()
The message which owns this argument.ELM2Class
ELObject. getMetaClass()
This element's metaclass.java.lang.String
ELObject. getMetaName()
The name this element's metaclass.int
ELM2TypedElementCnstr. getMinStringLength()
This constraint's minimum string length value.java.lang.String
ELNamespaceAsgnAble. getMnClassicTREFName()
Returns the TREF - the element's multiname in the form of classic Innovator models.ARG_ModifyTypedElementDeclarationOut
ELTypedElement. getModifyTypedElementDeclaration()
Returns the name and the type of this typed element.static ARG_ModifyUUIDOclCmd
ELUUIDAbleHelper. 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_ModifyViewExpressionFlowReq
ELViewElement. getModifyViewExpressionFlow()
Returns the current expression string and all informations needed for intellisense behavior while editing the view expression with hyperlinks.int
ELM2Verify. getMsgNumber()
This verification's message number.java.lang.String
ELNamedElement. getName()
The name of this element.K_NAME
ELNamedElement. getNameKind()
Kind of the name of this element.ELNamespaceAble
ELNamespaceAsgnAble. getNamespace()
Specifies the namespace that owns this element.java.lang.String
ELNamespaceAsgnAble. 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.ELProperty
ELProperty. 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 allELNamespaceAsgnAble
elements 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)
AllELNamespaceAsgnAble
elements 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)
AllELNamespaceAsgnAble
elements 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.ELPicture
ELPictureAble. getOwnedPicture()
ELPresOpt
ELPresOptAble. 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.ELContainerAble
ELContAsgnAble. getOwner()
Returns the owner of this element.ANValSpec
ELValSpec. getOwnerAction()
The action.ACObjectNode
ELValSpec. 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.ANValuePin
ELValSpec. getOwnerValuePin()
Input pin that provides a value by evaluating a value specification.CLValueRangeAble
ELValSpec. getOwnerValueRange()
TheCLValueRangeAble
that owns thisELValSpec
.BCProperty
ELValSpec. getOwningBCProperty()
MMEngineeringAction
ELValSpecString. getOwningClassPathAction()
The engineering action that owns this class path's string value.MMEngineeringAction
ELValSpecString. getOwningEngineeringTag()
The engineering action that owns this tag string value.MMFilterProperty
ELValSpec. getOwningFilterProperty()
The filter property that owns this value specification.CLInstSpec
ELValSpec. getOwningInstanceSpec()
The instance that owns this specification.MMLabelAble
ELValSpec. getOwningLabelAble()
The label able element that owns this value specification.ELPackage
ELPackageAble. getOwningPackage()
The package that owns this element.MMPresEntry
ELValSpecInteger. getOwningPresEntry()
TheMMPresEntry
owning thisELValSpecInteger
.ADRepository
ELValSpecString. getOwningRepositoryInactivity()
The repository that owns the current object.CLSlot
ELValSpec. getOwningSlot()
MMStereotypeAble
ELValSpec. getOwningStereotypeAble()
MMStereotypeAble
ELValSpec. getOwningStereotypeTSOptionAble()
MM2TypedElement
ELM2TypedElementCnstr. getOwningTypedElement()
The typed element that owns this typed element constraint.MM2TypedElement
ELValSpec. getOwningTypedElement()
This value specification's typed element.DGViewChapter
ELValSpecInteger. getOwningTypeFilterEnumViewChapter()
The view chapter with this type filter enumeration integer value.ELViewGroupAble
ELViewEntry. getOwningViewGroupAble()
The view group able owning this view entry.ELViewGroupAble
ELViewGroup. getOwningViewGroupAble()
The view group able owning this view group.MMEngineeringAction
ELValSpecString. getOwningVirtualMachineAction()
The engineering action that owns this virtual machine's string value.ELM2Package
ELM2Class. 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.ELPictureAble
ELPicture. 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_PictureRawData
ELPictureAble. 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)
ELPresOptAble
ELPresOpt. 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 anELPackageImport
with "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 anELPackageImport
with "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.String
ELNamedElement. getQualifiedDisplayName()
This element's qualified display name.java.lang.String
ELNamedElement. getQualifiedName(ELNamespaceAble refObj)
This element's qualified name.java.lang.String
ELElement. getQualifiedNamespaceName()
The qualified name of this element's namespace.java.lang.String
ELNamedElement. 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.ELContainerAble
ELContainerAble. getRedirectedModelContainer(MM2Classification refObj)
The container which a new element specified by meta classification is redirected to or this container, if no redirection is found.ELM2Attribute
ELM2Attribute. 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)
AllELRelshipBinDir
instances 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.ELM2Association
ELM2Association. getRType()
This RType's DerivedRType.ELM2Schema
ELLanguage. getSchema()
ELM2Schema
ELM2Locale. getSchema()
ELM2Schema
ELM2Package. getSchema()
The schema that owns this meta package.ELM2Schema
ELM2Type. getSchema()
ELM2Schema
ELM2Verify. getSchema()
The schema that owns this meta verify.ELM2Schema
ELValSpecNull. getSchema()
The schema that owns this null value.ELM2Schema
ELValSpecUnlimNat. 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_SCOPE
ELM2TypedElementCnstr. 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.String
ELNamespaceAsgnAble. getSeparator()
The string used to separate the names in a qualified name.java.lang.String
ELShortNameAble. getShortName()
Short name of thisERForeignKey
.java.util.List<CLSlot>
ELStructFeature. getSlot(K_CONTROL_OPTION... behaviourFlags)
All of the structural feature's slots.boolean
ELM2Attribute. getSortAble()
This m2attribute represents a view or an info query which provides the 'sortIt' parameter in its signature.ARG_SortedAssociationEnds
ELAssociation. 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.ELContainerAble
ELRelshipBinDir. 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.ELClassifier
ELGeneralization. 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 refObj
is 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.MMStereotype
ELM2TypedElementCnstr. getStereotype()
The stereotype that owns this typed element constraint.java.lang.String
ELValSpecDateTime. getStringValue()
Date time value of this element.java.lang.String
ELValSpecString. 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.ELNamedElement
ELDependency. 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.ELElement
ELRelshipBinDir. 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.MMCreateELInst
ELRelshipBinDir. getTemplateTarget()
Dummy element at the target side of this directed relationship.ELUUIDAble
ELTranslatedValue. 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.ELTranslationAble
ELTranslatedValue. getTranslationContainer()
The translation container owning this translated value.ELType
ELTypedElement. getType()
The type of this typed element.java.util.List<CLStructureEntry>
ELClassifier. getTypedCLStructureEntry(K_CONTROL_OPTION... behaviourFlags)
All entries typed by the classifier.ELTypedElement
ELM2TypedElementCnstr. 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.String
ELValSpec. 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.ELTypedElement
ELValSpec. 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_TYPE
ELTypedElement. 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.MMCreateCLInst
ELProperty. getTypingCreateCLInst()
The dummy classifier that types this property as an association end.ELM2Class
ELValSpecELElement. getTypingM2Class()
The meta class that types this element value.ELM2Class
ELValSpecInstVal. getTypingM2Class()
The meta class that types this instance value.ELM2TypeEnum
ELValSpecELM2EnumMember. getTypingM2EnumType()
The meta enum type that types this enum member value.ELM2Type
ELM2Attribute. getTypingM2Type()
The meta type typing this meta attribute.ELM2Type
ELValSpecNullValue. getTypingM2Type()
The meta type that types this null value.ELM2Type
ELValSpecUnlimNatValue. getTypingM2Type()
The meta type that types this unlimited value.ELM2TypeDateTime
ELValSpecDateTime. getTypingM2TypeDateTime()
The meta date time type that types this date time value.ELM2TypeInteger
ELValSpecInteger. getTypingM2TypeInteger()
The meta integer type that types this integer value.ELM2TypeString
ELValSpecExpression. getTypingM2TypeString()
The meta string type that types this expression value.ELM2TypeString
ELValSpecOpaqueExpr. getTypingM2TypeString()
The meta string type that types this opaque expression value.ELM2TypeString
ELValSpecString. getTypingM2TypeString()
The meta string type that types this string value.ADLockAble
ELElement. getUnitToLock()
TheADLockAble
instance of this element.java.lang.String
ELMultiplicityAble. getUpper()
Specifies the upper bound of the multiplicity interval, if it is expressed as an unlimited natural.java.lang.String
ELMultiplicityAble. 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.String
ELUUIDAble. 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.ELValSpecNull
ELValSpecNullValue. 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.ELValSpecUnlimNat
ELValSpecUnlimNatValue. 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)
int
ELM2Verify. getVar1()
Variable 1 of the default message.int
ELM2Verify. getVar2()
Variable 2 of the default message.int
ELM2Verify. getVar3()
Variable 3 of the default message.int
ELM2Verify. getVar4()
Variable 4 of the default message.int
ELM2Verify. getVar5()
Variable 5 of the default message.int
ELM2Verify. getVar6()
Variable 6 of the default message.K_VATTR
ELM2Attribute. 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 toELM2Attribute
s 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.ELElement
ELContAsgnAble. getVersionRoot()
Returns the root instance of this element's version unit.K_VFY
ELM2Verify. 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.ELClassifier
ELViewGroupAble. getViewGroupClassifier()
The classifier used by this group able element.ELViewNavigAble
ELViewGroup. 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_VISIBILITY
ELElementImport. getVisibility()
Specifies the visibility of the importedELPackageAble
elements within the importingELPackage
.K_VISIBILITY
ELNamespaceAsgnAble. getVisibility()
Determines the visibility of the named element within different namespaces within the overall model.K_VISIBILITY
ELPackageImport. getVisibility()
Specifies the visibility of the importedELPackageAble
s 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.boolean
ELM2Attribute. 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_ELEM
ELViewGroupAble. getXSDElemType()
If the structure shall be mapped onto XSD the type may be given here.boolean
ELView. hasDirectReferenceToClassifier(ELClassifier refObj)
True if the view itself or a group nested into it directly is deduced from the classifier path as an argument.boolean
ELMultiplicityAble. hasMultiplicity11()
If true, the multiplicity of this element has 1 as lower and upper bound.boolean
ELObject. hasRead(ADUsrRole refObj)
Returns true if the current login has the permission to read the current object.boolean
ELView. 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.boolean
ELMultiplicityAble. hasUpper1()
If true, the upper bound is 1.boolean
ELLanguage. hasValidLicense(java.lang.String pattern)
True, if argument pattern contains the license necessary for this language.boolean
ELClassifier. isAbstract()
If true, the classifier does not provide a complete declaration and can, therefore, not be instantiated.boolean
ELProperty. isAssocOwner()
true, if the association owns this property.boolean
ELTypedElement. isBitmapAble()
True, if the values of the typed element are able to have bitmaps.boolean
ELValSpecELM2EnumMember. isBoolMember()
True, if this value specification is a member of the Boolean type.boolean
ELM2TypedElementCnstr. isCaseSensitive()
This constraint's case sensitivity.boolean
ELTypedElement. isColorAble()
True, if the values of the typed element are able to have colors.boolean
ELProperty. isComposite()
True, if this property's aggregation property has the composite value.boolean
ELM2Class. isConformToVOcl(java.lang.Class<? extends ELObject> kind)
True, if this class conforms to the class specified by argument kind.boolean
ELElement. isContainedInProfile()
True, if this element is contained in a profile.boolean
ELProperty. isDerived()
Specifies whether the property is derived, i.e. whether its value or values can be computed from other information.boolean
ELProperty. isDerivedUnion()
Specifies whether the property is derived as the union of all of the properties that are constrained to subset it.boolean
ELViewGroup. isHidden()
TRUE, if thisELViewGroup
is hidden.boolean
ELRedefAble. isLeaf()
Indicates whether it is possible to further specialize anELRedefAble
element.boolean
ELM2Class. isLocalizAbleM2Attr(ELM2Attribute refObj)
True, if the meta attribute specified by attr is localizable.boolean
ELM2Class. isLocalizAbleVAttr(K_VATTR kind)
True, if the meta attribute specified by argument kind is localizable.boolean
ELMultiplicityAble. isMany()
True if thisELMultiplicityAble
may exist more than once.boolean
ELMultiplicityAble. isMultivalued()
Checks whether this feature's multiplicity has an upper bound greater than one.boolean
ELProperty. isNavigable()
True, if this property is a navigable end of an association.boolean
ELProperty. isNavigableAssocEnd()
Specifies whether the property is navigable end of an association.boolean
ELMultiplicityAble. isOptional()
True if the occurrence thisELMultiplicityAble
is optional.boolean
ELMultiplicityAble. isOrdered()
This attribute specifies whether the values in an instantiation of this element are sequentially ordered for a multivalued multiplicity.boolean
ELStructFeature. isReadOnly()
States whether the feature's value may be modified by a client.boolean
ELView. isReadOnly()
True if theELView
is meant to be read-only.boolean
ELRedefAble. isRedefined()
Indicates whether this element is redefined by other elements.boolean
ELRedefAble. isRedefining()
Indicates whether this element redefines other elements.boolean
ELClassifier. isRoot()
Classifier has no parent.boolean
ELClassifier. isSpecificTransitive(ELClassifier refObj)
True, if this classifier is (transitively) connected to the classifier provided byargument refObj
by a generalization.boolean
ELFeature. isStatic()
Specifies whether the feature is applied at the classifier level (true) or the instance level (false).boolean
ELM2Class. isStereotypeAble()
True, if this metaclass conforms toMMStereotypeAble
.boolean
ELProperty. isSubsetted()
Indicates whether this property is subsetted by other properties.boolean
ELProperty. isSubsetting()
Indicates whether this property subsets other elements.boolean
ELGeneralization. isSubstitutable()
Indicates whether the specific classifier can be used wherever the general classifier can be used.boolean
ELM2Attribute. isToVersionRoot()
This relationship is used to navigate the version root instance.boolean
ELContAsgnAble. isTransitiveChildOf(ELContainerAble refObj)
True, if this element is a transitive child of theargument refObj
.boolean
ELMultiplicityAble. isUnique()
This attribute specifies whether the values in an instantiation of this element are unique for a multivalued multiplicity.boolean
ELElement. isUnresolved()
true if this element was created with incomplete properties by an version/copy command.boolean
ELViewEntry. isUsingFeature()
boolean
ELM2Class. isValidModelTarget(ELContainerAble refObj)
True, if this element conforms toargument refObj
and this element is a valid container of the provided element.void
ELElement. lockUnit()
Creates a lock for the lock unit of the current object.static void
ELElementHelper. lockUnit(SrvContext srvCtx, java.util.List<? extends ELElement> sel)
Creates a lock for the lock unit of the current object.void
ELTypedElement. 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 void
ELUUIDAbleHelper. 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.void
ELViewElement. 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.void
ELPictureAble. pictureSetRawData(byte[] seqData)
creates aELPicture
instance for this element if it does not already own a picture.void
ELAssociation. reconnectAssociation(ELElement ohNew, K_SIDE kSide)
Assigns one this binary association's association ends to a new classifier.void
ELProperty. reconnectAssociation(ELElement ohNew, K_SIDE kSide)
Connects an association end to the specified element.void
ELRelshipBinDir. reconnectRelship(ELElement ohNew, K_SIDE kSide)
Assigns this relationship to a new source/target element.void
ELM2TypeRange. rename(java.lang.String name, boolean checkCnstr)
Renames the associated enumeration member.void
ELNamedElement. rename(java.lang.String name, boolean checkCnstr)
Rename this element.void
ELClassifier. setAbstract(boolean value)
Set the value of Attribut IsAbstract.void
ELProperty. setAggregation(K_AGGREGATION value)
Set the value of Attribut Aggregation.void
ELPackage. setAppliedProfile(java.util.List<? extends MMProfile> values)
Set the value of View AppliedProfile.void
ELContAsgnAble. setAsgnKind(K_CONTASGN value)
Set the value of Attribut AsgnKind.void
ELProperty. setAssocOwner(boolean value)
Set the value of Info IsAssocOwner.void
ELValSpec. setAsString(java.lang.String value)
Set the value of Info AsString.void
ELComment. setBody(java.lang.String value)
Set the value of Attribut Body.void
ELConstraint. setBody(java.lang.String value)
Set the value of Attribut Body.void
ELValSpecOpaqueExpr. setBody(java.lang.String value)
Set the value of Attribut Body.void
ELM2TypedElementCnstr. setCaseSensitive(boolean value)
Set the value of Attribut IsCaseSensitive.void
ELViewElement. setConcreteExpression(java.lang.String value)
Set the value of Info ConcreteExpression.void
ELContAsgnAble. setContSortOrder(int value)
Set the value of Attribut ContSortOrder.void
ELProperty. setDefaultValue(java.lang.String value)
Set the value of Attribut DefaultValue.void
ELProperty. setDerived(boolean value)
Set the value of Attribut IsDerived.void
ELProperty. setDerivedUnion(boolean value)
Set the value of Attribut IsDerivedUnion.void
ELProxy. setElemBitmapName(java.lang.String value)
Set the value of Attribut ElemBitmapName.void
ELProxy. setElemDisplayName(java.lang.String value)
Set the value of Attribut ElemDisplayName.void
ELProxy. setElemId(int value)
Set the value of Attribut ElemId.void
ELProxy. setElemIdReference(java.lang.String value)
Set the value of Attribut ElemIdReference.void
ELProxy. setElemKind(int value)
Set the value of Attribut ElemKind.void
ELProxy. setElemType(int value)
Set the value of Attribut ElemType.void
ELProxy. setElemUUID(java.lang.String value)
Set the value of Attribut ElemUUID.void
ELM2TypedElementCnstr. setExpression(java.lang.String value)
Set the value of Attribut Expression.void
ELViewElement. setExprFlowText(java.lang.String value)
Set the value of Info ExprFlowText.void
ELViewElement. setExprInnoRefText(java.lang.String value)
Set the value of Info ExprInnoRefText.void
ELViewGroupAble. setGroupType(K_GROUPTYPE value)
Set the value of Attribut GroupType.void
ELViewGroup. setHidden(boolean value)
Set the value of Attribut IsHidden.void
ELProxy. setHREF(java.lang.String value)
Set the value of Attribut HREF.void
ELConstraint. setLanguage(java.lang.String value)
Set the value of Attribut Language.void
ELValSpecOpaqueExpr. setLanguage(java.lang.String value)
Set the value of Attribut Language.void
ELRedefAble. setLeaf(boolean value)
Set the value of Attribut IsLeaf.void
ELValSpecInteger. setLongValue(int value)
Set the value of Attribut LongValue.void
ELMultiplicityAble. setLower(java.lang.String value)
Set the value of Attribut Lower.void
ELMultiplicityAble. setMany(boolean value)
Set the value of Info IsMany.void
ELM2TypedElementCnstr. setMaxStringLength(int value)
Set the value of Attribut MaxStringLength.void
ELM2TypedElementCnstr. setMinStringLength(int value)
Set the value of Attribut MinStringLength.void
ELNamedElement. setName(java.lang.String value)
Set the value of Attribut Name.void
ELNamedElement. setNameKind(K_NAME value)
Set the value of Attribut NameKind.void
ELProperty. setNavigableAssocEnd(boolean value)
Set the value of Attribut IsNavigableAssocEnd.void
ELMultiplicityAble. setOptional(boolean value)
Set the value of Info IsOptional.void
ELMultiplicityAble. setOrdered(boolean value)
Set the value of Attribut IsOrdered.void
ELContAsgnAble. setOwner(ELContainerAble value)
Set the value of Foreign Key Owner.void
ELStructFeature. setReadOnly(boolean value)
Set the value of Attribut IsReadOnly.void
ELView. setReadOnly(boolean value)
Set the value of Attribut IsReadOnly.void
ELRedefAble. setRedefined(java.util.List<? extends ELRedefAble> values)
Set the value of Foreign Key Redefined.void
ELM2TypedElementCnstr. setScope(K_NAME_SCOPE value)
Set the value of Attribut Scope.void
ELShortNameAble. setShortName(java.lang.String value)
Set the value of Attribut ShortName.void
ELFeature. setStatic(boolean value)
Set the value of Attribut IsStatic.void
ELValSpecDateTime. setStringValue(java.lang.String value)
Set the value of Attribut StringValue.void
ELValSpecString. setStringValue(java.lang.String value)
Set the value of Attribut StringValue.void
ELProperty. setSubsettedProperty(java.util.List<? extends ELProperty> values)
Set the value of Foreign Key SubsettedProperty.void
ELGeneralization. setSubstitutable(boolean value)
Set the value of Attribut IsSubstitutable.void
ELRelshipBinDir. setTarget(ELElement value)
Set the value of Foreign Key Target.static void
ELNamedElementHelper. setToDefaultName(SrvContext srvCtx, java.util.List<? extends ELNamedElement> seqSel)
Resets the names of the provided items to their default names.void
ELTypedElement. setType(ELType value)
Set the value of Foreign Key Type.void
ELMultiplicityAble. setUnique(boolean value)
Set the value of Attribut IsUnique.java.lang.String
ELNamespaceAsgnAble. setUniqueName(java.lang.String nameStart)
Change the name of this element.void
ELElement. setUnresolved(boolean value)
Set the value of Attribut IsUnresolved.void
ELMultiplicityAble. setUpper(java.lang.String value)
Set the value of Attribut Upper.void
ELViewElement. setUsedFeature(java.util.List<? extends ELFeature> values)
Set the value of Foreign Key UsedFeature.void
ELUUIDAble. setUUID(java.lang.String value)
Set the value of Attribut UUID.void
ELValueContainerAble. setValueReUseAble(java.util.List<? extends ELValueReUseAble> values)
Set the value of Foreign Key ValueReUseAble.void
ELViewGroupAble. setViewGroupClassifier(ELClassifier value)
Set the value of Foreign Key ViewGroupClassifier.void
ELViewGroup. setViewGroupNavigAble(ELViewNavigAble value)
Set the value of Foreign Key ViewGroupNavigAble.void
ELElementImport. setVisibility(K_VISIBILITY value)
Set the value of Attribut Visibility.void
ELNamespaceAsgnAble. setVisibility(K_VISIBILITY value)
Set the value of Attribut Visibility.void
ELPackageImport. setVisibility(K_VISIBILITY value)
Set the value of Attribut Visibility.void
ELViewGroupAble. setXSDElemType(K_XSD_ELEM value)
Set the value of Attribut XSDElemType.void
ELContainerAble. sortContents(java.util.List<? extends ELElement> seq)
All of this specified list's elements are sorted according to their order within the list.void
ELElement. unlockUnit()
Deletes the lock for lock unit of the current object.static void
ELElementHelper. 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 BI2CubeDimension
BI2CubeDimensionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with template and container with requirement.static BI2CubeDimension
BI2CubeDimensionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with stereotype and container with requirement.static BI2CubeDimensionHierarchy
BI2CubeDimensionHierarchyHelper. 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 BI2CubeDimensionHierarchy
BI2CubeDimensionHierarchyHelper. 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 BI2Cube
BI2CubeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Cube (OLAP 2) with template and container.static BI2Cube
BI2CubeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Cube (OLAP 2) with stereotype and container.static BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Identification Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. 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 BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Identification Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. 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 BI2DimensionLevel
BI2DimensionLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with template and container.static BI2DimensionLevel
BI2DimensionLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Dimension Level (OLAP 2) with template and container with requirement.static BI2DimensionLevel
BI2DimensionLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with stereotype and container.static BI2DimensionLevel
BI2DimensionLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Dimension Level (OLAP 2) with stereotype and container with requirement.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with template from source to target element.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with stereotype from source to target element.static BI2DimensionShowAttribute
BI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Show Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionShowAttribute
BI2DimensionShowAttributeHelper. 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 BI2DimensionShowAttribute
BI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Show Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionShowAttribute
BI2DimensionShowAttributeHelper. 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 BI2DimensionSortAttribute
BI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Sort Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionSortAttribute
BI2DimensionSortAttributeHelper. 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 BI2DimensionSortAttribute
BI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Sort Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionSortAttribute
BI2DimensionSortAttributeHelper. 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 BI2DimensionTree
BI2DimensionTreeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Dimension (OLAP 2) with template and container.static BI2DimensionTree
BI2DimensionTreeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Dimension (OLAP 2) with stereotype and container.static BI2Hierarchy
BI2HierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with template and container.static BI2Hierarchy
BI2HierarchyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with stereotype and container.static BI2HierarchyLevel
BI2HierarchyLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP 2) with template and container with requirement.static BI2HierarchyLevel
BI2HierarchyLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP 2) with stereotype and container with requirement.static BI2MeasurementTime
BI2MeasurementTimeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Measurement Time with template and container.static BI2MeasurementTime
BI2MeasurementTimeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Measurement Time with stereotype and container.static BIHierarchyAttribute
BIHierarchyAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Attribute (in OLAP Hierarchy Level) with template and container with requirement.static BIHierarchyAttribute
BIHierarchyAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Attribute (in OLAP Hierarchy Level) with stereotype and container with requirement.static BIHierarchy
BIHierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP) with template and container.static BIHierarchy
BIHierarchyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP) with stereotype and container.static BIHierarchyLevel
BIHierarchyLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with template and container with requirement.static BIHierarchyLevel
BIHierarchyLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with stereotype and container with requirement.static BIHierarchyRole
BIHierarchyRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with template from source to target element.static BIHierarchyRole
BIHierarchyRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with stereotype from source to target element.static BIHierarchySortAttribute
BIHierarchySortAttributeHelper. 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 BIHierarchySortAttribute
BIHierarchySortAttributeHelper. 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 ERAttribute
ERAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Entity Attribute with template and container.static ERAttribute
ERAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Entity Attribute with stereotype and container.static ERCheckConstraint
ERCheckConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Check Constraint with template and container.static ERCheckConstraint
ERCheckConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Check Constraint with stereotype and container.static EREntity
EREntityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Entity with template and container.static EREntity
EREntityHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Entity with stereotype and container.static ERForeignKey
ERForeignKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Entity) with template and container with requirement.static ERForeignKey
ERForeignKeyHelper. 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 ERGeneralization
ERGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with template from source to target element.static ERGeneralization
ERGeneralizationHelper. 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 ERGeneralization
ERGeneralizationHelper. 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 ERGeneralization
ERGeneralizationHelper. 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 ERGeneralizationSet
ERGeneralizationSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Generalization Set (of Entity) with template and container.static ERGeneralizationSet
ERGeneralizationSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Generalization Set (of Entity) with stereotype and container.static ERRelationship
ERRelationshipHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with template from source to target element.static ERRelationship
ERRelationshipHelper. 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 ERRelationship
ERRelationshipHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with stereotype from source to target element.static ERRelationship
ERRelationshipHelper. 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 ERUniqueKey
ERUniqueKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Unique Key with template and container.static ERUniqueKey
ERUniqueKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Unique Key with stereotype and container.static ERViewAttribute
ERViewAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewAttribute
ERViewAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Attribute (of Entity-Relationship View) with stereotype and container.static ERViewFrom
ERViewFromHelper. 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 ERViewFrom
ERViewFromHelper. 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 ERView
ERViewHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new View (of Entity-Relationship Model) with template and container.static ERView
ERViewHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new View (of Entity-Relationship Model) with stereotype and container.static ERViewSubselectFrom
ERViewSubselectFromHelper. 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 ERViewSubselectFrom
ERViewSubselectFromHelper. 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 BI2CubeDimension
BI2CubeDimensionHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with template and container with requirement.static BI2CubeDimension
BI2CubeDimensionHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with stereotype and container with requirement.static BI2CubeDimensionHierarchy
BI2CubeDimensionHierarchyHelper. 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 BI2CubeDimensionHierarchy
BI2CubeDimensionHierarchyHelper. 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 BI2DimensionLevel
BI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with template and container.static BI2DimensionLevel
BI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Dimension Level (OLAP 2) with template and container with requirement.static BI2DimensionLevel
BI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with stereotype and container.static BI2DimensionLevel
BI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Dimension Level (OLAP 2) with stereotype and container with requirement.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with template from source to target element.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with stereotype from source to target element.static BI2Hierarchy
BI2HierarchyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with template and container.static BI2Hierarchy
BI2HierarchyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with stereotype and container.static BI2HierarchyLevel
BI2HierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP 2) with template and container with requirement.static BI2HierarchyLevel
BI2HierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP 2) with stereotype and container with requirement.static BIHierarchyLevel
BIHierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with template and container with requirement.static BIHierarchyLevel
BIHierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with stereotype and container with requirement.static BIHierarchyRole
BIHierarchyRoleHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with template from source to target element.static BIHierarchyRole
BIHierarchyRoleHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with stereotype from source to target element.static ERForeignKey
ERForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Entity) with template and container with requirement.static ERForeignKey
ERForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Entity) with stereotype and container with requirement.static ERGeneralization
ERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with template from source to target element.static ERGeneralization
ERGeneralizationHelper. 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 ERGeneralization
ERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with stereotype from source to target element.static ERGeneralization
ERGeneralizationHelper. 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 ERRelationship
ERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with template from source to target element.static ERRelationship
ERRelationshipHelper. 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 ERRelationship
ERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with stereotype from source to target element.static ERRelationship
ERRelationshipHelper. 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 ERUniqueKey
ERUniqueKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Unique Key with template and container.static ERUniqueKey
ERUniqueKeyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Unique Key with stereotype and container.static ERViewAttribute
ERViewAttributeHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewAttribute
ERViewAttributeHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Attribute (of Entity-Relationship View) with stereotype and container.static ERViewFrom
ERViewFromHelper. 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 ERViewFrom
ERViewFromHelper. 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 ERAttribute
ERAttributeHelper. 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 firstEREntity
of 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 thisBI2DimensionTree
which 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.ERForeignKey
EREntity. getAssignCandidateForeignKey(EREntity refObj)
Gets anERForeignKey
of thisEREntity
which can be assigned to anIMForeignKeyAble
ERRole
orERGeneralization
.ERAttributeSet
BI2HierarchyLevel. getAttributeSet()
Reference to theERAttributeSet
(EREntity
orERView
) of theBI2DimensionLevel
of thisBI2HierarchyLevel
.ERAttributeSet
BIHierarchyLevel. 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)
EREntity
ERRole. 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.String
BI2CubeDimension. 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
.BI2DimensionLevel
BI2HierarchyLevel. getDimensionLevel()
Reference to theBI2DimensionLevel
of thisBI2HierarchyLevel
.java.util.List<BI2DimensionLevel>
ERAttributeSet. getDimensionLevel(K_CONTROL_OPTION... behaviourFlags)
List of dimension levels using thisERAttributeSet
.BI2DimensionTree
BI2CubeDimension. getDimensionTree()
Returns theBI2DimensionTree
of thisBI2CubeDimension
.<T extends MEModelElement>
java.util.List<T>EREntity. getElementExistentialDependencyIn(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Gets the existence prerequisite elements (ERRelationship
orERGeneralization
) which thisEREntity
is 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 (ERRelationship
orERGeneralization
) which thisEREntity
is 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
.EREntity
ERRelationship. getEntityForeignKey()
Returns theEREntity
at the foreign key side of thisERRelationship
.K_ENTITY
EREntity. getEntityKind()
The kind of this entity.EREntity
ERRelationship. getEntitySERMLeft()
Returns theEREntity
at the left side of anERRelationship
which conforms to SERM.EREntity
ERRelationship. getEntitySERMRight()
Returns theEREntity
at the right side of anERRelationship
which conforms to SERM.EREntity
ERRelationship. getEntityUniqueKey()
Returns theEREntity
at 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.IMSemanticDataType
ERAttribute. 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.BIHierarchyLevel
BIHierarchy. getFirstLevel()
Gets the firstBIHierarchyLevel
of thisBIHierarchy
.ERAttribute
ERAttribute. getFirstValidTypeAttribute()
Gets theERAttribute
which is valid to evaluate theIMDataType
of this attribute.ERForeignKey
ERRelationship. getForeignKey()
Gets theERForeignKey
implementing 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 anERForeignKey
in 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.IMForeignKeyAble
ERForeignKey. 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 anERForeignKey
in 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 anERForeignKey
in 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 thisERUniqueKey
and are not yet assigned to anIMForeignKeyAble
(ERRole
orERGeneralization
).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.ERGeneralizationSet
ERForeignKey. getGeneralizationSet()
Reference to theERGeneralizationSet
for 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.BI2Hierarchy
BI2CubeDimensionHierarchy. getHierarchy()
Returns theBI2Hierarchy
of thisBI2CubeDimensionHierarchy
.BIHierarchy
BIHierarchyRole. getHierarchy()
TheBIHierarchy
of 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.String
BI2Hierarchy. getHierarchyLevelDisplayNames()
Returns the names of the hierarchy levels as a comma separated string including short names.java.lang.String
BI2Hierarchy. getHierarchyLevelNames()
Returns the names of the hierarchy levels as a comma separated string.java.util.List<BI2Hierarchy>
BI2HierarchyLevel. getHierarchyLevelWithSameCubeDimensionAndDimensionLevel(K_CONTROL_OPTION... behaviourFlags)
AllBI2HierarchyLevel
with the sameBI2DimensionLevel
owned 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)
AllBI2Hierarchy
which 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_HOWMANY
ERRelationship. 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)!BIHierarchyLevel
BIHierarchy. getLastLevel()
Gets the lastBIHierarchyLevel
of thisBIHierarchy
.BI2HierarchyLevel
BI2HierarchyLevel. getLevelDown()
The one level downBI2HierarchyLevel
.java.util.List<BI2DimensionLevel>
BI2DimensionTree. getLevelOfLevelNumber(BI2HierarchyLevel refObj, int mode, K_CONTROL_OPTION... behaviourFlags)
Returns the dimension levels of thisBI2DimensionTree
with 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.BI2HierarchyLevel
BI2HierarchyLevel. getLevelUp()
The one level upBI2HierarchyLevel
.BI2DimensionLevel
BI2CubeDimension. getLowestDimensionLevel()
Returns the lowestBI2DimensionLevel
of thisBI2CubeDimension
.BI2DimensionLevel
BI2DimensionTree. getLowestLevel()
Returns the lowestBI2DimensionLevel
of thisBI2DimensionTree
.BI2HierarchyLevel
BI2Hierarchy. getLowestLevel()
Returns the lowestBI2HierarchyLevel
of 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 thisEREntity
is 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 thisEREntity
is 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.String
ERRole. getMax()
Maximum cardinality of thisERRole
.java.lang.String
ERRole. getMaxUML()
Maximum cardinality of thisERRole
for UML notation.BI2MeasurementTime
BI2CubeDimension. getMeasurementTime()
Returns theBI2MeasurementTime
used by thisBI2CubeDimension
.java.lang.String
ERRole. getMin()
The minimum number how often the connected entity must participate in the relationship.java.lang.String
ERRole. getMinMaxString()
Gets a string with the cardinality in Chen notation - (Min,Max).java.lang.String
ERRole. getMinMaxStringUML()
Gets a string with the cardinality in UML notation using the minimum and maximum of the partner role.java.lang.String
ERRole. getMinUML()
Minimum cardinality of thisERRole
for UML notation.K_RS_MUST_CAN
ERRelationship. 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.String
ERRole. getNameUML()
Role name of thisERRole
for 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 thisEREntity
is 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 thisEREntity
is 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 anBI2DimensionLevel
java.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
.BI2HierarchyLevel
BI2Hierarchy. 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 anBIHierarchyLevel
java.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 anBIHierarchyLevel
java.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)
ERAttribute
ERCheckConstraint. getOwningAttribute()
Reference to theERAttribute
that owns thisERCheckConstraint
.ERView
ERView. getOwningCombinedView()
Reference to the combined view of thisERView
.MMCreateCLInst
ERRole. getOwningCreateCLInst()
Template dummy instance needed as owner substitute forEREntity
.BI2Cube
BI2CubeDimension. getOwningCube()
Reference to theBI2Cube
of thisBI2CubeDimension
.BI2CubeDimension
BI2CubeDimensionHierarchy. getOwningCubeDimension()
Reference to theBI2CubeDimension
of thisBI2CubeDimensionHierarchy
.BI2DimensionTree
BI2Hierarchy. getOwningDimensionTree()
Reference to theBI2DimensionTree
of thisBI2Hierarchy
.EREntity
ERAttribute. getOwningEntity()
EREntity
ERForeignKey. getOwningEntity()
Reference to the entity of the foreign key.EREntity
ERRole. getOwningEntity()
EREntity
ERUniqueKey. getOwningEntity()
ERRelationship
ERRole. getOwningRelationship()
Reference to the relationship that owns the role.IMSemanticDataType
ERCheckConstraint. getOwningSemanticDataType()
Reference to theIMSemanticDataType
that owns thisERCheckConstraint
.ERView
ERUniqueKey. getOwningView()
Reference to theEREntity
of theERUniqueKey
.ERRole
ERRole. 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 anBIHierarchyLevel
is 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 theERAttributeSet
of 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 thisEREntity
is 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 thisEREntity
is 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.IMForeignKeyAble
BI2CubeDimension. getRelationship()
Returns theIMForeignKeyAble
referenced by thisBI2CubeDimension
.IMForeignKeyAble
BI2DimensionPrecedence. getRelationship()
Returns theIMForeignKeyAble
referenced by thisBI2DimensionPrecedence
.ERRelationship
ERForeignKey. getRelationship()
Reference to theERRelationship
for which this foreign key is created.ERRelationship
ERRole. 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.ERRole
ERRelationship. getRoleForeignKey()
Returns theERRole
at the foreign key side of thisERRelationship
.ERRole
ERRelationship. getRoleSERMLeft()
Returns theERRole
at the left side of anERRelationship
which conforms to SERM.ERRole
ERRelationship. getRoleSERMRight()
Returns theERRole
at the right side of anERRelationship
which conforms to SERM.ERRole
ERRelationship. getRoleUniqueKey()
Returns theERRole
at 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.String
BIHierarchyRole. 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)
ERUniqueKey
ERGeneralization. getUniqueKey()
Gets theERUniqueKey
referenced by thisERGeneralization
.ERUniqueKey
ERRelationship. getUniqueKey()
Gets theERUniqueKey
referenced 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.EREntity
ERForeignKey. 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 thisEREntity
is 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.ERUsedAttribute
BIHierarchyAttribute. getUsedAttribute()
ERUsedAttribute
BIHierarchySortAttribute. 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 (ERViewAttribute
orERAttribute
).
If there is aERView
given 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.boolean
BI2Hierarchy. hasAll()
Returns whether thisBI2Hierarchy
has an 'all' member.boolean
ERRelationship. hasWeakEntity()
If true, the referencing entity of the relationship is a weak entity.boolean
BI2DimensionSortAttribute. isAscending()
If true, sort in ascending order; if false, in descending order.boolean
ERRole. isForeignKeyCandidate()
If true, theERRole
can 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.boolean
ERRole. isForeignKeySide()
If true, theERRole
is on the foreign key side of itsERRelationship
.boolean
ERRelationship. isMaxOne()
True, if theERRole
on the unique key side has a cardinality with maximum one, e.g. (0,1).boolean
ERRelationship. isMinOne()
True, if theERRole
on the unique key side has a cardinality with minimum one or greater, e.g. (1,*).boolean
BI2DimensionShowAttribute. isOptional()
True, if thisBI2DimensionShowAttribute
is optional.boolean
ERRelationship. isOptional()
True, if thisERRelationship
is optional.
This is true if theERRole
on the foreign key side has a cardinality with minimum of zero, e.g. (0,1).boolean
BI2HierarchyLevel. isRecursive()
If true, thisBI2HierarchyLevel
is recursive (self-precedence).boolean
EREntity. isRType()
If true, theEREntity
is an R type in the SERM terminology.
R stands for relationship.boolean
EREntity. isRTypeAble(boolean mode)
If true, thisEREntity
can become an R type.
If the boolean argument mode is true, this getter returns true if the entity is already an R type.boolean
ERRelationship. isSERMConform()
If true, this relationship conforms to SERM.boolean
BI2DimensionPrecedence. isStrict()
If true, thisBI2DimensionPrecedence
is strict, otherwise loose.boolean
ERRole. isUniqueKeySide()
If true, theERRole
is on the unique key side of itsERRelationship
.boolean
EREntity. isWeak()
True, if thisEREntity
is weak.
An entity is called weak, if it is the child of at least one hierarchicalERRelationship
or it owns at least one identifying foreign key!java.util.List<MEStereotypeAble>
BI2CubeDimension. maintain()
Runs all maintaining methods for thisBI2CubeDimension
in the following order:
maintainAddAllAttributes(...)
java.util.List<MEStereotypeAble>
BI2CubeDimensionHierarchy. maintain()
Runs all maintaining methods for thisBI2CubeDimensionHierarchy
in the following order:
maintain(...) of owner
BI2CubeDimension
java.util.List<MEStereotypeAble>
BI2DimensionLevel. maintain()
Runs all maintaining methods for thisBI2DimensionLevel
in the following order:
maintainAddIdentificator(...)
java.util.List<MEStereotypeAble>
BI2DimensionPrecedence. maintain()
Runs all maintaining methods for thisBI2DimensionPrecedence
in 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 thisERViewFrom
in the following order:
maintainAddUnionAttributes(...)
java.util.List<ERViewAttribute>
ERViewFrom. maintainAddAllAttributes()
This maintaining method adds aERViewAttribute
for eachERUsedAttribute
of the referencedERAttributeSet
, if the viewed attributes is not yet referenced in theERView
of thisERViewFrom
.
Returns the list of the created attributes.java.util.List<BI2DimensionIdAttribute>
BI2DimensionLevel. maintainAddIdentificator()
This maintaining method adds aBI2DimensionIdAttribute
for each primary attribute of the referencedERAttributeSet
, if thisBI2DimensionLevel
don't have yet an identification attribute.
Returns the list of the created attributes.java.util.List<ERViewAttribute>
ERViewAttribute. maintainAddUnionAttributes()
This maintaining method adds aERViewAttribute
in everyERView
which has a union from clause to the select view of this attribute and less attributes.
Returns the list of the created attributes.IMForeignKeyAble
BI2CubeDimension. maintainAssignER()
This maintaining method assigns thisBI2CubeDimension
to an ER relationship if there is exactly one available relationship between theERAttributeSet
of the lowest dimension level and an fact set of itsBI2Cube
.IMForeignKeyAble
BI2DimensionPrecedence. maintainAssignER()
This maintaining method assigns thisBI2DimensionPrecedence
to an ER relationship if there is exactly one available relationship between the attribute sets of its dimension levels.IMForeignKeyAble
ERForeignKey. 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.IMForeignKeyAble
ERForeignKey. maintainCreateRelationship()
If theERForeignKey
is not yet assigned to anIMForeignKeyAble
(role or generalization), anERRelationship
will be created for this foreign key.
Returns the role on the unique key side of the newly-created relationship or null.void
BI2DimensionLevel. 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.ERForeignKey
ERGeneralization. maintainForeignKey()
This maintaining method creates the missedERForeignKey
for thisERGeneralization
.
Returns the newly created foreign key or null.ERForeignKey
ERRole. maintainForeignKey()
This maintaining method creates the missedERForeignKey
for thisERRole
.
Returns the newly-created foreign key or null.java.util.List<MEStereotypeAble>
ERUniqueKey. maintainForeignKeys()
Runs the maintaining methods for all foreign keys of thisERUniqueKey
which are not yet assigned to a relationship.java.util.List<MEStereotypeAble>
ERUniqueKey. maintainGeneralizations()
Runs the maintaining methods for all generalizations of theEREntity
of thisERUniqueKey
in 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.void
EREntity. maintainIsRType()
Maintains the R type flag of this entity.void
ERGeneralization. maintainIsRType()
Runs the R type maintaining method for the generalEREntity
of thisERGeneralization
.void
ERRelationship. maintainIsRType()
Runs the R type maintaining method for the connected entities of thisERRelationship
.void
BI2Hierarchy. maintainLevelSortOrder()
This maintaining method sorts the hierarchy levels in an appropriate order for precedences.void
ERForeignKey. 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 theEREntity
of thisERUniqueKey
in order to maintain the foreign keys.void
BI2Hierarchy. setAll(boolean value)
Set the value of Attribut HasAll.void
BI2DimensionSortAttribute. setAscending(boolean value)
Set the value of Attribut IsAscending.void
BI2HierarchyLevel. setAttributeSet(ERAttributeSet value)
Set the value of View AttributeSet.void
BIHierarchyLevel. setAttributeSet(ERAttributeSet value)
Set the value of Foreign Key AttributeSet.void
EREntity. setAutoMapDatabaseModels(java.util.List<? extends MEModel> values)
Set the value of View AutoMapDatabaseModels.void
ERRole. setConnectedEntity(EREntity value)
Set the value of Foreign Key ConnectedEntity.void
BI2HierarchyLevel. setDBColumnSets(java.util.List<? extends IMClassifier> values)
Set the value of View DBColumnSets.void
BI2CubeDimension. setDimensionAttributeNames(java.lang.String value)
Set the value of Info DimensionAttributeNames.void
BI2HierarchyLevel. setDimensionLevel(BI2DimensionLevel value)
Set the value of Foreign Key DimensionLevel.void
EREntity. setEntityKind(K_ENTITY value)
Set the value of Info EntityKind.void
ERForeignKey. setForeignKeyAble(IMForeignKeyAble value)
Set the value of Foreign Key ForeignKeyAble.void
ERRole. setForeignKeySide(boolean value)
Set the value of Info IsForeignKeySide.void
ERRole. setForeignKeySideAndMaintain(boolean value)
Set the value of Info IsForeignKeySide.void
ERForeignKey. setGeneralizationSet(ERGeneralizationSet value)
Set the value of View GeneralizationSet.void
BIHierarchyRole. setHierarchy(BIHierarchy value)
Set the value of Foreign Key Hierarchy.void
ERRelationship. setHowMany(K_RS_HOWMANY value)
Set the value of Info HowMany.void
ERRole. setMax(java.lang.String value)
Set the value of Info Max.void
ERRole. setMaxAndMaintain(java.lang.String value)
Set the value of Info Max.void
ERRole. setMaxUML(java.lang.String value)
Set the value of Info MaxUML.void
ERRole. setMaxUMLAndMaintain(java.lang.String value)
Set the value of Info MaxUML.void
BI2CubeDimension. setMeasurementTime(BI2MeasurementTime value)
Set the value of Foreign Key MeasurementTime.void
ERRole. setMin(java.lang.String value)
Set the value of Info Min.void
ERRole. setMinAndMaintain(java.lang.String value)
Set the value of Info Min.void
ERRole. setMinMax(java.lang.String Min, java.lang.String Max, boolean Maintain)
Sets the role cardinality to (min,max).void
ERRole. setMinUML(java.lang.String value)
Set the value of Info MinUML.void
ERRole. setMinUMLAndMaintain(java.lang.String value)
Set the value of Info MinUML.void
ERRelationship. setMustOrCan(K_RS_MUST_CAN value)
Set the value of Info MustOrCan.void
ERRole. setNameUML(java.lang.String value)
Set the value of Info NameUML.void
BI2DimensionShowAttribute. setOptional(boolean value)
Set the value of Attribut IsOptional.void
ERAttribute. setPrimary(boolean setPrimary)
Sets theERAttribute
to primary or not primary.void
BI2HierarchyLevel. setRecursive(boolean value)
Set the value of Attribut IsRecursive.void
BI2CubeDimension. setRelationship(IMForeignKeyAble value)
Set the value of Foreign Key Relationship.void
BI2DimensionPrecedence. setRelationship(IMForeignKeyAble value)
Set the value of Foreign Key Relationship.void
ERForeignKey. setRelationship(ERRelationship value)
Set the value of View Relationship.void
BI2DimensionPrecedence. setStrict(boolean value)
Set the value of Attribut IsStrict.void
BIHierarchyRole. setSuffix(java.lang.String value)
Set the value of Attribut Suffix.void
EREntity. setWeak(boolean value)
Set the value of Info IsWeak.void
ERRelationship. setWeakEntity(boolean value)
Set the value of Attribut HasWeakEntity.ERGeneralization
ERRelationship. transformToGeneralization()
Not yet implemented!ERRelationship
ERGeneralization. transformToRelationship()
Not yet implemented!EREntity
ERRelationship. transformToRType()
Precondition: thisERRelationship
must 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 void
GCConcept. addRealizingElements(java.util.List<? extends MMCommentContainerAble> seqRealizingElement)
Adds elements to the current set of realizing elements or diagrams and creates concept realizations accordingly.static GCConceptConnection
GCConceptConnectionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Connection with template from source to target element.static GCConceptConnection
GCConceptConnectionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Connection with stereotype from source to target element.static GCConcept
GCConceptHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Concept with template and container.static GCConcept
GCConceptHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Concept with stereotype and container.static GCConceptRealization
GCConceptRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Realization with template from source to target element.static GCConceptRealization
GCConceptRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Realization with stereotype from source to target element.GCConcept
GCConceptRealization. getConcept()
TheGCConcept
being realized.GCConceptRealization
GCConcept. getConceptRealizationFromElement(MMCommentContainerAble refObj)
K_GCDIA_CONCEPT_TYPE
GCConcept. 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_STYLE
GCConceptConnection. getEdgeSourceTipStyle()
The type of the edge direction marker at the source side.K_PREDGESTYLE
GCConceptConnection. getEdgeStyle()
The edge style, e.g. dotted or dashed.K_PREDGE_TIP_STYLE
GCConceptConnection. getEdgeTargetTipStyle()
The type of the edge direction marker at the target side.K_PREDGETYPE
GCConceptConnection. 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 refObj
of 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_SHAPE
GCConcept. 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)
GCConcept
GCConcept. 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.MMCommentContainerAble
GCConceptRealization. getRealizingElement()
GCConcept
GCConceptConnection. getSourceConcept()
The sourceGCConcept
of the connection.GCConcept
GCConceptConnection. getTargetConcept()
The targetGCConcept
of the connection.GCConceptConnection
GCConceptConnection. getTargetConnection()
The targetGCConceptConnection
of the connection.GCConceptConnection
GCConceptConnection. insertConcept(ELElement item)
Splits up theGCConceptConnection
and inserts the givenGCConcept
.boolean
GCConcept. isAlreadyRealized()
boolean
GCConcept. isRealizationAllowed()
True if the configuration allows to realize this concept by at least one element or diagram via a concept realization.void
GCConcept. removeRealizingElements(java.util.List<? extends MMCommentContainerAble> seqRealizingElement)
Removes elements of the current set of realizing elements or diagrams and deletes concept realizations accordingly.void
GCConcept. 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.void
GCConcept. setConceptType(K_GCDIA_CONCEPT_TYPE value)
Set the value of Attribut ConceptType.void
GCConceptConnection. setEdgeSourceTipStyle(K_PREDGE_TIP_STYLE value)
Set the value of Attribut EdgeSourceTipStyle.void
GCConceptConnection. setEdgeStyle(K_PREDGESTYLE value)
Set the value of Attribut EdgeStyle.void
GCConceptConnection. setEdgeTargetTipStyle(K_PREDGE_TIP_STYLE value)
Set the value of Attribut EdgeTargetTipStyle.void
GCConceptConnection. setEdgeType(K_PREDGETYPE value)
Set the value of Attribut EdgeType.void
GCConcept. setNodeShape(K_PRESSPEC_NODE_SHAPE value)
Set the value of Attribut NodeShape.void
GCConcept. 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 GCDiaConceptEdge
GCDiaConceptEdgeHelper. addConceptEdge(SrvContext srvCtx, GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, java.util.List<java.awt.Point> seqStep)
Add aGCConceptConnection
asGCDiaConceptEdge
between the specified source and target element.void
GCDiaConceptNode. 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 GCDia
GCDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Concept Diagram with template and container.static GCDia
GCDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Concept Diagram with stereotype and container.GCDiaConceptNode
GCDia. createAddConceptForRealizingElement(MEStereotypeAble ohElement, ELContainerAble ohContainer, java.awt.Point position, boolean isOffsetPosition, java.awt.Point size, K_ORIENTATION orientation, boolean isCreate)
GCConcept
GCDiaConceptNode. getConcept()
TheGCConcept
which 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.GCDiaConceptNode
GCDiaConceptNode. getOwningConceptNode()
The surrounding concept node of thisGCDiaConceptNode
.GCDia
GCDiaConceptEdge. getOwningDiagram()
The diagram owning thisGCDiaConceptEdge
.GCDia
GCDiaConceptNode. getOwningDiagram()
The diagram owning thisGCDiaConceptNode
.boolean
GCDiaConceptNode. isContainerNode()
True, if the node is a container node.void
GCDiaConceptEdge. reconnectEdge(ELElement ohNew, K_SIDE kSide)
Assigns theGCConceptConnection
of this edge to a new source/target node.void
GCDiaConceptNode. setContainerNode(boolean value)
Set the value of Attribut IsContainerNode.void
GCDia. 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 IAActionExecSpec
IAActionExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Action Execution Specification with template and container with requirement.static IAActionExecSpec
IAActionExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Action Execution Specification with stereotype and container with requirement.static IAAlt
IAAltHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Alternative with template and container.static IAAlt
IAAltHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Alternative with stereotype and container.static IAAssert
IAAssertHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Assertion with template and container.static IAAssert
IAAssertHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Assertion with stereotype and container.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Behavior Execution Specification with template and container.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Behavior Execution Specification with template and container with requirement.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Behavior Execution Specification with stereotype and container.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Behavior Execution Specification with stereotype and container with requirement.static IABreak
IABreakHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Break with template and container.static IABreak
IABreakHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Break with stereotype and container.static IACallMessage
IACallMessageHelper. 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 IACallMessage
IACallMessageHelper. 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 IAConsider
IAConsiderHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Consider with template and container.static IAConsider
IAConsiderHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Consider with stereotype and container.static IAConstraint
IAConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Interaction Constraint with template and container.static IAConstraint
IAConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Interaction Constraint with stereotype and container.static IAContinuation
IAContinuationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Continuation with template and container.static IAContinuation
IAContinuationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Continuation with stereotype and container.static IACreateMessage
IACreateMessageHelper. 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 IACreateMessage
IACreateMessageHelper. 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 IACritical
IACriticalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Critical Region with template and container.static IACritical
IACriticalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Critical Region with stereotype and container.static IADestructMessage
IADestructMessageHelper. 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 IADestructMessage
IADestructMessageHelper. 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 IAIgnore
IAIgnoreHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Ignore with template and container.static IAIgnore
IAIgnoreHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Ignore with stereotype and container.static IAInteraction
IAInteractionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Interaction with template and container.static IAInteraction
IAInteractionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Interaction with stereotype and container.static IALifeline
IALifelineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Lifeline with template and container with requirement.static IALifeline
IALifelineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Lifeline with stereotype and container with requirement.static IALoop
IALoopHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Loop with template and container.static IALoop
IALoopHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Loop with stereotype and container.static IALostAndFound
IALostAndFoundHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Lost and Found with template and container.static IALostAndFound
IALostAndFoundHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Lost and Found with stereotype and container.static IANeg
IANegHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Negative with template and container.static IANeg
IANegHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Negative with stereotype and container.static IAOpt
IAOptHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Option with template and container.static IAOpt
IAOptHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Option with stereotype and container.static IAOrdering
IAOrderingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new General Ordering with template from source to target element.static IAOrdering
IAOrderingHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new General Ordering with stereotype from source to target element.static IAPar
IAParHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Parallel with template and container.static IAPar
IAParHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Parallel with stereotype and container.static IAReplyMessage
IAReplyMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Reply Message with template and container.static IAReplyMessage
IAReplyMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Reply Message with stereotype and container.static IASeq
IASeqHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Weak Sequencing with template and container.static IASeq
IASeqHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Weak Sequencing with stereotype and container.static IASignalMessage
IASignalMessageHelper. 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 IASignalMessage
IASignalMessageHelper. 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 IAStateInvariant
IAStateInvariantHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new State Invariant with template and container.static IAStateInvariant
IAStateInvariantHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new State Invariant with stereotype and container.static IAStrict
IAStrictHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Strict Sequencing with template and container.static IAStrict
IAStrictHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Strict Sequencing with stereotype and container.static IAUse
IAUseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Interaction Use with template and container with requirement.static IAUse
IAUseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Interaction Use with stereotype and container with requirement.ANAction
IAActionExecSpec. getAction()
TheANAction
being 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)
IAOccSpec
IAOrdering. 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)
IAOccSpec
IAOrdering. getBefore()
The OccurrenceSpecification referred comes before the OccurrenceSpecification referred by 'After'.BEBehavior
IABehaviorExecSpec. getBehavior()
The behavior of this behavior execution specification.java.lang.String
IAStateInvariant. getBody()
Specification of theIAStateInvariant
in one or more languages.IACombined
IAOperand. 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)
IALifeline
IACovering. getCoveredLifeline()
References the lifelines that the fragment involves.IACovered
IACovering. getCovers()
java.util.List<IALifeline>
IAInteraction. getDecomposedLifeline()
All lifelines which are decomposed by this interaction.IAInteraction
IALifeline. getDecomposedRefersTo()
References the interaction that represents the decomposition.SQDia
IAInteraction. 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.IAInteraction
IAFragment. getEnclosingInteraction()
The interaction that encloses this InteractionFragment when ignoring any Fragment-Operand hierarchy.IAOperand
IAFragment. getEnclosingOperand()
The operand that encloses this InteractionFragment (they may nest recursively).IAExecOccSpec
IAExecSpec. 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 thisIAInteraction
and anyIAUse
that 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.IAFragment
IAOrdering. 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.IAConstraint
IAOperand. 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.IAInteraction
IAGate. getInteraction()
TheIAInteraction
which owns this formalIAGate
.IAInteraction
IALifeline. getInteraction()
References the interaction that encloses this lifelineIAInteraction
IALostAndFound. getInteraction()
The owning interaction of this lost or found message.IAInteraction
IAMessage. getInteraction()
The enclosing interaction that owns the message.IAUse
IAGate. getInteractionUse()
java.lang.String
IAStateInvariant. getLanguage()
Languages of the body strings that theIAStateInvariant
uses in the same order as the body strings.ARG_PRPresContextLayout
IAInteraction. 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.String
IAConstraint. 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.String
IAConstraint. 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.IAOperand
IAConstraint. getOperand()
The operand that owns this constraint.CLOperation
IACallMessage. getOperation()
The operation which is called by the message.CLOperation
IACreateMessage. getOperation()
The constructor which is called by the message.CLOperation
IADestructMessage. getOperation()
The destructor which is called by the message.K_IA_OPERATOR
IACombined. 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)
IAMessageEnd
IAMessage. getReceiveEvent()
References theIAMessageEnd
receiving thisIAMessage
.IAMessage
IAMessageEnd. getReceiveMessage()
References theIAMessage
received by thisIAMessageEnd
.IAInteraction
IALifeline. getRefersTo()
The interaction referred by this lifeline.IAInteraction
IAUse. getRefersTo()
Refers to theIAInteraction
that defines its meaning.CLConnectAbleElement
IALifeline. getRepresents()
java.lang.String
IALifeline. getSelector()
Specification of the selector of theIALifeline
.IAMessageEnd
IAMessage. getSendEvent()
References theIAMessageEnd
sending thisIAMessage
.IAMessage
IAMessageEnd. getSendMessage()
References theIAMessage
send by thisIAMessageEnd
.boolean
IAContinuation. getSetting()
The setting of the continuation.CLSignal
IASignalMessage. getSignal()
Specifies the assignedCLSignal
of the signal message.MENamespaceAsgnAble
IAMessage. getSignature()
K_IA_MSGSORT
IAMessage. getSort()
Determines the type that identifies the type of communication action that was used to generate the message.IAExecOccSpec
IAExecSpec. 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 IAOperand
IAOperandHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateOperand, IAOperand ohOperand, K_INSERT kInsertAt)
Inserts a newIAOperand
using a lane template.boolean
IACallMessage. isAsynchron()
The message is generated by an asynchronous call to the operation.void
IAInteraction. 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 void
IAInteractionHelper. 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
.void
IAMessage. reconnect(ADClientAble ohNew, K_SIDE side, java.awt.Point pos)
Reconnects thisIAMessage
.void
IAActionExecSpec. setAction(ANAction value)
Set the value of Foreign Key Action.void
IACallMessage. setAsynchron(boolean value)
Set the value of Attribut IsAsynchron.void
IABehaviorExecSpec. setBehavior(BEBehavior value)
Set the value of Foreign Key Behavior.void
IAStateInvariant. setBody(java.lang.String value)
Set the value of Attribut Body.void
IAConsider. setElement(java.util.List<? extends MEModelElement> values)
Set the value of Foreign Key Element.void
IAIgnore. setElement(java.util.List<? extends MEModelElement> values)
Set the value of Foreign Key Element.void
IAStateInvariant. setLanguage(java.lang.String value)
Set the value of Attribut Language.void
IAConstraint. setMaxBound(java.lang.String value)
Set the value of Attribut MaxBound.void
IAConstraint. setMinBound(java.lang.String value)
Set the value of Attribut MinBound.void
IACallMessage. setOperation(CLOperation value)
Set the value of View Operation.void
IACreateMessage. setOperation(CLOperation value)
Set the value of View Operation.void
IADestructMessage. setOperation(CLOperation value)
Set the value of View Operation.void
IALifeline. setRefersTo(IAInteraction value)
Set the value of Foreign Key RefersTo.void
IAUse. setRefersTo(IAInteraction value)
Set the value of Foreign Key RefersTo.void
IALifeline. setSelector(java.lang.String value)
Set the value of Attribut Selector.void
IAContinuation. setSetting(boolean value)
Set the value of Attribut Setting.void
IASignalMessage. 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 void
IMViewHelper. addParentheses(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Put the views in parentheses.ARG_IMViewCombinedView
IMView. 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 IMCLDataType
IMCLDataTypeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Data Type with template and container.static IMCLDataType
IMCLDataTypeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Data Type with stereotype and container.static IMKeyRelationshipFeature
IMKeyRelationshipFeatureHelper. 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
(ERForeignKey
orDBForeignKey
) as owner Element 1:IMStructuralFeature
(ERAttribute
orDBTableColumn
) Element 2:IMUniqueKeyFeature
referenced by the newIMKeyRelationshipFeature
static IMKeyRelationshipFeature
IMKeyRelationshipFeatureHelper. 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
(ERForeignKey
orDBForeignKey
) as owner Element 1:IMStructuralFeature
(ERAttribute
orDBTableColumn
) Element 2:IMUniqueKeyFeature
referenced by the newIMKeyRelationshipFeature
static IMSequence
IMSequenceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Sequence Type with template and container.static IMSequence
IMSequenceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Sequence Type with stereotype and container.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with stereotype and container with requirement.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with stereotype and container with requirement.static IMCLDataType
IMCLDataTypeHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aIMCLDataType
for the given data type (ER element) in the givenMEModel
(DB element).
This standard mapping creates aMEMappingDependency
with 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 analogIMKeyRelationshipFeature
for the given ER element in the givenDBForeignKey
(DB element).static IMSequence
IMSequenceHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aIMSequence
for the given sequence type.static java.util.List<IMUniqueKeyFeature>
IMUniqueKeyFeatureHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates an analogIMUniqueKeyFeature
for the given ER element in the givenDBUniqueKey
(DB element).K_TRIGGER_GRANULARITY
IMTrigger. 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_TIME
IMTrigger. 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 thisIMClassifier
or to aIMProperty
of 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.String
IMSequence. getCache()
Specify the cache value the sequence preallocates and keeps in memory for faster access.boolean
IMConstraintAssign. getCheckDelete()
It indicates if the constraint will be checked caused by a delete action.boolean
IMConstraintAssign. getCheckInsert()
It indicates if the constraint will be checked caused by an insert action.K_CHECK_TIME
IMConstraintAssign. getCheckTime()
It indicates if the constraint is checked immediately before or after the action or at the end of transaction.boolean
IMConstraintAssign. getCheckUpdate()
It indicates if the constraint will be checked caused by an update action.ARG_IMViewCombinedView
IMView. getCombinedViewDialog()
java.lang.String
IMView. getCombiningClosingParentheses()
Returns the string with closing parentheses after this combining view.K_VIEW_COMBINING_KIND
IMView. getCombiningKind()
Combining kind of this sub view in a combined view.int
IMView. getCombiningLevel()
Positive integer means the number of of opening parentheses.java.lang.String
IMView. getCombiningOpeningParentheses()
Returns a string with opening parentheses before this combining view.java.lang.String
IMProperty. getConcreteFirstMasterParameter()
The concrete first parameter of theIMDataTypeDefinition
.java.lang.String
IMSemanticDataType. getConcreteFirstMasterParameter()
The concrete value of parameter one.java.lang.String
IMDataTypeDefinition. getConcreteFirstParameter()
Concrete first parameter for substitution inMMTSType
.java.lang.String
IMProperty. getConcreteSecondMasterParameter()
The concrete second parameter of theIMDataTypeDefinition
.java.lang.String
IMSemanticDataType. getConcreteSecondMasterParameter()
The concrete value of parameter two.java.lang.String
IMDataTypeDefinition. 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 thisIMConstraint
or contain aIMProperty
assigned 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.IMView
IMView. getCorrespondingParenthesisView()
Returns theIMView
with the innermost corresponding parenthesis.java.util.List<BI2CubeDimension>
IMForeignKeyAble. getCubeDimension()
List of all cube dimensions referencing thisIMForeignKeyAble
.boolean
IMSequence. getCycleOption()
If true, it indicates that the sequence continues to generate values after reaching either its maximum or minimum value.K_DEFAULT_SETTING
IMProperty. 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.boolean
IMTrigger. getDeleteType()
It indicates if the trigger is used by the delete event.IMDataTypeDefinition
IMProperty. getDerivedDataTypeDefinition()
Gets theIMDataTypeDefinition
which is valid for thisIMProperty
.IMSemanticDataType
IMProperty. getDerivedSemanticDataType()
Gets theIMSemanticDataType
which is valid for thisIMProperty
.ADClientAble
IMProperty. getDerivedTypingTSOrDTType()
Gets theIMDataTypeDefinition
which 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
.IMClassifier
IMConstraintAssign. getDirectlyConstrainedClassifier()
TheIMClassifier
of thisIMConstraintAssign
.java.lang.String
IMIndexedFeature. getExpression()
Specifies an expression built from the feature and SQL functions.IMFeature
IMIndexedFeature. getFeature()
Reference to theIMFeature
indexed by thisIMIndexedFeature
.IMFeature
IMKeyFeature. getFeature()
Reference to theIMFeature
used by thisIMKeyFeature
.java.lang.String
IMIndex. getFeatureNames()
java.lang.String
IMKey. getFeatureNames()
Returns the names of the features as a comma separated string.IMProperty
IMProperty. getFirstValidDerivingTypeProperty()
Gets theIMProperty
which is the first candidate property for deriving itsIMDataType
to this property, regardless of whether this property is typed by itself.IMProperty
IMProperty. getFirstValidTypeProperty()
Gets theIMProperty
which is valid to evaluate theIMDataType
of this property.ERForeignKey
IMForeignKeyAble. 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.IMSemanticDataType
IMSequence. getForeignKeyType()
Returns theIMSemanticDataType
used in a referencing foreign key for thisIMSequence
in the primary key.K_FROM_KIND
IMViewFrom. getFromKind()
Kind of thisIMViewFrom
.K_GENERAL_KIND
IMGeneralizationSet. getGeneralKind()
The kind of generalization set can be - ISA: disjoining and covering - SUB: disjoining but not covering - OR: not disjoining but coveringK_IMSEQUENCE
IMSequence. getGenerationType()
It indicates if this sequence will be generated always or by default.java.lang.String
IMDataTypeDefinition. getImplementation()
Concrete data type implementation with substituted dollar parameters of theMMTSType
.java.lang.String
IMSequence. 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
.boolean
IMTrigger. getInsertType()
It indicates if the trigger is used by the insert event.java.lang.String
IMKeyRelationship. getJoinExpressionFlow(IMViewFrom ohUniqueKeyFrom, IMViewFrom ohForeignKeyFrom)
Returns the expression for the key relationship join, formatted as flow document.K_JOIN_KIND
IMViewFrom. 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_KIND
IMUniqueKey. 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.IMKeyRelationship
IMViewFrom. getKeyRelationship()
TheIMKeyRelationship
used 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.String
IMSequence. getMaximum()
Specify the maximum value the sequence can generate.java.lang.String
IMSequence. getMinimum()
Specify the minimum value the sequence can generate.boolean
IMSequence. getOrderOption()
If true, the sequence guarantees that sequence numbers are generated in order of request.IMProperty
IMProperty. getOriginProperty()
Gets the originIMProperty
of 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 IMDataTypeDefinition
IMDataTypeDefinitionHelper. getOwnedTypeDefinitionByTypeSystem(SrvContext srvCtx, MEModelElement ohTypedElement, MMTypeSystem ohTypeSystem)
Gets theIMDataTypeDefinition
of the given element (IMSemanticDataType
orIMProperty
) 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.IMClassifier
IMFeature. getOwningClassifier()
Reference to the classifier of thisIMFeature
.IMClassifier
IMKey. getOwningClassifier()
IMClassifier
IMTrigger. getOwningClassifier()
Reference to the classifier of thisIMTrigger
.IMProcedureExpressionAble
IMProcedureExpression. getOwningExpressionAble()
Reference to theIMProcedureExpressionAble
(IMTrigger
orIMProcedure
) of thisIMProcedureExpression
.IMIndex
IMIndexedFeature. getOwningIMIndex()
Reference to theIMIndex
of thisIMIndexedFeature
.IMKey
IMKeyFeature. getOwningKey()
Reference to theIMKey
of thisIMKeyFeature
.IMKeyRelationship
IMKeyRelationshipFeature. getOwningKeyRelationship()
Reference to theIMKeyRelationship
of thisIMKeyRelationshipFeature
.IMProperty
IMDataTypeDefinition. getOwningProperty()
IMSemanticDataType
IMDataTypeDefinition. getOwningSemanticDataType()
Reference to the semantic data type of this type definition.IMUniqueKey
IMUniqueKeyFeature. getOwningUniqueKey()
Reference to the unique key of this unique key feature.IMUniqueKey
IMClassifier. getPrimaryKey()
Gets the primary key of thisIMClassifier
.java.util.List<IMSequence>
IMSemanticDataType. getPrimaryKeySequence()
List of all sequence types using thisIMSemanticDataType
in a referencing foreign key.java.lang.String
IMProcedureExpression. getProcedureExpression()
The procedure expression holds the source code of itsDBTrigger
orDBStoredProcedure
.<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.String
IMSequence. getStartValue()
Specify the first sequence number to be generated.MMTSType
IMDataTypeDefinition. getTSType()
java.lang.String
IMDataTypeDefinition. getTypeClassName()
Name of theMMTSTypeClass
of thisIMDataTypeDefinition
.java.lang.String
IMProperty. getTypeClassName()
Name of theMMTSTypeClass
of the master type of thisIMProperty
.java.lang.String
IMSemanticDataType. getTypeClassName()
Name of theMMTSTypeClass
of the master type of thisIMSemanticDataType
.IMProperty
IMDataTypeDefinition. 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.MMTypeSystem
IMDataTypeDefinition. getTypeSystem()
The type system which is the scope of this data type definition.java.lang.String
IMDataTypeDefinition. getTypeSystemName()
Name of the type system which is the scope of this data type definition.IMDataType
IMProperty. getTypingDataType()
IMDataTypeDefinition
IMProperty. getTypingDataTypeDefinition()
The data type definition that types this property.IMDataTypeDefinition
IMSemanticDataType. getTypingDataTypeDefinition()
The data type definition that types this semantic data type.IMSemanticDataType
IMProperty. getTypingSemanticDataType()
The semantic data type that types this property.MMTSType
IMSemanticDataType. getTypingTSType()
The type of theMMTypeSystem
which types theIMDataTypeDefinition
which types thisIMSemanticDataType
.IMUniqueKey
IMKeyRelationship. 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.IMClassifier
IMKeyRelationship. getUniqueKeyClassifier()
The classifier of the referencedIMUniqueKey
.IMUniqueKeyFeature
IMKeyRelationshipFeature. 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.IMUniqueKey
IMClassifier. getUniqueKeyReferencedByDefault()
Gets theIMUniqueKey
which 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.boolean
IMTrigger. 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
.boolean
IMIndex. hasNullProperty()
If true, a nullableIMProperty
is part of this index.boolean
IMKey. hasNullProperty()
If true, a nullableIMProperty
is part of this key.boolean
IMIndexedFeature. isAscending()
If true, the feature is sorted in ascending order; if false, in descending order.boolean
IMKey. isCompleteInView(ELView refObj)
Is true, if all features of the key are viewed by theargument refObj
.boolean
IMForeignKeyAble. isHierarchical()
A foreign keyable element is hierarchical if it is anIMGeneralization
or anERRole
of anERRelationship
with a weak entity.boolean
IMKeyRelationship. isIdentifying()
True, if thisIMKeyRelationship
is an identifying foreign key.
This is true if all of its members are part of the primary key of itsIMClassifier
.boolean
IMProperty. isLocal()
True, if the property is a local property, otherwise false.boolean
IMDataTypeDefinition. 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.boolean
IMKeyRelationship. isMaxOne()
True, if thisIMKeyRelationship
can 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
.boolean
IMForeignKeyAble. isNotNull()
If true, the foreign keyable element leads to a not null foreign key.
That is true for anIMGeneralization
or anERRole
with lower bound zero.boolean
IMProperty. isNotNull()
True, if the property is mandatory, otherwise false.boolean
IMKeyRelationship. isOptional()
True, if thisIMKeyRelationship
is an optional foreign key.
This is true if one member of it is nullable.boolean
IMProcedure. isQuery()
Specifies whether an execution of theIMProcedure
leaves the state of the system unchanged.boolean
IMIndex. isUnique()
If true, the index instance guarantees all of its instances have a unique key value.boolean
IMDataTypeDefinition. isUserImplementation()
True, if the implementation is set by user.java.util.List<MEStereotypeAble>
IMUniqueKeyFeature. maintain()
Runs all maintaining methods for thisIMUniqueKeyFeature
in the following order:
maintainKeyRelationshipFeatures(...)
java.util.List<MEStereotypeAble>
IMViewFrom. maintain()
void
IMKeyRelationship. maintainDeleteForeignProperties()
This maintaining method deletes the key relationship features which reference to an illegalIMUniqueKeyFeature
.void
IMViewFrom. maintainJoinExpression()
This maintaining method sets the join expression for the assignedIMKeyRelationship
.IMViewFrom
IMViewFrom. maintainJoinPartner()
If the previousIMViewFrom
of this from clause is not referencing the correct partner of the assignedIMKeyRelationship
an 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
(ERUniqueKey
orDBUniqueKey
) of thisIMUniqueKeyFeature
.void
IMProperty. merge(java.util.List<? extends IMStructuralFeature> seq)
This method merges several properties of the same concrete classERAttribute
orDBTableColumn
.
The modified property keeps all information about this input property.void
IMSemanticDataType. merge(java.util.List<? extends IMSemanticDataType> seq)
This command will merge all given semantic data types (other types) to thisIMSemanticDataType
.void
IMView. 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 void
IMViewHelper. removeParentheses(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Remove the corresponding parentheses.void
IMTrigger. setActionGranularity(K_TRIGGER_GRANULARITY value)
Set the value of Attribut ActionGranularity.void
IMTrigger. setActionTime(K_TRIGGER_TIME value)
Set the value of Attribut ActionTime.void
IMIndexedFeature. setAscending(boolean value)
Set the value of Attribut IsAscending.void
IMSequence. setCache(java.lang.String value)
Set the value of Attribut Cache.void
IMConstraintAssign. setCheckDelete(boolean value)
Set the value of Attribut CheckDelete.void
IMConstraintAssign. setCheckInsert(boolean value)
Set the value of Attribut CheckInsert.void
IMConstraintAssign. setCheckTime(K_CHECK_TIME value)
Set the value of Attribut CheckTime.void
IMConstraintAssign. setCheckUpdate(boolean value)
Set the value of Attribut CheckUpdate.void
IMView. setCombiningClosingParentheses(java.lang.String value)
Set the value of Info CombiningClosingParentheses.void
IMView. setCombiningKind(K_VIEW_COMBINING_KIND value)
Set the value of Attribut CombiningKind.void
IMView. setCombiningLevel(int value)
Set the value of Attribut CombiningLevel.void
IMView. setCombiningOpeningParentheses(java.lang.String value)
Set the value of Info CombiningOpeningParentheses.void
IMProperty. setConcreteFirstMasterParameter(java.lang.String value)
Set the value of Info ConcreteFirstMasterParameter.void
IMSemanticDataType. setConcreteFirstMasterParameter(java.lang.String value)
Set the value of Info ConcreteFirstMasterParameter.void
IMDataTypeDefinition. setConcreteFirstParameter(java.lang.String value)
Set the value of Attribut ConcreteFirstParameter.void
IMProperty. setConcreteSecondMasterParameter(java.lang.String value)
Set the value of Info ConcreteSecondMasterParameter.void
IMSemanticDataType. setConcreteSecondMasterParameter(java.lang.String value)
Set the value of Info ConcreteSecondMasterParameter.void
IMDataTypeDefinition. setConcreteSecondParameter(java.lang.String value)
Set the value of Attribut ConcreteSecondParameter.void
IMSequence. setCycleOption(boolean value)
Set the value of Attribut CycleOption.void
IMProperty. setDefaultSetting(K_DEFAULT_SETTING value)
Set the value of Attribut DefaultSetting.void
IMTrigger. setDeleteType(boolean value)
Set the value of Attribut DeleteType.void
IMProperty. setDerivedSemanticDataType(IMSemanticDataType value)
Set the value of View DerivedSemanticDataType.void
IMProperty. setDerivedTypingTSOrDTType(ADClientAble value)
Set the value of View DerivedTypingTSOrDTType.void
IMIndexedFeature. setExpression(java.lang.String value)
Set the value of Attribut Expression.void
IMIndex. setFeatureNames(java.lang.String value)
Set the value of Info FeatureNames.void
IMKey. setFeatureNames(java.lang.String value)
Set the value of Info FeatureNames.void
IMSequence. setForeignKeyType(IMSemanticDataType value)
Set the value of Foreign Key ForeignKeyType.void
IMViewFrom. setFromKind(K_FROM_KIND value)
Set the value of Info FromKind.void
IMGeneralizationSet. setGeneralKind(K_GENERAL_KIND value)
Set the value of Info GeneralKind.void
IMSequence. setGenerationType(K_IMSEQUENCE value)
Set the value of Attribut GenerationType.void
IMDataTypeDefinition. setImplementation(java.lang.String value)
Set the value of Info Implementation.void
IMSequence. setIncrement(java.lang.String value)
Set the value of Attribut Increment.void
IMTrigger. setInsertType(boolean value)
Set the value of Attribut InsertType.void
IMViewFrom. setJoinKind(K_JOIN_KIND value)
Set the value of Attribut JoinKind.void
IMUniqueKey. setKeyKind(K_KEY_KIND value)
Set the value of Attribut KeyKind.void
IMViewFrom. setKeyRelationship(IMKeyRelationship value)
Set the value of Foreign Key KeyRelationship.void
IMSequence. setMaximum(java.lang.String value)
Set the value of Attribut Maximum.void
IMSequence. setMinimum(java.lang.String value)
Set the value of Attribut Minimum.void
IMKey. setNull(boolean setNull)
Sets allDBTableColumn
s of theIMKey
to null or not null.void
IMProperty. setNull(boolean setNull)
Sets theDBTableColumn
to null or not null.void
IMSequence. setOrderOption(boolean value)
Set the value of Attribut OrderOption.void
IMProcedureExpression. setProcedureExpression(java.lang.String value)
Set the value of Attribut ProcedureExpression.void
IMProcedure. setQuery(boolean value)
Set the value of Attribut IsQuery.void
IMSequence. setStartValue(java.lang.String value)
Set the value of Attribut StartValue.void
IMDataTypeDefinition. setTSType(MMTSType value)
Set the value of Foreign Key TSType.void
IMDataTypeDefinition. setTypeSystemName(java.lang.String value)
Set the value of Info TypeSystemName.void
IMSemanticDataType. setTypingTSType(MMTSType value)
Set the value of View TypingTSType.void
IMIndex. setUnique(boolean value)
Set the value of Attribut IsUnique.void
IMKeyRelationship. setUniqueKey(IMUniqueKey value)
Set the value of Foreign Key UniqueKey.void
IMTrigger. setUpdateType(boolean value)
Set the value of Attribut UpdateType.void
IMDataTypeDefinition. setUserImplementation(boolean value)
Set the value of Attribut IsUserImplementation.java.util.List<IMProperty>
IMProperty. split()
This method splits anIMProperty
, (ERAttribute
orDBTableColumn
) to several features.
If more than oneIMKeyRelationshipFeature
of this feature exists, one of these remains at this feature.static void
IMDataTypeDefinitionHelper. typeMapping(SrvContext srvCtx, ELElement item)
void
IMProperty. 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.void
IMSemanticDataType. typeMapping()
If theIMSemanticDataType
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. -
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 void
ADUsrRole. addOperationMode(K_OPERATIONMODE item)
Adds the privilege to the current object.void
ADMdlUser. addRole(ADUsrRole role)
Adds the role to the current object.MMSyncedStereotype
MMSyncSet. addSyncedStereotype(ELElement item)
void
ADModel. 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 aMMVerifyClassification
as content of thisMMVerifyClassification
for 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.void
MMStereotypeAble. assignStereotypeDlg(ELElement item)
Assigns a new stereotype to this element.static void
MMStereotypeAbleHelper. assignStereotypeDlg(SrvContext srvCtx, java.util.List<? extends MMStereotypeAble> sel, ELElement item)
Assigns a new stereotype to this element.static void
ADTranslationAbleHelper. cleanUpUnappropriatedTranslations(SrvContext srvCtx)
For eachELTranslatedValue
without connection the translated element is calculated and if found the missing connection is created.MMStereotypeAble
MMStereotypeAble. cloneElement()
Creates a copy of the selected element.void
MMStereotypeAble. completelySynchronizeOthers()
Synchronizes all redundant propertys of the other synchronous elements with values of this element.void
MMStereotypeAble. completelySynchronizeThis()
Synchronizes all redundant propertys of this, configured in aMMSyncSetProperty
.static void
ADChangeSetHelper. configChangeSetDlg(SrvContext srvCtx, boolean isActiveLog, boolean isActiveSet, boolean isAnonym, int maxDay, boolean withExport)
Modifies the configuration of change sets.void
MM2Classification. copyConstraintDlg(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean copyAll, java.util.List<? extends MM2ClassificationConstraint> seqCnstr)
static void
MMStereotypeAbleHelper. 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.void
MMFormatAble. copyFormatDlg(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean useExistingRules, boolean replaceEntries, boolean copyAll, java.util.List<? extends MMFormatAble> seqRules)
MMFormatRule
MMFormatAble. copyFormatRule(MMProfile ohProfile, MMFormatRule ohRule)
Copies the specifiedMMFormatRule
with nested rules and presentation entries to the selectedMMStereotype
orMMFormatRule
within the specifiedMMProfile
.void
MM2Classification. copyMenuDlg(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean copyAll, java.util.List<? extends MMMenuItem> seqItem)
void
ADUsrRole. copyRoleExecutionDlg(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, java.util.List<? extends ADExecuteAble> seqExec)
static ADApplicationConfiguration
ADApplicationConfigurationHelper. create(SrvContext srvCtx, java.lang.String strName, java.lang.String strPurpose, java.lang.String strConfig, int lOpMode)
Creates a namedADApplicationConfiguration
for a specified purpose.static ADChangeSet
ADChangeSetHelper. 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 ADMdlUser
ADMdlUserHelper. create(SrvContext srvCtx, java.lang.String name)
Creates a new model user.static ADUsrRole
ADUsrRoleHelper. create(SrvContext srvCtx, java.lang.String name)
Creates a new user role.static MMCreateTemplate
MMCreateTemplateHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)
Creates a new create template.static MMEngineeringAction
MMEngineeringActionHelper. create(SrvContext srvCtx, ELElement item)
Creates a new engineering action.static MMFilter
MMFilterHelper. 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 MMFontColor
MMFontColorHelper. create(SrvContext srvCtx, ELElement item)
Creates a new font color element within the specified profile.static MMFormatRule
MMFormatRuleHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, MMMetamodelElement ohMeta)
Create a new format rule.static MMLabel
MMLabelHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
Extents the basic function 'EntCreateOclCmd' for the elementMMLabel
by 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 MMStereotype
MMStereotypeHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)
Creates a new stereotype.static MMStereotypeProperty
MMStereotypePropertyHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
Creates a new stereotype property.static MMStereotypeTSOption
MMStereotypeTSOptionHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
Creates a newMMStereotypeTSOption
.static MMSyncSet
MMSyncSetHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)
Creates a newMMSyncSet
.static MMSyncSetProperty
MMSyncSetPropertyHelper. create(SrvContext srvCtx, ELElement item)
Creates a newMMSyncSetProperty
owned by the specifiedMMSyncSet
.static MMText
MMTextHelper. 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 MMTSTypeClass
MMTSTypeClassHelper. create(SrvContext srvCtx, ELElement item)
Creates a newMMTSTypeClass
.static MMTSType
MMTSTypeHelper. create(SrvContext srvCtx, ELElement item)
Creates a newMMTSType
.static MMTypeSystem
MMTypeSystemHelper. create(SrvContext srvCtx, ELElement item)
Creates a newMMTypeSystem
.static MMVerify
MMVerifyHelper. create(SrvContext srvCtx, ELElement item)
Creates a new verify.static ADAnnotation
ADAnnotationHelper. createAnnotation(SrvContext srvCtx, ADClientAble ohContext, java.lang.String strText, java.util.List<? extends ADClientAble> seqElem)
Creates a new annotation.static ARG_CreateRepository
ADModelHelper. createBranch(SrvContext srvCtx, ADModel adModel, java.lang.String branchName, java.lang.String note, boolean asSubBranch, boolean withCS)
Creates a branch.static ARG_CreateRepository
ADModelHelper. createBranchBackup(SrvContext srvCtx, ADModel adModel, java.lang.String backupName, java.lang.String note)
Creates a backup of the current branch.static ARG_ADModelInfo
ADModelHelper. 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 void
ADEventLogEntryHelper. 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 void
MMSyncSetPropertyHelper. createMatchingSyncSetProperty(SrvContext srvCtx, ELElement item)
Creates synchronization properties for each matchingMMSyncedProperty
of 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_CreateRepository
ADModelHelper. 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 MMProfile
MMProfileHelper. createProfile(SrvContext srvCtx)
Creates a profile.static MMSyncProfile
MMSyncProfileHelper. createSyncProfile(SrvContext srvCtx)
Creates aMMSyncProfile
.MM2TypeRange
MM2TypedElement. createValue()
Create a new enum value for thisMM2TypedElement
.static MMStereotypeTSOption
MMStereotypeTSOptionHelper. createWithTypeSystem(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType, MMTypeSystem ohTypeSystem, java.lang.String strName)
Creates a newMMStereotypeTSOption
withMMTypeSystem
.static void
ADChangeSetHelper. deleteChangeSets(SrvContext srvCtx)
Deletes all closed change sets.static void
ADEventLogEntryHelper. 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 void
MMFormatAbleHelper. deleteFormat(SrvContext srvCtx, MMProfile ohProfile, java.util.List<? extends MMFormatAble> seqAble)
Deletes the specified formats.void
ADModel. deleteInactiveLogins()
Deletes all inactive logins.ARG_DucInstancesResult
ADModel. deleteUpdateCreateInstances(java.util.List<? extends ELElement> seqDelete, java.util.List<ARG_InstNode> seqNode)
modifies this model according to the provided instance specifications.MMStereotype
MMStereotype. 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_EvaluateRelationshipTemplateOut
MMCreateTemplate. 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_EvaluateRelationshipTemplateOut
MMCreateTemplate. 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.ADClientAble
MMMenuItem. 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.void
ADModel. 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_FilterTranslationState
ADTranslationAble. filterByTranslationState(java.util.List<? extends ELElement> seqElem, boolean filterUnit)
Categorizes the provided elements by the state of the translatable properties.MM2Class
MMFilter. 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.MM2Property
MMFilterProperty. filterProperty()
The meta property used by this filter property.void
MMProfile. 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.Date
ADLogin. 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.ADChangeSet
ADLoginAble. getActiveChangeSet()
returns the only not terminated change set of thisADLoginAble
.ARG_Aliases
ADModel. 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 thisADModel
with the specified argument pattern as purpose.MMProfile
MMProfileApplication. getAppliedProfile()
MEModel
MMProfileApplication. getApplyingModel()
The model package that owns the profile application.MMProfile
MMProfileApplication. getApplyingProfile()
The profile that owns the profile application.java.lang.String
MMEngineeringAction. 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_TreeArgNameAbleSelectDlgNode
ADM2AttrModifyAbleHelper. 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 effectiveELM2TypedElementCnstr
instance for theargument refObj
of this element.MM2Attribute
MM2ClassificationConstraint. 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 (classesBI2DimensionLevel
andBI2DimensionPrecedence
) 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.String
ADModel. getBitmap()
Returns the special bitmap namejava.lang.String
MMStereotypeProperty. getBitmapOfValue(ADClientAble refObj)
The bitmap specified for the value of this property for the element.ADBranch
ADBranchLog. getBranch()
The branch of this branch log entry.static ARG_BranchesToXml
ADBranchHelper. getBranchesToXml(SrvContext srvCtx)
Provides information to all branches of this model in xml format.static java.lang.String
ADRepositoryHelper. getBusServerInfoAsJSON(SrvContext srvCtx)
returns the server info that is published to the bus.ADChangeSet
ADChangeSetFragment. getChangeSet()
The element that owns the current object.ADChangeSet
ADCSOperation. getChangeSet()
The change set that owns the current object.ARG_ConfigChangeSet
ADXModel. getChangeSetConfig()
Returns the configuration of change sets for thisADXModel
.ARG_ChangeSetDetails
ADChangeSet. getChangeSetDetails()
Returns all details for thisADChangeSet
.static ARG_ChangeSetOperationValues
ADCSInstanceHelper. 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_ChangeSetList
ADChangeSetHelper. 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.boolean
ADModel. getChangeSetOptionLogIsActive()
True, if the change log is active.boolean
ADModel. getChangeSetOptionLogWithExport()
If this option is activated the existing change logs are taken when this model is exported, checked in or converted.boolean
ADModel. getChangeSetOptionSetIsActive()
True, if the change set is active.static ARG_ChangeSetOperationValues
ADChangeSetHelper. 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
.MM2Classification
MM2ClassificationConstraint. 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.MM2Classification
MMLabel. getClassification()
The classification of this label.MM2Classification
MMText. getClassification()
Classification of the text.MM2Classification
MMVerifyClassification. 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.MM2Classification
MMMenu. 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_GetConcreteMappedTypeOut
MMTSType. 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_Ask
ADChangeSetHelper. 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_ConfigChangeSet
ADChangeSetHelper. getConfigChangeSetDlgInit(SrvContext srvCtx)
Fills the dialog for the configuration of change sets.java.lang.String
ADApplicationConfiguration. 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_CopyProfileContentDlgInitOut
MM2Classification. getCopyConstraintDlgInit(MMProfile ohProfile)
Fills the dialog for the copy of classification constraints.ARG_CopyProfileContentDlgInitOut
MMFormatAble. getCopyFormatDlgInit(MMProfile ohProfile)
Fills the dialog for the copy of formats.ARG_CopyProfileContentDlgInitOut
MM2Classification. getCopyMenuDlgInit(MMProfile ohProfile)
Fills the dialog for the copy of menus.ARG_CopyRoleExecutionDlgInitOut
ADUsrRole. 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.MMCreateTemplate
MMCreateELInst. getCreateTemplate()
The create template of this dummy element.java.util.List<MMCreateTemplate>
MMStereotype. getCreateTemplate(K_CONTROL_OPTION... behaviourFlags)
All create templates for this stereotype.MMCreateTemplate
MMStereotypeAble. getCreateTemplate()
The create template which owns this element.MMCreateTemplate
MMSyncedStereotype. getCreateTemplate()
TheMMCreateTemplate
used by thisMMSyncedStereotype
.java.util.List<MMCreateTemplate>
MMStereotype. getCreateTemplateOfValidProfiles(ADClientAble refObj, K_CONTROL_OPTION... behaviourFlags)
java.util.Date
ADHistoryAble. getCreateTime()
Creation date of the current object as a UTC time long.java.lang.String
ADHistoryAble. 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.ADCSInstance
ADCSMM2TypedEnumValue. getCSEnumMember()
The enumeration value referenced by this enumeration value.ADCSInstance
ADCSPropertyValueRef. 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.ADCSInstance
ADCSMM2TypedValue. getCSMM2Type()
The MM2-type refernced by this property value.java.util.List<ADCSPropertyValueRef>
ADCSInstance. getCSPropValueRef(K_CONTROL_OPTION... behaviourFlags)
All references to this instance.ADBranch
ADModel. getCurrentBranch()
the branch this model is currently assigned to.ARG_BranchDetails
ADModel. 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_TYPE
MM2TypedElement. getDateTimeKind()
The format of aMMLabel
orMMStereotypeProperty
if 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 (classesDBTable
andDBForeignKey
) 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.MEAttachment
MMAttachmentAble. getDefaultAttachment()
The attachment assigned as default to this element, like a preview picture or a document describing the element.static MMTypeSystem
MMTypeSystemHelper. getDefaultTypeSystem(SrvContext srvCtx)
Returns theMMTypeSystem
whose 'is model default' attribute is set to true.java.lang.String
MM2TypedElement. 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.String
MMMetaCommentAble. getDescription()
Description of this element.java.util.List<DGCommand>
MMProfile. getDGCommand(K_CONTROL_OPTION... behaviourFlags)
All docu commands owned by this profile.DGSelection
MMMenuItem. getDGSelection()
Gets the documentation selection associated with this menu item.ARG_Diff
ADModel. getDiffRelationshipsAndProperties(java.util.List<? extends ELElement> seqElem)
Returns the selected elements as DiffNodes.K_MAPPING_DIRECTION
MMTSTypeMapping. getDirection()
If the direction is set to 'From', the type in own scope is the source type of this mapping.java.lang.String
ADLogin. getDisplay()
Returns the display's name for the current object.K_DISP_BROWSER
MMStereotypeProperty. getDisplayInModelBrowser()
The format for values to be displayed at the result region.java.lang.String
MMStereotypeAble. getDisplayType(K_CLIENT_LOCATION kind)
The type of this stereotype able element.java.lang.String
MMStereotype. 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 thisADClientAble
as end element.java.util.Date
ADChangeSet. getEndtime()
Returns the end timestamp of the latestADChangeSetFragment
of the current object.java.util.Date
ADChangeSetFragment. getEndtime()
Returns the end timestamp of the current object.K_ENGINEERING
MMEngineeringSequence. 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
,ERRelationship
andERGeneralization
) 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_MMEvalSequence
MMMenuItem. getEvaluateAction()
Evaluates the sequence of engineering actions of this menu item.java.lang.String
MMEngineeringAction. 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.ADExecuteAble
MMRoleExecution. getExecuteAble()
Returns executeable elements which can be executed by the current object.java.lang.String
ADChangeSet. getExternalId()
Id in an external tracking system.java.lang.String
ADChangeSet. getExternalLink()
Link to an external tracking system.static ARG_FilterOclReq
ADVersionAbleHelper. getFilter(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Without a selection, it returns allADVersionAble
elements.<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_FindDeletedElements
ADCSInstanceHelper. 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 ELElement
ADModelHelper. 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_FindHistoryDlgOclReqOut
ADHistoryAbleHelper. 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_FindSqlIntelliSense
ADFindAbleHelper. 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_CreationDate
ADModelHelper. 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.String
MMTextValue. getFlowDocumentValue()
The formatted value of the connected text.java.lang.String
MMTextAble. getFlowExpandedValue(MMText refObj, java.lang.String pattern)
Returns the formatted value of this element given by argument pattern orargument refObj
where all fill-ins are expanded.java.lang.String
MMTextValue. getFlowExpandedValue()
Returns the formatted value where all fill-ins are expanded.java.lang.String
MMText. getFont()
Returns the font information of the current object's text.boolean
MMText. 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.MMFormatAble
MMFormat. 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.MMGeneral
ADRepository. getGeneral()
The general element which is owned by the current object.int
MM2Attribute. getHelpMsgNumber()
The help message number of this meta attribute.java.lang.String
ADHistoryAble. getHistory()
History info about the current object.java.lang.String
ADLogin. getHost()
Returns the host's name for the current object.java.lang.String
ADModel. getHyperlinkURI()
Returns the URI used as hyperlink within a nonformatted text.int
MM2TypeEnumMember. 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 thisMMMetamodelElement
is marked as ignored.boolean
ADRepository. getInactivityLogoutUsers()
Logout inactive users automatically,static ARG_GetInfoPropertiesForImpactAnalysisOut
MM2ClassificationHelper. 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_InnovatorComponentDlgInit
MMXProfile. getInnovatorComponentDlgInit()
Fills the dialog for the modification of innovator components.int
MMXProfile. getInnovatorComponentMask()
The Innovator Components which are provided by this profile as a mask.ADInoHost
ADUserHostOption. getInoHost()
The host of the current object.ADCSInstance
ADCSOperation. getInstance()
The instance associated with this instance operation.ELElement
MMCreateTemplate. getInstanceOfCreateTemplate()
The element of this create template.MM2Classification
MM2ClassificationConstraint. 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_MULTIPLICITY
MM2ClassificationConstraint. 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.boolean
MMLabelAble. getLabelBoolValue(MMLabel refObj, java.lang.String pattern)
Returns the Boolean label value of the current object given by argument pattern orargument refObj
.java.lang.String
MMLabelAble. getLabelColor(java.lang.String pattern)
The color of the label value for this element.java.lang.String
MMLabelAble. getLabelInfo()
Label info of the current object.int
MMLabelAble. 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.String
MMLabelAble. 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_ADListLoginOut
ADModelHelper. getListLogin(SrvContext srvCtx, java.lang.String nameModel, K_ADMODEL methModel, java.lang.String patternUser)
Returns information about the login user list.static ARG_ADModelConfig
ADModelHelper. 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_ADUserConfig
ADModelHelper. getListUserConfig(SrvContext srvCtx)
Returns the names of available user configurations.MM2Locale
ADLogin. getLocale()
ADLock
ADLockAble. getLock()
The lock of the current object.ADLockAble
ADLock. getLockAble()
The element of the current object.ARG_LockableCache
ADLockAble. getLockableCache()
Gets important information of the lockable element all at once.ADLogin
ADLockAble. getLockLogin()
Returns the login which has locked the current object.ARG_Ask
ADLogin. getLockMessage(java.util.List<? extends ELElement> seq)
Returns the lock messages of all specified elements.java.lang.String
ADLockAble. 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.String
ADRepository. 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.ADLogin
ADLock. getLogin()
The login of the current object.ADLogin
ADMdlAdmin. getLogin()
the current object's login.ADLogin
ADMdlUser. 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()
ADLoginAble
ADChangeSetFragment. getLoginAble()
The user of this change set fragment.ADLoginAble
ADLogin. getLoginAble()
The element that owns the current object.ADLoginAble
ADUserHostOption. getLoginAble()
The user of the current object.ADLoginAble
ADUserOption. getLoginAble()
The user of the current object.MESection
ADLoginAble. getLoginAbleSection()
The section used by thisADLoginAble
.ADLogin
ADLoginAble. getLoginByDisplay(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
Returns theADLogin
of the current object depending on the display given by the argument pattern.ARG_LoginCache
ADLogin. getLoginCache()
Gets important information of the login all at once.ARG_GetLoginList
ADModel. getLoginList()
Returns the information of users which are currently logged in to thisADModel
.K_LOGSTATUS
ADLogin. getLogStatus()
Returns the current object's login status.java.util.Date
ADTimeAble. getLtime()
Returns the ltime long of the current object.ELM2TypedElementCnstr
MMStereotype. getM2AttrCnstr(ELM2Attribute refObj)
theELM2TypedElementCnstr
instance for the metaattribute provided byargument refObj
of the content of this stereotype.ELM2TypedElementCnstr
MMStereotype. getM2AttrCnstrOfGeneralTransitive(ELM2Attribute refObj)
The firstELM2TypedElementCnstr
instance for the metaattribute provided byargument refObj
found traversing the stereotype hierarchy up.ELM2TypedElementCnstr
MMStereotype. getM2AttrCnstrOfSelfAndGeneralTransitive(ELM2Attribute refObj)
The effectiveELM2TypedElementCnstr
instance for the metaattribute provided byargument refObj
.ELM2TypedElementCnstr
MMStereotype. getM2AttrCnstrOfSpecificTransitive(ELM2Attribute refObj)
The firstELM2TypedElementCnstr
instance for the metaattribute provided byargument refObj
found 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.int
MMStereotypeFileAble. getMaxFileSize()
The maximum size of files with this file able.ADMdlAdmin
ADLogin. getMdlAdmin()
The model administrator of the current object.ADMdlAdmin
ADModel. getMdlAdmin()
The model admin which is owned by the current object.ADMdlGuest
ADModel. getMdlGuest()
The guest user which is owned by the current object.ADMdlUser
ADLogin. 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 thisMMMenuAble
for the specified menu kind.MMMenu
MMMenuItem. getMenu()
MMMenuItem
MMMenuAble. 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.MMMenuItemAble
MMMenuItem. getMenuItemAble()
The corresponding entity of this menu item.ARG_MMMenuItemList
MMMenuAble. 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.ADBranch
ADBranchLogMerge. 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.MM2FontColor
MMFCValue. getMetaFontColor()
The font or color property which this value is specified for.MM2FormatRuleParameter
MMFormatRuleParameter. getMetaFormatRuleParameter()
The meta format rule parameter of this format rule parameter.java.lang.String
MMStereotype. getMetaNameOfStereotype()
The localized meta name of this stereotype.java.lang.String
MMStereotype. getMetaNameOfStereotypeClass()
The name of the class of this stereotype.MM2Package
MMVerifyPackage. getMetaPackage()
All verify packages of this meta package.MM2Presentation
MMPresEntry. getMetaPresentation()
The presentation of this entry.MM2Verify
MMVerifyMsg. getMetaVerify()
The meta verify of this message.K_ADMODEL
ADModel. getMethod()
Returns the current object's method.MM2Type
MM2TypedElement. getMM2Type()
The type of this element.ADModel
ADAlias. getModel()
The model that owns the current object.ADModel
ADBranch. getModel()
ADModel
ADChangeSet. getModel()
TheADModel
that owns the current object.ADModel
ADCSInstance. getModel()
ADModel
ADMdlAdmin. getModel()
the current object's model.ADModel
ADMdlGuest. getModel()
The model of the current object.ADModel
ADMdlLogOption. getModel()
ADModel
ADMdlUser. getModel()
The model that own this model user.ADModel
ADUsrRole. getModel()
K_LOCALE
ADModel. getModelLocaleCode()
The modeling locale code of thisADModel
.MESection
ADXModel. getModelSection()
java.lang.String
ADHistoryAble. getModifier()
Name of the user who was the most recent modifier of the current object.static ARG_ModifyChangeableFontDlgInitOut
MMTextHelper. 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_ModifyChangeSetProperties
ADChangeSet. getModifyChangeSetPropertiesDlgInit()
Returns the properties for the modification of aADChangeSet
.ARG_ModifyFlowDocumentsReq
MMTextAble. getModifyFlowDocuments()
Returns information for the modification of flow documents of this element.static ARG_ModifyInactivity
ADRepositoryHelper. getModifyInactivity(SrvContext srvCtx)
Returns the inactivity information.ARG_ModifyModelNameBitmapDlgInitOut
ADModel. getModifyModelNameAndBitmapDlgInit()
Fills the dialog for the modification of name and bitmap of this model.ARG_ModifyTypedElementValidListDlgInitOut
MMSyncedStereotype. getModifySyncedPropertyDlgInit()
Fills the modify dialog forMMSyncedProperty
with available typed elements.ARG_ModifySyncSetPropItemsInit
MMSyncSetProperty. getModifySyncSetPropItemsDlgInit()
Fills the dialog for the modification ofMMSyncedProperty
used by thisMMSyncSetProperty
.ARG_MMTextValueList
MMTextAble. getModifyTextValues()
Compact information of all text values of this element.ARG_ModifyTextValuesDlgInit
MMTextAble. getModifyTextValuesDlgInit()
Fills the dialog box for the modification of text specifications of this element.java.util.Date
ADHistoryAble. getModifyTime()
Last modification date and time of the current object as a UTC time long.static ARG_ModifyTypedElementValidListDlgInitOut
MM2ClassificationHelper. 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_Ask
ADTranslationAbleHelper. 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 ofMM2Locale
values which are allowed as translation language.ARG_ModifyTypedElementOrderDlgInitOut
MMStereotype. 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_ModifyTypedElementValidListDlgInitOut
MM2ClassificationHelper. getModifyTSOptionValidListDlgInit(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, MMProfile ohProfile)
Fills the modify dialog with available type sytem options.ARG_ModifyTypedElementOrderDlgInitOut
MMStereotype. 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_ModifyTypedElementValidListDlgInitOut
MM2ClassificationHelper. getModifyTypedElementValidListDlgInit(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, MMProfile ohProfile)
Fills the modify dialog with available typed elements.static ARG_ModifyUpdate
ADRepositoryHelper. getModifyUpdate(SrvContext srvCtx)
Returns the update information.static ARG_MoveStereotypeWithAttachmentDlgInitOut
MMStereotypeHelper. 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_MULTIPLICITY
MM2ClassificationConstraint. 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.String
MMTextValue. 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.ADBranch
ADBranchLogSplit. getNewBranch()
The branch for this log entry for branch split.java.lang.String
ADChangeSet. getNote()
Returns the note for this change set.java.lang.String
ADTimeAble. 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 thisMM2TypedElement
should 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_OFFICE
MMRecipe. getOfficeKind()
The kind of thisMMRecipe
.K_OFFICE
MMStereotypeBuildingBlock. getOfficeKind()
The kind of thisMMStereotypeBuildingBlock
.java.util.List<ADCSOperation>
ADCSInstance. getOperation(K_CONTROL_OPTION... behaviourFlags)
All instance operations assigned to this instance.ADCSOperation
ADCSMM2TypedValue. getOperation()
The operation owning this property value.ADCSOperation
ADCSPropertyValue. getOperation()
The operation owning this property value.int
ADUsrRole. getOperationModeMask()
Returns the current object's privileges as a mask.int
ADApplicationConfiguration. getOperationModeMaskToCheck()
The mask of privileges which have to be checked for editing thisADApplicationConfiguration
.ADOptionAble
ADOption. 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.MM2Class
MM2FontColor. getOwnClass()
The class that owns this font/color type.MM2Class
MM2FormatRuleParameter. getOwnClass()
The class that owns this format rule parameter.MM2Class
MM2Presentation. getOwnClass()
The class that owns this presentation type.MM2Class
MMAddItem. getOwnClass()
MM2Class
MMFormatRuleSetOfClass. getOwnClass()
The metaclass of this format rule set.MM2Class
MMStereotype. 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)
TheELValSpecInteger
of 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
.ADSyncedElement
MMStereotypeAble. getOwnedSyncedElement()
TheADSyncedElement
owned 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.DGTreeStructureRoot
MMProfile. getOwnedTreeStructureRoot()
TheDGTreeStructureRoot
owned 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)
MMCreateTemplate
of 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
.MM2TypeEnum
MM2TypedElement. 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)
MMCreateTemplate
of 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.MMCreateTemplate
MMTSType. getOwningCreateTemplate()
MMCreateTemplate
of theMMTSType
.MMCreateTemplate
MMTypeSystem. getOwningCreateTemplate()
MMCreateTemplate
of theMMTypeSystem
.PRDia
ADAnnotation. getOwningDiagram()
The diagram owning this annotation.MMEngineeringSequence
MMEngineeringAction. getOwningEngineeringSequence()
The engineering sequence that owns this engineering action.MMFilter
MMFilterProperty. getOwningFilter()
The filter owning this filter property.MMFontColor
MMFCValue. getOwningFontColor()
The font color element that owns this value.MMFormat
MMFormatRuleSetOfClass. getOwningFormat()
The format which owns this format rule set.MMFormat
MMPresEntry. getOwningFormat()
The format that owns this presentation entry.MMFormatRule
MMFormatRuleParameter. getOwningFormatRule()
The format rule which owns this format rule parameter.MMFormatRule
MMFormatRuleSetOfRole. getOwningFormatRule()
The format rule which owns this format rule set.MMFormatRule
MMPresEntry. getOwningFormatRule()
The format rule that owns this presentation entry.MMFormatRuleSet
MMFormatRule. getOwningFormatRuleSet()
The format rule set which owns this format rule.ADCSInstance
ADCSInstLocalizedName. getOwningInstance()
The instance that owns the current object.ADModel
ADApplicationConfiguration. getOwningModel()
TheADModel
that owns the current object.ADModel
ADConfigTranslation. getOwningModel()
TheADModel
that owns thisADConfigTranslation
.ADModel
ADEventLogEntry. getOwningModel()
TheADModel
owning this event log entry.ADModel
ADModelTranslation. getOwningModel()
TheADModel
that owns thisADModelTranslation
.ADModel
MMProfile. getOwningModel()
ADModel
MMProfileTranslation. getOwningModel()
TheADModel
that owns thisMMProfileTranslation
.MMProfile
MM2ClassificationConstraint. getOwningProfile()
The profile owning this classification constraint.MMProfile
MMCreateTemplate. getOwningProfile()
The profile that owns this create template.MMProfile
MMEngineeringSequence. getOwningProfile()
The profile that owns this engineering sequence.MMProfile
MMFilter. getOwningProfile()
MMProfile
MMFontColor. getOwningProfile()
The profile which owns this font color element.MMProfile
MMFormat. getOwningProfile()
MMProfile
MMLabel. getOwningProfile()
MMProfile
MMMenu. getOwningProfile()
MMProfile
MMRecipe. getOwningProfile()
MMProfile
MMRoleExecution. getOwningProfile()
The profile that owns this role execution.MMProfile
MMText. getOwningProfile()
MMProfile
MMTypeSystem. getOwningProfile()
TheMMProfile
that owns thisMMTypeSystem
.MMProfile
MMVerify. getOwningProfile()
ADRepository
ADEventLogEntry. getOwningRepository()
TheADRepository
owning the current object.ADRepository
MM2SchemaTranslation. getOwningRepository()
TheADRepository
that owns thisMM2SchemaTranslation
.MMStereotype
MMStereotypeRelatedElement. getOwningStereotype()
The stereotype owning this related element.MMStereotypeAble
ADSyncedElement. getOwningStereotypeAble()
TheMMStereotypeAble
owning thisADSyncedElement
.MMStereotypeAble
MMFormat. getOwningStereotypeAble()
The stereotypeable element which owns this format.MMSyncedStereotype
MMSyncedProperty. getOwningSyncedStereotype()
TheMMSyncedStereotype
owning thisMMSyncedProperty
.MMSyncProfile
MMSyncSet. getOwningSyncProfile()
TheMMSyncProfile
owning thisMMSyncSet
.MMSyncSet
MMSyncedStereotype. getOwningSyncSet()
TheMMSyncSet
owning thisMMSyncedStereotype
.MMSyncSet
MMSyncSetProperty. getOwningSyncSet()
TheMMSyncSet
owning thisMMSyncSetProperty
.MMTSTypeClass
MMTSDefaultValue. getOwningTypeClass()
Reference to theMMTSTypeClass
of thisMMTSDefaultValue
.MM2TypedElement
MM2TypeEnum. getOwningTypedElement()
The typed element that owns this enum type.MM2TypedElement
MM2TypeRange. getOwningTypedElement()
The typed element of this type range.MMTypeSystem
MMTSType. getOwningTypeSystem()
Reference to theMMTypeSystem
of thisMMTSType
.MMTypeSystem
MMTSTypeClass. getOwningTypeSystem()
Reference to theMMTypeSystem
of thisMMTSTypeClass
.MMVerify
MMVerifyPackage. getOwningVerify()
The verify that owns this verification section.MMVerifyClassification
MMEngineeringAction. getOwningVerifyClassification()
The verification category that owns this engineering action.MMVerifyClassification
MMVerifyClassification. getOwningVerifyClassification()
The verification category that owns this verification category.MMVerifyClassification
MMVerifyMsg. getOwningVerifyClassification()
The verification category that owns this verification message.MMVerifyPackage
MMVerifyClassification. getOwningVerifyPackage()
The verification section that owns this verification category.ELElement
MMCreateTemplate. 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.ADAnnotation
ADAnnotation. getParentAnnotation()
The parent annotation of this annotation.int
MM2Schema. getPatchLevel()
The internal identification of this attribute.static ARG_GetViewAttributesForImpactAnalysisOut
MM2ClassificationHelper. 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_StringListInitDlg
MM2TypedElement. 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.PRPresContext
ADClientAble. 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.String
MMText. 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_GetProfileTranslationDlgInitOut
MMProfileTranslationHelper. getProfileTranslationDlgInit(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqSel, boolean isName)
Fills the translation dialog.boolean
MMStereotypeAble. getPropBoolValue(MMStereotypeProperty refObj, java.lang.String pattern)
Returns the boolean property value of the current object given by argument pattern orargument refObj
.MM2TypedElement
MMSyncedProperty. getProperty()
TheMM2TypedElement
of 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_GetPropertyTranslations
ADTranslationAbleHelper. 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.int
MMStereotypeAble. getPropLongValue(MMStereotypeProperty refObj, java.lang.String pattern)
Returns the long property value of the current object given by argument pattern orargument refObj
.java.lang.String
MMStereotypeAble. 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.String
ADApplicationConfiguration. getPurpose()
The purpose of thisADApplicationConfiguration
.java.lang.String
ADModel. 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.MMMenu
MMMenu. getRedefinedMenu()
MMStereotype
MMStereotype. getRedefinedStereotype()
TheMMStereotype
which 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_FILTER
MM2Attribute. 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_GetViewAttributesForImpactAnalysisOut
MM2ClassificationHelper. getRelationPairsForImpactAnalysis(SrvContext srvCtx)
Returns a list of element types which may be typically used as edge within the impact analysis.ADRepAdmin
ADLogin. getRepAdmin()
The the current object's repository administrator.ADRepAdmin
ADRepository. getRepAdmin()
The repository administrator of the current object.ARG_ReplaceUsedStereotypeDlgInitOut
MMStereotype. getReplaceUsedStereotypeDlgInit()
Fills the dialog to replace all usages of this stereotype.ADRepLogOption
ADRepository. getRepLogOption()
The login option which is owned by the current object.ADRepository
ADInoHost. getRepository()
The the current object's repository.ADRepository
ADModel. getRepository()
The repository that owns the current object.ADRepository
ADRepAdmin. getRepository()
Repository of the current object.ADRepository
ADRepLogOption. getRepository()
the current object's repository.ADRepository
ADUpdInterval. getRepository()
the current object's repository.ADRepository
ADUpdTime. getRepository()
the current object's repository.ADRepository
MM2Schema. getRepository()
the current object's repository.ADRepository
MMGeneral. 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.String
ADRepository. getRepositoryPath()
Returns the fully qualified path of this repository.MESection
ADLogin. getRestrictingSection()
java.lang.String
MMTSTypeMapping. getRestriction()
This attribute defines the restriction for the validation of this mapping.MM2Attribute
MMFormatRuleSetOfRole. 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.String
ADLogin. getRoleName()
Returns the current role's name for the current object.MMProfile
ADModel. getRootProfile()
The root profile for this model.MMStereotype
MM2Classification. 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 MMStereotype
MMStereotypeAbleHelper. getRootStereotypeByVOcl(SrvContext srvCtx, int item)
The root stereotype for elements of the specified type.MM2Schema
ADRepository. getSchema()
The schema owned by the current object.MM2Schema
MM2CLCompartment. getSchema()
The schema that owns this compartment.java.util.List<MESection>
ADClientAble. getSection()
All sections with thisADClientAble
as part.static ADRepository
ADRepositoryHelper. 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_Ask
ADTranslationAbleHelper. 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_ShutdownInfo
ADRepositoryHelper. 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.MMTSType
MMTSTypeMapping. getSourceType()
Reference to the source type of this type mapping.java.lang.String
ADModel. 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 thisADClientAble
as start element.java.util.Date
ADChangeSet. getStarttime()
Returns the start timestamp of the earliestADChangeSetFragment
of the current object.java.util.Date
ADChangeSetFragment. 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.MMStereotype
ADModel. 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.MMStereotype
MMCreateTemplate. getStereotype()
The stereotype of the instance of this create template.MMStereotype
MMStereotypeAble. getStereotype()
The stereotype of this element.MMStereotype
MMStereotypeBuildingBlock. getStereotype()
The stereotype owning this building block.MMStereotype
MMStereotypeExtension. getStereotype()
The stereotype owning this extension.MMStereotype
MMStereotypeProperty. getStereotype()
The stereotype owning this stereotype property.MMStereotype
MMStereotypeTSOption. getStereotype()
The stereotype owning thisMMStereotypeTSOption
.MMStereotype
MMSyncedStereotype. getStereotype()
TheMMStereotype
of 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) ofMMStereotypeAble
types 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.MM2Class
MMStereotype. 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_StereotypeList
MMStereotypeHelper. getStereotypeList(SrvContext srvCtx)
Returns a list of all stereotypes which may be used by aMMStereotypeAble
.java.lang.String
MMStereotypeAble. 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.String
MMStereotypeAble. 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.boolean
MMStereotypeAble. getStereotypeTSOptionBoolValue(MMStereotypeTSOption refObj, java.lang.String pattern)
Returns the boolean option value of the current object given by argument pattern orargument refObj
.java.lang.String
MMStereotypeAble. getStereotypeTSOptionInfo()
Type system option info of the current object.int
MMStereotypeAble. 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.String
MMStereotypeAble. 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.String
MMTextValue. getStringValue()
The string value of the connected text.ADSyncedElement
MMStereotypeAble. getSyncedElement()
TheADSyncedElement
syncing 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.MMSyncSetProperty
MMSyncedProperty. getSyncSetProperty()
TheMMSyncSetProperty
syncing 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_TabCell
ADM2AttrModifyAble. getTabCell(ELElement item)
Returns the specified property of this element.ARG_TabCellObjectList
ADM2AttrModifyAble. 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_TabCellObjectList
ADM2AttrModifyAble. 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_TabElement
ADM2AttrModifyAble. 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_TabElementRowList
ADM2AttrModifyAble. 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_TabRowList
ADM2AttrModifyAble. 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.String
MMTSTypeMapping. getTargetParameter1()
This attribute defines the calculation rule for the value of the parameter 1 of target data type.java.lang.String
MMTSTypeMapping. getTargetParameter2()
This attribute defines the calculation rule for the value of the parameter 2 of target data type.MMTSType
MMTSTypeMapping. getTargetType()
Reference to the target type of this type mapping.MMCreateTemplate
ADModel. 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.MMText
MMTextValue. getText()
Text of the value.MMTextAble
MMTextValue. getTextAble()
The element that owns this text value.java.lang.String
MMTextAble. getTextExpandedValue(MMText refObj, java.lang.String pattern)
Returns the text value of this element given by argument pattern orargument refObj
where all fill-ins are expanded.java.lang.String
MMTextValue. 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.String
MMTextAble. getTextStringValue(MMText refObj, java.lang.String pattern)
Returns the raw text value of the current object given by argument pattern orargument refObj
.java.lang.String
MMTextValue. getTextStringValue(MMText refObj, java.lang.String pattern)
Returns the displayed text value of the current object given by argument pattern orargument refObj
.ARG_GetTextTranslation
ADTranslationAble. 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_VISIBILITY
MMText. getTextVisibility()
Determines the visibility of the text.static ARG_TranslationMatrix
ADTranslationAbleHelper. 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
.MMTSTypeClass
MMTSType. getTSTypeClass()
TheMMTSTypeClass
of thisMMTSType
.static ARG_TypeCheckOut
MMTSTypeHelper. 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.String
MMTSType. getTypeClassName()
Name of theMMTSTypeClass
of 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.String
MM2TypeRange. 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.MMTSType
MMTSTypeMapping. getTypeInOtherScope()
MMTSType
MMTSTypeMapping. 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.MMTypeSystem
MM2TypedTSOption. 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_UndoRedoAbleOut
ADLogin. 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.ADUpdInterval
ADRepository. 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.String
MMTypeSystem. getUsageInfo()
This property is only used when evaluating using engineering actions.boolean
ADLogin. getUseAllRoles()
Returns true, if all possible roles are evaluated as execution rights of the current object.boolean
MM2TypedElement. getUseAllValuesAsList()
If true, thisMM2TypedElement
provides all used values as list.java.util.List<ADApplicationConfiguration>
ADApplicationConfiguration. getUsedApplicationConfiguration()
All used application configurations of thisADApplicationConfiguration
.boolean
MMCreateTemplate. getUseExecAsAccess()
If true, the execution rights of this create template are copied as access rights to the created instance.boolean
MMMenuItem. getUseIcon()
True, if this menu item is displayed in the icon bar.boolean
MMLabel. getUseInDocumentation()
True, if this label is shown in clients and documentation.boolean
MMText. 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.String
ADXModel. getUserWorkRestriction()
Restriction of user rights within this model.boolean
MMCreateTemplate. 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.String
ADTimeAble. getUsrName()
Returns the name of the creator of the current object.ADUsrRole
ADLogin. getUsrRole()
Returns the role of the current object.java.util.List<ADUsrRole>
ADMdlUser. getUsrRole()
Returns all roles of the current object.ADUsrRole
MMRoleExecution. 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.ELElement
ADRepository. getVersionRoot()
Returns the the current object's version unit root instance.static ARG_GetViewAttributesForImpactAnalysisOut
MM2ClassificationHelper. 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_VisibleTypes
ADXModel. getVisibleTypes()
Returns a list of structures containing aMMStereotype
and a list of elements usable asELType
.java.lang.Class<? extends ELObject>
MMStereotype. getVOclOfStereotypeClass()
The meta element type of the stereotype class of this stereotype.boolean
MMEngineeringAction. 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.String
ADLogOption. getWarning()
Returns warning text.java.util.List<PRDiaWhiteboardAttributeEdge>
MM2Attribute. getWhiteboardAttributeEdge(K_CONTROL_OPTION... behaviourFlags)
All edges which represent thisMM2Attribute
.boolean
MMEngineeringAction. getWithDialog()
True, if this single action has a dialog for additional parameters.java.lang.String
MMEngineeringAction. getWorkingDirectory()
The working directory of this action.static void
ADModelHelper. guestAllow(SrvContext srvCtx, ADModel model, boolean allowLogin, java.lang.String text)
Allow and forbid for the guest logins.boolean
ADAccessAble. hasAccess(ADUsrRole refObj)
Returns true if the current login has access to change the current object.boolean
ADUsrRole. hasAnnotationMode()
Returns true, if the current object has annotation mode.boolean
MMLocalizAble. hasAnyLocalizedName()
Determines if at least one localized name is available for the element.boolean
ADUsrRole. hasBulkMode()
Returns true, if the current object has bulk mode.boolean
ADUsrRole. hasChangeSetMode()
Returns true, if the current object has viewing change logs mode.boolean
ADLockAble. 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.boolean
ADUsrRole. hasComparingModelsMode()
Returns true, if the current object has comparing models mode.boolean
ADUsrRole. hasConfigMode()
Returns true, if the current object has configuration mode.boolean
ADUsrRole. hasDBConnectMode()
Returns true, if the current object has db connect mode.boolean
ADUsrRole. hasDeletingChangeSetMode()
Returns true, if the current object has deleting change sets mode.boolean
ADUsrRole. hasDependencyEditorMode()
Returns true, if the current object has dependency editor mode.boolean
ADUsrRole. hasEditApplConfMode()
Returns true, if the current object has editing application configuration mode.boolean
ADExecuteAble. hasExecution(ADClientAble refObj)
Returns true if the current login has execution rights for the current object.boolean
ADUsrRole. hasExportingModelsMode()
Returns true, if the current object has exporting models mode.boolean
MMLabelAble. hasLabel(java.lang.String pattern)
True, if the current object has a configured label named argument pattern.boolean
ADUsrRole. hasLabelMode()
Returns true, if the current object has label mode.boolean
MMLocalizAble. hasLocalizedName(MM2Locale refObj, java.lang.String pattern)
Determines if the element has a localized name for a given locale.boolean
ADLockAble. hasLock()
Returns true if the current object is locked.boolean
ADUsrRole. hasNoDBDeletionMode()
Returns true, if the current object has no right to delete in databases.boolean
ADLockAble. hasNoLock()
Returns true if the current object is not locked.boolean
ADLogin. hasOperationMode(K_OPERATIONMODE kind)
Returns true, if the current object's user privileges match the argument kind.boolean
ADMdlUser. hasOperationMode(K_OPERATIONMODE kind)
Returns true if the roles privileges of the current object match argument kind.boolean
ADUsrRole. hasOperationMode(K_OPERATIONMODE kind)
Returns true, if the current object's privileges matches the argument kind.boolean
ADLockAble. hasOthLock(ADLogin refObj)
Returns true if the current object is locked by a login from anyone else except the current login.boolean
ADLockAble. hasOwnLock(ADLogin refObj)
Returns true if the current object is locked by the current login.boolean
ADLogin. hasReadRestriction()
Returns false, if the current object can read all elements of the current model.boolean
ADUsrRole. hasSectionMode()
Returns true, if the current object has section mode.boolean
ADUsrRole. hasTranslationMode()
Returns true, if the current object has translation mode.boolean
MMProfile. hasValidLicense(java.lang.String pattern)
True, if argument pattern contains all licenses which are necessary for this profile.boolean
MM2TypedElement. hasValueList()
If true, thisMM2TypedElement
provides a list of values.boolean
ADUsrRole. 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.boolean
ADLogin. isAdmin()
Returns true, if the current object has administrator status.boolean
MMStereotypeAble. isCloneAbleElement()
true, if this element might be cloned.boolean
MM2Attribute. isConfigAble()
True, if the configuration of relationships is possible for this meta attribute.boolean
MM2Class. isCTreeConfigAble(K_CTREE kind)
True, if this metaclass is used in the part of the configuration editor specified by argument kind.boolean
MM2Package. isCTreeConfigAble(K_CTREE kind)
True, if this metapackage is used in the part of the configuration editor specified by argument kind.boolean
MMTypeSystem. isDefault()
True, if the type system is the model default.boolean
ADRepository. isDemoInstallation()
Returns true if the model server is running in a demo installation.boolean
MM2Attribute. isDisplayAbleAsEdge()
true, if thisMM2Attribute
may be displayed as edge.boolean
MMText. isFlowDocument()
Returns true if the current object is a formatted text.boolean
ADLogin. isInactive()
Returns true, if the current object is inactive.boolean
ADXModel. 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
.boolean
MM2Attribute. isLocalizAble()
True, if this attribute has string values which may be localized.boolean
ADLockAble. isLockable(ADLogin refObj)
Returns true if the current login is able to lock the current object.boolean
MM2Attribute. isM2AttrAccessible()
True, if this attribute can be modified within the properties dialog.boolean
MMTypeSystem. 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.boolean
MM2Attribute. isMultiLine()
True, if this attribute has string values of multiple lines within the properties dialog.boolean
MM2Attribute. isNotUsedInCreateTemplate()
True, if this attribute is an IsMulSelModify-attribute and is not shown in create template dialogs.boolean
MM2Attribute. isNotUsedInModifyDialogIfMultiSelection()
True, if this attribute is an IsMulSelModify-attribute and is not shown in modidyByM2Attribute dialogs if more than one item is selected.boolean
ADLogin. 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.boolean
MMStereotype. isRedefiningStereotype()
Indicates whether thisMMStereotype
redefines anotherMMStereotype
.boolean
MMProfile. isRoot()
True, if this profile is the root of all profiles in the current model.boolean
ADChangeSet. isSealed()
true, if thisADChangeSet
is closed for changes.boolean
ADRepository. isSingleSignOn()
Returns true if the model server is running in single sign-on mode.boolean
ADLogin. isSuperUser()
Returns true, if the current object is logged-in as a super user.void
ADChangeSet. joinChangeSet()
Join an existingADChangeSet
.void
ADModel. loadConfig(java.lang.String name, K_INSTPURPOSE purpose)
Loads the specified configuration file.void
ADModel. loadUserConfig(java.lang.String name, K_INSTPURPOSE purpose)
Loads the specified user configuration file.void
ADLockAble. lock()
Creates a lock for the current object.static void
ADLockAbleHelper. lock(SrvContext srvCtx, java.util.List<? extends ADLockAble> sel)
Creates a lock for the current object.void
ADLogin. lock(java.util.List<? extends ELElement> seq)
If no selection is made, it locks all elements possible for the login.void
ADLogin. lockRecursive(java.util.List<? extends ADClientAble> seqSel)
Locks all selected elements recursively.void
MMStereotype. 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.void
ADChangeSet. mergeChangeSet(java.lang.String strNote)
Moves all contents of the activeADChangeSet
to thisADChangeSet
.void
ADUsrRole. modifyAccess(java.util.List<? extends ADAccessAble> seqAccessAble, boolean giveAccess, boolean recursive)
Modifies the given elements' role access.static void
ADModelHelper. modifyBranchProperties(SrvContext srvCtx, ADModel adModel, java.lang.String name, java.lang.String note)
Updates the properties of this branch.static void
MMTextHelper. 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.void
ADChangeSet. modifyChangeSetLink(java.lang.String strLink, java.lang.String strId)
Modifies the link to an external system of aADChangeSet
.void
ADChangeSet. modifyChangeSetProperties(java.lang.String strName, java.lang.String strNote, java.lang.String strLink, java.lang.String strId)
Modifies the properties of aADChangeSet
.void
MMFilter. modifyFilterDlg(java.util.List<ARG_ModifyFilterEntry> seq)
void
MMTextAble. 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.void
ADHistoryAble. 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.void
ADLogin. modifyIgnoreConfiguration(boolean item)
Modifies the ignore configuration flag for the current object.static void
ADRepositoryHelper. modifyInactivity(SrvContext srvCtx, boolean deleteAuto, int timeUser, int timeRepository)
Use to change the inactivity behavior.void
MMLabelAble. 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.void
ADModel. modifyMaxHistory(int item)
Modifies the current object's max history option.void
ADModel. modifyModelNameAndBitmapDlg(java.lang.String strName, java.lang.String strBitmap)
Modify name and bitmap of this model.void
ADOptionAble. 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.void
ADLogin. modifyPassword(java.lang.String oldPass, java.lang.String newPass)
Modifies the password for the current object.void
ADLoginAble. modifyPassword(java.lang.String oldPass, java.lang.String newPass)
Modifies the current object's password.void
ADModel. modifyPassword(java.lang.String oldPass, java.lang.String newPass)
Modifies the current object's model administrator password.void
ADRepository. modifyPassword(java.lang.String oldPass, java.lang.String newPass)
Use to modify the repository administrator password of the current object.void
MMStereotype. modifyProperties(java.lang.String name, java.lang.String color, java.lang.String bitmap)
Modifies the properties of this stereotype.void
ADUsrRole. modifyRead(java.util.List<? extends ADAccessAble> seqAccessAble, boolean giveRead)
Modifies the given elements' role read permission.void
ADLogin. modifyRole(java.lang.String role)
Changes the role for the current object.static void
ADRepositoryHelper. modifySingleSignOn(SrvContext srvCtx, boolean item)
Use to change the single sign-on flag.static void
MMStereotypeAbleHelper. 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 void
MMStereotypeAbleHelper. 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.void
MMStereotypeAble. 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.void
MMStereotypeAble. 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.void
MMSyncedStereotype. 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
.void
MMSyncSetProperty. modifySyncSetPropItems(java.util.List<? extends MMSyncedProperty> seqProp)
Modifies the list ofMMSyncedProperty
used by thisMMSyncSetProperty
.void
MMTextAble. 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 void
MM2ClassificationHelper. 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 void
ADTranslationAbleHelper. modifyTranslationLocale(SrvContext srvCtx, java.util.List<K_LOCALE> seq)
Modify the list of translation languages.static void
MM2ClassificationHelper. 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.void
MM2TypedElement. modifyTypedElement(java.lang.String strName, java.lang.String strDefault, boolean useInDocu, MM2TypeRange ohDefault)
Modifies the properties of thisMM2TypedElement
.static void
MM2ClassificationHelper. 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 void
ADRepositoryHelper. modifyUpdate(SrvContext srvCtx, int interval, java.util.List<java.lang.String> seqTime)
Use to change the update behavior.void
MM2TypedElement. modifyValueConstraintDlg(boolean isCaseSensitive, K_NAME_SCOPE kNameScope, int lMinLength, int lMaxLength, java.lang.String strRegExp)
Modify the value constraint for this typed element.static void
MM2TypedElementHelper. 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 void
ADModelHelper. modifyVersionAlias(SrvContext srvCtx, ADModel adModel, java.util.List<ARG_Alias> seqAlias)
Replaces the model versions alias list.static void
MMStereotypeHelper. 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 void
ADModelHelper. 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_OccupiedResources
ADRepositoryHelper. 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.void
MM2TypedElement. predefinedValuesDlg(java.util.List<java.lang.String> seq)
Modifies the predefined values of thisMM2TypedElement
.static void
ADModelHelper. reassignBranch(SrvContext srvCtx, ADModel adModel, java.lang.String parentBranchUUID)
assigns this branch to a new parent branch.ARG_Undo
ADLogin. redo()
Reverts the effects of the undo-command most recently executed by this login.void
ADUsrRole. removeOperationMode(K_OPERATIONMODE item)
Removes the privilege from the current object.void
ADMdlUser. removeRole(ADUsrRole role)
Removes the role to from the current object.void
MMCommentContainerAble. replaceRealizedConcepts(java.util.List<? extends ELElement> seq)
Replaces the current set of concepts with the set passed and creates and deletes concept realizations accordingly.void
MMStereotype. 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 void
ADTranslationAbleHelper. resetNotToTranslateAttribute(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> seqElem, java.util.List<? extends MM2Attribute> seqAttr)
void
ADModel. saveConfig(java.lang.String name, boolean isAddOn, boolean useModel, java.util.List<? extends ADVersionAble> seqSel)
Saves a configuration file according to the input parameters.void
ADModel. saveUserConfig(java.lang.String item)
Saves a user configuration file according to the input parameters.void
ADAccessAble. setAccessRole(java.util.List<? extends ADUsrRole> values)
Set the value of Foreign Key AccessRole.void
ADAnnotation. setAnnotatedElement(java.util.List<? extends ADClientAble> values)
Set the value of Foreign Key AnnotatedElement.void
ADUsrRole. setAnnotationMode(boolean value)
Set the value of Info HasAnnotationMode.void
ADModel. setBitmap(java.lang.String value)
Set the value of Attribut Bitmap.void
ADUsrRole. setBulkMode(boolean value)
Set the value of Info HasBulkMode.void
ADUsrRole. setChangeSetMode(boolean value)
Set the value of Info HasChangeSetMode.void
ADModel. setChangeSetOptionLogIsActive(boolean value)
Set the value of Attribut ChangeSetOptionLogIsActive.void
ADModel. setChangeSetOptionLogWithExport(boolean value)
Set the value of Attribut ChangeSetOptionLogWithExport.void
ADModel. setChangeSetOptionSetIsActive(boolean value)
Set the value of Attribut ChangeSetOptionSetIsActive.void
MMLabel. setClassification(MM2Classification value)
Set the value of Foreign Key Classification.void
MMText. setClassification(MM2Classification value)
Set the value of Foreign Key Classification.void
ADUsrRole. setComparingModelsMode(boolean value)
Set the value of Info HasComparingModelsMode.void
ADUsrRole. setConfigMode(boolean value)
Set the value of Info HasConfigMode.void
ADApplicationConfiguration. setConfigValue(java.lang.String value)
Set the value of Attribut ConfigValue.void
MMSyncedStereotype. setCreateTemplate(MMCreateTemplate value)
Set the value of Foreign Key CreateTemplate.void
MM2TypedElement. setDateTimeKind(K_TYPE value)
Set the value of Attribut DateTimeKind.void
ADUsrRole. setDBConnectMode(boolean value)
Set the value of Info HasDBConnectMode.void
MMTypeSystem. setDefault(boolean value)
Set the value of Attribut IsDefault.void
MMAttachmentAble. setDefaultAttachment(MEAttachment value)
Set the value of View DefaultAttachment.void
ADUsrRole. setDeletingChangeSetMode(boolean value)
Set the value of Info HasDeletingChangeSetMode.void
ADUsrRole. setDependencyEditorMode(boolean value)
Set the value of Info HasDependencyEditorMode.void
MMStereotypeProperty. setDisplayInModelBrowser(K_DISP_BROWSER value)
Set the value of Attribut DisplayInModelBrowser.void
ADLogin. setDisplayLocale(ELElement item)
Defines theMM2Locale
which is used to display properties and string values in read only mode.void
ADUsrRole. setEditApplConfMode(boolean value)
Set the value of Info HasEditApplConfMode.void
ADChangeSetFragment. setEndtime(java.util.Date value)
Set the value of Attribut Endtime.void
ADUsrRole. setExportingModelsMode(boolean value)
Set the value of Info HasExportingModelsMode.void
ADChangeSet. setExternalId(java.lang.String value)
Set the value of Attribut ExternalId.void
ADChangeSet. setExternalLink(java.lang.String value)
Set the value of Attribut ExternalLink.void
MMText. setFlowDocument(boolean value)
Set the value of Attribut IsFlowDocument.void
MMTextValue. setFlowDocumentValue(java.lang.String value)
Set the value of Attribut FlowDocumentValue.void
ADHistoryAble. setHistory(java.lang.String value)
Set the value of Info History.void
MM2TypeEnumMember. setIcw2Enum(int value)
Set the value of Attribut Icw2Enum.void
MMXProfile. setInnovatorComponent(java.util.List<K_INNOVATOR_COMPONENT> seqComp)
Modifies the innovator components of thisMMXProfile
.void
MM2ClassificationConstraint. setInverseMultiplicity(K_CONTENT_MULTIPLICITY value)
Set the value of Attribut InverseMultiplicity.void
MM2Classification. setInvisibleTypedElement(java.util.List<? extends MM2TypedElement> values)
Set the value of Foreign Key InvisibleTypedElement.void
ADXModel. setIOStructureDerivedByRelship(boolean value)
Set the value of Attribut IsIOStructureDerivedByRelship.void
MMLabelAble. setLabelInfo(java.lang.String value)
Set the value of Info LabelInfo.void
ADUsrRole. setLabelMode(boolean value)
Set the value of Info HasLabelMode.void
ADChangeSetFragment. setLoginAble(ADLoginAble value)
Set the value of Foreign Key LoginAble.void
ADTimeAble. setLtime(java.util.Date value)
Set the value of Attribut Ltime.void
MMStereotypeFileAble. setMaxFileSize(int value)
Set the value of Attribut MaxFileSize.void
ADModel. setModelLocaleCode(K_LOCALE value)
Set the value of Attribut ModelLocaleCode.void
MM2ClassificationConstraint. setMultiplicity(K_CONTENT_MULTIPLICITY value)
Set the value of Attribut Multiplicity.void
ADUsrRole. setNoDBDeletionMode(boolean value)
Set the value of Info HasNoDBDeletionMode.void
ADChangeSet. setNote(java.lang.String value)
Set the value of Attribut Note.void
ADTimeAble. setNote(java.lang.String value)
Set the value of Attribut Note.static void
ADTranslationAbleHelper. setNotToTranslateAttribute(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> seqElem, java.util.List<? extends MM2Attribute> seqAttr)
void
ADUsrRole. setOperationModeMask(int value)
Set the value of Attribut OperationModeMask.void
ADApplicationConfiguration. setOperationModeMaskToCheck(int value)
Set the value of Attribut OperationModeMaskToCheck.void
MMStereotype. setOrderedProperty(java.util.List<? extends MM2TypedElement> values)
Set the value of Foreign Key OrderedProperty.void
MMText. setPreset(java.lang.String value)
Set the value of Attribut Preset.void
MMProfile. setProfileApplication(java.util.List<? extends ELElement> seq)
Creates a profile application for each specified profile.static void
MMProfileTranslationHelper. 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.void
ADApplicationConfiguration. setPurpose(java.lang.String value)
Set the value of Attribut Purpose.void
ADModel. setPurpose(java.lang.String value)
Set the value of Attribut Purpose.void
ADAccessAble. setReadRole(java.util.List<? extends ADUsrRole> values)
Set the value of Foreign Key ReadRole.void
MMCommentContainerAble. setRealizedConcept(java.util.List<? extends GCConcept> values)
Set the value of View RealizedConcept.void
ADReferenceAble. setReferenceContainer(java.util.List<? extends MEReferenceContainerAble> values)
Set the value of Foreign Key ReferenceContainer.void
MMTSTypeMapping. setRestriction(java.lang.String value)
Set the value of Attribut Restriction.void
ADChangeSet. setSealed(boolean value)
Set the value of Attribut IsSealed.void
ADUsrRole. setSectionMode(boolean value)
Set the value of Info HasSectionMode.void
MMStereotype. setSeparatedProperty(java.util.List<? extends MM2TypedElement> values)
Set the value of Foreign Key SeparatedProperty.void
ADChangeSetFragment. setStarttime(java.util.Date value)
Set the value of Attribut Starttime.void
MMStereotypeAble. setStereotype(MMStereotype value)
Set the value of Foreign Key Stereotype.void
MMStereotypeAble. setStereotypePropertyInfo(java.lang.String value)
Set the value of Info StereotypePropertyInfo.void
MMStereotypeAble. setStereotypeTSOptionInfo(java.lang.String value)
Set the value of Info StereotypeTSOptionInfo.void
MMTextValue. setStringValue(java.lang.String value)
Set the value of Attribut StringValue.void
MMStereotypeAble. setSyncedStereotypeAble(java.util.List<? extends MMStereotypeAble> values)
Set the value of View SyncedStereotypeAble.void
MMTSTypeMapping. setTargetParameter1(java.lang.String value)
Set the value of Attribut TargetParameter1.void
MMTSTypeMapping. setTargetParameter2(java.lang.String value)
Set the value of Attribut TargetParameter2.void
MMTSTypeMapping. setTargetType(MMTSType value)
Set the value of View TargetType.void
MMTextValue. setTextStringValue(java.lang.String value)
Set the value of Info TextStringValue.void
ADTranslationAble. setTextTranslation(MMTextValue ohValue, java.lang.String strFlowTrans, java.lang.String strPlainTrans)
Changes the translation of the specified text value.void
MMText. setTextVisibility(K_TEXT_VISIBILITY value)
Set the value of Attribut TextVisibility.static void
ADM2AttrModifyAbleHelper. 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.void
ADTranslationAble. setTranslation(ELTranslationAble ohTrans, java.util.List<ARG_UpdateTranslationProperty> seqProp)
Updates the translation of property values.void
ADUsrRole. setTranslationMode(boolean value)
Set the value of Info HasTranslationMode.void
MMTSTypeClass. setTSType(java.util.List<? extends MMTSType> values)
Set the value of Foreign Key TSType.void
MMTSType. setTSTypeClass(MMTSTypeClass value)
Set the value of Foreign Key TSTypeClass.void
MM2TypedTSOption. setTypeSystem(MMTypeSystem value)
Set the value of Foreign Key TypeSystem.void
MMTypeSystem. setUsageInfo(java.lang.String value)
Set the value of Attribut UsageInfo.void
ADLogin. setUseAllRoles(boolean value)
Set the value of Attribut UseAllRoles.void
MM2TypedElement. setUseAllValuesAsList(boolean value)
Set the value of Attribut UseAllValuesAsList.void
ADApplicationConfiguration. setUsedApplicationConfiguration(java.util.List<? extends ADApplicationConfiguration> values)
Set the value of Foreign Key UsedApplicationConfiguration.void
MMCreateTemplate. setUseExecAsAccess(boolean value)
Set the value of Attribut UseExecAsAccess.void
MMMenuItem. setUseIcon(boolean value)
Set the value of Attribut UseIcon.void
MMLabel. setUseInDocumentation(boolean value)
Set the value of Attribut UseInDocumentation.void
MMText. setUseInDocumentation(boolean value)
Set the value of Attribut UseInDocumentation.void
ADXModel. setUserWorkRestriction(java.lang.String value)
Set the value of Info UserWorkRestriction.void
MMCreateTemplate. setUseStereotypeIcon(boolean value)
Set the value of Attribut UseStereotypeIcon.void
ADTimeAble. setUsrName(java.lang.String value)
Set the value of Attribut UsrName.void
ADLogin. setUsrRole(ADUsrRole value)
Set the value of Foreign Key UsrRole.void
MMRoleExecution. setUsrRole(ADUsrRole value)
Set the value of Foreign Key UsrRole.void
MM2TypedElement. setValueList(boolean value)
Set the value of Attribut HasValueList.void
ADUsrRole. setVersionMode(boolean value)
Set the value of Info HasVersionMode.void
ADLogOption. setWarning(java.lang.String value)
Set the value of Attribut Warning.static ADChangeSet
ADChangeSetHelper. 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.void
MMStereotype. stereotypeParents(java.util.List<? extends ELElement> seq)
Modify the generalizations of this stereotype.static void
MMSyncSetPropertyHelper. synchronizeProperty(SrvContext srvCtx, MMStereotypeAble targetItem, MM2TypedElement targetProperty, MMStereotypeAble sourceItem, MM2TypedElement sourceProperty)
Synchronize theMM2TypedElement
of aMMStereotypeAble
.void
MMSyncedProperty. synchronizeThis(ELElement item)
void
ADM2AttrModifyAble. 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.void
ADM2AttrModifyAble. tabElementModify(java.util.List<ARG_TabCellModify> seqCell)
Modifies the specified properties of this element.ARG_Undo
ADLogin. undo()
Reverts the effects of the command most recently executed by this login.void
ADLockAble. unlock()
Deletes the lock for the current object.static void
ADLockAbleHelper. unlock(SrvContext srvCtx, java.util.List<? extends ADLockAble> sel)
Deletes the lock for the current object.void
ADLogin. unlock(java.util.List<? extends ELElement> seq)
If no selection is made, it removes all element locks for the current object.static void
MMProfileHelper. unlockProfiles(SrvContext srvCtx)
Unlocks all profiles locked by the user.void
ADLogin. 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 MEAttachmentAssign
MEAttachment. addElementAssigned(MMAttachmentAble item)
Adds an element that uses theMEAttachment
.void
MEReferenceContainerAble. 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.void
MESection. assignSection(java.util.List<? extends ADClientAble> seqPart, boolean withHier)
static void
MESectionHelper. assignSectionLoginAble(SrvContext srvCtx, ELElement item)
Assigns thisMESection
to theADLoginAble
as login able section.void
MESection. assignSectionModel()
ARG_MEMappingConfiguration
MEMappingConfigurationPackage. 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.void
MEModelElement. 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 MEAbstraction
MEAbstractionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Abstraction with template from source to target element.static MEAbstraction
MEAbstractionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Abstraction with stereotype from source to target element.static MEAttachment
MEAttachmentHelper. create(SrvContext srvCtx, MMAttachmentAble ohElement, ARG_File valFile)
Attaches a file to an element.static MEComment
MECommentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Comment with template and container.static MEComment
MECommentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Comment with stereotype and container.static MEConfigurationManagement
MEConfigurationManagementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Configuration Base Package with template and container.static MEConfigurationManagement
MEConfigurationManagementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Configuration Base Package with stereotype and container.static MEConstraint
MEConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Constraint with template and container.static MEConstraint
MEConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Constraint with stereotype and container.static MECopy
MECopyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Copy with template from source to target element.static MECopy
MECopyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Copy with stereotype from source to target element.static MECreateRedirect
MECreateRedirectHelper. 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 MECreateRedirect
MECreateRedirectHelper. 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 MEDependency
MEDependencyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dependency with template from source to target element.static MEDependency
MEDependencyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dependency with stereotype from source to target element.static MEElementImport
MEElementImportHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Element Import with template from source to target element.static MEElementImport
MEElementImportHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Element Import with stereotype from source to target element.static MEMappingConfigurationPackageForward
MEMappingConfigurationPackageForwardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Configuration (Forward) with template and container.static MEMappingConfigurationPackageForward
MEMappingConfigurationPackageForwardHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Configuration (Forward) with stereotype and container.static MEMappingConfigurationPackageReverse
MEMappingConfigurationPackageReverseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Configuration (Reverse) with template and container.static MEMappingConfigurationPackageReverse
MEMappingConfigurationPackageReverseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Configuration (Reverse) with stereotype and container.static MEMappingDependency
MEMappingDependencyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Mapping Dependency with template from source to target element.static MEMappingDependency
MEMappingDependencyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Mapping Dependency with stereotype from source to target element.static MEMappingPackageContent
MEMappingPackageContentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Content Package with template and container.static MEMappingPackageContent
MEMappingPackageContentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Content Package with stereotype and container.static MEMappingPackageTypeForward
MEMappingPackageTypeForwardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Package Type (Forward) with template and container.static MEMappingPackageTypeForward
MEMappingPackageTypeForwardHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Package Type (Forward) with stereotype and container.static MEMappingPackageTypeReverse
MEMappingPackageTypeReverseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Package Type (Reverse) with template and container.static MEMappingPackageTypeReverse
MEMappingPackageTypeReverseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Package Type (Reverse) with stereotype and container.static MEModel
MEModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Model with template and container.static MEModel
MEModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Model with stereotype and container.static MEPackage
MEPackageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Package with template and container.static MEPackage
MEPackageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Package with stereotype and container.static MEPackageImport
MEPackageImportHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Package Import with template from source to target element.static MEPackageImport
MEPackageImportHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Package Import with stereotype from source to target element.static MEProxyAssignment
MEProxyAssignmentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Proxy Assignment with template from source to target element.static MEProxyAssignment
MEProxyAssignmentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Proxy Assignment with stereotype from source to target element.static MEProxyExternal
MEProxyExternalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Proxy (External) with template and container.static MEProxyExternal
MEProxyExternalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Proxy (External) with stereotype and container.static MEProxyInnovator
MEProxyInnovatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Proxy with template and container.static MEProxyInnovator
MEProxyInnovatorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Proxy with stereotype and container.static MERealization
MERealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Realization with template from source to target element.static MERealization
MERealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Realization with stereotype from source to target element.static MERequirement
MERequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Requirement with template and container.static MERequirement
MERequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Requirement with stereotype and container.static MESection
MESectionHelper. create(SrvContext srvCtx, MESection ohSection, java.lang.String strName)
Create a new section.static MESimpleConstraint
MESimpleConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn)
Creates a new condition with template and container.static MESimpleConstraint
MESimpleConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn)
Creates a new condition with stereotype and container.static MEStubPackageBase
MEStubPackageBaseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Base Package with template and container.static MEStubPackageBase
MEStubPackageBaseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Base Package with stereotype and container.static MEStubPackageExternalModel
MEStubPackageExternalModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Stub Package (External Model) with template and container.static MEStubPackageExternalModel
MEStubPackageExternalModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Stub Package (External Model) with stereotype and container.static MEStubPackageInnovator
MEStubPackageInnovatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Stub Package (Innovator Model) with template and container.static MEStubPackageInnovator
MEStubPackageInnovatorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Stub Package (Innovator Model) with stereotype and container.static MESystemModel
MESystemModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new System Model with template and container.static MESystemModel
MESystemModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new System Model with stereotype and container.static MESystemModelManagement
MESystemModelManagementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new System Model Management with template and container.static MESystemModelManagement
MESystemModelManagementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new System Model Management with stereotype and container.static MEUsage
MEUsageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usage with template from source to target element.static MEUsage
MEUsageHelper. 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()
AllBPActivityResource
which 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_AttachmentFile
MEAttachment. getAttachment()
Returns the file content and the element of the attachment.MMAttachmentAble
MEAttachmentAssign. getAttachmentAble()
The element of this attachment reference.MEAttachmentAssign
MEAttachment. getAttachmentAssignOfElement(MMAttachmentAble refObj)
The assignment element to the model element.CLOperation
MESimpleConstraint. getBodyConditionOwningOperation()
The operation where this constraint acts as body condition.CLClassifier
MEConstraint. getClassifierContext()
The classifier owning this constraint.ARG_SectionClientExpandOut
MESection. getClientExpand(java.util.List<? extends ADClientAble> seqAdd, java.util.List<? extends ADClientAble> seqRemove, java.util.List<? extends ADClientAble> seqContainer)
Expands the targetMESection
for client display.java.util.List<MEMappingDependency>
MEStereotypeAble. getClientMappingDependency(K_CONTROL_OPTION... behaviourFlags)
List of the mapping dependencies of this implementation element.MEComment
MECommentAssign. 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.MECommentAble
MECommentAssign. getCommentAble()
The comments of the current object.java.util.List<MECommentAssign>
MECommentAble. getCommentAssign(K_CONTROL_OPTION... behaviourFlags)
All assignments of the current object.CLComponent
MEPackageAble. getComponent()
CLParameterSet
MESimpleConstraint. getConditionOwningParameterSet()
java.util.List<IAConsider>
MEModelElement. getConsider()
All considered elements of this model element.MEAssignAbleConstraint
MEConstraintAssign. 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.MEConstraintAble
MEConstraintAssign. 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.boolean
MECreateRedirect. getCopyTopLevelTree()
True, if the path to the top level is copied.int
MERefAbleAsResource. 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_DependencySourceTargetListOut
MEDependencyHelper. 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.String
MEModelElement. getElementColor()
Color of this model element.java.lang.String
MEProxyExternal. getElemTypeName()
Returns the referenced external element meta name.java.lang.String
MEProxyInnovator. getElemTypeName()
Returns the referenced elements meta name for the Innovator element.java.lang.String
MEStubPackageExternalModel. getExternalModelIdentifier()
External model identifier.java.lang.String
MEStubPackageExternalModel. getExternalModelType()
External model type.java.util.Date
MEAttachment. 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.MMStereotype
MEModelElement. 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()
AllBPGlobalTaskResource
which represent the element.ACActivityEdge
MEValSpecOpaqueExpr. getGuardOwnerEdge()
The edge which the guard belongs to.SMTransition
MESimpleConstraint. getGuardOwningTransition()
java.lang.String
MEStubPackageExternalModel. getHREF()
External model hyper reference field.java.util.List<IAIgnore>
MEModelElement. getIgnore()
All ignored elements of this model element.SMState
MESimpleConstraint. 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 refObj
or 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.MEMappingConfigurationPackage
MEMappingPackageType. getMappingConfigurationPackage()
Find the mapping configuration package for the current mapping type package.MEMappingConfigurationPackage
MEProxy. getMappingConfigurationPackage()
Finds the mapping configuration package for the current mapping package type.MEMappingConfigurationPackage
MEProxyAssignment. 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.String
MEMappingConfigurationPackage. getMappingName()
Mapping name.java.lang.String
MEMappingPackageType. getMappingName()
Name of the mapping type.MEMappingPackageType
MEProxy. 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.MERequirement
MECopy. getMaster()
The master requirement of this copy dependency.MERequirement
MERequirement. 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.String
MEIntervalConstraint. 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.String
MEModelElement. getMEModelName()
Name of the model which contains this element.MENamespaceAble
MENamespaceAsgnAble. 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.MENamedElement
MEDependency. 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.String
MEIntervalConstraint. getMin()
Specifies the lower bound of the time interval.java.lang.String
MEProxyInnovator. 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.String
MEStubPackage. getModelName()
Represents the model's name.java.util.Date
MEAttachment. getModelSynchronizationTime()
The time of the last upload of the file of thisMEAttachment
to the model.K_ADMODEL
MEStubPackageInnovator. getModelType()
Type of the Innovator model represented by the stub package.ARG_ModifyRequirementReq
MERequirement. getModifyRequirement()
Get all properties with values from this requirement.CLClassifier
MEConstraint. getNamespaceClassifier()
The classifier owning this constraint.SMRegion
MEConstraint. getNamespaceRegion()
The region owning this constraint.SMState
MEConstraint. getNamespaceState()
The state owning this constraint.ACStructuredNode
MEConstraint. 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)
MEPackage
MEPackage. getNestingPackage()
The package owning this package.MESection
MESection. getNestingSection()
MM2Classification
MECreateRedirect. 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)
ACJoinNode
MEValSpecOpaqueExpr. getOwnerJoin()
The join specified by this condition.CLValueRangeAble
MEValSpecOpaqueExpr. getOwnerValueRestriction()
TheCLValueRangeAble
that owns this expression.MEAttachment
MEAttachmentAssign. getOwningAttachment()
The owningMEAttachment
.BEBehavior
MESimpleConstraint. getOwningBehavior()
IACombined
MESimpleConstraint. getOwningCombined()
MMCommentContainerAble
MEComment. getOwningCommentContainer()
MMAttachmentAble
MEAttachment. getOwningElement()
The element that owns this attachment.CLExtend
MESimpleConstraint. getOwningExtend()
The extend relationship owning this constraint.IAInteraction
MEDurationConstraint. getOwningInteraction()
IAInteraction
METimeConstraint. getOwningInteraction()
ADXModel
MESection. getOwningModel()
IAOperand
MESimpleConstraint. getOwningOperand()
SMRegion
MESimpleConstraint. getOwningRegion()
MERequirement
MERequirement. getOwningRequirement()
The requirement owning this requirement.SMState
MESimpleConstraint. getOwningState()
The state owning this constraint.ACStructuredNode
MESimpleConstraint. getOwningStructuredNode()
The structured node owning this constraint.SMTransition
MESimpleConstraint. getOwningTransition()
MEPackage
MEConstraint. getPackageContext()
The package owning this constraint.ARG_ELPackageProperty
MEPackage. 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.String
MERequirement. 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)
ANAction
MESimpleConstraint. getPostconditionOwningAction()
BEBehavior
MESimpleConstraint. getPostconditionOwningBehavior()
CLOperation
MESimpleConstraint. getPostconditionOwningOperation()
The operation where this constraint acts as post condition.SMTransition
MESimpleConstraint. getPostconditionOwningTransition()
ANAction
MESimpleConstraint. getPreconditionOwningAction()
BEBehavior
MESimpleConstraint. getPreconditionOwningBehavior()
CLOperation
MESimpleConstraint. getPreconditionOwningOperation()
The operation where this constraint acts as pre condition.SMTransition
MESimpleConstraint. 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.String
MEModelElement. 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_MEProxyProperty
MEProxy. 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.MMCreateTemplate
MECreateRedirect. getRedirectCreateTemplate()
The create template which is used to create an element redirected by this create default.MM2Classification
MECreateRedirect. 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.CLComponent
MECreateRedirect. 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.CLComponent
MECreateRedirect. getRedirectTargetComponent()
The target component of this create redirection.java.lang.String
MEProxyInnovator. 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.String
MEStubPackageInnovator. 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.String
MERequirement. getReqId()
The unique id of this requirement.java.lang.String
MERequirement. getReqIndexHierarchy()
The concatenated indices of this requirement within the container.java.lang.String
MERequirement. getReqSource()
The source of this requirement.java.lang.String
MERequirement. getReqText()
The textual representation or a reference to the textual representation of this requirement.MENamedElement
MEMappingDependency. 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)
ADXModel
MESection. 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.MERequirement
MECopy. 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.MEStereotypeAble
MERequirement. getStakeholderOwnerOfRequirement()
The stakeholder owner of this requirement.MEStubPackage
MEProxy. 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 *'.MEStubPackage
MEMappingPackageContent. 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 *'.int
MEProxyAssignment. getSubKind()
Returns the mapping assignment subkind, which could be 0.ELGeneralization
MEProxyAssignment. getTargetGeneralization()
This proxy assignment's client.java.lang.String
MEComment. 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_TreeArgNameAbleSelectDlgNode
MEStereotypeAbleHelper. 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.CLInterface
MEUsage. getUsedInterface()
The interface used by this usage dependency.PRVersionAbleDia
MEDependency. getVersionAbleDiaSupplier()
The diagram independent of the client, in the same respect and the same dependency relationship.java.lang.String
MEModel. 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.MEMappingPackageContent
MEProxy. getVirtualSystemModel()
Tries to find the first package below the mapping type package which represents the virtual system model.ACActivityEdge
MEValSpecOpaqueExpr. getWeightOwnerEdge()
The edge which the weight belongs to.java.lang.String
MEHierarchyAble. getWorkingDirectory()
Returns the working directory.boolean
MEModel. hasMaintainedDBTables()
boolean
MEAttachmentAssign. isDefaultAttachment()
True, if the attachment is the default attachment of the referencing element.boolean
MECreateRedirect. isDefaultStereotype()
The redirected stereotype set in the create default is used to implicitly create a new element if the field is activated.boolean
MEMappingDependency. isMaintaining()
If true, thisMEMappingDependency
leads to an automatic maintenance of the implementation element (DB Model) on changes of the requirement elements (ER Model).boolean
MEStereotypeAble. isMapped()
If true, this element was created by a mapping process, seeMEMappingDependency
.boolean
MEPackage. isProtected()
True, if the package can only be modified by users with the configuration privilege.void
MESystemModel. loadAddOn(java.lang.String name)
Loads a configuration profile as an add-on.void
MEProxyInnovator. 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 drawvoid
MERequirement. 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.void
MEReferenceContainerAble. 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.void
MESection. removeFromSection(java.util.List<? extends ELElement> seq)
void
MEAttachment. 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
.void
MESection. sectionDBMaintain()
void
MEComment. setCommentAble(java.util.List<? extends MECommentAble> values)
Set the value of View CommentAble.void
MEConstraint. setConstraintAble(java.util.List<? extends MEConstraintAble> values)
Set the value of View ConstraintAble.void
MEIntervalConstraint. setConstraintAble(java.util.List<? extends MEConstraintAble> values)
Set the value of View ConstraintAble.void
MESimpleConstraint. setConstraintAble(java.util.List<? extends MEConstraintAble> values)
Set the value of View ConstraintAble.void
MECreateRedirect. setCopyTopLevelTree(boolean value)
Set the value of Attribut CopyTopLevelTree.void
MERefAbleAsResource. setCostsPerTime(int value)
Set the value of Attribut CostsPerTime.void
MEAttachmentAssign. setDefaultAttachment(boolean value)
Set the value of Attribut IsDefaultAttachment.void
MECreateRedirect. setDefaultStereotype(boolean value)
Set the value of Attribut IsDefaultStereotype.void
MEAttachment. setElementAssignedTo(java.util.List<? extends MMAttachmentAble> values)
Set the value of View ElementAssignedTo.void
MEModelElement. setElementColor(java.lang.String value)
Set the value of Attribut ElementColor.void
MEStubPackageExternalModel. setExternalModelIdentifier(java.lang.String value)
Set the value of Attribut ExternalModelIdentifier.void
MEStubPackageExternalModel. setExternalModelType(java.lang.String value)
Set the value of Attribut ExternalModelType.void
MEStubPackageExternalModel. setHREF(java.lang.String value)
Set the value of Attribut HREF.void
MEModel. setMaintainedDBTables(boolean value)
Set the value of Info HasMaintainedDBTables.void
MEMappingDependency. setMaintaining(boolean value)
Set the value of Attribut IsMaintaining.void
MEStereotypeAble. setMapped(boolean value)
Set the value of Attribut IsMapped.void
MEMappingConfigurationPackage. setMappingName(java.lang.String value)
Set the value of Attribut MappingName.void
MEMappingPackageType. setMappingName(java.lang.String value)
Set the value of Attribut MappingName.void
MEIntervalConstraint. setMax(java.lang.String value)
Set the value of Attribut Max.void
MEIntervalConstraint. setMin(java.lang.String value)
Set the value of Attribut Min.void
MEStubPackage. setModelName(java.lang.String value)
Set the value of Attribut ModelName.void
MEStubPackageInnovator. setModelType(K_ADMODEL value)
Set the value of Attribut ModelType.void
MECreateRedirect. setNewPackageClassification(MM2Classification value)
Set the value of Foreign Key NewPackageClassification.void
MERequirement. setPlainReqText(java.lang.String value)
Set the value of Info PlainReqText.void
MEModel. setProfileApplication(java.util.List<? extends ELElement> seq)
Creates a profile application for each specified profile.void
MEPackage. setProtected(boolean value)
Set the value of Attribut IsProtected.void
MECreateRedirect. setRedirectCreateTemplate(MMCreateTemplate value)
Set the value of Foreign Key RedirectCreateTemplate.void
MECreateRedirect. setRedirectedElementClassification(MM2Classification value)
Set the value of Foreign Key RedirectedElementClassification.void
MEReferenceContainerAble. setReferenceAble(java.util.List<? extends ADReferenceAble> values)
Set the value of Foreign Key ReferenceAble.void
MEStubPackageInnovator. setRepositoryName(java.lang.String value)
Set the value of Attribut RepositoryName.void
MERequirement. setReqId(java.lang.String value)
Set the value of Attribut ReqId.void
MERequirement. setReqIndexHierarchy(java.lang.String value)
Set the value of Info ReqIndexHierarchy.void
MERequirement. setReqSource(java.lang.String value)
Set the value of Attribut ReqSource.void
MERequirement. setReqText(java.lang.String value)
Set the value of Info ReqText.void
MEStereotypeAble. setRequirementOfStakeholder(java.util.List<? extends MERequirement> values)
Set the value of Foreign Key RequirementOfStakeholder.void
MERequirement. setStakeholderOfRequirement(java.util.List<? extends MEStereotypeAble> values)
Set the value of Foreign Key StakeholderOfRequirement.void
MERequirement. setStakeholderOwnerOfRequirement(MEStereotypeAble value)
Set the value of Foreign Key StakeholderOwnerOfRequirement.void
MEProxyAssignment. setSubKind(int value)
Set the value of Attribut SubKind.void
MEModel. setViewpoint(java.lang.String value)
Set the value of Attribut Viewpoint.void
MEReferenceContainerAble. subtractReferences(java.util.List<? extends ELElement> seq)
Subtracts the references to the specified list of referenceable elements from this reference container.static void
MEReferenceContainerAbleHelper. 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.PRDiaEdge
PRDia. 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)
void
PRDiaNode. collapse()
Collapses a node which is currently expanded.static void
PRDiaNodeHelper. collapse(SrvContext srvCtx, java.util.List<? extends PRDiaNode> sel)
Collapses a node which is currently expanded.static PRAnalysisDia
PRAnalysisDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Analysis Diagram with template and container.static PRAnalysisDia
PRAnalysisDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Analysis Diagram with stereotype and container.static PRDiaFrameNode
PRDiaFrameNodeHelper. create(SrvContext srvCtx, ADClientAble ohContainer, java.awt.Point ptPosition, java.awt.Point ptSize)
Creates a new frame node within the specified container.static PRDiaWhiteboard
PRDiaWhiteboardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Whiteboard Diagram with template and container.static PRDiaWhiteboard
PRDiaWhiteboardHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Whiteboard Diagram with stereotype and container.static PRAnalysisDia
PRAnalysisDiaHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Analysis Diagram with template and container.static PRAnalysisDia
PRAnalysisDiaHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Analysis Diagram with stereotype and container.static ADClientAble
PRDiaAttachmentNodeHelper. 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.void
PRDiaNode. expand()
Expands a node which is expandable but currently collapsed.static void
PRDiaNodeHelper. 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_GetAnalysisDiaProperties
PRAnalysisDia. getAnalysisDiaProperties()
Returns all properties of thisPRAnalysisDia
.java.lang.String
PRAnalysisDia. getAnalysisValue()
The analysis value of thisPRAnalysisDia
.MEStereotypeAble
PRAnalysisDia. 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.String
PRAnalysisDia. 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)
AllPRPresContent
s which are connected to this note.ADApplicationConfiguration
PRAnalysisDia. getContentConfiguration()
The contentADApplicationConfiguration
used by thisPRAnalysisDia
.java.lang.String
PRPresContext. 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.PRDia
PRDiaNode. getDiagram()
The diagram of the given node.java.util.List<PRDiaWhiteboardNode>
PRDia. getDiaWhiteboardNode()
ADApplicationConfiguration
PRAnalysisDia. getDisplayConfiguration()
The displayADApplicationConfiguration
used by thisPRAnalysisDia
.java.util.List<java.awt.Point>
PRDiaEdge. getEdgePositions()
Returns the points or positions which define the edge.K_PREDGETYPE
PRDiaEdge. 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
.PRDiaNode
PRDiaNode. getExpandedNodeRoot()
PRPresContext
PRDiaNode. 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.String
PRPresContext. getFormat()
Returns the format of the presentation context.java.lang.String
PRDiaFrameNode. getFrameTitle()
The title of this frame.K_GRAPH_DIRECTION
PRAnalysisDia. getGraphDirection()
Defines how the graph is structured.K_ALIGN
PRPresText. getHorizontalAlignment()
The horizontal alignment of this text.int
PRPresContext. 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_PRPresContextLayout
PRPresContext. getLayout()
Gets the layout values (format,orientation,margins,pagecount) of the given context.java.lang.String
PRPresText. getLineColor()
The color name of the line for this text.int
PRPresText. getLineWidth()
Line width of this text.int
PRPresText. getMarginBorder()
Margin of the border for this text.int
PRPresContext. getMarginBottom()
Returns the bottom margin of the presentation context.int
PRPresContext. getMarginLeft()
Returns the left margin of the presentation context.int
PRPresContext. getMarginRight()
Returns the right margin of the presentation context.int
PRPresText. getMarginText()
Margin of this text.int
PRPresContext. getMarginTop()
Returns the top margin of the presentation context.K_UNIT
PRPresContext. getMarginUnit()
The unit of the margins in print view.int
PRAnalysisDia. 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.String
PRVersionAbleDia. getMEModelName()
Name of theMEModel
which contains this diagram.MM2Attribute
PRDiaWhiteboardAttributeEdge. getMetaAttribute()
TheMM2Attribute
which is represented by thisPRDiaWhiteboardAttributeEdge
.ELContainerAble
PRPresContent. 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_POSITION
PRDiaNode. 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.int
PRPresElement. getOpacity()
Opacity of thisPRPresElement
.K_ORIENTATION
PRDiaNode. getOrientation()
Returns the orientation of the node.K_ORIENTATION
PRPresContext. 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.PRDiaCalloutEdge
PRDiaCalloutNode. 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)
PRPresText
PRPresContext. getOwnedFooterText()
java.util.List<PRDiaFrameNode>
PRDia. getOwnedFrameNode(K_CONTROL_OPTION... behaviourFlags)
All frame nodes owned by this diagram.PRPresText
PRPresContext. 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.ACDiaFlowSelBehavior
PRDiaSegEdge. getOwnedSelBehavior()
The selection behavior node of the edge segment.ACDiaFlowTransBehavior
PRDiaSegEdge. getOwnedTransBehavior()
The transformation behavior node of the edge segment.java.util.List<ACDiaValSpecNode>
PRDiaSegEdge. getOwnedValSpec(K_CONTROL_OPTION... behaviourFlags)
ACDiaACNode
PRDiaNote. getOwningACNode()
BPDiaGroupNode
PRDiaCalloutNode. getOwningBPDiaGroupNode()
The group node owning this callout node.BPDiaLaneNode
PRDiaCalloutNode. getOwningBPDiaLaneNode()
The lane node owning this callout node.BPDiaSubProcessNode
PRDiaCalloutNode. getOwningBPDiaSubProcessNode()
The subprocess node owning this callout node.BPDiaViewNode
PRDiaCalloutNode. getOwningBPDiaViewNode()
The view node owning this callout node.PRDiaCalloutNode
PRDiaCalloutEdge. getOwningCalloutNode()
The callout node owning this callout edge.CLDiaHierNode
PRDiaCalloutNode. getOwningCLDiaHierNode()
The hierarchical node owning this callout node.CLDiaHierNode
PRDiaNote. getOwningCLDiaHierNode()
The hierarchical node owning this note.CLDiaSubjectNode
PRDiaCalloutNode. getOwningCLDiaSubjectNode()
The subject node owning this callout node.PRDiaAttachmentNode
PRDiaAttachmentEdge. getOwningDiaAttachmentNode()
The attachment node owning this attachment edge.PRDia
PRDiaAttachmentNode. getOwningDiagram()
The diagram owning this attachment node.PRDia
PRDiaCalloutNode. getOwningDiagram()
The diagram owning this callout node.PRDia
PRDiaFrameNode. getOwningDiagram()
The diagram owning this frame node.PRDia
PRDiaNote. getOwningDiagram()
PRDiaNote
PRDiaNoteEdge. getOwningDiaNote()
ThePRDiaNote
owning thisPRDiaNoteEdge
.PRDiaWhiteboard
PRDiaWhiteboardEdge. getOwningDiaWhiteboard()
The whiteboard owning this edge.PRDiaWhiteboard
PRDiaWhiteboardNode. getOwningDiaWhiteboard()
The whiteboard owning this node.PRDiaEdge
PRDiaEdgePoint. getOwningEdge()
PRDiaEdgeSeg
PRDiaSegEdge. getOwningEdgeSeg()
PRDiaEdgeSeg
PRDiaSegNode. getOwningEdgeSeg()
PRPresContext
PRPresText. getOwningFooterContext()
PRDiaFrameNode
PRDiaNode. getOwningFrameNode()
The frame node owning this node.GCDiaConceptNode
PRDiaCalloutNode. getOwningGCDiaConceptNode()
The concept node owning this callout node.PRPresContext
PRPresText. getOwningHeaderContext()
PRPresContent
PRPresContent. getOwningPresContent()
The presentation content owning this presentation content.PRPresContext
PRPresContent. getOwningPresContext()
The presentation context owning this presentation content.PRPresElement
PRPresContent. getOwningPresElement()
The presentation element owning this presentation content.java.lang.String
PRPresContext. getPageBreakX()
The string of all page break x coordinates for this presentation context.java.lang.String
PRPresContext. getPageBreakY()
The string of all page break y coordinates for this presentation context.K_PAGEORDER
PRPresContext. getPageOrder()
The order of pages in print view.ARG_PageViewContext
PRPresContext. getPageView()
Get all page view informations for this presentation context.java.awt.Point
PRDiaEdgePoint. getPosition()
Returns the position of the given edgepoint.java.awt.Point
PRDiaNode. getPosition()
Returns the position of the node.java.awt.Point
PRDiaNode. 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.String
PRPresElement. getPresColor()
Color of this presentation element.PRPresElement
PRDiaEdge. getPresContainer(PRPresElement refObj)
The presentation container of this Diagram Edge.PRPresElement
PRDiaNode. getPresContainer(PRPresElement refObj)
The presentation container of this Diagram Node.int
PRPresContent. 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.String
PRAnalysisDia. getPurposeContent()
The purpose to specify the contentADApplicationConfiguration
of thisPRAnalysisDia
.java.lang.String
PRAnalysisDia. getPurposeDisplay()
The purpose to specify the displayADApplicationConfiguration
of 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.boolean
PRAnalysisDia. getShowAllEdges()
Show all edges between displayed nodes.boolean
PRPresText. getShowLine()
true, if a line of this text is shown.boolean
PRAnalysisDia. getShowShortestPathOnly()
Show the shortest path between start and end elements only.boolean
PRPresText. getShowText()
true, if this text is shown.ELElement
PRDiaCalloutNode. getSingleCalloutElementOrEmpty()
TheELElement
which is represented by thisPRDiaCalloutNode
.java.awt.Point
PRDiaNode. getSize()
Returns the size of the node.PRPresContent
PRDiaEdge. 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
.PRDiaEdge
PRDiaEdgeSeg. getSourceOwningEdge()
java.awt.Point
PRDiaEdge. getSourceTextPosition()
The position of the text on source side of this edge.int
PRDiaEdge. getSourceTextPresentationLevel()
Presentation level of text on source side of thisPRDiaEdge
.java.awt.Point
PRDiaEdge. 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
.PRPresContent
PRDiaEdge. 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
.PRDiaEdge
PRDiaEdgeSeg. getTargetOwningEdge()
java.awt.Point
PRDiaEdge. getTargetTextPosition()
The position of the text on target side of this edge.int
PRDiaEdge. getTargetTextPresentationLevel()
Presentation level of text on target side of thisPRDiaEdge
.java.awt.Point
PRDiaEdge. getTargetTextSize()
The size of the text on target side of this edge.java.lang.String
PRPresText. getTextColor()
The color name of the text for this text.java.lang.String
PRDiaNote. getTextExpandedValue()
Returns the textual content of the note where fill-ins are expanded.java.lang.String
PRPresText. getTextFont()
The font name of this text.java.awt.Point
PRPresContent. getTextPosition()
Returns the text position of the element.java.awt.Point
PRDiaNode. 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.Point
PRPresContent. getTextSize()
Returns the text size of the element.java.lang.String
PRPresText. getTextString()
String of this text.int
PRDiaFrameNode. getThickness()
Thickness of the frame.boolean
PRAnalysisDia. 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).boolean
PRAnalysisDia. getUseApplicationConfiguration()
true, if theADApplicationConfiguration
is used, the local configuration value is used otherwise.int
PRPresContext. 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_VISIBILITY
PRBDia. getVisibility()
The visibility of the diagram which is the visibility of the corresponding behavior.PRDia
PRDiaWhiteboardNode. getWhiteboardNodeDia()
ARG_XClientOut
PRPresContext. 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 thisPRPresContext
and 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_XClientHashOut
PRPresContext. getXClientHash(java.lang.String nameLabel, java.lang.String strHash)
Fills the client X structure for this presentation context and calculates a hash value.ARG_XClientOut
PRDiaNode. 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.boolean
PRDiaNode. hasEmbeddedContent()
True if there is a presentation context or content to be displayed.boolean
PRAnalysisDia. isDirectionConsidered()
If activated the direction of edges is considered when finding the shortest path to any node starting from the selection.boolean
PRDiaNode. isExpanded()
TRUE if the node shall be expanded.boolean
PRVersionAbleDia. isMapped()
If true, this diagram was created by a mapping process, seeMEMappingDependency
.boolean
PRPresContext. isPageViewActive()
true, if page view is active for this presentation context.boolean
PRAnalysisDia. isSmooth()
true, if the represented graph is smooth.void
PRPresContext. 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 void
PRPresContextHelper. 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.void
PRBDia. lock()
Locks the corresponding behavior of the current object.static void
PRBDiaHelper. lock(SrvContext srvCtx, java.util.List<? extends PRBDia> sel)
Locks the corresponding behavior of the current object.void
PRPresContext. 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.void
PRBDia. rename(java.lang.String name, boolean checkCnstr)
Renames the corresponding behavior of the current object.void
PRAnalysisDia. setAnalysisValue(java.lang.String value)
Set the value of Attribut AnalysisValue.void
PRAnalysisDia. setConfigValue(java.lang.String value)
Set the value of Attribut ConfigValue.void
PRAnalysisDia. setContentConfiguration(ADApplicationConfiguration value)
Set the value of Foreign Key ContentConfiguration.void
PRPresContext. setContextValue(java.lang.String value)
Set the value of Attribut ContextValue.void
PRDiaNode. setCoord(java.awt.Point posNode, java.awt.Point sizNode)
Sets the center point coordinate together with the width and height of the node.void
PRDia. setDiaFilterCriteria(boolean hideComments, boolean hideAttachments)
Modifies the criteria for visible elements inside the daigram.void
PRAnalysisDia. setDirectionConsidered(boolean value)
Set the value of Attribut IsDirectionConsidered.void
PRAnalysisDia. setDisplayConfiguration(ADApplicationConfiguration value)
Set the value of Foreign Key DisplayConfiguration.void
PRDiaEdge. setEdgePositions(java.util.List<java.awt.Point> seq)
Sets the positions that define the edge.void
PRDiaEdge. setEdgeType(K_PREDGETYPE value)
Set the value of Attribut EdgeType.void
PRDiaNode. setEmbeddedContent(boolean value)
Set the value of Attribut HasEmbeddedContent.void
PRAnalysisDia. setEndElement(java.util.List<? extends ADClientAble> values)
Set the value of Foreign Key EndElement.void
PRPresContext. setFormat(java.lang.String value)
Set the value of Attribut Format.void
PRDiaFrameNode. setFrameTitle(java.lang.String value)
Set the value of Attribut FrameTitle.void
PRAnalysisDia. setGraphDirection(K_GRAPH_DIRECTION value)
Set the value of Attribut GraphDirection.void
PRPresContext. setHorPage(int value)
Set the value of Attribut HorPage.void
PRVersionAbleDia. setMapped(boolean value)
Set the value of Attribut IsMapped.void
PRPresContext. setMarginBottom(int value)
Set the value of Attribut MarginBottom.void
PRPresContext. setMarginLeft(int value)
Set the value of Attribut MarginLeft.void
PRPresContext. setMarginRight(int value)
Set the value of Attribut MarginRight.void
PRPresContext. setMarginTop(int value)
Set the value of Attribut MarginTop.void
PRAnalysisDia. setMaxPathLength(int value)
Set the value of Attribut MaxPathLength.void
PRPresElement. setOpacity(int value)
Set the value of Attribut Opacity.void
PRPresContext. setOrientation(K_ORIENTATION value)
Set the value of Attribut Orientation.void
PRPresContext. setPageViewActive(boolean value)
Set the value of Attribut IsPageViewActive.void
PRDiaNode. setPosition(java.awt.Point item)
Sets the position of thePRDiaNode
.void
PRPresElement. setPresColor(java.lang.String value)
Set the value of Attribut PresColor.void
PRPresContent. setPresentationLevel(int value)
Set the value of Attribut PresentationLevel.void
PRAnalysisDia. setPurposeContent(java.lang.String value)
Set the value of Attribut PurposeContent.void
PRAnalysisDia. setPurposeDisplay(java.lang.String value)
Set the value of Attribut PurposeDisplay.void
PRAnalysisDia. setShowAllEdges(boolean value)
Set the value of Attribut ShowAllEdges.void
PRAnalysisDia. setShowShortestPathOnly(boolean value)
Set the value of Attribut ShowShortestPathOnly.void
PRDiaNode. setSize(java.awt.Point item)
Sets the size of thePRDiaNode
.void
PRAnalysisDia. setSmooth(boolean value)
Set the value of Attribut IsSmooth.void
PRDiaEdge. setSourceTextCoord(java.awt.Point posNode, java.awt.Point sizNode)
Sets the position and the size of the source text.void
PRDiaEdge. setSourceTextPosition(java.awt.Point item)
Sets the position of the source text.void
PRDiaEdge. setSourceTextPresentationLevel(int value)
Set the value of Attribut SourceTextPresentationLevel.void
PRDiaEdge. setSourceTextSize(java.awt.Point item)
Sets the size of the source text.void
PRAnalysisDia. setStartElement(java.util.List<? extends ADClientAble> values)
Set the value of Foreign Key StartElement.void
PRDiaEdge. setTargetTextCoord(java.awt.Point posNode, java.awt.Point sizNode)
Sets the position and the size of the target text.void
PRDiaEdge. setTargetTextPosition(java.awt.Point item)
Sets the position of the target text.void
PRDiaEdge. setTargetTextPresentationLevel(int value)
Set the value of Attribut TargetTextPresentationLevel.void
PRDiaEdge. setTargetTextSize(java.awt.Point item)
Sets the size of the target text.void
PRPresContent. setTextCoord(java.awt.Point posNode, java.awt.Point sizNode)
Sets the center point coordinate and the width and height of the text.void
PRPresContent. setTextPosition(java.awt.Point item)
Sets the position of the text.void
PRPresContent. setTextSize(java.awt.Point item)
Sets the size of the text.void
PRDiaFrameNode. setThickness(int value)
Set the value of Attribut Thickness.void
PRAnalysisDia. setTraceNodes(boolean value)
Set the value of Attribut TraceNodes.void
PRAnalysisDia. setUseApplicationConfiguration(boolean value)
Set the value of Attribut UseApplicationConfiguration.void
PRPresContext. setVerPage(int value)
Set the value of Attribut VerPage.void
PRBDia. unlock()
Unlocks the correponding behavior of the current object.static void
PRBDiaHelper. 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 SMChoice
SMChoiceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Choice - Pseudostate with template and container.static SMChoice
SMChoiceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Choice - Pseudostate with stereotype and container.static SMDeepHistory
SMDeepHistoryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Deep History - Pseudostate with template and container.static SMDeepHistory
SMDeepHistoryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Deep History - Pseudostate with stereotype and container.static SMEntryPoint
SMEntryPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Entry Point with template and container.static SMEntryPoint
SMEntryPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Entry Point with stereotype and container.static SMExitPoint
SMExitPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Exit Point with template and container.static SMExitPoint
SMExitPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Exit Point with stereotype and container.static SMFinalState
SMFinalStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Final State with template and container.static SMFinalState
SMFinalStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Final State with stereotype and container.static SMInit
SMInitHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Initial State with template and container.static SMInit
SMInitHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Initial State with stereotype and container.static SMJoinFork
SMJoinForkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Join/Fork - Pseudostate with template and container.static SMJoinFork
SMJoinForkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Join/Fork - Pseudostate with stereotype and container.static SMJunction
SMJunctionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Junction - Pseudostate with template and container.static SMJunction
SMJunctionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Junction - Pseudostate with stereotype and container.static SMProtocolStateMachine
SMProtocolStateMachineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Protocol State Machine with template and container.static SMProtocolStateMachine
SMProtocolStateMachineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Protocol State Machine with stereotype and container.static SMRegion
SMRegionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Region with template and container.static SMRegion
SMRegionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Region with stereotype and container.static SMRegularState
SMRegularStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new State with template and container.static SMRegularState
SMRegularStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new State with stereotype and container.static SMShallowHistory
SMShallowHistoryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Shallow History - Pseudostate with template and container.static SMShallowHistory
SMShallowHistoryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Shallow History - Pseudostate with stereotype and container.static SMStateMachine
SMStateMachineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new State Machine with template and container.static SMStateMachine
SMStateMachineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new State Machine with stereotype and container.static SMTerminator
SMTerminatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Terminator - Pseudostate with template and container.static SMTerminator
SMTerminatorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Terminator - Pseudostate with stereotype and container.static SMTransExt
SMTransExtHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Transition with template from source to target element.static SMTransExt
SMTransExtHelper. 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 refObj
to the state given state.java.util.List<SMProtocolConformance>
SMProtocolStateMachine. getConformance(K_CONTROL_OPTION... behaviourFlags)
SMRegion
SMVertex. 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).SMDia
SMStateMachine. 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.BEBehavior
SMTransition. 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.SMProtocolStateMachine
SMProtocolConformance. 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
.MESimpleConstraint
SMTransition. getGuard()
java.util.List<SMTransExt>
SMVertex. getIncoming(K_CONTROL_OPTION... behaviourFlags)
The target vertex of the transition.K_SM_TRANSITION
SMTransition. getKind()
The kind of transition.ARG_PRPresContextLayout
SMStateMachine. getLayout()
Retrieves the layout information of theSMStateMachine
.<T extends ACObjectNode>
java.util.List<T>SMState. getObjectNode(java.lang.Class<T> returnType)
AllACObjectNode
that have the given state.K_ORIENTATION
SMJoinFork. 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)
SMRegion
SMTransExt. getOwnerRegion()
Designates the region that owns this transition.SMRegularState
SMTransInt. getOwnerState()
Designates the state that owns this transiton.java.util.List<CLPort>
SMProtocolStateMachine. getPort()
All ports used by this protocol state machine.MESimpleConstraint
SMTransition. getPostcondition()
MESimpleConstraint
SMTransition. 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)
SMVertex
SMTransExt. 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.SMProtocolStateMachine
SMProtocolConformance. getSpecificMachine()
SMRegularState
SMEntryPoint. getState()
The state that contains this entry point.SMRegularState
SMExitPoint. getState()
The state that contains this exit point.SMRegularState
SMRegion. getState()
The state that owns the region.MESimpleConstraint
SMState. getStateInvariant()
SMStateMachine
SMEntryPoint. getStateMachine()
The state machine that contains this entry point.SMStateMachine
SMExitPoint. getStateMachine()
The state machine that contains this exit point.SMStateMachine
SMRegion. getStateMachine()
The StateMachine that owns the region.SMStateMachine
SMRegularState. 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.SMVertex
SMTransExt. 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.boolean
SMRegularState. hasTriggerByRef(MEModelElement refObj)
True, if the state contains a deferred trigger which is identified byargument refObj
.boolean
SMTransition. hasTriggerByRef(MEModelElement refObj)
True, if the Transition has a trigger which is identified byargument refObj
.static SMRegion
SMRegionHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt)
Inserts a newSMRegion
using a region template.boolean
SMTransExt. isBetweenOrthogonalRegions()
Returns true, if the source vertex and the target vertex of the given transition are in different orthogonal regions of the state machine.boolean
SMVertex. isBetweenOrthogonalRegions(SMVertex refObj)
True, if an existing or possible transition which connects the given vertex and the vertex given byargument refObj
is a transition between orthogonal regions.boolean
SMRegularState. isComposite()
True, if the given state contains a region.boolean
SMJoinFork. isFork()
True, if the given state is a fork pseudostate.boolean
SMTransExt. isForkSegment()
Returns true, if the transition is a fork segment.boolean
SMTransExt. isForkToState()
Returns true, if the transition is a fork segment and the target is a regular state.boolean
SMTransExt. isGuardAllowed()
Returns true, if a guard is allowed at the transition.boolean
SMJoinFork. isJoin()
True, if the given state is a join pseudostate.boolean
SMTransExt. isJoinFromState()
Returns true, if the transition is a join segment and the source is a regular state.boolean
SMTransExt. isJoinSegment()
Returns true, if the transition is a join segment.boolean
SMVertex. isLeft()
True, if the given vertex is left direct or indirect by a transition.boolean
SMVertex. isReached()
True, if the given vertex is reached.boolean
SMRegularState. isSubmachineState()
True, if the given state is a submachine state.boolean
SMTransExt. isTriggerAllowed()
Returns true, if a trigger is allowed at the transition.void
SMStateMachine. 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 void
SMStateMachineHelper. 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
.SMTransExt
SMTransExt. reconnect(ADClientAble ohNew, K_SIDE side, java.awt.Point pos)
Reconnects the selectedSMTransExt
on source or target side.void
SMStateMachine. setGeneral(java.util.List<? extends SMProtocolStateMachine> values)
Set the value of View General.void
SMJoinFork. setOrientation(K_ORIENTATION value)
Set the value of Attribut Orientation.void
SMRegularState. 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)
SMDia
SMDiaSMNode. 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)
SMDiaRegionNode
SMDiaTransEdge. getRegionNode()
SMDiaRegionNode
SMDiaVertexNode. getRegionNode()
SMDiaSMNode
SMDia. getSMNode()
SMDiaSMNode
SMDiaConstraintEdge. getSMNode()
SMDiaSMNode
SMDiaPseudoNode. getSMNode()
SMDiaSMNode
SMDiaRegionNode. getSMNode()
SMDiaSMNode
SMDiaTextNode. getSMNode()
SMDiaVertexNode
SMDiaTransEdge. getSourceNode()
SMStateMachine
SMDia. getStateMachine()
The state machine which is displayed by this diagram.SMDiaStateNode
SMDiaPseudoNode. getStateNode()
SMDiaStateNode
SMDiaRegionNode. getStateNode()
SMDiaVertexNode
SMDiaTransEdge. 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)
SMDiaTransEdge
SMDiaTextNode. getTransEdge()
<T extends SMDiaVertexNode>
java.util.List<T>SMDiaRegionNode. getVertexNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
SMDiaVertexNode
SMDiaTextNode. 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)
SQDiaCombinedNode
SQDiaMessageEndNode. 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)
SQDiaExecNode
SQDiaOccSpecNode. getExecNode()
SQDiaIANode
SQDia. getIANode()
SQDiaIANode
SQDiaCombinedNode. getIANode()
SQDiaIANode
SQDiaConstraintEdge. getIANode()
SQDiaIANode
SQDiaConstraintNode. getIANode()
SQDiaIANode
SQDiaContinuationNode. getIANode()
SQDiaIANode
SQDiaLifelineNode. getIANode()
SQDiaIANode
SQDiaMessageEdge. getIANode()
SQDiaIANode
SQDiaMessageEndNode. getIANode()
SQDiaIANode
SQDiaOrderingEdge. getIANode()
SQDiaIANode
SQDiaPostNode. getIANode()
SQDiaIANode
SQDiaPreNode. getIANode()
SQDiaIANode
SQDiaRefNode. 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)
IAInteraction
SQDia. 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)
SQDiaLifelineNode
SQDiaInvariantNode. getLifelineNode()
SQDiaLifelineNode
SQDiaOccSpecNode. 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)
SQDiaMessageEndNode
SQDiaMessageEdge. getMessageEndSource()
SQDiaMessageEndNode
SQDiaMessageEdge. getMessageEndTarget()
java.util.List<SQDiaOccSpecNode>
SQDiaExecNode. getOccSpecNode(K_CONTROL_OPTION... behaviourFlags)
java.util.List<SQDiaOccSpecNode>
SQDiaLifelineNode. getOccSpecNode(K_CONTROL_OPTION... behaviourFlags)
SQDiaOccSpecNode
SQDiaMessageEdge. getOccuranceSource()
SQDiaOccSpecNode
SQDiaMessageEdge. getOccuranceTarget()
SQDiaOperandNode
SQDiaRefNode. getOperand()
java.util.List<SQDiaOperandNode>
SQDiaCombinedNode. getOperandNode(K_CONTROL_OPTION... behaviourFlags)
SQDiaOperandNode
SQDiaConstraintNode. getOperandNode()
SQDiaOperandNode
SQDiaContinuationNode. 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)
SQDiaCombinedNode
SQDiaOperandNode. getOwningCombinedNode()
SQDia
SQDiaIANode. getOwningDia()
SQDiaExecNode
SQDiaExecNode. getOwningExecNode()
SQDiaLifelineNode
SQDiaExecNode. getOwningLifelineNode()
SQDiaOperandNode
SQDiaCombinedNode. 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)
SQDiaRefNode
SQDiaMessageEndNode. getRefNode()
java.util.List<SQDiaRefNode>
SQDiaOperandNode. getRefNode(K_CONTROL_OPTION... behaviourFlags)
SQDiaOccSpecNode
SQDiaOrderingEdge. getToAfter()
SQDiaOccSpecNode
SQDiaOrderingEdge. getToBefore()
-
Uses of SrvErrorException in de.mid.innovator.util
Methods in de.mid.innovator.util that throw SrvErrorException Modifier and Type Method Description static InnoUrl
InnoUrl. createFrom(ELElement in)
-