|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||
| Packages that use InoNetException | |
|---|---|
| de.mid.innovator.net | The package contains classes needed for the network communication via TCP/IP between Innovator network clients and servers. |
| 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 | |
| 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 | |
| de.mid.innovator.srv2api.icw2bc | |
| de.mid.innovator.srv2api.icw2be | The Common Behaviors packages specify the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior. |
| de.mid.innovator.srv2api.icw2bp | |
| de.mid.innovator.srv2api.icw2bpdia | |
| de.mid.innovator.srv2api.icw2br | |
| de.mid.innovator.srv2api.icw2brdia | |
| de.mid.innovator.srv2api.icw2bs | |
| de.mid.innovator.srv2api.icw2bsdia | |
| 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 | |
| de.mid.innovator.srv2api.icw2db | The DB package (spezialization of the IM package) describes the concepts needed for modeling a relational database. |
| de.mid.innovator.srv2api.icw2dbdia | Database Diagramms 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.icw2elem | |
| de.mid.innovator.srv2api.icw2er | The ER package (spezialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships. |
| de.mid.innovator.srv2api.icw2erdia | Entity Relationship Diagramms and representations of entities and relationships, as well as conceptual views and from clauses. |
| de.mid.innovator.srv2api.icw2gc | |
| de.mid.innovator.srv2api.icw2gcdia | |
| 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 Diagramm is a subclass of Class Diagramm. |
| 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 | Diagramms and grafical representations of model elements in diagramms. |
| 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 | |
| de.mid.innovator.srv2api.icw2sqdia | |
| de.mid.innovator.ui | The classes in this package can be used to provide transparent user interfaces with a standard mechanism for supporting command line arguments or Java properties. |
| Uses of InoNetException in de.mid.innovator.net |
|---|
| Methods in de.mid.innovator.net that throw InoNetException | |
|---|---|
void |
InoNet.connect()
|
void |
InoNet.disconnect()
|
byte[] |
InoNet.fileFromSocket()
|
byte[] |
InoNet.receive()
|
static byte[] |
InoNetReceiveImpl.receive(SocketChannel ch)
Read raw telegram from Channel |
void |
InoNet.send(InoTelegram tel)
|
byte[] |
InoNet.sendAndReceive(InoTelegram tel)
|
| Constructors in de.mid.innovator.net that throw InoNetException | |
|---|---|
InoNet(String host,
int port)
|
|
| Uses of InoNetException in de.mid.innovator.srv |
|---|
| Subclasses of InoNetException in de.mid.innovator.srv | |
|---|---|
class |
LicSrvErrorException
An exception that will be thrown whenever a request to the LicenseServer fails. |
| Methods in de.mid.innovator.srv that throw InoNetException | |
|---|---|
void |
SrvConnection.connect()
Connects the SrvConnection with the repository server and initializes the communication between Java client and repository server. |
void |
RepositoryServer.connect()
Connects to a running Innovator repository server if not yet connected. |
void |
LicenseServer.connect()
Deprecated. |
Model |
RepositoryServer.createModel(String name,
K_ADMODEL modelType,
String newAdminPwd,
String userCfg,
String modelCfg,
List<String> addOnList)
Creates a new Model in the actual repository server and refreshes
the list of models. |
abstract void |
Model.delete(String pwd)
Deletes a model from a repository server. |
void |
SrvConnection.disconnect()
Disconnects the SrvConnection from the repository server; no more commands can be called. |
void |
RepositoryServer.disconnect()
Disconnects from the repository server. |
void |
LicenseServer.disconnect()
Deprecated. |
RepositoryServer |
LicenseServer.findServer(String repName)
Finds a specific running repository server. |
RepositoryServer |
INetworkInformationService.findServer(String repName)
|
String |
LicenseServer.getHostId()
|
String |
ILicensingService.getHostId()
Gets the host id. |
List<InoNetClient> |
LicenseServer.getInnovatorClients()
Returns a list of all known clients. |
List<InoNetClient> |
INetworkInformationService.getInnovatorClients()
|
int |
LicenseServer.getLicenseCount(LicenseServer.License lic)
|
int |
ILicensingService.getLicenseCount(LicenseServer.License lic)
Gets the total number of licenses of a given license type |
String |
LicenseServer.getLicensee()
|
String |
ILicensingService.getLicensee()
Gets the licensee |
protected List<String> |
Model.getLicUserRoleList(InoUser inoUser)
|
int |
LicenseServer.getSerialNumber()
|
int |
ILicensingService.getSerialNumber()
|
List<RepositoryServer> |
LicenseServer.getServerList()
The method retrieves the complete list of repository servers known by this license server. |
List<RepositoryServer> |
INetworkInformationService.getServerList()
|
EnumSet<ServerStatus> |
LicenseServer.getServerStatus(String repName)
The method returns a set of runtime status flags of the given repository server. |
protected byte[] |
Model.getSSOUserCookie(InoUser inoUser)
|
protected List<InoUser> |
Model.getSSOUsers()
|
EnumSet<ServerStatus> |
RepositoryServer.getStatus()
|
InoUser |
LicenseServer.getUser()
Returns the info for the current system user. |
InoUser |
LicenseServer.getUserInfo(String domain,
String name)
Deprecated. |
List<InoUser> |
LicenseServer.getUserList()
|
List<LicSrvGetLoginListReplyTelegram.InoUserLogin> |
LicenseServer.getUserLoginList()
|
abstract List<String> |
Model.getUserRoleList(InoUser inoUser)
Fetch the possible roles |
List<String> |
LicenseServer.getUserRoleList(InoUser inoUser,
String repName,
String mdlName,
K_ADMODEL mdlType)
|
abstract List<InoUser> |
Model.getUsers()
Gets the list of available users. |
int |
LicenseServer.getVersion()
Retrieves the version of the license server. |
int |
INetworkInformationService.getVersion()
|
boolean |
LicenseServer.isLicenseRegistered()
|
boolean |
ILicensingService.isLicenseRegistered()
Determines whether [is license registered] |
protected boolean |
Model.isSingleSignOn()
|
List<String> |
Model.listUserRoles(String userName)
Deprecated. |
void |
LicenseServer.lockLicense(LicenseServer.License license)
|
void |
ILicensingService.lockLicense(LicenseServer.License license)
Locks another license of given type. |
abstract void |
Model.loginModelAdmin(String aUserName,
String pwd)
Login as model administrator with name and password. |
abstract void |
Model.loginModelGuest(String pwd)
Login as model guest with password. |
void |
Model.loginUser(String role)
Deprecated. |
abstract void |
Model.loginUser(String aUserName,
String aCleartextPassword,
String role)
Login as normal user with name and password. |
void |
RepositoryServer.logout()
Logs out from the repository server if still logged-in, otherwise nothing will be done. |
abstract void |
Model.logout()
Logout any user from the model. |
void |
RepositoryServer.modifyPassword(String oldPass,
String newPass)
Modifies the repository server's administration password. |
void |
RepositoryServer.refresh()
Synchronizes this server object's model list with the actual state known by the license server. |
void |
LicenseServer.registerLicense(String key)
|
void |
ILicensingService.registerLicense(String key)
Registers a new obtained license. |
protected void |
Model.registerModelAtLicServer()
|
void |
LicenseServer.registerProgram(InoProgram.Type progType)
|
void |
ILicensingService.registerProgram(InoProgram.Type progType)
|
void |
RepositoryServer.repositoryAdminLogin(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)
|
void |
LicenseServer.sendLicenseFile(FileInputStream fs)
|
void |
ILicensingService.sendLicenseFile(FileInputStream fs)
|
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(String aUserName)
Checks if the given user has a login with the same display. |
protected void |
Model.unregisterModelAtLicServer()
|
void |
LicenseServer.unregisterProgram()
|
void |
ILicensingService.unregisterProgram()
|
void |
LicenseServer.updateConnection()
|
boolean |
RepositoryServer.userHasAdminPrivileges()
|
| Constructors in de.mid.innovator.srv that throw InoNetException | |
|---|---|
LicenseServer()
The default constructor that instantiates a license server object using the specific constructor with arguments (null,0) |
|
LicenseServer(String lHost,
int lPort)
The constructor creates an instance that can be used to communicate with the Innovator license server. |
|
LicSrvUserChkRepAdminReplyTelegram(ByteBuffer bb)
|
|
LicSrvUserGetRolesReplyTelegram(ByteBuffer bb)
|
|
| Uses of InoNetException in de.mid.innovator.srv.excellence |
|---|
| Methods in de.mid.innovator.srv.excellence that throw InoNetException | |
|---|---|
void |
ExcellenceModel.delete(String pwd)
|
List<String> |
ExcellenceModel.getUserRoleList(InoUser inoUser)
|
List<InoUser> |
ExcellenceModel.getUsers()
|
void |
ExcellenceModel.loginModelAdmin(String aUserName,
String pwd)
Login as model administrator with name and password. |
void |
ExcellenceModel.loginModelGuest(String pwd)
Login as model guest with password. |
void |
ExcellenceModel.loginUser(String aUserName,
String aCleartextPassword,
String role)
Login as normal user with name and password. |
void |
ExcellenceModel.logout()
Logout any user from the model. |
boolean |
ExcellenceModel.tryReLogin(String aUserName)
Checks if the given user has a login with the same display. |
| Uses of InoNetException in de.mid.innovator.srv2api.icw2ac |
|---|
| Methods in de.mid.innovator.srv2api.icw2ac that throw InoNetException | ||
|---|---|---|
void |
ACActivityGroup.assignContainedNodeExplicit(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,
List<? extends ACActivityNode> seqNode,
List<? extends ACActivityGroup> seqGroup)
Assigns each of the nodes to all of the partitions without removing any nodes from the partitions. |
|
static ANValuePin |
ANValuePinHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Value Pin with template and container. |
|
static ANValSpec |
ANValSpecHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Value Specification Action with template and container. |
|
static ANTestIdentity |
ANTestIdentityHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Test Identity Action with template and container. |
|
static ANSendObject |
ANSendObjectHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Send Object Action with template and container. |
|
static ANReply |
ANReplyHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Reply Action with template and container. |
|
static ANReadSelf |
ANReadSelfHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Read Self Action with template and container. |
|
static ANRaiseException |
ANRaiseExceptionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Raise Exception Action with template and container. |
|
static ANOutputPin |
ANOutputPinHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Output Pin with template and container. |
|
static ANOpaque |
ANOpaqueHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Opaque Action with template and container. |
|
static ANInputPin |
ANInputPinHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Input Pin with template and container. |
|
static ANDestroyObject |
ANDestroyObjectHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Destroy Object Action with template and container. |
|
static ANActionInputPin |
ANActionInputPinHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Action Input Pin with template and container. |
|
static ANAcceptEvent |
ANAcceptEventHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Accept Event Action with template and container. |
|
static ANAcceptCall |
ANAcceptCallHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Accept Call Action with template and container. |
|
static ACVariable |
ACVariableHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Variable with template and container. |
|
static ACStructuredNode |
ACStructuredNodeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Structured Activity Node with template and container. |
|
static ACPartition |
ACPartitionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Activity Partition with template and container. |
|
static ACMergeNode |
ACMergeNodeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Merge Node with template and container. |
|
static ACJoinNode |
ACJoinNodeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Join Node with template and container. |
|
static ACInterruptibleRegion |
ACInterruptibleRegionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Interruptible Activity Region with template and container. |
|
static ACInitialNode |
ACInitialNodeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Initial Node with template and container. |
|
static ACForkNode |
ACForkNodeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Fork Node with template and container. |
|
static ACFlowFinalNode |
ACFlowFinalNodeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Flow Final Node with template and container. |
|
static ACDecisionNode |
ACDecisionNodeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Decision Node with template and container. |
|
static ACDataStoreNode |
ACDataStoreNodeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Data Store Node with template and container. |
|
static ACCentralBufferNode |
ACCentralBufferNodeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Central Buffer Node with template and container. |
|
static ACActivity |
ACActivityHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Activity with template and container. |
|
static ACActivityFinalNode |
ACActivityFinalNodeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Activity Final Node with template 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 ANSendSignal |
ANSendSignalHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Send Signal Action with template 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 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 ANReadLink |
ANReadLinkHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Read Link Action with template 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 ANCreateObject |
ANCreateObjectHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Create Object Action with template 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 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 ANClearAssociation |
ANClearAssociationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Clear Association Action with template 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 ANCallBehavior |
ANCallBehaviorHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Call Behavior Action with template 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 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 ANAcceptEvent |
ANAcceptEventHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Accept Event Action with template and container with requirement. |
|
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 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 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 ANValuePin |
ANValuePinHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Value Pin with stereotype and container. |
|
static ANValSpec |
ANValSpecHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Value Specification Action with stereotype and container. |
|
static ANTestIdentity |
ANTestIdentityHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Test Identity Action with stereotype and container. |
|
static ANSendObject |
ANSendObjectHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Send Object Action with stereotype and container. |
|
static ANReply |
ANReplyHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Reply Action with stereotype and container. |
|
static ANReadSelf |
ANReadSelfHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Read Self Action with stereotype and container. |
|
static ANRaiseException |
ANRaiseExceptionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Raise Exception Action with stereotype and container. |
|
static ANOutputPin |
ANOutputPinHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Output Pin with stereotype and container. |
|
static ANOpaque |
ANOpaqueHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Opaque Action with stereotype and container. |
|
static ANInputPin |
ANInputPinHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Input Pin with stereotype and container. |
|
static ANDestroyObject |
ANDestroyObjectHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Destroy Object Action with stereotype and container. |
|
static ANActionInputPin |
ANActionInputPinHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Action Input Pin with stereotype and container. |
|
static ANAcceptEvent |
ANAcceptEventHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Accept Event Action with stereotype and container. |
|
static ANAcceptCall |
ANAcceptCallHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Accept Call Action with stereotype and container. |
|
static ACVariable |
ACVariableHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Variable with stereotype and container. |
|
static ACStructuredNode |
ACStructuredNodeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Structured Activity Node with stereotype and container. |
|
static ACPartition |
ACPartitionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Activity Partition with stereotype and container. |
|
static ACMergeNode |
ACMergeNodeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Merge Node with stereotype and container. |
|
static ACJoinNode |
ACJoinNodeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Join Node with stereotype and container. |
|
static ACInterruptibleRegion |
ACInterruptibleRegionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Interruptible Activity Region with stereotype and container. |
|
static ACInitialNode |
ACInitialNodeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Initial Node with stereotype and container. |
|
static ACForkNode |
ACForkNodeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Fork Node with stereotype and container. |
|
static ACFlowFinalNode |
ACFlowFinalNodeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Flow Final Node with stereotype and container. |
|
static ACDecisionNode |
ACDecisionNodeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Decision Node with stereotype and container. |
|
static ACDataStoreNode |
ACDataStoreNodeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Data Store Node with stereotype and container. |
|
static ACCentralBufferNode |
ACCentralBufferNodeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Central Buffer Node with stereotype and container. |
|
static ACActivity |
ACActivityHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Activity with stereotype and container. |
|
static ACActivityFinalNode |
ACActivityFinalNodeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Activity Final Node with stereotype and container. |
|
static ANUnmarshall |
ANUnmarshallHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Unmarshall Action with stereotype 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 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 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 ANReadLink |
ANReadLinkHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Read Link Action with stereotype 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 ANCreateObject |
ANCreateObjectHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Create Object Action with stereotype 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 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 ANClearAssociation |
ANClearAssociationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Clear Association Action with stereotype 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 ANCallBehavior |
ANCallBehaviorHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Call Behavior Action with stereotype 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 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 ANAcceptEvent |
ANAcceptEventHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Accept Event Action with stereotype and container with requirement. |
|
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 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 ACControlFlow |
ACControlFlowHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Control Flow Edge with stereotype from source to target element. |
|
ANInputPin |
ACExceptionHandler.createPinOnExceptionHandler(ELElement item)
If an ACExceptionHandler is to be created between the protected node and the exception input pin, whereas the target of the selection is not an ANInputPin but a ANCallBehavior or ANOpaque, then this command will create and return the missing ANInputPin, so that the ACExceptionHandler 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,
String name,
Point position,
ELType ohType)
Extends the basic function 'EntCreateOclCmd' for the element ACDataStoreNode by setting/modifying further attributes or elements. |
|
ANAcceptCall |
ANOutputPin.getAcceptCall()
The action that owns this output pin. |
|
|
ANSendSignal.getAcceptedBy(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all ANAcceptEvent actions that are triggerd by the signal of ANSendSignal actions. |
|
|
ANSendObject.getAcceptedBy(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all ANAcceptEvent actions that are triggerd by the signal of the target ANInputPin of the ANSendObject. |
|
|
ANBroadcastSignal.getAcceptedBy(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all ANAcceptEvent actions that are triggerd by the signal of ANBroadcastSignal actions. |
|
|
ANSendSignal.getAcceptedBy(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAcceptedBy and filters its return values according to the given stereotype value. |
|
|
ANSendObject.getAcceptedBy(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAcceptedBy and filters its return values according to the given stereotype value. |
|
|
ANBroadcastSignal.getAcceptedBy(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAcceptedBy and filters its return values according to the given stereotype value. |
|
|
ANAcceptEvent.getAcceptedEvents(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All events specified by the triggers which are accepted by the action. |
|
|
ANAcceptEvent.getAcceptedEvents(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAcceptedEvents and filters its return values according to the given stereotype value. |
|
List<BETrigger> |
ANAcceptEvent.getAcceptedTrigger(K_CONTROL_OPTION... behaviourFlags)
All triggers which are accepted by the action. |
|
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 |
ANOutputPin.getAction()
The action that owns this output pin. |
|
ANAction |
ANInputPin.getAction()
The action that owns this input pin. |
|
ACActivity |
ACActivityNode.getActivity()
The activity that contains the node. |
|
ACActivity |
ACActivityEdge.getActivity()
Activity containing the edge. |
|
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. |
|
List<ACPartition> |
ACActivity.getAllExternalPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags)
All external partitions contained directly or indirectly in the activity. |
|
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. |
|
List<ACPartition> |
ACActivity.getAllNonExternalPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags)
All non-external partitions contained directly or indirectly in the activity. |
|
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. |
|
List<ACPartition> |
ACActivity.getAllPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags)
All partitions contained directly or indirectly in the activity. |
|
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. |
|
|
ANInvocation.getArgument(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Specification of an argument value that appears during execution. |
|
CLAssociation |
ANClearAssociation.getAssociation()
Association to be cleared. |
|
|
ANLink.getAssociationEnd(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all association ends assigned to this ANAction. |
|
|
ANLink.getAssociationEnd(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. |
|
String |
ANOpaque.getBody()
Specification of the action in one or more languages. |
|
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. |
|
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. |
|
|
ACActivity.getCallActivityNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All calls to activities inside of this activity. |
|
|
ACActivity.getCallActivityNode(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. |
|
|
ACActivityGroup.getContainedEdge(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All activity edges being assigned to this group. |
|
|
ACActivityGroup.getContainedEdge(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getContainedEdge and filters its return values according to the given stereotype value. |
|
|
ACActivityGroup.getContainedEdgeExplicit(Class<T> returnType)
All edges assigned explicitly to the group. |
|
|
ACActivityGroup.getContainedEdgeImplicit(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All activity edges being implicitly assigned to this group. |
|
|
ACActivityGroup.getContainedEdgeImplicit(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getContainedEdgeImplicit and filters its return values according to the given stereotype value. |
|
|
ACActivityGroup.getContainedNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All activity nodes being assigned to this group. |
|
|
ACActivityGroup.getContainedNode(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getContainedNode and filters its return values according to the given stereotype value. |
|
|
ACActivityGroup.getContainedNodeExplicit(Class<T> returnType)
All nodes assigned explicitly to the group. |
|
|
ACActivityGroup.getContainedNodeImplicit(Class<T> returnType)
All nodes assigned implicitly to the group. |
|
|
ACActivityGroup.getContainedNodeImplicitExclusive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All nodes assigned to the group implicitly and exclusively, usually by mere graphical containment, and not explicitly. |
|
|
ACActivityGroup.getContainedNodeImplicitExclusive(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getContainedNodeImplicitExclusive and filters its return values according to the given stereotype value. |
|
|
ANAction.getControlPin(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All pins with property 'isControl' set to true. |
|
|
ANAction.getControlPin(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getControlPin and filters its return values according to the given stereotype value. |
|
|
ANPin.getCorrespondingPin(Class<T> returnType,
ANAction refObj,
K_CONTASGN kind,
int mode,
K_CONTROL_OPTION... behaviourFlags)
Searches for an ANPin assigned to argument refObj that corresponds to the source pin. |
|
|
ANPin.getCorrespondingPin(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 |
ACDecisionNode.getDecisionInput()
Behavior which provides input to guard specifications on edges outgoing from the decision node. |
|
BEBehavior |
ACDecisionBehavior.getDecisionInput()
Behavior which provides input to guard specifications on edges outgoing from the decision node. |
|
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. |
|
|
ACActivity.getEdge(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Edges expressing flow between nodes of the activity. |
|
CLProperty |
ANLinkEndData.getEnd()
Association end which this link-end data specifies values for. |
|
|
ANLink.getEndData(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Data that identifies one end of a link by the objects on its ends and qualifiers. |
|
|
ANAcceptEvent.getEventAsTrigger(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All events, signals and operations which may serve as triggers of the action. |
|
|
ANAcceptEvent.getEventAsTrigger(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. |
|
List<ACExceptionHandler> |
ACExecutableNode.getExceptionHandler(K_CONTROL_OPTION... behaviourFlags)
The exeption handlers which the node serves as handler body for. |
|
ACObjectNode |
ACExecutableNode.getExceptionInput()
If the node serves as a handler body of an exception handler, the exception input node is returned. |
|
ACObjectNode |
ACExceptionHandler.getExceptionInput()
An object node within the handler body. |
|
|
ACExceptionHandler.getExceptionType(Class<T> returnType)
The kind of instances that the handler catches. |
|
List<IAActionExecSpec> |
ANAction.getExecution(K_CONTROL_OPTION... behaviourFlags)
All execution specifications of the ANAction. |
|
List<BEExecutionEvent> |
ANAction.getFinishEvent(K_CONTROL_OPTION... behaviourFlags)
ExecutionOccurrenceSpecification that designates the finish of the action. |
|
List<BEExecutionEvent> |
ANAction.getFinishEvent(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFinishEvent and filters its return values according to the given stereotype value. |
|
ANInputPin |
ANTestIdentity.getFirst()
Gives the pin which the first object is placed on. |
|
ANAction |
ANActionInputPin.getFromAction()
Returns the action used to provide values to the ANActionInputPin. |
|
|
ACActivity.getGroup(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Top-level groups in the activity. |
|
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. |
|
String |
ACActivityEdge.getGuardLanguage()
Language of the specification evaluated at runtime to determine if the edge can be traversed. |
|
String |
ACActivityEdge.getGuardSpecification()
Specification evaluated at runtime to determine if the edge can be traversed. |
|
List<ACExceptionHandler> |
ACObjectNode.getHandler(K_CONTROL_OPTION... behaviourFlags)
The ACExceptionHandler which the ACObjectNode serves as exception token input for. |
|
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. |
|
ACExecutableNode |
ACExceptionHandler.getHandlerBody()
A node that is executed if the handler satisfies an uncaught exception. |
|
|
ACExecutableNode.getHandlerBody(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. |
|
|
ACExecutableNode.getHandlerBody(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getHandlerBody and filters its return values according to the given stereotype value. |
|
List<ACPartition> |
ACActivity.getHorizontalPartitions(K_CONTROL_OPTION... behaviourFlags)
All partitions to be displayed as a horizontal swimlane contained directly in the activity. |
|
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()
The activity which contains the group. |
|
|
ACActivityNode.getIncoming(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All edges heading into the node. |
|
|
ACActivityNode.getInGroup(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All activity groups the node is assigned to. |
|
|
ACActivityEdge.getInGroup(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All activity groups the edge is assigned to. |
|
|
ACActivityNode.getInGroup(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getInGroup and filters its return values according to the given stereotype value. |
|
|
ACActivityEdge.getInGroup(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getInGroup and filters its return values according to the given stereotype value. |
|
|
ACActivityNode.getInGroupExplicit(Class<T> returnType)
All groups this node is explicitly assigned to. |
|
|
ACActivityEdge.getInGroupExplicit(Class<T> returnType)
All groups this edge is explicitly assigned to. |
|
|
ACActivityNode.getInGroupImplicit(Class<T> returnType)
All groups this node is implicitly assigned to. |
|
|
ACActivityEdge.getInGroupImplicit(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All activity groups the edge is implicitly assigned to. |
|
|
ACActivityEdge.getInGroupImplicit(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getInGroupImplicit and filters its return values according to the given stereotype value. |
|
|
ANAction.getInput(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The ordered set of input pins connected to the action. |
|
|
ANOpaque.getInputValue(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Input provided for the action. |
|
|
ANLink.getInputValue(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Pins taking end objects and qualifier values as input. |
|
ANInputPin |
ANLinkEndCreationData.getInsertAt()
Specifies where the new link should be inserted for ordered association ends or where an existing link should be moved to. |
|
ANInputPin |
ANAddStructuralFeatureValue.getInsertAt()
Returns the ANInputPin that gives the position where a new value should be inserted or moves an existing value in ordered structural features. |
|
|
ACObjectNode.getInState(Class<T> returnType)
All current states of the ACObjectNode. |
|
IAInteraction |
ANAction.getInteraction()
IAInteraction which the execution of the action occurs in. |
|
|
ACInterruptibleRegion.getInterruptingEdge(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns the edges leaving the region. |
|
|
ACInterruptibleRegion.getInterruptingEdge(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()
The region that the edge will interrupt if a token is passed along the edge. |
|
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. |
|
String |
ACJoinNode.getJoinSpecification()
A specification that gives the conditions which the join will emit a token under. |
|
String |
ACJoinNode.getJoinSpecificationLanguage()
Language of the specification that gives the conditions which the join will emit a token under. |
|
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 the ACActivity. |
|
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 |
ANQualifierValue.getLinkEndData()
Data of the link identified amongst others by this qualifier. |
|
ANLinkEndData |
ANInputPin.getLinkEndData()
Returns the ANLinkEndData which the object that is provided by the ANInputPin is given to. |
|
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 the ELType of this ACObjectNode manually. |
|
boolean |
ACStructuredNode.getMustIsolate()
If true, the actions in the node execute in isolation from actions outside the node. |
|
|
ACActivity.getNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Nodes coordinated by the activity. |
|
List<ACActivity> |
ACActivity.getNodeActivity(K_CONTROL_OPTION... behaviourFlags)
All activities called inside of this activity. |
|
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 |
ANUnmarshall.getObject()
The object to be unmarshalled. |
|
ANInputPin |
ANStructuralFeature.getObject()
Gives the input pin which the object whose structural feature is to be read or written is obtained from. |
|
ANInputPin |
ANClearAssociation.getObject()
Gives the input pin which the object whose participation in the association is to be cleared is obtained from. |
|
ACObjectNode |
ACObjNodeSelBehavior.getObjectNode()
The object node which the tokens are selected for. |
|
|
ANAction.getObjectPin(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All pins with 'isControl' property set to false. |
|
|
ANAction.getObjectPin(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 |
ANOutputPin.getOpaqueAction()
Action with implementation-specific semantics. |
|
ANOpaque |
ANInputPin.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 |
ACJoinNode.getOrientation()
Returns the orientation of the ACJoinNode. |
|
K_ORIENTATION |
ACForkNode.getOrientation()
Returns the orientation of the ACForkNode. |
|
|
ACActivityNode.getOutgoing(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All edges heading out of the node. |
|
List<ANOutputPin> |
ANAction.getOutput(K_CONTROL_OPTION... behaviourFlags)
The ordered set of output pins connected to the action. |
|
List<ANOutputPin> |
ANOpaque.getOutputValue(K_CONTROL_OPTION... behaviourFlags)
Output taken from the action. |
|
List<MESimpleConstraint> |
ACStructuredNode.getOwnedRule(K_CONTROL_OPTION... behaviourFlags)
All constraints owned by this ACStructuredNode. |
|
ANLink |
ANLinkEndData.getOwnerAction()
LinkAction that writes to or reads from the link end. |
|
ANActionInputPin |
ANAction.getOwnerPin()
Returns the ANActionInputPin which the given action provides its values to. |
|
CLParameter |
ACParamNode.getParameter()
The parameter the object node accepts and provides values for. |
|
CLParameter |
ANPin.getParameter(Class<? extends ELObject> kind,
int mode)
Finds the CLParameter that corresponds to the ANPin. |
|
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 assigned CLParameter. |
|
List<ACParamNode> |
ANPin.getParamNode(K_CONTROL_OPTION... behaviourFlags)
Finds the ACParamNode corresponding to the ANPin. |
|
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. |
|
List<ACParamNode> |
ACActivity.getParamNodeOfParam(CLParameter refObj,
K_CONTROL_OPTION... behaviourFlags)
Gets all parameter nodes in the activity which belong to the parameter. |
|
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. |
|
List<ACPartition> |
ACActivity.getPartition(K_CONTROL_OPTION... behaviourFlags)
Top-level partitions in the activity. |
|
CLPort |
ANInvocation.getPort()
The ANInvocation being tied to a CLPort. |
|
ACPartition |
ACPartition.getPredecessor()
The partition preceding this one as the son of their common owner - if there is one. |
|
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 |
ACExecutableNode.getProtectedNode()
If the node is a handler body, the node protected by the handler is returned. |
|
ACExecutableNode |
ACExceptionHandler.getProtectedNode()
The node protected by the handler. |
|
CLProperty |
ANQualifierValue.getQualifier()
Attributes representing the qualifier which the value is to be specified for. |
|
List<ANQualifierValue> |
ANLinkEndData.getQualifier(K_CONTROL_OPTION... behaviourFlags)
List of qualifier values. |
|
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. |
|
|
ANReply.getReplyValue(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
A list of pins that contains the reply values of the operation. |
|
MEModelElement |
ACPartition.getRepresents()
The element represented by the partition. |
|
ANInputPin |
ANSendObject.getRequest()
The request object which is transmitted to the target object. |
|
ANOutputPin |
ANValSpec.getResult()
Gives the output pin which the result is output on. |
|
ANOutputPin |
ANTestIdentity.getResult()
Informs whether the two input objects are identical. |
|
ANOutputPin |
ANReadStructuralFeature.getResult()
Gives the output pin which the result is put on. |
|
ANOutputPin |
ANReadSelf.getResult()
Gives the output pin which the hosting object is placed 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 |
ANCreateObject.getResult()
Gives the output pin which the result is put on. |
|
List<ANOutputPin> |
ANUnmarshall.getResult(K_CONTROL_OPTION... behaviourFlags)
The values of the structural features of the input object. |
|
List<ANOutputPin> |
ANCall.getResult(K_CONTROL_OPTION... behaviourFlags)
A list of output pins where the results of performing the invocation are placed. |
|
List<ANOutputPin> |
ANAcceptEvent.getResult(K_CONTROL_OPTION... behaviourFlags)
Pins that hold the received event objects or their attributes. |
|
ANInputPin |
ANReply.getReturnInformation()
An ANInputPin that contains the return information value produced by an earlier ANAcceptCall. |
|
ANOutputPin |
ANAcceptCall.getReturnInformation()
Pins holding the received event objects or their attributes. |
|
ACStructuredNode |
ACVariable.getScope()
A structured activity node that owns the variable. |
|
ANInputPin |
ANTestIdentity.getSecond()
Gives the pin which the second object is placed on. |
|
ACObjNodeSelBehavior |
ACObjectNode.getSelBehavior()
Selects tokens for outgoing edges. |
|
BEBehavior |
ACObjectFlow.getSelBehavior()
The selection behavior which selects tokens from a source object node. |
|
CLParameterSet |
ANCall.getSelectedParameterSetIn()
The CLParameterSet with input direction that will determine the model consistency checks, the verify actions and the maintenance actions on this call action. |
|
CLParameterSet |
ANCall.getSelectedParameterSetOut()
The CLParameterSet with output direction that will determine the model consistency checks, the verify actions and the maintenance actions on this call action. |
|
BEBehavior |
ACObjNodeSelBehavior.getSelectionBE()
A behavior which selects tokens for outgoing edges. |
|
BEBehavior |
ACObjFlowBehavior.getSelectionBE()
A behavior that selects tokens from a source object node. |
|
BEBehavior |
ACObjectNode.getSelectionBehavior()
The selection behavior which selects tokens for outgoing object flows. |
|
ACObjFlowBehavior |
ACObjectFlow.getSelectionBehavior()
Selects tokens from a source object node. |
|
ACObjectFlow |
ACObjFlowBehavior.getSelectionOwningFlow()
The object flow of the selection behavior. |
|
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. |
|
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. |
|
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. |
|
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. |
|
|
ANAcceptEvent.getSentBy(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all ANSendSignal/ANBroadcastSignal/ANSendObject actions that send signals accepted by this ANAcceptEvent. |
|
|
ANAcceptEvent.getSentBy(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 |
ANSendSignal.getSignal()
The type of signal transmitted to the target object. |
|
CLSignal |
ANBroadcastSignal.getSignal()
The specification of signal object transmitted to the target objects. |
|
ACActivityNode |
ACActivityEdge.getSource()
The source node of the edge. |
|
List<BEExecutionEvent> |
ANAction.getStartEvent(K_CONTROL_OPTION... behaviourFlags)
ExecutionOccurrenceSpecification that designates the start of the action. |
|
List<BEExecutionEvent> |
ANAction.getStartEvent(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getStartEvent and filters its return values according to the given stereotype value. |
|
ELStructFeature |
ANStructuralFeature.getStructuralFeature()
Structural feature to be read. |
|
ANStructuralFeature |
ANInputPin.getStructuralFeatureAction()
Action that statically specifies the structural feature to be accessed. |
|
List<ACStructuredNode> |
ACActivity.getStructuredNode(K_CONTROL_OPTION... behaviourFlags)
Top-level structured nodes in the activity. |
|
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. |
|
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. |
|
|
ACActivityGroup.getSubgroup(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Groups immediately contained in the group. |
|
List<ACPartition> |
ACPartition.getSubPartition(K_CONTROL_OPTION... behaviourFlags)
The partitions immediately contained by the partition. |
|
ACPartition |
ACPartition.getSuccessor()
The partition succeeding this one as the son of their common owner - if there is one. |
|
ACActivityGroup |
ACActivityGroup.getSuperGroup()
Group immediately containing the group. |
|
ACPartition |
ACPartition.getSuperPartition()
Partition that immediately contains the partition. |
|
ANInputPin |
ANSendSignal.getTarget()
The target object which the signal is sent to. |
|
ANInputPin |
ANSendObject.getTarget()
The target object which the object is sent to. |
|
ANInputPin |
ANDestroyObject.getTarget()
The input pin that provides the object to be destroyed. |
|
ANInputPin |
ANCallOperation.getTarget()
The target object which the request is sent to. |
|
ACActivityNode |
ACActivityEdge.getTarget()
The target node of the edge. |
|
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. |
|
BETrigger |
ANReply.getTrigger()
BETrigger that specifies the operation whose call is being replied to. |
|
List<BETrigger> |
ANAcceptEvent.getTrigger(K_CONTROL_OPTION... behaviourFlags)
The type of events accepted by the action, as specified by triggers. |
|
CLClassifier |
ACVariable.getTypingClassifier()
The classifier that types this variable. |
|
CLClassifier |
ACObjectNode.getTypingClassifier()
The classifier used as type for this object node. |
|
ANUnmarshall |
ANOutputPin.getUnmarshallAction()
Action that breaks the input object into outputs. |
|
ANUnmarshall |
ANInputPin.getUnmarshallAction()
Action that breaks the 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. |
|
String |
ACObjectNode.getUpperBoundSpecification()
Info reading the upper bound which is the maximum number of tokens allowed in the node. |
|
ANInputPin |
ANWriteStructuralFeature.getValue()
Value to be added or removed from the structural feature. |
|
ANInputPin |
ANQualifierValue.getValue()
Input pin which the specified value for the qualifier is taken from. |
|
ANInputPin |
ANLinkEndData.getValue()
ANInputPin that provides the specified object for the given end. |
|
|
ANValuePin.getValue(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Value that the pin will provide. |
|
|
ANValSpec.getValue(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The value specification to be evaluated. |
|
ANValSpec |
ANOutputPin.getValueSpecificationAction()
The action of this result. |
|
String |
ANValuePin.getValueSpecificationBody()
The text of the value specification expression of the value that the pin will provide. |
|
String |
ANValSpec.getValueSpecificationBody()
The text of the value specification expression to be evaluated. |
|
String |
ANValuePin.getValueSpecificationLanguage()
The language of the value specification expression of the value that the pin will provide. |
|
String |
ANValSpec.getValueSpecificationLanguage()
The language of the value specification expression to be evaluated. |
|
List<ACVariable> |
ACStructuredNode.getVariable(K_CONTROL_OPTION... behaviourFlags)
Variables defined in the scope of the structured activity node. |
|
List<ACVariable> |
ACActivity.getVariable(K_CONTROL_OPTION... behaviourFlags)
Top-level variables in the activity. |
|
List<ACPartition> |
ACActivity.getVerticalPartitions(K_CONTROL_OPTION... behaviourFlags)
All partitions to be displayed as a vertical swimlane contained directly in the activity. |
|
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. |
|
String |
ACActivityEdge.getWeightLanguage()
Language of the specification of the number of objects consumed from the source node on each traversal. |
|
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 the ACActivityEdge and inserts the given ACActivityNode. |
|
static ACPartition |
ACPartitionHelper.insertAtSelection(SrvContext srvCtx,
MMCreateTemplate ohTemplatePartition,
List<? extends ACPartition> seqPartitionSelection,
K_INSERT kInsertAt)
Inserts a new ACPartition using a partition template. |
|
ACActivityEdge |
ACActivityEdge.invert()
Inverts the edge. |
|
boolean |
ACJoinNode.isCombineDuplicate()
Informs whether tokens that have objects with the same identity are combined into one by the ACJoinNode. |
|
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()
Structured nodes are both nodes and groups. |
|
boolean |
ACActivityNode.isInInterruptibleRegion(ACInterruptibleRegion refObj)
Checks if the node is contained in the region. |
|
boolean |
ACActivityEdge.isInterruptingEdge()
True, if the edge leaves an interruptible activity region. |
|
boolean |
ANAction.isMaintainAble()
Returns true if the ANAction may be maintained to match some other element. |
|
boolean |
ACActivityEdge.isMaintainAble()
Returns true if the ACActivityEdge may be maintained. |
|
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()
If true, this activity must not make any changes to variables outside the activity or to objects. |
|
boolean |
ANRemoveStructuralFeatureValue.isRemoveDuplicates()
Specifies whether to remove duplicates of the value in non-unique structural features. |
|
boolean |
ANLinkEndDestructionData.isRemoveDuplicates()
Specifies whether to destroy duplicates of the value in non-unique association ends. |
|
boolean |
ANLinkEndCreationData.isReplaceAll()
Specifies whether the existing links emanating from the object on this end should be destroyed before creating a new link. |
|
boolean |
ANAddStructuralFeatureValue.isReplaceAll()
False specifies whether existing values of the structural feature of the object should be removed before adding the new value. |
|
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. |
|
static void |
ACActivityHelper.layout(SrvContext srvCtx,
List<? extends ACActivity> sel,
String format,
K_ORIENTATION orientation,
int marginLeft,
int marginRight,
int marginTop,
int marginBottom,
int horPage,
int verPage)
Modifies the layout information of the ACActivity. |
|
void |
ACActivity.layout(String format,
K_ORIENTATION orientation,
int marginLeft,
int marginRight,
int marginTop,
int marginBottom,
int horPage,
int verPage)
Modifies the layout information of the ACActivity. |
|
void |
ANValSpec.maintain()
Sets the ELType of the result output pin to the type of the MEValSpecOpaqueExpr of the ANAction. |
|
void |
ANUnmarshall.maintain()
The list of results of the ANUnmarshall is maintained by the ordered list of structural features of the unmarshall type. |
|
void |
ANTestIdentity.maintain()
Sets the ELType of the result output pin to the primitive type BOOLEAN. |
|
void |
ANSendSignal.maintain()
The list of argument input pins of the SendSignalAction is maintained by the ordered list of properties of the signal. |
|
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 |
ANRemoveStructuralFeatureValue.maintain()
Maintains the removeAt input pin according to the 'is ordered' and 'is unique' property of the ELStructFeature. |
|
void |
ANReadStructuralFeature.maintain()
Maintains the ELType of the result output pin according to the type of ELStructFeature of the ANAction. |
|
void |
ANReadSelf.maintain()
Maintains the ELType of the result output pin according to the behavioured classifier the ANAction is placed in. |
|
void |
ANReadLink.maintain()
The 'result' output pin and the list of 'input' input pins of the ANReadLink is maintained by the link end datas of the CLAssociation. |
|
void |
ANDestroyLink.maintain()
The list of input ANInputPin of the ANDestroyLink is maintained with reference to the list of CLProperty of the corresponding CLAssociation. |
|
void |
ANCreateObject.maintain()
Maintains the ELType of the result output pin according to the CLClassifier of the ANAction. |
|
void |
ANCreateLink.maintain()
The list of input pins of the ANCreateLink is maintained with reference to the list of properties of the corresponding association. |
|
void |
ANClearAssociation.maintain()
Sets the ELType of the object input pin to the type of one of the association ends of the CLAssociation of the ANAction. |
|
void |
ANCallOperation.maintain()
The list of argument pins of the ANCallOperation is maintained by the ordered list of in/in-out parameters of the BEBehavior. |
|
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 |
ANBroadcastSignal.maintain()
The list of argument pins of the ANBroadcastSignal is maintained by the ordered list of properties of the CLSignal. |
|
void |
ANAddStructuralFeatureValue.maintain()
Maintains the insertAt input pin according to the 'is ordered' property of the ELStructFeature. |
|
void |
ANAcceptEvent.maintain()
The list of result output pins of the ANAcceptEvent is maintained with reference to its triggers. |
|
static void |
ANActionHelper.maintainActions(SrvContext srvCtx,
List<? extends ELElement> seq)
Calls the maintenance commands for all the actions supplied. |
|
static void |
ACExceptionHandlerHelper.maintainExceptionTypes(SrvContext srvCtx,
List<? extends ELElement> seq)
Synchronizes the excpetionTypes of the ACExceptionHandler on the exceptionInput. |
|
void |
ACObjectFlow.maintainObjTypes()
If the ACObjectFlow connects a typed and a typeless ACObjectNode, this command will set the ELType of the typeless object according to the typed object. |
|
static void |
ACObjectFlowHelper.maintainObjTypes(SrvContext srvCtx,
List<? extends ELElement> seq)
Synchronizes the types of the ACObjectNode at the end of each selected ACObjectFlow. |
|
void |
ANCallOperation.maintainReverse()
If the assigned CLOperation has no parameters yet, this command will create one parameter for each argument/result pin of the action. |
|
void |
ANCallBehavior.maintainReverse()
If the assigned BEBehavior has no parameters yet, this command will create one parameter for each argument/result/exception pin of the action. |
|
void |
ACObjectNode.modifyBehaviorForSelection(BEBehavior oh)
Assigns a selection behavior to the node. |
|
void |
ACObjectFlow.modifyBehaviorForSelection(BEBehavior oh)
Assigns a selection behavior to the flow. |
|
void |
ACObjectFlow.modifyBehaviorForTransformation(BEBehavior oh)
Assigns a transformation behavior to the flow. |
|
void |
ACDecisionNode.modifyDecisionInput(BEBehavior oh)
Assigns a decision behavior to the node. |
|
ACExceptionHandler |
ACExceptionHandler.reconnect(ADClientAble ohNew,
K_SIDE side,
Point pos)
Reconnects the exception handler. |
|
ACActivityEdge |
ACActivityEdge.reconnect(ADClientAble ohNew,
K_SIDE side,
Point pos)
Reconnects the edge. |
|
void |
ACActivityGroup.removeAllContainedNodeExplicit()
Removes all the activity nodes explicitly assigned to this group. |
|
void |
ACActivityGroup.removeContainedNodeExplicit(List<? extends ACActivityNode> seqNode)
Removes all the activity nodes passed from this group. |
|
void |
ACActivityGroup.replaceContainedNodeExplicit(List<? extends ACActivityNode> seqNode)
Assigns all the activity nodes passed to this group marking the assignment as explicit. |
|
void |
ACActivityNode.replaceInGroupExplicit(List<? extends ACActivityGroup> seqGroup)
Assigns all the groups passed to this activity node marking the assignment as explicit. |
|
void |
ACActivityEdge.replaceInGroupExplicit(List<? extends ACActivityGroup> seqGroup)
Assigns all the groups passed to this activity edge marking the assignment as explicit. |
|
void |
ANClearAssociation.setAssociation(CLAssociation value)
Set the value of Foreign Key Association. |
|
void |
ANLink.setAssociationEnd(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(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(List<? extends ACActivityEdge> values)
Set the value of Foreign Key ContainedEdgeExplicit. |
|
void |
ACActivityGroup.setContainedNodeExplicit(List<? extends ACActivityNode> values)
Set the value of Foreign Key ContainedNodeExplicit. |
|
void |
ACActivityGroup.setContainedNodeImplicit(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 |
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(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(List<? extends CLClassifier> values)
Set the value of Foreign Key ExceptionType. |
|
void |
ACPartition.setExternal(boolean value)
Set the value of Attribut IsExternal. |
|
void |
ACActivityGroup.setGroupCoord(Point posNode,
Point sizNode)
Sets the center point coordinate together with the width and height of the group. |
|
void |
ACActivityEdge.setGuardLanguage(String value)
Set the value of Info GuardLanguage. |
|
void |
ACActivityEdge.setGuardSpecification(String value)
Set the value of Info GuardSpecification. |
|
void |
ACExceptionHandler.setHandlerBody(ACExecutableNode value)
Set the value of Foreign Key HandlerBody. |
|
void |
ACActivityNode.setInGroupExplicit(List<? extends ACActivityGroup> values)
Set the value of Foreign Key InGroupExplicit. |
|
void |
ACActivityEdge.setInGroupExplicit(List<? extends ACActivityGroup> values)
Set the value of Foreign Key InGroupExplicit. |
|
void |
ACActivityNode.setInGroupImplicit(List<? extends ACActivityGroup> values)
Set the value of Foreign Key InGroupImplicit. |
|
void |
ACObjectNode.setInState(List<? extends SMState> values)
Set the value of Foreign Key InState. |
|
void |
ACJoinNode.setJoinSpecification(String value)
Set the value of Info JoinSpecification. |
|
void |
ACJoinNode.setJoinSpecificationLanguage(String value)
Set the value of Info JoinSpecificationLanguage. |
|
void |
ANOpaque.setLanguage(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(Point posNode,
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 |
ACJoinNode.setOrientation(K_ORIENTATION value)
Set the value of Attribut Orientation. |
|
void |
ACForkNode.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 |
ANRemoveStructuralFeatureValue.setRemoveDuplicates(boolean value)
Set the value of Attribut IsRemoveDuplicates. |
|
void |
ANLinkEndDestructionData.setRemoveDuplicates(boolean value)
Set the value of Attribut IsRemoveDuplicates. |
|
void |
ANLinkEndCreationData.setReplaceAll(boolean value)
Set the value of Attribut IsReplaceAll. |
|
void |
ANAddStructuralFeatureValue.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 |
ACObjectNode.setSelectionBehavior(BEBehavior value)
Set the value of View SelectionBehavior. |
|
void |
ANSendSignal.setSignal(CLSignal value)
Set the value of Foreign Key Signal. |
|
void |
ANBroadcastSignal.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 |
ANReply.setTrigger(BETrigger value)
Set the value of Foreign Key Trigger. |
|
void |
ANAcceptEvent.setTrigger(List<? extends BETrigger> values)
Set the value of Primary 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(String value)
Set the value of Info UpperBoundSpecification. |
|
void |
ANValuePin.setValueSpecificationBody(String value)
Set the value of Info ValueSpecificationBody. |
|
void |
ANValSpec.setValueSpecificationBody(String value)
Set the value of Info ValueSpecificationBody. |
|
void |
ANValuePin.setValueSpecificationLanguage(String value)
Set the value of Info ValueSpecificationLanguage. |
|
void |
ANValSpec.setValueSpecificationLanguage(String value)
Set the value of Info ValueSpecificationLanguage. |
|
void |
ACActivityEdge.setWeightSpecification(String value)
Set the value of Info WeightSpecification. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2acdia |
|---|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2bc |
|---|
| Methods in de.mid.innovator.srv2api.icw2bc that throw InoNetException | ||
|---|---|---|
List<BCTermAssign> |
BCTermAssignAble.assignTerm(List<? extends ELElement> seq)
Assigns a list of terms to this element. |
|
List<BCTerm> |
BCTerm.assignTermAssignAble(List<? extends ELElement> seq)
Assigns a list of elements to this term. |
|
static BCTerm |
BCTermHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Defined Technical Term with template 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 BCProperty |
BCPropertyHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Property (of a Business Object) with template and container. |
|
static BCExpression |
BCExpressionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Defined Logical Expression with template and container. |
|
static BCTerm |
BCTermHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Defined Technical Term with stereotype 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 BCProperty |
BCPropertyHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Property (of a Business Object) with stereotype and container. |
|
static BCExpression |
BCExpressionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Defined Logical Expression with stereotype and container. |
|
List<BCTermAssign> |
BCTerm.getAssignedElement(K_CONTROL_OPTION... behaviourFlags)
The elements belonging to the term. |
|
List<BCPropertySetRefElem> |
BCPropertyAble.getAssignedPropertySet(K_CONTROL_OPTION... behaviourFlags)
All property set assignments of the BCPropertyAble. |
|
List<BCTermAssign> |
BCTermAssignAble.getAssignedTerm(K_CONTROL_OPTION... behaviourFlags)
The term or concept assignments attributed to an element. |
|
List<BCPropertySetRefElem> |
BCPropertySet.getAssignmentToPropertyAble(K_CONTROL_OPTION... behaviourFlags)
All property set references to this property set. |
|
String |
BCBaseElement.getBusinessIdentifier()
This attribute is used to uniquely identify business modelling elements. |
|
List<BPConditionalEventDefinition> |
BCExpression.getConditionalEventDefinition()
All conditional event definitions using this conditional expression. |
|
List<BPDataIOAssociation> |
BCExpression.getDataIOAssociationWithAssignment()
The data I/O association using this assignment expression definition. |
|
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. |
|
List<BCProperty> |
BCPropertyAble.getOwnedAdHocProperty(K_CONTROL_OPTION... behaviourFlags)
All properties defined for the BCPropertyAble. |
|
List<BCProperty> |
BCPropertySet.getOwnedProperty(K_CONTROL_OPTION... behaviourFlags)
All properties defined for the BCPropertySet. |
|
List<BCPropertyRefElem> |
BCPropertySetRefElem.getOwnedValueAssignment(K_CONTROL_OPTION... behaviourFlags)
All property assignments of the BCPropertyAble for the property set being referenced. |
|
BPChoreography |
BCRootReuseAbleElement.getOwningChoreography()
The choreography wherein this BCRootReuseAbleElement is relevant. |
|
BPCollaboration |
BCRootReuseAbleElement.getOwningCollaboration()
The collaboration wherein this BCRootReuseAbleElement is relevant. |
|
BPProcess |
BCRootReuseAbleElement.getOwningProcess()
The process wherein this BCRootReuseAbleElement is relevant. |
|
BCPropertyAble |
BCPropertySetRefElem.getOwningPropertyAble()
The BCPropertyAble of the property set assignment. |
|
BCPropertyAble |
BCProperty.getOwningPropertyAble()
The BCPropertyAble of the BCProperty. |
|
BCPropertySet |
BCProperty.getOwningPropertySet()
The BCPropertySet of the BCProperty. |
|
BCPropertySetRefElem |
BCPropertyRefElem.getOwningPropertySetRef()
The property set being referenced of the property assignment. |
|
List<BPPath> |
BCExpression.getPath()
All paths using the expression. |
|
BCProperty |
BCPropertyRefElem.getProperty()
The property being referenced. |
|
String |
BCProperty.getPropertyDefaultValue()
The default value of the property. |
|
String |
BCPropertyRefElem.getPropertyReferenceValue()
The value of the property at this reference. |
|
BCPropertySet |
BCPropertySetRefElem.getPropertySet()
The property set being referenced. |
|
List<BCPropertySet> |
BCPropertyAble.getPropertySetsAssigned(K_CONTROL_OPTION... behaviourFlags)
All property sets being assigned to this element. |
|
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. |
|
String |
BCProperty.getPropertyValue()
The value of the property. |
|
|
BCTerm.getRefinedTerm(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Terms or concepts which refine the current term or concept. |
|
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. |
|
String |
BCTerm.getTermDefinition()
The definition of the term. |
|
String |
BCTerm.getTermDefinitionLanguage()
Specifies the languages which the definition is stated in. |
|
|
BCTermAssignAble.getTerms(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All terms that are assigned to this element. |
|
|
BCTermAssignAble.getTerms(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. |
|
List<BCPropertyRefElem> |
BCProperty.getValueAssignment(K_CONTROL_OPTION... behaviourFlags)
All property references to this property. |
|
void |
BCBaseElement.setBusinessIdentifier(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(String value)
Set the value of Attribut PropertyDefaultValue. |
|
void |
BCPropertyRefElem.setPropertyReferenceValue(String value)
Set the value of Attribut PropertyReferenceValue. |
|
void |
BCPropertyAble.setPropertySetsAssigned(List<? extends BCPropertySet> values)
Set the value of View PropertySetsAssigned. |
|
void |
BCProperty.setPropertyValue(String value)
Set the value of Info PropertyValue. |
|
void |
BCTerm.setTermDefinition(String value)
Set the value of Attribut TermDefinition. |
|
void |
BCTerm.setTermDefinitionLanguage(String value)
Set the value of Attribut TermDefinitionLanguage. |
|
void |
BCTermAssignAble.setTerms(List<? extends BCTerm> values)
Set the value of View Terms. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2be |
|---|
| Methods in de.mid.innovator.srv2api.icw2be that throw InoNetException | ||
|---|---|---|
static BETimeEvent |
BETimeEventHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Time Event with template and container. |
|
static BEOpaque |
BEOpaqueHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Opaque Behavior with template and container. |
|
static BEChangeEvent |
BEChangeEventHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Change Event with template 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 BETimeEvent |
BETimeEventHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Time Event with stereotype and container. |
|
static BEOpaque |
BEOpaqueHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Opaque Behavior with stereotype and container. |
|
static BEChangeEvent |
BEChangeEventHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Change Event with stereotype and container. |
|
static BETrigger |
BETriggerHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Trigger with stereotype and container with requirement. |
|
|
BETrigger.getAcceptedByAction(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
ANAcceptEvent that accepts this BETrigger. |
|
|
BETrigger.getAcceptedByAction(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAcceptedByAction and filters its return values according to the given stereotype value. |
|
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. |
|
List<IABehaviorExecSpec> |
BEBehavior.getBehaviorExecSpec()
All behavior execution specifications of this behavior |
|
List<MESimpleConstraint> |
BEBehavior.getBehaviorOwnedRule(K_CONTROL_OPTION... behaviourFlags)
|
|
String |
BETimeEvent.getBody()
Specification of the BETimeEvent in one or more languages. |
|
String |
BEOpaque.getBody()
Returns the body string of the opaque behavior. |
|
String |
BEChangeEvent.getBody()
Specification of the BEChangeEvent in one or more languages. |
|
List<ANCallBehavior> |
BEBehavior.getCallBehaviorAction(K_CONTROL_OPTION... behaviourFlags)
All calls of this behavior. |
|
List<CLConnector> |
BEBehavior.getConnector()
The set of connectors that this behavior specifies a valid interaction pattern for. |
|
List<ACDecisionBehavior> |
BEBehavior.getDecisionNodeR(K_CONTROL_OPTION... behaviourFlags)
The link element to the ACDecisionNode which the BEBehavior 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. |
|
List<BEExecutionEvent> |
BEBehavior.getFinishEvent(K_CONTROL_OPTION... behaviourFlags)
ExecutionOccurrenceSpecification that designates the finish of the behavior. |
|
List<BEExecutionEvent> |
BEBehavior.getFinishEvent(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFinishEvent and filters its return values according to the given stereotype value. |
|
String |
BETimeEvent.getLanguage()
Languages of the body strings that the BETimeEvent uses in the same order as the body strings. |
|
String |
BEOpaque.getLanguage()
Returns the language which the body of the behavior is specified in. |
|
String |
BEChangeEvent.getLanguage()
Languages of the body strings that the BEChangeEvent uses in the same order as the body strings. |
|
ARG_BEBehaviorDeclaration |
BEBehavior.getModifyBehaviorDeclaration()
Returns the declaration of this behavior with all parameters. |
|
List<ACObjFlowBehavior> |
BEBehavior.getObjectFlowSelectionR(K_CONTROL_OPTION... behaviourFlags)
The link element to the ACObjectFlow which the BEBehavior selects tokens for. |
|
List<ACObjectFlow> |
BEBehavior.getObjectFlowWithSelection(K_CONTROL_OPTION... behaviourFlags)
All object flows which the behavior selects tokens for from their source object node. |
|
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. |
|
List<ACObjectFlow> |
BEBehavior.getObjectFlowWithTransformation(K_CONTROL_OPTION... behaviourFlags)
All object flows which the behavior changes or replaces data tokens flowing along the edge for. |
|
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. |
|
List<ACObjNodeSelBehavior> |
BEBehavior.getObjectNodeR(K_CONTROL_OPTION... behaviourFlags)
The link element to the ACObjectNode which the BEBehavior selects tokens for. |
|
|
BEBehavior.getObjectNodeWithSelection(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All object nodes which the behavior selects tokens for outgoing edges for. |
|
|
BEBehavior.getObjectNodeWithSelection(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getObjectNodeWithSelection and filters its return values according to the given stereotype value. |
|
List<IAMessageOccSpec> |
BEMessageEvent.getOccurence(K_CONTROL_OPTION... behaviourFlags)
Specifies the referenced message event. |
|
List<IAExecOccSpec> |
BEExecutionEvent.getOccurence(K_CONTROL_OPTION... behaviourFlags)
Specifies the referenced execution event. |
|
CLOperation |
BESendOperEvent.getOperation()
Returns the CLOperation of the send operation event. |
|
CLOperation |
BEReceiveOperEvent.getOperation()
Returns the CLOperation of the receive operation event. |
|
CLOperation |
BECallEvent.getOperation()
Returns the CLOperation of the call event. |
|
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 |
BETrigger.getOwningTransition()
The transition which owns the trigger. |
|
SMTransition |
BEBehavior.getOwningTransition()
The transition which owns the behavior. |
|
ARG_PictureRawData |
BEBehavior.getPictureRawData()
returns the picture's raw data assigned to the diagram of this behavior. |
|
MESimpleConstraint |
BEBehavior.getPostcondition()
|
|
MESimpleConstraint |
BEBehavior.getPrecondition()
|
|
List<ANReply> |
BETrigger.getReply()
ANReply that replies to the call specified by the trigger. |
|
CLSignal |
BESignalEvent.getSignal()
Returns the CLSignal of the given event. |
|
CLSignal |
BESendSignalEvent.getSignal()
The signal associated with this event. |
|
CLSignal |
BEReceiveSignalEvent.getSignal()
Specifies the signal associated with this event. |
|
CLBehavioralFeature |
BEBehavior.getSpecification()
Designates a behavioral feature that the behavior implements. |
|
List<BEExecutionEvent> |
BEBehavior.getStartEvent(K_CONTROL_OPTION... behaviourFlags)
ExecutionOccurrenceSpecification that designates the start of the behavior. |
|
List<BEExecutionEvent> |
BEBehavior.getStartEvent(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getStartEvent and filters its return values according to the given stereotype value. |
|
List<BETrigger> |
BEEvent.getTrigger(K_CONTROL_OPTION... behaviourFlags)
All triggers of the event. |
|
boolean |
BEBehavior.isClassifierBehavior()
True, if the behavior is the BEBehavior of its owning CLClassifier 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 a CLBehavioralFeature and if this CLBehavioralFeature has got parameters, the list of parameters at the behavior has to resemble the list of parameters of the CLBehavioralFeature. |
|
void |
BEBehavior.modifyBehaviorDeclaration(BEBehavior ohBE,
String strDecl,
String strName,
List<ARG_CLParameterDeclaration> seqPar,
ARG_CLParameterDeclaration valParReturn,
int idStereoBe,
int idStereoPar,
int idModel)
Modifies the declaration of this behavior with all parameters. |
|
void |
BETimeEvent.setBody(String value)
Set the value of Attribut Body. |
|
void |
BEOpaque.setBody(String value)
Set the value of Attribut Body. |
|
void |
BEChangeEvent.setBody(String value)
Set the value of Attribut Body. |
|
void |
BEBehavior.setClassifierBehavior(boolean value)
Set the value of Attribut IsClassifierBehavior. |
|
void |
BETimeEvent.setLanguage(String value)
Set the value of Attribut Language. |
|
void |
BEOpaque.setLanguage(String value)
Set the value of Attribut Language. |
|
void |
BEChangeEvent.setLanguage(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 InoNetException in de.mid.innovator.srv2api.icw2bp |
|---|
| Methods in de.mid.innovator.srv2api.icw2bp that throw InoNetException | ||
|---|---|---|
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. |
|
List<BPObjInputSetRef> |
BPInputSet.assignDataInput(List<? extends ELElement> seq)
Assigns a list of data inputs to this input set. |
|
List<BPObjOutputSetRef> |
BPOutputSet.assignDataOutput(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. |
|
List<BPObjInputSetRef> |
BPDataObject.assignInputSet(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. |
|
List<BPObjOutputSetRef> |
BPDataObject.assignOutputSet(List<? extends ELElement> seq)
Assigns a list of elements to this output data. |
|
void |
BPTaskNode.assignProcess(BPProcess ohProcess)
Assigns a process to the call activity. |
|
void |
BPParticipant.assignProcess(BPProcess ohProcess)
Assigns a process to the participant. |
|
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 BPTimerEventDefinition |
BPTimerEventDefinitionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Timer Event Definition with template and container. |
|
static BPTaskNode |
BPTaskNodeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Task with template and container. |
|
static BPSubProcess |
BPSubProcessHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Sub-Process with template and container. |
|
static BPSignal |
BPSignalHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Signal (BPMN) with template and container. |
|
static BPProperty |
BPPropertyHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Process Property with template and container. |
|
static BPProcess |
BPProcessHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Process with template and container. |
|
static BPPath |
BPPathHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Animation Path with template and container. |
|
static BPParticipant |
BPParticipantHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Participant with template and container. |
|
static BPOutputSet |
BPOutputSetHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Output Set with template and container. |
|
static BPOperation |
BPOperationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Service Operation with template and container. |
|
static BPMessage |
BPMessageHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Message with template and container. |
|
static BPMaskTask |
BPMaskTaskHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new User Input Task with template and container. |
|
static BPMaskField |
BPMaskFieldHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Mask Field with template and container. |
|
static BPMaskDefinition |
BPMaskDefinitionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Mask Definition with template and container. |
|
static BPLaneSet |
BPLaneSetHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Lane Set with template and container. |
|
static BPLane |
BPLaneHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Lane with template and container. |
|
static BPItemDefinition |
BPItemDefinitionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Business Object with template and container. |
|
static BPInterface |
BPInterfaceHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Service Interface with template and container. |
|
static BPInputSet |
BPInputSetHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Input Set with template and container. |
|
static BPGroupArtifact |
BPGroupArtifactHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Group (BPMN) with template and container. |
|
static BPGlobalTaskResource |
BPGlobalTaskResourceHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Global Task Resource with template and container. |
|
static BPGlobalTask |
BPGlobalTaskHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Global Task with template and container. |
|
static BPGlobalMaskTask |
BPGlobalMaskTaskHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Global User Input Task with template and container. |
|
static BPGateway |
BPGatewayHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Gateway with template and container. |
|
static BPEventNode |
BPEventNodeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Event (BPMN) with template and container. |
|
static BPEventDefinition |
BPEventDefinitionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Event Definition (BPMN) with template and container. |
|
static BPEscalation |
BPEscalationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Escalation with template and container. |
|
static BPError |
BPErrorHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Error with template and container. |
|
static BPEndPoint |
BPEndPointHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new End Point with template and container. |
|
static BPDataStore |
BPDataStoreHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Data Store with template and container. |
|
static BPDataObject |
BPDataObjectHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Data Object with template and container. |
|
static BPConditionalEventDefinition |
BPConditionalEventDefinitionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Conditional Event Definition with template and container. |
|
static BPCollaboration |
BPCollaborationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Collaboration (BPMN) with template and container. |
|
static BPChoreography |
BPChoreographyHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Choreography with template and container. |
|
static BPArtifact |
BPArtifactHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Artifact (BPMN) with template and container. |
|
static BPActivityResource |
BPActivityResourceHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Activity Resource with template and container. |
|
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 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 BPSupportsRel |
BPSupportsRelHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Process Support with template from source to target element. |
|
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 BPMessageFlow |
BPMessageFlowHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Message Flow with template from source to target element. |
|
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 BPDataIOAssociation |
BPDataIOAssociationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Data Association with template from source to target element. |
|
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 BPTimerEventDefinition |
BPTimerEventDefinitionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Timer Event Definition with stereotype and container. |
|
static BPTaskNode |
BPTaskNodeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Task with stereotype and container. |
|
static BPSubProcess |
BPSubProcessHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Sub-Process with stereotype and container. |
|
static BPSignal |
BPSignalHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Signal (BPMN) with stereotype and container. |
|
static BPProperty |
BPPropertyHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Process Property with stereotype and container. |
|
static BPProcess |
BPProcessHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Process with stereotype and container. |
|
static BPPath |
BPPathHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Animation Path with stereotype and container. |
|
static BPParticipant |
BPParticipantHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Participant with stereotype and container. |
|
static BPOutputSet |
BPOutputSetHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Output Set with stereotype and container. |
|
static BPOperation |
BPOperationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Service Operation with stereotype and container. |
|
static BPMessage |
BPMessageHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Message with stereotype and container. |
|
static BPMaskTask |
BPMaskTaskHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new User Input Task with stereotype and container. |
|
static BPMaskField |
BPMaskFieldHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Mask Field with stereotype and container. |
|
static BPMaskDefinition |
BPMaskDefinitionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Mask Definition with stereotype and container. |
|
static BPLaneSet |
BPLaneSetHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Lane Set with stereotype and container. |
|
static BPLane |
BPLaneHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Lane with stereotype and container. |
|
static BPItemDefinition |
BPItemDefinitionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Business Object with stereotype and container. |
|
static BPInterface |
BPInterfaceHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Service Interface with stereotype and container. |
|
static BPInputSet |
BPInputSetHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Input Set with stereotype and container. |
|
static BPGroupArtifact |
BPGroupArtifactHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Group (BPMN) with stereotype and container. |
|
static BPGlobalTaskResource |
BPGlobalTaskResourceHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Global Task Resource with stereotype and container. |
|
static BPGlobalTask |
BPGlobalTaskHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Global Task with stereotype and container. |
|
static BPGlobalMaskTask |
BPGlobalMaskTaskHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Global User Input Task with stereotype and container. |
|
static BPGateway |
BPGatewayHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Gateway with stereotype and container. |
|
static BPEventNode |
BPEventNodeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Event (BPMN) with stereotype and container. |
|
static BPEventDefinition |
BPEventDefinitionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Event Definition (BPMN) with stereotype and container. |
|
static BPEscalation |
BPEscalationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Escalation with stereotype and container. |
|
static BPError |
BPErrorHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Error with stereotype and container. |
|
static BPEndPoint |
BPEndPointHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new End Point with stereotype and container. |
|
static BPDataStore |
BPDataStoreHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Data Store with stereotype and container. |
|
static BPDataObject |
BPDataObjectHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Data Object with stereotype and container. |
|
static BPConditionalEventDefinition |
BPConditionalEventDefinitionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Conditional Event Definition with stereotype and container. |
|
static BPCollaboration |
BPCollaborationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Collaboration (BPMN) with stereotype and container. |
|
static BPChoreography |
BPChoreographyHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Choreography with stereotype and container. |
|
static BPArtifact |
BPArtifactHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Artifact (BPMN) with stereotype and container. |
|
static BPActivityResource |
BPActivityResourceHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Activity Resource with stereotype and container. |
|
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 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 BPSupportsRel |
BPSupportsRelHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Process Support with stereotype 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 BPMessageFlow |
BPMessageFlowHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Message Flow with stereotype 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 BPDataIOAssociation |
BPDataIOAssociationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Data Association with stereotype 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 BPDataIOAssociation |
BPDataIOAssociationHelper.createByOwnerAndObject(SrvContext srvCtx,
List<? extends ELElement> seq)
Create a BPDataIOAssociation. |
|
static ARG_BPProcessCreated |
BPProcessHelper.createForFlowElementCreate(SrvContext srvCtx,
BPSequenceFlowNode ohFlowNode,
ADClientAble ohSel,
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,
Class<? extends ELObject> kVOclFlowElement,
ADClientAble ohSel,
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. |
|
ADClientAble |
BPProcess.createProcessDefinitionDiagram(ADClientAble diaCurrent)
Creates a new definition diagram for the process. |
|
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. |
|
|
BPFlowProcessContainer.getActivity(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All activities of the BPFlowProcessContainer. |
|
|
BPLane.getActivityAffectedByResourceAssignment(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All activities whose resource assignments are affected by the resource assignment of this lane. |
|
|
BPLane.getActivityAffectedByResourceAssignment(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getActivityAffectedByResourceAssignment and filters its return values according to the given stereotype value. |
|
|
BPLane.getActivityInLane(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All activities being assigned to this lane. |
|
|
BPLane.getActivityInLane(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getActivityInLane and filters its return values according to the given stereotype value. |
|
|
BPLane.getActivityInLaneTransitiveDown(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All activities being assigned to this lane of one of the sub lanes. |
|
|
BPLane.getActivityInLaneTransitiveDown(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 |
BPEventNode.getActivityNode()
The activity the intermediate event is bound to. |
|
BPActivityNode |
BPEventDefinition.getActivityNode()
The BPActivityNode. |
|
List<BPProperty> |
BPActivityNode.getActivityProperty(K_CONTROL_OPTION... behaviourFlags)
All properties of the BPActivityNode. |
|
List<BPActivityResource> |
BPActivityNode.getActivityResourceAccountable(K_CONTROL_OPTION... behaviourFlags)
All activity resources marked as accountable. |
|
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. |
|
List<BPActivityResource> |
BPActivityNode.getActivityResourceByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind,
K_CONTROL_OPTION... behaviourFlags)
All activity resources of the given RACI type. |
|
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. |
|
List<BPActivityResource> |
BPActivityNode.getActivityResourceConsulted(K_CONTROL_OPTION... behaviourFlags)
All activity resources marked to be consulted. |
|
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. |
|
List<BPActivityResource> |
BPActivityNode.getActivityResourceInformed(K_CONTROL_OPTION... behaviourFlags)
All activity resources marked to be informed. |
|
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. |
|
List<BPActivityResource> |
BPActivityNode.getActivityResourceResponsible(K_CONTROL_OPTION... behaviourFlags)
All activity resources marked as responsible. |
|
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. |
|
List<BPActivityResource> |
BPActivityNode.getActivityResourceSupportive(K_CONTROL_OPTION... behaviourFlags)
All activity resources marked as supportive. |
|
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. |
|
List<BPActivityResource> |
BPActivityNode.getActivityResourceUnspecified(K_CONTROL_OPTION... behaviourFlags)
All activity resources with an unspecified RACI type. |
|
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. |
|
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 |
BPGlobalTask.getApplyInCalculation()
Specifies if global task is used for activity based costing. |
|
boolean |
BPEventNode.getApplyInCalculation()
Specifies if this event is used for activity based costing. |
|
boolean |
BPActivityNode.getApplyInCalculation()
Specifies if activity is used for activity based costing. |
|
BPArtifactContainerAble |
BPArtifact.getArtifactOwner()
The BPArtifactContainerAble of the BPArtifact. |
|
BPActivityNode |
BPActivityResource.getAssignedActivity()
The activity of the resource assignment. |
|
BPGlobalTask |
BPGlobalTaskResource.getAssignedGlobalTask()
The global task of the resource assignment. |
|
List<BCExpression> |
BPDataIOAssociation.getAssignmentExpression()
The assignment expression definition used at the data I/O association. |
|
K_BP_ACTIVITYRESOURCE_RACI_TYPE |
BPResourceAtLane.getAssignmentType()
The RACI type of the resource assignment. |
|
K_BP_ACTIVITYRESOURCE_RACI_TYPE |
BPGlobalTaskResource.getAssignmentType()
The type of the resource assignment, i.e. a responsibility or accountability. |
|
K_BP_ACTIVITYRESOURCE_RACI_TYPE |
BPActivityResource.getAssignmentType()
The type of the resource assignment, i.e. a responsibility or accountability. |
|
String |
BPGlobalTaskResource.getAssignmentTypeAsChar()
The specified assignment type enum value represented by a string. |
|
String |
BPActivityResource.getAssignmentTypeAsChar()
The specified assignment type enum value represented by a string. |
|
K_BP_ASSOCIATION_DIRECTION |
BPAssociationArtifact.getAssociationDirection()
The direction of the association. |
|
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. |
|
List<BSDia> |
BPItemDefinition.getBSDia(K_CONTROL_OPTION... behaviourFlags)
All business object state diagrams with a representation of the BPItemDefinition. |
|
BPCallAbleChoreographyElement |
BPChoreographyTask.getCallAbleChoreographyElement()
The element being called by the task. |
|
|
BPInterface.getCallAbleElementRef(Class<T> returnType)
The callable element. |
|
BPCallAbleProcessElement |
BPTaskNodeCall.getCallAbleProcessElement()
The element being called. |
|
BPCallAbleProcessElement |
BPTaskNode.getCallAbleProcessElement()
The element being called by the activity. |
|
BPGlobalTask |
BPTaskNode.getCalledGlobalTask()
Returns the called BPGlobalTask. |
|
BPDiaProcessViewNode |
BPTaskNode.getCalledMasterProcessViewNode()
If the BPTaskNode is calling a BPProcess, then the master BPDiaProcessViewNode will be returned. |
|
String |
BPDataStore.getCapacity()
Specifies the upper bound of the capacity, if it is expressed as an unlimited natural. |
|
List<BPEventNode> |
BPEventDefinition.getCatchingEventNode(K_CONTROL_OPTION... behaviourFlags)
Alle catching event nodes that assign this BPEventDefinition. |
|
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. |
|
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. |
|
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. |
|
List<BPLane> |
BPLane.getChildLane(K_CONTROL_OPTION... behaviourFlags)
All lanes contained in this lane with its lane set. |
|
BPChoreographyActivity |
BPParticipantAtActivity.getChoreographyActivity()
The activity the participant collaborates in. |
|
|
BPFlowChoreographyContainer.getChoreographyActivity(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All activities of the BPFlowChoreographyContainer. |
|
List<BPParticipantAtActivity> |
BPParticipant.getChoreographyActivityR(K_CONTROL_OPTION... behaviourFlags)
The activity the participant takes part in. |
|
BPChoreographyTask |
BPMessageFlow.getChoreographyTask()
The task bundling some message flows including this one. |
|
List<BPChoreographyTask> |
BPCallAbleChoreographyElement.getChoreographyTask()
All task calling the element. |
|
ELClassifier |
BPItemDefinition.getClassifier()
The ELClassifier defining the structure of this business object. |
|
BPCollaboration |
BPProcess.getCollaboration()
The defining collaboration of the process. |
|
List<BPDiaCollaborationViewNode> |
BPCollaboration.getCollaborationViewCompletelyMaintained(K_CONTROL_OPTION... behaviourFlags)
Returns a list of all views of the same model element being maintained completely. |
|
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. |
|
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. |
|
String |
BPPath.getColor()
The color to use to mark the path in a diagram. |
|
BPActivityNode |
BPAssociationArtifact.getCompensationActivity()
The target compensation activity. |
|
BPEventNode |
BPAssociationArtifact.getCompensationEvent()
The source compensation intermediate event. |
|
String |
BPMultiInstLoopCharx.getCompletionCondition()
This attribute defines a boolean expression that when evaluated to true, cancels the remaining activity instances and produces a token. |
|
String |
BPActivityNode.getCompletionQuantity()
The default value is 1. |
|
BCExpression |
BPSequenceFlow.getConditionalExpression()
The reusable conditional expression at the conditional sequence flow. |
|
String |
BPSequenceFlow.getConditionExpression()
An optional boolean expression that acts as a gating condition. |
|
int |
BPGlobalTask.getCostsPerExecution()
Costs to perform one execution of the global task. |
|
int |
BPEventNode.getCostsPerExecution()
Costs to perform one execution of this event. |
|
int |
BPActivityNode.getCostsPerExecution()
Costs to perform one execution of the activity. |
|
K_ORIENTATION |
BPProcess.getCreateOrientation()
The orientation preset for the create of a BPDiaProcessViewNode. |
|
K_ORIENTATION |
BPInteractionSpecification.getCreateOrientation()
The orientation preset for the create of a BPDiaViewNode. |
|
List<BPDataObject> |
BPInputOutputSpecifyAble.getDataInput(K_CONTROL_OPTION... behaviourFlags)
All data inputs at this BPInputOutputSpecifyAble. |
|
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. |
|
List<BPDataObject> |
BPDataObject.getDataInputOfCall(K_CONTROL_OPTION... behaviourFlags)
The inputs of the call tasks. |
|
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. |
|
List<BPDataObject> |
BPInputSet.getDataInputs(K_CONTROL_OPTION... behaviourFlags)
All data inputs that are assigned to this input set. |
|
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. |
|
List<BPDataIOAssociation> |
BPItemAwareElement.getDataIOAssociationAtSrc()
All BPDataIOAssociation of the element. |
|
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. |
|
BPDataObject |
BPObjOutputSetRef.getDataObject()
BPDataObject of the BPObjOutputSetRef. |
|
BPDataObject |
BPObjInputSetRef.getDataObject()
BPDataObject of the BPObjInputSetRef. |
|
List<BPDataObject> |
BPDataStore.getDataObject()
The object. |
|
List<BPDataObject> |
BPFlowProcessContainer.getDataObject(K_CONTROL_OPTION... behaviourFlags)
All data objects of the process container. |
|
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 the BPDataObject. |
|
List<BPDataObject> |
BPInputOutputSpecifyAble.getDataOutput(K_CONTROL_OPTION... behaviourFlags)
All data outputs at this BPInputOutputSpecifyAble. |
|
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. |
|
List<BPDataObject> |
BPDataObject.getDataOutputOfCall(K_CONTROL_OPTION... behaviourFlags)
The outputs of the call tasks. |
|
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. |
|
List<BPDataObject> |
BPOutputSet.getDataOutputs(K_CONTROL_OPTION... behaviourFlags)
All data Outputs that are assigned to this output set. |
|
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. |
|
String |
BPItemAwareElement.getDataStateDefinition()
The local definition of the state of the item aware element. |
|
BPDataStore |
BPDataObject.getDataStore()
The reuseable data store element being referenced. |
|
List<BPDataObject> |
BPFlowProcessContainer.getDataStoreNode(K_CONTROL_OPTION... behaviourFlags)
All data store references of this process container. |
|
List<BPDataObject> |
BPDataStore.getDataStoreNode(K_CONTROL_OPTION... behaviourFlags)
The data store references. |
|
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. |
|
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. |
|
BPDia |
BPPathContextAble.getDefinitionDiagram()
The definition diagram which contains either the master view node or a completely maintained view node. |
|
List<BPElementAtPath> |
BPElementAtPath.getDependentElementAtPath(K_CONTROL_OPTION... behaviourFlags)
All path element assignments which depend on this one. |
|
BPDia |
BPPathContextAble.getDiagramOfStandardView()
The diagram of the view considered to be the standard view: must be visible, complete and correct. |
|
List<BPDia> |
BPPath.getDiagramToStartAnimation(K_CONTROL_OPTION... behaviourFlags)
All diagrams suitable to start the animation. |
|
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. |
|
List<BPDia> |
BPCollaboration.getDiagramWithViewCompletelyMaintained(K_CONTROL_OPTION... behaviourFlags)
All diagrams containing at least one complete view of this collaboration. |
|
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. |
|
List<BPDiaProcessViewNode> |
BPLaneSet.getDiaProcessViewNode()
All process view nodes displaying this top lane set. |
|
|
BPPath.getDiaViewNode(Class<T> returnType)
All view nodes displaying this path. |
|
List<BPElementAtPath> |
BPPathAble.getElementAtPathR(K_CONTROL_OPTION... behaviourFlags)
All path assignments of a path element. |
|
|
BPPath.getElementInPath(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All elements being part of this path. |
|
|
BPPath.getElementInPath(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getElementInPath and filters its return values according to the given stereotype value. |
|
List<BPEndPoint> |
BPParticipant.getEndPoint()
All end points of the participant. |
|
List<BPError> |
BPItemDefinition.getError(K_CONTROL_OPTION... behaviourFlags)
Assigned BPError. |
|
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. |
|
String |
BPError.getErrorCode()
The code of the BPError. |
|
|
BPError.getErrorEventDefinition(Class<T> returnType)
The error event definition. |
|
List<BPError> |
BPOperation.getErrorRef()
All errors. |
|
BPError |
BPEventDefinition.getErrorRef()
The error. |
|
BPEscalation |
BPEventDefinition.getEscalation()
The BPEscalation that is used by the event definition. |
|
List<BPEscalation> |
BPItemDefinition.getEscalation(K_CONTROL_OPTION... behaviourFlags)
Assigned BPEscalation. |
|
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. |
|
String |
BPEscalation.getEscalationCode()
The code of the BPEscalation. |
|
BPDataObject |
BPEventNode.getEventDataObject()
The object of the BPEventNode. |
|
|
BPSignal.getEventDefinition(Class<T> returnType)
The event definition which uses the BPSignal. |
|
|
BPOperation.getEventDefinition(Class<T> returnType)
The event definition which uses the operation. |
|
|
BPEventNode.getEventDefinition(Class<T> returnType)
The event definition defining the events being thrown or catched by this event node. |
|
|
BPEscalation.getEventDefinition(Class<T> returnType)
The event definition which uses the BPEscalation. |
|
|
BPActivityNode.getEventDefinition(Class<T> returnType)
The error event definition. |
|
K_BP_EVENTDEFINITION_TYPE |
BPEventNode.getEventDefinitionType()
If the BPEventNode has no BPEventDefinition assigned 'Unspecified' will be returned. |
|
K_BP_EVENTDEFINITION_TYPE |
BPEventDefinition.getEventDefinitionType()
The type of the event definition. |
|
|
BPProcess.getEventDefinitionUsed(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. |
|
|
BPProcess.getEventDefinitionUsed(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getEventDefinitionUsed and filters its return values according to the given stereotype value. |
|
String |
BPEventDefinition.getEventExpression()
An expression describing when and how this event may become relevant. |
|
List<BPEventNode> |
BPEventDefinition.getEventNode()
All event nodes referencing this event definition. |
|
List<BPEventNode> |
BPActivityNode.getEventNode()
All intermediate boundary events at the activity. |
|
List<BPProperty> |
BPEventNode.getEventProperty(K_CONTROL_OPTION... behaviourFlags)
All properties of the BPEventNode. |
|
K_BP_EVENT_TYPE |
BPEventNode.getEventType()
The type of the event. |
|
int |
BPGlobalTask.getExecutionTime()
Time needed to complete this global task. |
|
int |
BPEventNode.getExecutionTime()
Time needed to complete this event. |
|
int |
BPActivityNode.getExecutionTime()
Time needed to complete this activity. |
|
List<BCExpression> |
BPPath.getExpression()
All expressions defining the path. |
|
BCExpression |
BPConditionalEventDefinition.getExpression()
The reusable conditional expression at the BPConditionalEventDefinition. |
|
BPItemAwareElement |
BPDataIOAssociation.getExternalElement()
The data object or data store reference which does not belong to the owner of the BPDataIOAssociation. |
|
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. |
|
|
BPLane.getFlowElement(Class<T> returnType)
All flow elements inside the BPLane. |
|
|
BPGroupArtifact.getFlowElement(Class<T> returnType)
The elements being contained this group artifact. |
|
BPFlowElementContainer |
BPFlowElement.getFlowElementContainer()
The container of the BPFlowElement. |
|
|
BPPath.getFlowElementsInPath(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow elements being part of this path. |
|
|
BPPath.getFlowElementsInPath(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFlowElementsInPath and filters its return values according to the given stereotype value. |
|
|
BPPath.getFlowElementsInPathWithProcessNotReachable(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow elements being assigned to the path but not being reachable. |
|
|
BPPath.getFlowElementsInPathWithProcessNotReachable(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFlowElementsInPathWithProcessNotReachable and filters its return values according to the given stereotype value. |
|
|
BPPath.getFlowElementsReachable(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow elements being reachable from the collaboration or process the path is assigned to. |
|
|
BPPath.getFlowElementsReachable(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFlowElementsReachable and filters its return values according to the given stereotype value. |
|
|
BPFlowProcessContainer.getFlowElementTransitiveDown(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow elements being directly or indirectly part of the BPProcess. |
|
|
BPFlowProcessContainer.getFlowElementTransitiveDown(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFlowElementTransitiveDown and filters its return values according to the given stereotype value. |
|
String |
BPInputOutputSpecifyAble.getFlowExpandedShortValue(MMText refObj,
String pattern)
Returns the formatted value of this element given by argument pattern or argument refObj where all fill-ins are expanded with short names. |
|
int |
BPGlobalTask.getFrequencyPerYear()
Times the global task is started during one year. |
|
int |
BPEventNode.getFrequencyPerYear()
Times this event is thrown during one year. |
|
int |
BPActivityNode.getFrequencyPerYear()
Times the activity is started during one year. |
|
List<BPGateway> |
BPFlowElementContainer.getGatewayByDirection(K_BP_GATEWAY_DIRECTION kind,
K_CONTROL_OPTION... behaviourFlags)
All gateways of the given argument kind. |
|
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. |
|
List<BPGateway> |
BPFlowElementContainer.getGatewayByType(K_BP_GATEWAY_TYPE kind,
K_CONTROL_OPTION... behaviourFlags)
All gateways of the given argument kind. |
|
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. |
|
|
BPMaskDefinition.getGlobalTask(Class<T> returnType)
The global task working to fill or modify the mask. |
|
List<BPGlobalTaskResource> |
BPGlobalTask.getGlobalTaskResourceAccountable(K_CONTROL_OPTION... behaviourFlags)
All global task resources marked as accountable. |
|
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. |
|
List<BPGlobalTaskResource> |
BPGlobalTask.getGlobalTaskResourceByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind,
K_CONTROL_OPTION... behaviourFlags)
All global task resources of the given RACI type. |
|
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. |
|
List<BPGlobalTaskResource> |
BPGlobalTask.getGlobalTaskResourceConsulted(K_CONTROL_OPTION... behaviourFlags)
All global task resources marked to be consulted. |
|
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. |
|
List<BPGlobalTaskResource> |
BPGlobalTask.getGlobalTaskResourceInformed(K_CONTROL_OPTION... behaviourFlags)
All global task resources marked to be informed. |
|
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. |
|
List<BPGlobalTaskResource> |
BPGlobalTask.getGlobalTaskResourceResponsible(K_CONTROL_OPTION... behaviourFlags)
All global task resources marked as responsible. |
|
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. |
|
List<BPGlobalTaskResource> |
BPGlobalTask.getGlobalTaskResourceSupportive(K_CONTROL_OPTION... behaviourFlags)
All global task resources marked as supportive. |
|
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. |
|
List<BPGlobalTaskResource> |
BPGlobalTask.getGlobalTaskResourceUnspecified(K_CONTROL_OPTION... behaviourFlags)
All global task resources with an unspecified RACI type. |
|
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. |
|
List<BPGroupArtifact> |
BPFlowElement.getGroupArtifact()
All group artifacts which contain this flow element. |
|
|
BPFlowElement.getIncomingAssociationArtifact(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All incoming association artifacts. |
|
|
BPArtifact.getIncomingAssociationArtifact(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All incoming association artifacts. |
|
|
BPActivityNode.getIncomingCompensationAssociation(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All incoming compensation associations. |
|
List<BPDataIOAssociation> |
BPEventNode.getIncomingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags)
BPDataIOAssociation visually coming in to this BPEventNode even though logically there is an data input interconnected. |
|
List<BPDataIOAssociation> |
BPActivityNode.getIncomingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags)
BPDataIOAssociation visually coming in to this BPActivityNode even though logically there is an data input interconnected. |
|
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. |
|
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. |
|
List<BPItemDefinitionRel> |
BPItemDefinition.getIncomingDefinitionRel(K_CONTROL_OPTION... behaviourFlags)
All incoming business object relationships connecting this business object. |
|
List<BPMessageFlow> |
BPMessageSequenceFlowNode.getIncomingMessageFlow()
All incoming message flows. |
|
List<BPMessageFlow> |
BPParticipant.getIncomingMessageFlow(K_CONTROL_OPTION... behaviourFlags)
All incoming message flows. |
|
List<BPUseCasePathRel> |
BPPath.getIncomingPathUseCaseRel(K_CONTROL_OPTION... behaviourFlags)
The incoming relationships of the path. |
|
List<BPSequenceFlow> |
BPSequenceFlowNode.getIncomingSequenceFlow(K_CONTROL_OPTION... behaviourFlags)
All incoming sequence flows. |
|
List<BPSupportsRel> |
BPProcess.getIncomingSupport(K_CONTROL_OPTION... behaviourFlags)
The incoming BPSupportsRel. |
|
BPMessage |
BPOperation.getInMessageRef()
All incoming messages. |
|
List<BPDataObject> |
BPInputOutputSpecifyAble.getInputOutputObject(K_CONTROL_OPTION... behaviourFlags)
All input and output objects. |
|
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 |
BPOutputSet.getInputOutputSpecifyAble()
The BPInputOutputSpecifyAble of the BPOutputSet. |
|
BPInputOutputSpecifyAble |
BPInputSet.getInputOutputSpecifyAble()
The BPInputOutputSpecifyAble of the BPInputSet. |
|
BPInputOutputSpecifyAble |
BPDataObject.getInputOutputSpecifyAble()
The BPInputOutputSpecifyAble of the BPDataObject. |
|
BPInputSet |
BPObjInputSetRef.getInputSet()
BPInputSet of the BPObjInputSetRef. |
|
List<BPInputSet> |
BPInputOutputSpecifyAble.getInputSet(K_CONTROL_OPTION... behaviourFlags)
All BPInputSet of the BPInputOutputSpecifyAble. |
|
List<BPObjInputSetRef> |
BPDataObject.getInputSetR(K_CONTROL_OPTION... behaviourFlags)
All BPObjInputSetRef which contain the object. |
|
BPDataObject |
BPEventNode.getInputToThrowEvent()
The input of the throw event. |
|
|
BPItemAwareElement.getInState(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Assigned BSState to BPItemAwareElement. |
|
|
BPItemAwareElement.getInState(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 the BPParticipant takes part in. |
|
List<BPInterface> |
BPParticipant.getInterfaceRef()
The interface being referenced by the participant. |
|
List<BPDataObject> |
BPInputOutputSpecifyAble.getIODataObject(K_CONTROL_OPTION... behaviourFlags)
All objects of the BPInputOutputSpecifyAble. |
|
List<BPDataObject> |
BPInputOutputSpecifyAble.getIODataObjectByKind(K_BP_DATA_OBJECT_TYPE kind,
K_CONTROL_OPTION... behaviourFlags)
All objects with a given type. |
|
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()
Either a data input or a data output at the owner of the BPDataIOAssociation. |
|
|
BPItemDefinition.getItemAwareElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Assigned BPItemAwareElement. |
|
|
BPItemDefinition.getItemAwareElement(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getItemAwareElement and filters its return values according to the given stereotype value. |
|
|
BPItemDefinition.getItemAwareElementAtPath(Class<T> returnType,
BPElementAtPath refObj,
K_CONTROL_OPTION... behaviourFlags)
All item aware elements of this business object used in the path up to the specified path element. |
|
|
BPItemDefinition.getItemAwareElementAtPath(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. |
|
|
BPProcess.getItemAwareElementForDefinition(Class<T> returnType,
BPItemDefinition refObj,
K_CONTROL_OPTION... behaviourFlags)
All item aware elements of the item definition in this process. |
|
|
BPProcess.getItemAwareElementForDefinition(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. |
|
List<BPItemDefinition> |
BPElementAtPath.getItemDefinitionAtPath(K_CONTROL_OPTION... behaviourFlags)
All business objects used in the path up to this point. |
|
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()
The business object of the element being considered external to this BPDataIOAssociation. |
|
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. |
|
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 |
BPSignal.getItemRef()
The business object of the BPSignal. |
|
BPItemDefinition |
BPMessage.getItemRef()
The business object of the message. |
|
BPItemDefinition |
BPEscalation.getItemRef()
The business object of the BPEscalation. |
|
BPItemDefinition |
BPError.getItemRef()
The business object of the error. |
|
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 assigned BPDataStore. |
|
List<BPLane> |
BPFlowElement.getLane()
All lanes which contain the flow element. |
|
List<BPLane> |
BPFlowElement.getLaneAssigned(K_CONTROL_OPTION... behaviourFlags)
The lanes being assigned directly to the BPFlowElement. |
|
List<BPLane> |
BPFlowElement.getLaneAssigned(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getLaneAssigned and filters its return values according to the given stereotype value. |
|
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. |
|
List<BPLane> |
BPFlowElement.getLaneAssignedTransitiveUp(K_CONTROL_OPTION... behaviourFlags)
The lanes being assigned directly to the BPFlowElement and the lanes being parent lanes of them. |
|
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 |
BPLaneSet.getLaneMaintenanceType()
The lane set maintenance type. |
|
K_BP_LANESET_TYPE |
BPLane.getLaneMaintenanceType()
The maintenance type of the lane . |
|
BPLane |
BPLane.getLanePredecessor()
The lane preceding this one as the son of their common owner - if there is one. |
|
BPLaneSet |
BPLane.getLaneSet()
The owning lane set of the lane. |
|
List<BPLaneSet> |
BPFlowElement.getLaneSetAssigned(K_CONTROL_OPTION... behaviourFlags)
The lane sets being assigned directly to the flow element via its lanes. |
|
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. |
|
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. |
|
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()
The lane succeeding this one as the son of their common owner - if there is one. |
|
List<BPLane> |
BPLane.getLaneTransitiveDown(K_CONTROL_OPTION... behaviourFlags)
All lanes on the way down, not containing the lane itself. |
|
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. |
|
List<BPLane> |
BPLane.getLaneTransitiveUp(K_CONTROL_OPTION... behaviourFlags)
All lanes on the way up to the BPProcess, not containing the lane itself. |
|
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. |
|
List<BPLane> |
BPLaneSet.getLeafLane(K_CONTROL_OPTION... behaviourFlags)
All leaf lanes in this lane set. |
|
List<BPLane> |
BPLane.getLeafLane(K_CONTROL_OPTION... behaviourFlags)
All leaf lanes. |
|
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. |
|
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. |
|
List<BPLinkEventDefinition> |
BPFlowProcessContainer.getLinkEventDefinitionUsed(K_CONTROL_OPTION... behaviourFlags)
All link event definitions used in the process and its sub processes. |
|
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. |
|
BPActivityNode |
BPLoopCharx.getLoopActivityNode()
The BPActivityNode of the BPLoopCharx. |
|
String |
BPMultiInstLoopCharx.getLoopCardinality()
A numeric expression that controls the number of activity instances that will be created. |
|
BPLoopCharx |
BPActivityNode.getLoopCharacteristics()
All loop characteristics of the BPActivityNode. |
|
K_BP_ACTIVITY_LOOPCHARX_TYPE |
BPActivityNode.getLoopCharxType()
An activity may be performed once or may be repeated. |
|
String |
BPStdLoopCharx.getLoopCondition()
A boolean expression that controls the loop. |
|
String |
BPStdLoopCharx.getLoopMaximum()
Serves as a cap on the number of iterations. |
|
BPMaskDefinition |
BPTaskNode.getMaskDefinition()
The mask that the task is working on. |
|
BPMaskDefinition |
BPGlobalTask.getMaskDefinition()
The mask that the global task is working on. |
|
BPDiaCollaborationViewNode |
BPCollaboration.getMasterCollaborationViewNode()
The master collaboration view node of the element. |
|
BPDiaProcessViewNode |
BPProcess.getMasterProcessViewNode()
The master view of this process. |
|
BPDiaViewNode |
BPProcess.getMasterViewNode()
The master process view node of the element. |
|
BPDiaViewNode |
BPInteractionSpecification.getMasterViewNode()
The defining view node of the BPInteractionSpecification. |
|
int |
BPActivityNode.getMeanLoopNumber()
Mean number of recurrences of this activity. |
|
BPMessage |
BPMessageReferencingElement.getMessage()
The message being referenced by this element. |
|
List<BPMessage> |
BPItemDefinition.getMessage(K_CONTROL_OPTION... behaviourFlags)
Assigned BPMessage. |
|
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. |
|
List<BPMessageFlow> |
BPPath.getMessageFlowInPath(K_CONTROL_OPTION... behaviourFlags)
All message flows being part of this path. |
|
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. |
|
List<BPMessageFlow> |
BPChoreographyTask.getMessageFlowInTask()
The message flows bundled by the task. |
|
|
BPProcess.getMessageFlowNodeTransitiveDown(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All message flow nodes being directly or indirectly part of the BPProcess. |
|
|
BPProcess.getMessageFlowNodeTransitiveDown(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getMessageFlowNodeTransitiveDown and filters its return values according to the given stereotype value. |
|
|
BPMessage.getMessageReferencingElement(Class<T> returnType)
All references to this message. |
|
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. |
|
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. |
|
String |
BPActivityNode.getMultiLoopCardinality()
The Property "LoopCardinality" of the assigned BPMultiInstLoopCharx. |
|
String |
BPActivityNode.getMultiLoopCompletionCondition()
The Property "CompletionCondition" of the assigned BPMultiInstLoopCharx. |
|
boolean |
BPActivityNode.getMultiLoopIsSequential()
The Property "IsSequential" of the assigned BPMultiInstLoopCharx. |
|
|
BPFlowProcessContainer.getNestedFlowElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow elements being directly or indirectly part of the BPProcess. |
|
|
BPFlowProcessContainer.getNestedFlowElement(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getNestedFlowElement and filters its return values according to the given stereotype value. |
|
List<BPDiaCollaborationViewNode> |
BPCollaboration.getNonMasterCollaborationViewNode(K_CONTROL_OPTION... behaviourFlags)
All references to this collaboration except the defining BPDiaCollaborationViewNode. |
|
List<BPDiaProcessViewNode> |
BPProcess.getNonMasterProcessViewNode(K_CONTROL_OPTION... behaviourFlags)
All references to this process regardless if their synchronization status. |
|
List<BPDiaProcessViewNode> |
BPProcess.getNonSynchronizedProcessViewNode(K_CONTROL_OPTION... behaviourFlags)
All non-synchronized references to this process. |
|
String |
BPItemAwareElement.getObjectname()
Returns a name for the BPItemAwareElement that depends on a set of assigned elements. |
|
String |
BPItemAwareElement.getObjectstate()
Returns the name of all object states concatenated as a single string. |
|
String |
BPItemAwareElement.getObjectstructure()
Returns the name of the data structure of a maybe assigned BPItemDefinition. |
|
List<BPElementAtPath> |
BPPath.getOccurrenceInPath(BPPathAble refObj,
K_CONTROL_OPTION... behaviourFlags)
Returns all path occurrences of the element. |
|
String |
BPResourceAtProcess.getOperatingDemand()
Specifies the percentage of the execution time of the process that the responsible resource will be needed. |
|
String |
BPResourceAtLane.getOperatingDemand()
Specifies the percentage of the execution time of each activity in the lane that the lane resource will be needed. |
|
String |
BPGlobalTaskResource.getOperatingDemand()
Specifies the percentage of the execution time of the assigned global task that the global task resource will be needed. |
|
String |
BPActivityResource.getOperatingDemand()
Specifies the percentage of the execution time of the assigned activity that the activity resource will be needed. |
|
int |
BPResourceAtProcess.getOperatingTime()
Specifies the time the responsible resource will be needed for one execution of the process. |
|
int |
BPResourceAtLane.getOperatingTime()
Specifies the time the lane resource will be needed for each execution of the contained activities. |
|
int |
BPGlobalTaskResource.getOperatingTime()
Specifies the time the global task resource will be needed for one execution of the global task. |
|
int |
BPActivityResource.getOperatingTime()
Specifies the time the activity resource will be needed for one execution of the activity. |
|
BPOperation |
BPTaskNode.getOperation()
The operation that is invoked by the service task. |
|
BPOperation |
BPEventDefinition.getOperation()
The operation that is used by the event definition. |
|
List<BPOperation> |
BPError.getOperationOfError()
The operation. |
|
List<BPOperation> |
BPMessage.getOperationOfInMessageRef()
The operation of the incoming message. |
|
List<BPOperation> |
BPMessage.getOperationOfOutMessageRef()
The operation. |
|
|
BPArtifact.getOutgoingAssociationArtifact(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All outgoing association artifacts. |
|
|
BPEventNode.getOutgoingCompensationAssociation(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All outgoing compensation associations. |
|
List<BPDataIOAssociation> |
BPEventNode.getOutgoingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags)
BPDataIOAssociation visually going out of this BPEventNode even though logically there is an data output interconnected. |
|
List<BPDataIOAssociation> |
BPActivityNode.getOutgoingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags)
BPDataIOAssociation visually going out of this BPActivityNode even though logically there is an data output interconnected. |
|
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. |
|
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. |
|
List<BPGroupAssign> |
BPGroupArtifact.getOutgoingGroupAssign(K_CONTROL_OPTION... behaviourFlags)
|
|
List<BPUseCaseInteractionRel> |
BPInteractionSpecification.getOutgoingInteractionUseCaseRel(K_CONTROL_OPTION... behaviourFlags)
The outgoing relationships to use cases. |
|
BPItemDefinitionRel |
BPMessage.getOutgoingItemDefinitionRel()
All BPItemDefinitionRel of the message. |
|
BPItemDefinitionRel |
BPItemAwareElement.getOutgoingItemDefinitionRel()
All BPItemDefinitionRel of the item aware element. |
|
BPItemDefinitionRel |
BPError.getOutgoingItemDefinitionRel()
All BPItemDefinitionRel of the error. |
|
List<BPItemDefinitionRel> |
BPSignal.getOutgoingItemDefinitionRel(K_CONTROL_OPTION... behaviourFlags)
All BPItemDefinitionRel of the BPSignal. |
|
List<BPItemDefinitionRel> |
BPEscalation.getOutgoingItemDefinitionRel(K_CONTROL_OPTION... behaviourFlags)
All BPItemDefinitionRel of the BPEscalation. |
|
List<BPMessageFlow> |
BPMessageSequenceFlowNode.getOutgoingMessageFlow()
All outgoing message flows. |
|
List<BPMessageFlow> |
BPParticipant.getOutgoingMessageFlow(K_CONTROL_OPTION... behaviourFlags)
All outgoing message flows. |
|
List<BPSequenceFlow> |
BPSequenceFlowNode.getOutgoingSequenceFlow(K_CONTROL_OPTION... behaviourFlags)
All outgoing sequence flows. |
|
List<BPSupportsRel> |
BPProcess.getOutgoingSupport(K_CONTROL_OPTION... behaviourFlags)
The outgoing BPSupportsRel. |
|
BPMessage |
BPOperation.getOutMessageRef()
All outgoing messages. |
|
BPDataObject |
BPEventNode.getOutputOfCatchEvent()
The output of the catch event. |
|
BPOutputSet |
BPObjOutputSetRef.getOutputSet()
BPOutputSet of the BPObjOutputSetRef. |
|
List<BPOutputSet> |
BPInputOutputSpecifyAble.getOutputSet(K_CONTROL_OPTION... behaviourFlags)
All BPOutputSet of the BPInputOutputSpecifyAble. |
|
List<BPObjOutputSetRef> |
BPDataObject.getOutputSetR(K_CONTROL_OPTION... behaviourFlags)
All BPObjOutputSetRef which contain the BPDataObject. |
|
|
BPArtifactContainerAble.getOwnedArtifact(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All artifacts contained in the BPArtifactContainerAble. |
|
List<BPDia> |
BPProcess.getOwnedBPDia(K_CONTROL_OPTION... behaviourFlags)
The owned BPDia of the BPProcess. |
|
List<BPOperation> |
BPInterface.getOwnedBPOperation(K_CONTROL_OPTION... behaviourFlags)
All operations being part of the interface. |
|
BPTaskNodeCall |
BPTaskNode.getOwnedCallAbleAssignment()
The optional call assignment to a BPCallAbleProcessElement. |
|
List<BPDataIOAssociation> |
BPEventNode.getOwnedDataAssociation(K_CONTROL_OPTION... behaviourFlags)
All data associations of the event. |
|
List<BPDataIOAssociation> |
BPActivityNode.getOwnedDataAssociation(K_CONTROL_OPTION... behaviourFlags)
All data associations of the activity. |
|
List<BPParticipantEntity> |
BPParticipant.getOwnedEntityAssignment(K_CONTROL_OPTION... behaviourFlags)
All partner entity assignments of the participant. |
|
List<BPError> |
BPMaskDefinition.getOwnedError(K_CONTROL_OPTION... behaviourFlags)
All errors related to the mask definition. |
|
|
BPMaskDefinition.getOwnedEventDefinition(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All event definitions of the mask definition. |
|
List<BPObjInputSetRef> |
BPInputSet.getOwnedInputSetRef(K_CONTROL_OPTION... behaviourFlags)
Returns the assignment between BPInputSet and data input. |
|
List<BPLane> |
BPLaneSet.getOwnedLane(K_CONTROL_OPTION... behaviourFlags)
All lanes contained in the BPLaneSet. |
|
List<BPLaneSet> |
BPProcess.getOwnedLaneSet(K_CONTROL_OPTION... behaviourFlags)
All BPLaneSet of the BPProcess. |
|
List<BPLinkEventDefinition> |
BPProcess.getOwnedLinkEventDefinitions(K_CONTROL_OPTION... behaviourFlags)
All link event definitions to be used locally in this process. |
|
List<BPMaskField> |
BPMaskDefinition.getOwnedMaskField(K_CONTROL_OPTION... behaviourFlags)
All mask fields of the mask definition. |
|
List<BPObjInputSetRef> |
BPInputSet.getOwnedObjInputSetRef(K_CONTROL_OPTION... behaviourFlags)
All BPObjInputSetRef of the BPInputSet. |
|
List<BPObjOutputSetRef> |
BPOutputSet.getOwnedObjOutputSetRef(K_CONTROL_OPTION... behaviourFlags)
All BPObjOutputSetRef of the BPOutputSet. |
|
List<BPObjOutputSetRef> |
BPOutputSet.getOwnedOutputSetRef(K_CONTROL_OPTION... behaviourFlags)
Assignment between BPOutputSet and data output. |
|
List<BPElementAtPath> |
BPPath.getOwnedPathAssignment(K_CONTROL_OPTION... behaviourFlags)
All path assignments of the path. |
|
BPResourceAtProcess |
BPProcess.getOwnedResourceAssignment()
The resource being responsible for the process. |
|
List<BPResourceAtLane> |
BPLane.getOwnedResourceAssignment(K_CONTROL_OPTION... behaviourFlags)
The resource assignment of the BPLane. |
|
|
BPProcess.getOwnedReuseAbleElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All reusable elements being relevant in the context of this process. |
|
|
BPCollaboration.getOwnedReuseAbleElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All reusable elements being relevant in the context of this collaboration. |
|
|
BPChoreography.getOwnedReuseAbleElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All reusable elements being relevant in the context of this choreography. |
|
List<BPParticipantRole> |
BPParticipant.getOwnedRoleAssignment(K_CONTROL_OPTION... behaviourFlags)
All partner role assignments of the participant. |
|
List<BSTransition> |
BPItemDefinition.getOwnedTransition(K_CONTROL_OPTION... behaviourFlags)
All transitions owned by this BPItemDefinition. |
|
|
BPItemDefinition.getOwnedVertex(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All vertex owned by this BPItemDefinition. |
|
BPActivityNode |
BPProperty.getOwningActivity()
The BPActivityNode of the BPProperty. |
|
BPActivityNode |
BPDataIOAssociation.getOwningActivityNode()
The activity of the data association. |
|
BPInterface |
BPOperation.getOwningBPInterface()
The interface of the operation. |
|
BPTaskNode |
BPTaskNodeCall.getOwningCallActivity()
The owning call activity. |
|
BPEventNode |
BPDataObject.getOwningEvent()
The BPEventNode of the object. |
|
BPEventNode |
BPProperty.getOwningEventNode()
The BPEventNode of the BPProperty. |
|
BPEventNode |
BPDataIOAssociation.getOwningEventNode()
The event of the data association. |
|
BPLane |
BPResourceAtLane.getOwningLane()
The owning BPLane. |
|
BPMaskDefinition |
BPMaskField.getOwningMaskDefinition()
The mask definition of the mask field. |
|
BPMaskDefinition |
BPEventDefinition.getOwningMaskDefinition()
The mask definition of the event definition. |
|
BPMaskDefinition |
BPError.getOwningMaskDefinition()
The mask definition which the error relates to. |
|
BPParticipant |
BPParticipantRole.getOwningParticipant()
The owning BPParticipant. |
|
BPParticipant |
BPParticipantEntity.getOwningParticipant()
The owning BPParticipant. |
|
BPPath |
BPElementAtPath.getOwningPath()
The owning path of this path assignment. |
|
BPPathAble |
BPDataIOAssociation.getOwningPathAble()
The owner as a potential element in a path. |
|
BPProcess |
BPProperty.getOwningProcess()
The BPProcess of the BPProperty. |
|
BPLane |
BPLane.getParentLane()
The owning lane and lane set of the lane. |
|
List<BPParticipant> |
BPProcess.getParticipant()
The participant in charge. |
|
BPParticipant |
BPParticipantAtActivity.getParticipant()
All participants taking part in this choreography activity. |
|
List<BPParticipant> |
BPInterface.getParticipant()
The participant referencing the interface. |
|
List<BPParticipant> |
BPEndPoint.getParticipant()
All participants with this end point. |
|
List<BPParticipant> |
BPInteractionSpecification.getParticipant(K_CONTROL_OPTION... behaviourFlags)
All participants taking part in the interaction. |
|
List<BPParticipantAtActivity> |
BPChoreographyActivity.getParticipantInvolved(K_CONTROL_OPTION... behaviourFlags)
All participants being assigned to this choreography activity. |
|
MERefAbleAsResource |
BPParticipantEntity.getPartnerEntity()
All partner entity elements being assigned to the participant. |
|
|
BPParticipant.getPartnerEntity(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All partner entity elements being assigned to the participant. |
|
|
BPParticipant.getPartnerEntity(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 |
BPParticipantRole.getPartnerRole()
All partner role elements being assigned to the participant. |
|
|
BPParticipant.getPartnerRole(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All partner role elements being assigned to the participant. |
|
|
BPParticipant.getPartnerRole(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPartnerRole and filters its return values according to the given stereotype value. |
|
List<BPPath> |
BPPathContextAble.getPath()
All paths defined for the BPPathContextAble. |
|
List<BPPath> |
BPPathAble.getPath(K_CONTROL_OPTION... behaviourFlags)
All paths the element is part of. |
|
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. |
|
BPPathAble |
BPElementAtPath.getPathAble()
The path element assigned to a path. |
|
|
BPItemAwareElement.getPathAbleInReach(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. |
|
|
BPItemAwareElement.getPathAbleInReach(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. |
|
|
BPPath.getPathContextAble(Class<T> returnType)
All context elements of the BPPath. |
|
K_BP_PATH_TYPE |
BPPath.getPathType()
The type of the path. |
|
|
BPProcess.getPossiblePathElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow elements being candidates for assigning them to a path. |
|
|
BPProcess.getPossiblePathElement(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPossiblePathElement and filters its return values according to the given stereotype value. |
|
|
BPItemDefinition.getPossibleState(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All states of the BPItemDefinition. |
|
|
BPItemDefinition.getPossibleState(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPossibleState and filters its return values according to the given stereotype value. |
|
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. |
|
|
BPPath.getPresentationOfPathAbleInMasterView(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all presentation elements in the defining presentation which belong to the path elements. |
|
|
BPPath.getPresentationOfPathAbleInMasterView(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPresentationOfPathAbleInMasterView and filters its return values according to the given stereotype value. |
|
|
BPPath.getPresentationOfPathAbleInStandardView(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all presentation elements in the standard presentation which belong to the path elements. |
|
|
BPPath.getPresentationOfPathAbleInStandardView(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPresentationOfPathAbleInStandardView and filters its return values according to the given stereotype value. |
|
String |
BPSequenceFlow.getProbability()
The probability of this flow. |
|
BPProcess |
BPResourceAtProcess.getProcess()
The process the resource is responsible for. |
|
BPProcess |
BPParticipant.getProcess()
The process being executed or supervised by the participant in the BPInteractionSpecification. |
|
BPProcess |
BPLaneSet.getProcess()
The BPProcess of the BPLaneSet. |
|
List<BPProcess> |
BPCollaboration.getProcess()
All processes being defined by the collaboration. |
|
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. |
|
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. |
|
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. |
|
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. |
|
List<BPProcess> |
BPProcess.getProcessCalling(K_CONTROL_OPTION... behaviourFlags)
All processes calling this process directly. |
|
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. |
|
List<BPProcess> |
BPProcess.getProcessCallingTransitive(K_CONTROL_OPTION... behaviourFlags)
All processes calling this process directly or indirectly. |
|
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. |
|
List<BPProperty> |
BPProcess.getProcessProperty(K_CONTROL_OPTION... behaviourFlags)
All properties of the BPProcess. |
|
List<BPProcess> |
BPPath.getProcessReachable(K_CONTROL_OPTION... behaviourFlags)
All processes being reachable from the collaboration or process the path is assigned to. |
|
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. |
|
List<BPProcess> |
BPProcess.getProcessSupportedDirectly(K_CONTROL_OPTION... behaviourFlags)
All processes being directly supported by this BPProcess via a supports relationship. |
|
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. |
|
List<BPProcess> |
BPProcess.getProcessSupportedDirectlyExcludeRel(BPSupportsRel refObj,
K_CONTROL_OPTION... behaviourFlags)
All processes being directly supported by this BPProcess via a supports relationship. |
|
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 the BPProcess. |
|
List<BPDiaProcessViewNode> |
BPProcess.getProcessViewNode(K_CONTROL_OPTION... behaviourFlags)
All view nodes for this process. |
|
List<BPProcess> |
BPItemDefinition.getProcessWithItemAwareElement(K_CONTROL_OPTION... behaviourFlags)
All processes containing at least one item aware element of this item definition. |
|
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. |
|
MERefAbleAsResource |
BPResourceAtLane.getRefAbleAsResource()
All elements being represented by the BPLane. |
|
|
BPLane.getRefAbleAsResource(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The resource being represented by the BPLane. |
|
|
BPLane.getRefAbleAsResource(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getRefAbleAsResource and filters its return values according to the given stereotype value. |
|
ARG_Ask |
BPTaskNode.getRefactorAsCallToNewGlobalTaskCheck()
Checks the whether the creation and assignment of a BPGlobalTask is allowed or information of the BPTaskNode will be lost. |
|
BPParticipant |
BPParticipantMapping.getReference()
The referencing participant. |
|
BPMessageFlow |
BPMessageFlowMapping.getReference()
The referencing message flow. |
|
BPParticipant |
BPParticipantMapping.getReferenced()
The participant being referenced. |
|
BPMessageFlow |
BPMessageFlowMapping.getReferenced()
The message flow being referenced. |
|
List<BPParticipantMapping> |
BPParticipant.getReferencedToRef(K_CONTROL_OPTION... behaviourFlags)
All BPParticipantMapping of the participant being referenced to the participants referencing him. |
|
List<BPMessageFlowMapping> |
BPMessageFlow.getReferencedToRef(K_CONTROL_OPTION... behaviourFlags)
All BPMessageFlowMapping of the message flow being referenced to the message flow referencing him. |
|
List<BPParticipantMapping> |
BPParticipant.getRefToReferenced(K_CONTROL_OPTION... behaviourFlags)
All BPParticipantMapping of the referencing participant to the participants being referenced. |
|
List<BPMessageFlowMapping> |
BPMessageFlow.getRefToReferenced(K_CONTROL_OPTION... behaviourFlags)
All BPMessageFlowMapping of the referencing message flow to the message flow being referenced. |
|
MEStereotypeAble |
BPArtifact.getRepresentedElement()
The element being represented by this artifact. |
|
MERefAbleAsResource |
BPGlobalTaskResource.getResource()
The element being represented by the BPGlobalTaskResource. |
|
MERefAbleAsResource |
BPActivityResource.getResource()
The element being represented by the BPActivityResource. |
|
List<BPGlobalTaskResource> |
BPGlobalTask.getResource(K_CONTROL_OPTION... behaviourFlags)
All resource assignments of the global task. |
|
List<BPActivityResource> |
BPActivityNode.getResource(K_CONTROL_OPTION... behaviourFlags)
All resource assignments of the activity. |
|
|
BPLane.getResourceAssigned(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The resource being represented by the lane. |
|
|
BPActivityNode.getResourceAssigned(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The resources assigned to this activity via an activity resource. |
|
|
BPLane.getResourceAssigned(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getResourceAssigned and filters its return values according to the given stereotype value. |
|
|
BPActivityNode.getResourceAssigned(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getResourceAssigned and filters its return values according to the given stereotype value. |
|
List<BPResourceAtLane> |
BPLane.getResourceAtLaneAccountable(K_CONTROL_OPTION... behaviourFlags)
All lane resource assignments marked as accountable. |
|
List<BPResourceAtLane> |
BPLane.getResourceAtLaneByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind,
K_CONTROL_OPTION... behaviourFlags)
All lane resource assignments of the given RACI type. |
|
List<BPResourceAtLane> |
BPLane.getResourceAtLaneConsulted(K_CONTROL_OPTION... behaviourFlags)
All lane resource assignments marked to be consulted. |
|
List<BPResourceAtLane> |
BPLane.getResourceAtLaneInformed(K_CONTROL_OPTION... behaviourFlags)
All lane resource assignments marked to be informed. |
|
List<BPResourceAtLane> |
BPLane.getResourceAtLaneResponsible(K_CONTROL_OPTION... behaviourFlags)
All lane resource assignments marked as responsible. |
|
List<BPResourceAtLane> |
BPLane.getResourceAtLaneSupportive(K_CONTROL_OPTION... behaviourFlags)
All lane resource assignments marked as supportive. |
|
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. |
|
String |
BPGlobalTaskResource.getResourceTypeAsString()
The specified resource type enum value represented by a string. |
|
String |
BPActivityResource.getResourceTypeAsString()
The specified resource type enum value represented by a string. |
|
BRResource |
BPResourceAtProcess.getResponsibleResource()
The resource being responsible for this process. |
|
BRResource |
BPProcess.getResponsibleResource()
The resource being responsible for this process. |
|
String |
BPTaskNode.getScript()
The modeler MAY include a script that can be run when the task is performed. |
|
String |
BPGlobalTask.getScript()
A script to be executed. |
|
String |
BPTaskNode.getScriptLanguage()
Defines the script language. |
|
String |
BPGlobalTask.getScriptLanguage()
Language of the script to be executed. |
|
List<BPLane> |
BPLane.getSelfAndLaneTransitiveDown(K_CONTROL_OPTION... behaviourFlags)
All lanes on the way down including the lane itself. |
|
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. |
|
List<BPLane> |
BPLane.getSelfAndLaneTransitiveUp(K_CONTROL_OPTION... behaviourFlags)
All lanes on the way up to the BPProcess including the lane itself. |
|
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. |
|
List<BPLane> |
BPLane.getSelfAndSiblings(K_CONTROL_OPTION... behaviourFlags)
All lanes within the same container and with the same presentation (horizontal or vertical or none), including the lane itself. |
|
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. |
|
|
BPFlowElementContainer.getSequenceFlowElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow elements. |
|
String |
BPItemDefinition.getShortName()
Additional short name. |
|
String |
BPCallAble.getShortName()
Additional short name of the callable element. |
|
BPSignal |
BPEventDefinition.getSignal()
The BPSignal that is used by the event definition. |
|
List<BPSignal> |
BPItemDefinition.getSignal(K_CONTROL_OPTION... behaviourFlags)
Assigned BPSignal. |
|
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. |
|
BPArtifact |
BPAssociationArtifact.getSourceArtifact()
The source artifact. |
|
BPError |
BPItemDefinitionRel.getSourceError()
The error being the source of the BPItemDefinitionRel, hence being assigned the target business object. |
|
BPEscalation |
BPItemDefinitionRel.getSourceEscalation()
The BPEscalation being the source of the BPItemDefinitionRel, hence being assigned the target business object. |
|
BPMessageSequenceFlowNode |
BPMessageFlow.getSourceInSequenceFlow()
The source node. |
|
BPItemAwareElement |
BPItemDefinitionRel.getSourceItemAwareElement()
The source item aware element of the BPItemDefinitionRel. |
|
|
BPDataIOAssociation.getSourceItemAwareElement(Class<T> returnType)
The source element of the data association. |
|
List<BPItemDefinition> |
BPDataIOAssociation.getSourceItemDefinition(K_CONTROL_OPTION... behaviourFlags)
Returns the BPItemDefinition of the source element of the BPDataIOAssociation, if assigned. |
|
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 the BPItemDefinitionRel, hence being assigned the target business object. |
|
BPSequenceFlowNode |
BPSequenceFlow.getSourceNode()
The source BPSequenceFlowNode. |
|
BPParticipant |
BPMessageFlow.getSourceParticipant()
The source participant. |
|
BPSignal |
BPItemDefinitionRel.getSourceSignal()
The BPSignal being the source of the BPItemDefinitionRel, hence being assigned the target business object. |
|
|
BPDataIOAssociation.getSourceStates(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns the states of the source element of the BPDataIOAssociation, if assigned. |
|
|
BPDataIOAssociation.getSourceStates(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSourceStates and filters its return values according to the given stereotype value. |
|
|
BPDataIOAssociation.getSourceStructureDefinition(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns the connected ELClassifier of the assigned BPItemDefinition at the associations source element. |
|
|
BPDataIOAssociation.getSourceStructureDefinition(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()
The view which is considered the standard view: it must be visible, complete and correct. |
|
String |
BPActivityNode.getStartQuantity()
The default value is 1. |
|
|
BPItemDefinitionRel.getState(Class<T> returnType)
The state used by this BPItemDefinitionRel. |
|
String |
BPItemAwareElement.getStateDefinitionLanguage()
Specifies the languages which the definition is stated in. |
|
List<BSDiaStateMachineNode> |
BPItemDefinition.getStateMachineNode(K_CONTROL_OPTION... behaviourFlags)
All business object lifecycle nodes representing the BPItemDefinition. |
|
String |
BPActivityNode.getStdLoopCondition()
The Property "LoopCondition" of the assigned BPStdLoopCharx. |
|
String |
BPActivityNode.getStdLoopMaximum()
The Property "LoopMaximum" of the assigned BPStdLoopCharx. |
|
boolean |
BPActivityNode.getStdLoopTestBefore()
The Property "TestBefore" of the assigned BPStdLoopCharx. |
|
ELClassifier |
BPDataIOAssociation.getStructureOfExternalElement()
The structure definition of the business object of the element being considered external to this BPDataIOAssociation. |
|
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. |
|
List<BPInterface> |
BPCallAble.getSupportedInterfaceRef()
The supported interfaces. |
|
BPProcess |
BPSupportsRel.getSupportedProcess()
The process supported by another process. |
|
BPProcess |
BPSupportsRel.getSupportingProcess()
The process supporting another process. |
|
List<BPSupportsRel> |
BPProcess.getSupportsRelationshipTo(BPProcess refObj,
boolean mode,
K_CONTROL_OPTION... behaviourFlags)
All supports relationships between this BPProcess and the one specified as argument refObj. |
|
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. |
|
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 |
BPItemDefinitionRel.getTargetItemDefinition()
The business object being target of this BPItemDefinitionRel. |
|
BPItemDefinition |
BPDataIOAssociation.getTargetItemDefinition()
Returns the BPItemDefinition of the target element of the BPDataIOAssociation, if assigned. |
|
BPSequenceFlowNode |
BPSequenceFlow.getTargetNode()
The target BPSequenceFlowNode. |
|
BPParticipant |
BPMessageFlow.getTargetParticipant()
The target participant. |
|
|
BPDataIOAssociation.getTargetStates(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns the states of the target element of the BPDataIOAssociation, if assigned. |
|
|
BPDataIOAssociation.getTargetStates(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 connected ELClassifier of the assigned BPItemDefinition at the associations target element. |
|
K_BP_TASK_IMPLEMENTATION |
BPTaskNode.getTaskImplementation()
This attribute specifies the technology that will be used to implement the task. |
|
K_BP_TASK_IMPLEMENTATION |
BPGlobalTask.getTaskImplementation()
Implementation of the task. |
|
|
BPOperation.getTaskNode(Class<T> returnType)
The service task that invokes the operation. |
|
|
BPMaskDefinition.getTaskNode(Class<T> returnType)
The task working to fill or modify the mask. |
|
|
BPCallAbleProcessElement.getTaskNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All activities calling the element. |
|
|
BPCallAbleProcessElement.getTaskNode(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getTaskNode and filters its return values according to the given stereotype value. |
|
List<BPTaskNodeCall> |
BPCallAbleProcessElement.getTaskNodeR(K_CONTROL_OPTION... behaviourFlags)
All call assignments to activities calling the element. |
|
|
BPCallAbleProcessElement.getTaskNodeWithDifferentIO(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. |
|
|
BPCallAbleProcessElement.getTaskNodeWithDifferentIO(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getTaskNodeWithDifferentIO and filters its return values according to the given stereotype value. |
|
|
BPCallAbleProcessElement.getTaskNodeWithIncompleteIO(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. |
|
|
BPCallAbleProcessElement.getTaskNodeWithIncompleteIO(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. |
|
List<BPEventNode> |
BPEventDefinition.getThrowingEventNode(K_CONTROL_OPTION... behaviourFlags)
All throwing event nodes that assign this BPEventDefinition. |
|
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. |
|
String |
BPTimerEventDefinition.getTimeExpression()
Specification of the time. |
|
K_BP_TIME_EXPRESSION_TYPE |
BPTimerEventDefinition.getTimeExpressionType()
The type of the time expression of the BPTimerEventDefinition. |
|
BPFlowElementContainer |
BPFlowElement.getTopFlowElementContainer()
Returns the top flow element container, which is either a process or a choreography. |
|
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()
The topmost lane set this lane belongs to, directly or transitively. |
|
K_BP_SUBPROCESS_TRANSACTION_METHOD |
BPSubProcess.getTransactionMethod()
Defines the technique that will be used to undo a transaction that has been cancelled. |
|
String |
BPDataIOAssociation.getTransformationExpressionBody()
The transformation expression's text. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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 |
BPProcess.getUseResources()
Specifies if the responsible resources assigned to this process is used for activity based costing. |
|
boolean |
BPLane.getUseResources()
Specifies if resources assigned to this lane are used for activity based costing. |
|
boolean |
BPGlobalTask.getUseResources()
Specifies if resources assigned to this global task are used for activity based costing. |
|
boolean |
BPActivityNode.getUseResources()
Specifies if resources assigned to this activity are 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. |
|
|
BPPathContextAble.getViewVisibleAndSelectAble(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All views which are visible and selectable. |
|
|
BPEventNode.getVisibleIncomingItemAwareElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all BPItemAwareElement on the source side of all owned BPDataIOAssociation by this BPEventNode. |
|
|
BPActivityNode.getVisibleIncomingItemAwareElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all BPItemAwareElement on the source side of all owned BPDataIOAssociation by this BPActivityNode. |
|
|
BPEventNode.getVisibleIncomingItemAwareElement(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getVisibleIncomingItemAwareElement and filters its return values according to the given stereotype value. |
|
|
BPActivityNode.getVisibleIncomingItemAwareElement(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getVisibleIncomingItemAwareElement and filters its return values according to the given stereotype value. |
|
|
BPEventNode.getVisibleOutgoingItemAwareElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all BPItemAwareElement on the target side of all owned BPDataIOAssociation by this BPEventNode. |
|
|
BPActivityNode.getVisibleOutgoingItemAwareElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all BPItemAwareElement on the target side of all owned BPDataIOAssociation by this BPActivityNode. |
|
|
BPEventNode.getVisibleOutgoingItemAwareElement(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getVisibleOutgoingItemAwareElement and filters its return values according to the given stereotype value. |
|
|
BPActivityNode.getVisibleOutgoingItemAwareElement(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 this BPDataIOAssociation 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,
List<? extends BPLane> seqLaneSelection,
K_INSERT kInsertAt)
Inserts a new lane using a lane template. |
|
boolean |
BPEventDefinition.isAllowedForBoundary(BPActivityNode refObj)
Returns if this event definition may be assigned to a boundary event of an activity node. |
|
boolean |
BPEventNode.isBoundary(BPActivityNode refObj)
Returns true if this event is a boundary event of an activity node. |
|
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 |
BPItemDefinition.isCollection()
Setting this flag to true indicates that the actual data type is a collection. |
|
boolean |
BPDataObject.isCollection()
Defines if the Data Object represents a collection of elements. |
|
boolean |
BPSequenceFlow.isConditionReused()
True if a global condition is used instead of a local expression. |
|
boolean |
BPConditionalEventDefinition.isConditionReused()
True if a global condition is used instead of a event condition. |
|
boolean |
BPPath.isConfiguredForContext(BPPathContextAble refObj)
True if the path is configured to be suitable for the specific context. |
|
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 the BPDataObject 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 the BPEventNode changes, e.g. a BPSequenceFlow is connected to it so that the start BPEventNode 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 the BPEventNode 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 the BPEventNode is contained within a BPSubProcess that is triggered by the event. |
|
boolean |
BPParticipantAtActivity.isInitiating()
True, if the participant initiates the activity. |
|
boolean |
BPGateway.isInstantiateEventBasedGateway()
By default the gateway’s instantiate attribute is false, but if set to true, then the process is instantiated when the first Event of the gateway’s configuration is triggered. |
|
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 the BPEventNode is contained within a BPSubProcess 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 the BPDataIOAssociation. |
|
boolean |
BPEventNode.isParallelMultiple()
This attribute is only relevant when the catch event has more than one BPEventDefinition (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()
True if the state of the object is specified using reusable states instead of a local state description, a mere string value. |
|
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)
True, if the item aware element has a connection to an element which is part of the path. |
|
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 |
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 |
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 |
BPLane.removeResource()
Removes the resource element from the lane. |
|
void |
BPPath.replaceAssignedPathAble(List<ARG_BPPathElementSpec> seq)
Replaces the elements belonging to the path. |
|
void |
BPEventNode.setActivityNode(BPActivityNode value)
Set the value of Foreign Key ActivityNode. |
|
void |
BPEventDefinition.setActivityNode(BPActivityNode value)
Set the value of Foreign Key ActivityNode. |
|
void |
BPSubProcess.setAdHocCancelRemainingInstances(boolean value)
Set the value of Attribut AdHocCancelRemainingInstances. |
|
void |
BPSubProcess.setAdHocCompletionCondition(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 |
BPGlobalTask.setApplyInCalculation(boolean value)
Set the value of Attribut ApplyInCalculation. |
|
void |
BPEventNode.setApplyInCalculation(boolean value)
Set the value of Attribut ApplyInCalculation. |
|
void |
BPActivityNode.setApplyInCalculation(boolean value)
Set the value of Attribut ApplyInCalculation. |
|
void |
BPDataIOAssociation.setAssignmentExpression(List<? extends BCExpression> values)
Set the value of Foreign Key AssignmentExpression. |
|
void |
BPResourceAtLane.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 |
BPActivityResource.setAssignmentType(K_BP_ACTIVITYRESOURCE_RACI_TYPE value)
Set the value of Attribut AssignmentType. |
|
void |
BPEventNode.setAverageDegreeOfCompletion(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(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 |
BPItemDefinition.setCollection(boolean value)
Set the value of Attribut IsCollection. |
|
void |
BPDataObject.setCollection(boolean value)
Set the value of Attribut IsCollection. |
|
void |
BPPath.setColor(String value)
Set the value of Attribut Color. |
|
void |
BPMultiInstLoopCharx.setCompletionCondition(String value)
Set the value of Attribut CompletionCondition. |
|
void |
BPActivityNode.setCompletionQuantity(String value)
Set the value of Attribut CompletionQuantity. |
|
void |
BPSequenceFlow.setConditionalExpression(BCExpression value)
Set the value of Foreign Key ConditionalExpression. |
|
void |
BPSequenceFlow.setConditionExpression(String value)
Set the value of Attribut ConditionExpression. |
|
void |
BPSequenceFlow.setConditionReused(boolean value)
Set the value of Attribut IsConditionReused. |
|
void |
BPConditionalEventDefinition.setConditionReused(boolean value)
Set the value of Attribut IsConditionReused. |
|
void |
BPGlobalTask.setCostsPerExecution(int value)
Set the value of Attribut CostsPerExecution. |
|
void |
BPEventNode.setCostsPerExecution(int value)
Set the value of Attribut CostsPerExecution. |
|
void |
BPActivityNode.setCostsPerExecution(int value)
Set the value of Attribut CostsPerExecution. |
|
void |
BPProcess.setCreateOrientation(K_ORIENTATION value)
Set the value of Attribut CreateOrientation. |
|
void |
BPInteractionSpecification.setCreateOrientation(K_ORIENTATION value)
Set the value of Attribut CreateOrientation. |
|
void |
BPInputSet.setDataInputs(List<? extends BPDataObject> values)
Set the value of View DataInputs. |
|
void |
BPDataObject.setDataObjectOfCall(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(List<? extends BPDataObject> values)
Set the value of View DataOutputs. |
|
void |
BPItemAwareElement.setDataStateDefinition(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(String value)
Set the value of Attribut ErrorCode. |
|
void |
BPError.setErrorEventDefinition(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(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(String value)
Set the value of Attribut EscalationCode. |
|
void |
BPSignal.setEventDefinition(List<? extends BPEventDefinition> values)
Set the value of Foreign Key EventDefinition. |
|
void |
BPEventNode.setEventDefinition(List<? extends BPEventDefinition> values)
Set the value of Foreign Key EventDefinition. |
|
void |
BPEscalation.setEventDefinition(List<? extends BPEventDefinition> values)
Set the value of Foreign Key EventDefinition. |
|
void |
BPActivityNode.setEventDefinition(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(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 |
BPGlobalTask.setExecutionTime(int value)
Set the value of Attribut ExecutionTime. |
|
void |
BPEventNode.setExecutionTime(int value)
Set the value of Attribut ExecutionTime. |
|
void |
BPActivityNode.setExecutionTime(int value)
Set the value of Attribut ExecutionTime. |
|
void |
BPConditionalEventDefinition.setExpression(BCExpression value)
Set the value of Foreign Key Expression. |
|
void |
BPPath.setExpression(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(List<? extends BPFlowElement> values)
Set the value of Foreign Key FlowElement. |
|
void |
BPActivityNode.setForCompensation(boolean value)
Set the value of Attribut IsForCompensation. |
|
void |
BPGlobalTask.setFrequencyPerYear(int value)
Set the value of Attribut FrequencyPerYear. |
|
void |
BPEventNode.setFrequencyPerYear(int value)
Set the value of Attribut FrequencyPerYear. |
|
void |
BPActivityNode.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(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(List<? extends BSState> values)
Set the value of View InState. |
|
void |
BPParticipant.setInterfaceRef(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 |
BPSignal.setItemRef(BPItemDefinition value)
Set the value of View ItemRef. |
|
void |
BPMessage.setItemRef(BPItemDefinition value)
Set the value of View ItemRef. |
|
void |
BPEscalation.setItemRef(BPItemDefinition value)
Set the value of View ItemRef. |
|
void |
BPError.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 |
BPLaneSet.setLaneMaintenanceType(K_BP_LANESET_TYPE value)
Set the value of Attribut LaneMaintenanceType. |
|
void |
BPLane.setLaneMaintenanceType(K_BP_LANESET_TYPE value)
Set the value of Attribut LaneMaintenanceType. |
|
void |
BPMultiInstLoopCharx.setLoopCardinality(String value)
Set the value of Attribut LoopCardinality. |
|
void |
BPActivityNode.setLoopCharxType(K_BP_ACTIVITY_LOOPCHARX_TYPE value)
Set the value of Attribut LoopCharxType. |
|
void |
BPStdLoopCharx.setLoopCondition(String value)
Set the value of Attribut LoopCondition. |
|
void |
BPStdLoopCharx.setLoopMaximum(String value)
Set the value of Attribut LoopMaximum. |
|
void |
BPTaskNode.setMaskDefinition(BPMaskDefinition value)
Set the value of Foreign Key MaskDefinition. |
|
void |
BPGlobalTask.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(String value)
Set the value of Info MultiLoopCardinality. |
|
void |
BPActivityNode.setMultiLoopCompletionCondition(String value)
Set the value of Info MultiLoopCompletionCondition. |
|
void |
BPActivityNode.setMultiLoopIsSequential(boolean value)
Set the value of Info MultiLoopIsSequential. |
|
void |
BPItemAwareElement.setObjectname(String value)
Set the value of Info Objectname. |
|
void |
BPItemAwareElement.setObjectstate(String value)
Set the value of Info Objectstate. |
|
void |
BPItemAwareElement.setObjectstructure(String value)
Set the value of Info Objectstructure. |
|
void |
BPResourceAtProcess.setOperatingDemand(String value)
Set the value of Attribut OperatingDemand. |
|
void |
BPResourceAtLane.setOperatingDemand(String value)
Set the value of Attribut OperatingDemand. |
|
void |
BPGlobalTaskResource.setOperatingDemand(String value)
Set the value of Attribut OperatingDemand. |
|
void |
BPActivityResource.setOperatingDemand(String value)
Set the value of Attribut OperatingDemand. |
|
void |
BPResourceAtProcess.setOperatingTime(int value)
Set the value of Attribut OperatingTime. |
|
void |
BPResourceAtLane.setOperatingTime(int value)
Set the value of Attribut OperatingTime. |
|
void |
BPGlobalTaskResource.setOperatingTime(int value)
Set the value of Attribut OperatingTime. |
|
void |
BPActivityResource.setOperatingTime(int value)
Set the value of Attribut OperatingTime. |
|
void |
BPTaskNode.setOperation(BPOperation value)
Set the value of Foreign Key Operation. |
|
void |
BPEventDefinition.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(List<? extends BPParticipant> values)
Set the value of Foreign Key Participant. |
|
void |
BPParticipant.setPartnerEntity(List<? extends MERefAbleAsResource> values)
Set the value of View PartnerEntity. |
|
void |
BPParticipant.setPartnerRole(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(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(String value)
Set the value of Attribut Probability. |
|
void |
BPResourceAtProcess.setProcess(BPProcess value)
Set the value of Foreign Key Process. |
|
void |
BPParticipant.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(List<? extends MERefAbleAsResource> values)
Set the value of View RefAbleAsResource. |
|
void |
BPResourceAtLane.setRefAbleAsResource(MERefAbleAsResource value)
Set the value of Foreign Key RefAbleAsResource. |
|
void |
BPGlobalTaskResource.setResource(MERefAbleAsResource value)
Set the value of Foreign Key Resource. |
|
void |
BPActivityResource.setResource(MERefAbleAsResource value)
Set the value of Foreign Key Resource. |
|
void |
BPActivityNode.setResourceAssigned(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 |
BPTaskNode.setScript(String value)
Set the value of Attribut Script. |
|
void |
BPTaskNode.setScriptLanguage(String value)
Set the value of Attribut ScriptLanguage. |
|
void |
BPMultiInstLoopCharx.setSequential(boolean value)
Set the value of Attribut IsSequential. |
|
void |
BPItemDefinition.setShortName(String value)
Set the value of Attribut ShortName. |
|
void |
BPCallAble.setShortName(String value)
Set the value of Attribut ShortName. |
|
void |
BPEventDefinition.setSignal(BPSignal value)
Set the value of Foreign Key Signal. |
|
void |
BPMessageFlow.setSourceInSequenceFlow(BPMessageSequenceFlowNode value)
Set the value of Foreign Key SourceInSequenceFlow. |
|
void |
BPDataIOAssociation.setSourceItemAwareElement(List<? extends BPItemAwareElement> values)
Set the value of Foreign Key SourceItemAwareElement. |
|
void |
BPActivityNode.setStartQuantity(String value)
Set the value of Attribut StartQuantity. |
|
void |
BPItemAwareElement.setStateReused(boolean value)
Set the value of Attribut IsStateReused. |
|
void |
BPActivityNode.setStdLoopCondition(String value)
Set the value of Info StdLoopCondition. |
|
void |
BPActivityNode.setStdLoopMaximum(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(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 |
BPTaskNode.setTaskImplementation(K_BP_TASK_IMPLEMENTATION value)
Set the value of Attribut TaskImplementation. |
|
void |
BPGlobalTask.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(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(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 |
BPProcess.setUseResources(boolean value)
Set the value of Attribut UseResources. |
|
void |
BPLane.setUseResources(boolean value)
Set the value of Attribut UseResources. |
|
void |
BPGlobalTask.setUseResources(boolean value)
Set the value of Attribut UseResources. |
|
void |
BPActivityNode.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. |
|
List<BPEventNode> |
BPSequenceFlow.splitWithPairedLinkEvent()
Splits the sequence flow creating two paired link events having the same link event definition. |
|
void |
BPProcess.synchronizeAllHiddenViewNodes()
Turns all hidden process view nodes into synchronized process view nodes. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2bpdia |
|---|
| Methods in de.mid.innovator.srv2api.icw2bpdia that throw InoNetException | ||
|---|---|---|
BPDiaChoreographyViewNode |
BPDia.addDiaChoreographyViewNode(BPChoreography ohChoreography,
Point position,
Point size,
boolean isExpanded)
Adds a node representing a choreography to the diagram. |
|
BPDiaCollaborationViewNode |
BPDia.addDiaCollaborationViewNode(BPCollaboration ohCollaboration,
Point position,
Point size,
boolean isExpanded,
boolean areProcessesExpanded)
Adds a node representing a collaboration to the diagram. |
|
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. |
|
List<PRDiaNode> |
BPDia.addDiaNodes(Class<? extends ELObject> kVOclModel,
Class<? extends ELObject> kVOclPres,
List<? extends ADClientAble> adds,
Point position,
Point size,
Point offset)
Adds elements as nodes to this diagram. |
|
BPDiaProcessViewNode |
BPDia.addDiaProcessViewNode(BPProcess ohProcess,
PRPresElement ohPresOfOwner,
Point position,
Point size,
boolean isExpanded)
Adds a node representing a process to the diagram. |
|
void |
BPDiaViewNode.becomeMasterView()
Declare this view to be the one and only master view. |
|
void |
BPDiaViewNode.becomeRegularView()
Declare this view to be a reference to the master view which is allowed only if it is not the master view. |
|
void |
BPDiaViewNode.becomeSynchronizedView()
Declare this view to be an exact reference to the master view. |
|
void |
BPDiaViewNode.correctExistingViewContent()
Makes this 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. |
|
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. |
|
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()
BPDiaProcessViewNode of the process called by the call activity node. |
|
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. |
|
List<BPDiaLaneNode> |
BPDiaLaneNode.getChildLaneNode(K_CONTROL_OPTION... behaviourFlags)
All lane nodes owned by the lane node. |
|
List<PRDiaNote> |
BPDiaViewNode.getCommentNodeOfView(K_CONTROL_OPTION... behaviourFlags)
All comment nodes which belong to the model element which is displayed by the view. |
|
|
BPDia.getContentForHighlighting(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 |
BPDiaTaskNode.getDiaDisplayed()
The diagram being displayed by this node. |
|
BPDia |
BPDiaParticipantNode.getDiaDisplayed()
The diagram being displayed by this node. |
|
BPDia |
BPDiaViewNode.getDiagramOfView()
The diagram of the view node. |
|
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. |
|
List<BPDiaParticipantNode> |
BPDia.getDiaParticipantNode()
All nodes displaying this diagram. |
|
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. |
|
|
BPDia.getDiaTaskNode(Class<T> returnType)
All nodes displaying this diagram. |
|
BPLaneSet |
BPDiaProcessViewNode.getLaneSet()
The top lane set displayed in the process view node. |
|
BPLaneSet |
BPDiaProcessViewNode.getLaneSetDisplayed()
The LaneSet to be displayed. |
|
List<BPDiaLaneNode> |
BPDiaProcessViewNode.getLeafLaneNode(K_CONTROL_OPTION... behaviourFlags)
All leaf lane nodes in this process view node. |
|
List<BPDiaLaneNode> |
BPDiaLaneNode.getLeafLaneNode(K_CONTROL_OPTION... behaviourFlags)
All leaf lanes. |
|
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. |
|
List<BPDiaLaneNode> |
BPDiaProcessViewNode.getLeafLaneNodeSortedByPosition(K_CONTROL_OPTION... behaviourFlags)
All leaf lane nodes in this process view node. |
|
|
BPDiaViewNode.getMissingElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all model elements missing in this view. |
|
|
BPDiaViewNode.getMissingElement(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getMissingElement and filters its return values according to the given stereotype value. |
|
|
BPDiaViewNode.getOwnedArtifactNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All BPDiaArtifactNode owned by the BPDiaViewNode. |
|
|
BPDiaSubProcessNode.getOwnedArtifactNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
BPDiaArtifactNode owned by the BPDiaSubProcessNode. |
|
|
BPDiaLaneNode.getOwnedArtifactNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
BPDiaArtifactNode owned by the BPDiaLaneNode. |
|
|
BPDia.getOwnedArtifactNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All BPDiaArtifactNode of the BPDia. |
|
List<BPDiaAssocEdge> |
BPDiaProcessViewNode.getOwnedAssocEdge(K_CONTROL_OPTION... behaviourFlags)
All BPDiaAssocEdge of the BPDiaProcessViewNode. |
|
List<BPDiaAssocEdge> |
BPDiaLaneNode.getOwnedAssocEdge(K_CONTROL_OPTION... behaviourFlags)
All BPDiaAssocEdge of the BPDiaLaneNode. |
|
List<BPDiaAssocEdge> |
BPDiaGroupNode.getOwnedAssocEdge(K_CONTROL_OPTION... behaviourFlags)
All BPDiaAssocEdge in the group node. |
|
List<BPDiaEventNode> |
BPDiaTaskNode.getOwnedBoundaryEventNode(K_CONTROL_OPTION... behaviourFlags)
All boundary event nodes of the BPDiaTaskNode. |
|
List<BPDiaEventNode> |
BPDiaSubProcessNode.getOwnedBoundaryEventNode(K_CONTROL_OPTION... behaviourFlags)
All boundary event nodes owned by this BPDiaSubProcessNode. |
|
|
BPDiaTaskNode.getOwnedCallActivityNodes(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All call activity nodes contained at the next level below the activity node. |
|
List<PRDiaCalloutNode> |
BPDiaViewNode.getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this view node. |
|
List<PRDiaCalloutNode> |
BPDiaSubProcessNode.getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this subprocess node. |
|
List<PRDiaCalloutNode> |
BPDiaLaneNode.getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this lane node. |
|
List<PRDiaCalloutNode> |
BPDiaGroupNode.getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this group node. |
|
List<BPDiaDataAssocEdge> |
BPDiaProcessViewNode.getOwnedDataAssocEdge(K_CONTROL_OPTION... behaviourFlags)
All BPDiaDataAssocEdge of the BPDiaProcessViewNode. |
|
List<BPDiaDataAssocEdge> |
BPDiaLaneNode.getOwnedDataAssocEdge(K_CONTROL_OPTION... behaviourFlags)
All BPDiaDataAssocEdge of the BPDiaLaneNode. |
|
List<BPDiaDataAssocEdge> |
BPDiaGroupNode.getOwnedDataAssocEdge(K_CONTROL_OPTION... behaviourFlags)
All BPDiaDataAssocEdge in the group node. |
|
List<BPDiaDataNode> |
BPDiaSubProcessNode.getOwnedDataNode(K_CONTROL_OPTION... behaviourFlags)
BPDiaDataNode owned by the BPDiaSubProcessNode. |
|
List<BPDiaDataNode> |
BPDiaProcessViewNode.getOwnedDataNode(K_CONTROL_OPTION... behaviourFlags)
BPDiaDataNode owned by the BPDiaProcessViewNode. |
|
List<BPDiaDataNode> |
BPDiaLaneNode.getOwnedDataNode(K_CONTROL_OPTION... behaviourFlags)
All BPDiaDataNode of the BPDiaLaneNode. |
|
List<BPDiaEventNode> |
BPDiaSubProcessNode.getOwnedEventNode(K_CONTROL_OPTION... behaviourFlags)
All boundary event nodes of the BPDiaSubProcessNode. |
|
|
BPDiaGroupNode.getOwnedFlowEdge(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow edges in the group node. |
|
|
BPDiaGroupNode.getOwnedFlowNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow nodes of the BPDiaGroupNode. |
|
List<BPDiaGroupAssignment> |
BPDia.getOwnedGroupAssignment(K_CONTROL_OPTION... behaviourFlags)
All group assignment edges of the diagram. |
|
|
BPDiaGroupNode.getOwnedItemNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All item nodes of the BPDiaGroupNode. |
|
|
BPDia.getOwnedItemNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All BPDiaItemNode. |
|
List<BPDiaLaneNode> |
BPDiaProcessViewNode.getOwnedLaneNode(K_CONTROL_OPTION... behaviourFlags)
All lane nodes owned by the view node. |
|
List<BPDiaMappingAssoc> |
BPDia.getOwnedMappingAssoc(K_CONTROL_OPTION... behaviourFlags)
All BPDiaMappingAssoc of the BPDia. |
|
List<BPDiaMaskCompartmentEntry> |
BPDiaMaskCompartmentNode.getOwnedMaskCompartmentEntry(K_CONTROL_OPTION... behaviourFlags)
All compartment entries of the compartment node. |
|
List<BPDiaMaskCompartmentNode> |
BPDiaMaskTaskNode.getOwnedMaskCompartmentNode(K_CONTROL_OPTION... behaviourFlags)
All compartment nodes of the user task node. |
|
List<BPDiaMaskCompartmentNode> |
BPDiaMaskNode.getOwnedMaskCompartmentNode(K_CONTROL_OPTION... behaviourFlags)
All compartment nodes of the mask node. |
|
List<BPDiaMaskNode> |
BPDiaTaskNode.getOwnedMaskNode(K_CONTROL_OPTION... behaviourFlags)
All mask node of the BPDiaTaskNode. |
|
List<BPDiaMessageFlow> |
BPDiaCollaborationViewNode.getOwnedMessageFlow(K_CONTROL_OPTION... behaviourFlags)
message flow edge owned by the view node. |
|
List<BPDiaMessageFlow> |
BPDia.getOwnedMessageFlow(K_CONTROL_OPTION... behaviourFlags)
message flow edge owned by the diagram. |
|
List<BPDiaMessageNode> |
BPDiaViewNode.getOwnedMessageNode(K_CONTROL_OPTION... behaviourFlags)
All message nodes in the view node. |
|
List<BPDiaParticipantCompartmentNode> |
BPDiaChoreographyTaskNode.getOwnedParticipantCompartment(K_CONTROL_OPTION... behaviourFlags)
All participant compartment nodes of the choreography task node. |
|
List<BPDiaParticipantNode> |
BPDiaCollaborationViewNode.getOwnedParticipantNode(K_CONTROL_OPTION... behaviourFlags)
All BPDiaParticipantNode of the BPDiaCollaborationViewNode. |
|
List<BPDiaParticipantNode> |
BPDiaChoreographyViewNode.getOwnedParticipantNode(K_CONTROL_OPTION... behaviourFlags)
All BPDiaParticipantNode of the BPDiaChoreographyViewNode. |
|
BPDiaProcessViewNode |
BPDiaParticipantNode.getOwnedProcessNode()
BPDiaProcessViewNode owned by the BPDiaParticipantNode. |
|
List<BPDiaRedundantEdge> |
BPDiaProcessViewNode.getOwnedRedundantEdge(K_CONTROL_OPTION... behaviourFlags)
All redundant edges in the view node. |
|
List<BPDiaRenderingNode> |
BPDiaProcessViewNode.getOwnedRenderingNode(K_CONTROL_OPTION... behaviourFlags)
All rendering nodes in the view node. |
|
List<BPDiaSequenceFlow> |
BPDiaProcessViewNode.getOwnedSequenceFlow(K_CONTROL_OPTION... behaviourFlags)
BPDiaSequenceFlow owned by the BPDiaProcessViewNode. |
|
List<BPDiaSequenceFlow> |
BPDiaLaneNode.getOwnedSequenceFlow(K_CONTROL_OPTION... behaviourFlags)
All BPDiaSequenceFlow of the BPDiaLaneNode. |
|
List<BPDiaSequenceFlow> |
BPDiaChoreographyViewNode.getOwnedSequenceFlow(K_CONTROL_OPTION... behaviourFlags)
BPDiaSequenceFlow owned by the BPDiaChoreographyViewNode. |
|
|
BPDiaSubProcessNode.getOwnedSequenceFlowNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All BPDiaSequenceFlowNode of the BPDiaSubProcessNode. |
|
|
BPDiaProcessViewNode.getOwnedSequenceFlowNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All BPDiaSequenceFlowNode of the BPDiaProcessViewNode. |
|
|
BPDiaLaneNode.getOwnedSequenceFlowNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All BPDiaSequenceFlowNode of the BPDiaLaneNode. |
|
|
BPDiaChoreographyViewNode.getOwnedSequenceFlowNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All BPDiaSequenceFlowNode of the BPDiaChoreographyViewNode. |
|
List<BPDiaStructureEdge> |
BPDia.getOwnedStructureEdge(K_CONTROL_OPTION... behaviourFlags)
All structure edges of the BPDia. |
|
List<BPDiaSupportEdge> |
BPDia.getOwnedSupportEdge(K_CONTROL_OPTION... behaviourFlags)
All support edges of the BPDia. |
|
List<BPDiaTermEdge> |
BPDia.getOwnedTermEdge(K_CONTROL_OPTION... behaviourFlags)
All term edges of the diagram. |
|
|
BPDia.getOwnedTermNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All term nodes of the diagram. |
|
List<BPDiaTextNode> |
BPDia.getOwnedTextNode(K_CONTROL_OPTION... behaviourFlags)
All BPDiaTextNode of the BPDia. |
|
List<BPDiaViewContentEdge> |
BPDia.getOwnedViewContentEdge(K_CONTROL_OPTION... behaviourFlags)
All view content edges of the BPDia. |
|
|
BPDiaViewNode.getOwnedViewElementTransitiveDownByOrder(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All presentation elements in this view. |
|
|
BPDiaLaneNode.getOwnedViewElementTransitiveDownByOrder(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All presentation elements in this lane node which belong to the same view. |
|
|
BPDiaFlowNode.getOwnedViewElementTransitiveDownByOrder(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All presentation elements in this node which belong to the same view. |
|
|
BPDia.getOwnedViewNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All BPDiaViewNode. |
|
BPDiaSubProcessNode |
BPDiaEventNode.getOwningBoundarySubProcessNode()
The BPDiaSubProcessNode of the boundary event node. |
|
BPDiaTaskNode |
BPDiaEventNode.getOwningBoundaryTaskNode()
The BPDiaTaskNode of the boundary event node. |
|
BPDiaChoreographyViewNode |
BPDiaParticipantNode.getOwningChoreographyNode()
The BPDiaChoreographyViewNode of the BPDiaParticipantNode. |
|
BPDiaChoreographyTaskNode |
BPDiaParticipantCompartmentNode.getOwningChoreographyTask()
The choreography task node of the participant compartment node. |
|
BPDiaChoreographyViewNode |
BPDiaSequenceFlowNode.getOwningChoreographyViewNode()
The BPDiaChoreographyViewNode of the BPDiaSequenceFlowNode. |
|
BPDiaChoreographyViewNode |
BPDiaSequenceFlow.getOwningChoreographyViewNode()
Owning BPDiaChoreographyViewNode of the BPDiaSequenceFlow. |
|
BPDiaCollaborationViewNode |
BPDiaParticipantNode.getOwningCollaborationNode()
The BPDiaCollaborationViewNode of the BPDiaParticipantNode. |
|
BPDiaCollaborationViewNode |
BPDiaMessageFlow.getOwningCollaborationViewNode()
Owning view node of the message flow edge. |
|
BPDia |
BPDiaViewNode.getOwningDia()
The BPDia of the element. |
|
BPDia |
BPDiaTextNode.getOwningDia()
The BPDia of the BPDiaTextNode. |
|
BPDia |
BPDiaTermNode.getOwningDia()
The diagram of the term node. |
|
BPDia |
BPDiaTermEdge.getOwningDia()
The diagram of the term edge. |
|
BPDia |
BPDiaSupportEdge.getOwningDia()
The BPDia owning the support edge. |
|
BPDia |
BPDiaStructureEdge.getOwningDia()
The BPDia owning the structure edge. |
|
BPDia |
BPDiaMessageFlow.getOwningDia()
Owning diagram of the message flow edge. |
|
BPDia |
BPDiaMappingAssoc.getOwningDia()
The BPDia of the BPDiaMappingAssoc. |
|
BPDia |
BPDiaItemNode.getOwningDia()
The BPDia of the element. |
|
BPDia |
BPDiaGroupAssignment.getOwningDia()
The diagram of the group assignment edge. |
|
BPDia |
BPDiaArtifactNode.getOwningDia()
The BPDia of the BPDiaArtifactNode. |
|
BPDia |
BPDiaViewContentEdge.getOwningDiagram()
The BPDia owning the view content edge. |
|
BPDiaGroupNode |
BPDiaItemNode.getOwningGroupNode()
The BPDiaGroupNode owning the item nodes. |
|
BPDiaGroupNode |
BPDiaFlowNode.getOwningGroupNode()
The BPDiaGroupNode owning the flow nodes. |
|
BPDiaGroupNode |
BPDiaFlowEdge.getOwningGroupNode()
The group node of the flow edge. |
|
BPDiaGroupNode |
BPDiaDataAssocEdge.getOwningGroupNode()
The group node of the BPDiaDataAssocEdge. |
|
BPDiaGroupNode |
BPDiaAssocEdge.getOwningGroupNode()
The group node of the BPDiaAssocEdge. |
|
BPDiaLaneNode |
BPDiaSequenceFlowNode.getOwningLaneNode()
The BPDiaLaneNode of the BPDiaSequenceFlowNode. |
|
BPDiaLaneNode |
BPDiaSequenceFlow.getOwningLaneNode()
The BPDiaLaneNode of the BPDiaSequenceFlow. |
|
BPDiaLaneNode |
BPDiaDataNode.getOwningLaneNode()
The BPDiaLaneNode of the BPDiaDataNode. |
|
BPDiaLaneNode |
BPDiaDataAssocEdge.getOwningLaneNode()
The BPDiaLaneNode of the BPDiaDataAssocEdge. |
|
BPDiaLaneNode |
BPDiaAssocEdge.getOwningLaneNode()
The BPDiaLaneNode of the BPDiaAssocEdge. |
|
BPDiaLaneNode |
BPDiaArtifactNode.getOwningLaneNode()
Owning BPDiaLaneNode of the BPDiaArtifactNode. |
|
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()
Owning BPDiaParticipantNode of the BPDiaProcessViewNode. |
|
BPDiaProcessViewNode |
BPDiaSequenceFlowNode.getOwningProcessViewNode()
The BPDiaProcessViewNode of the BPDiaSequenceFlowNode. |
|
BPDiaProcessViewNode |
BPDiaSequenceFlow.getOwningProcessViewNode()
Owning BPDiaProcessViewNode of the BPDiaSequenceFlow. |
|
BPDiaProcessViewNode |
BPDiaLaneNode.getOwningProcessViewNode()
Owning process view node of the lane node. |
|
BPDiaProcessViewNode |
BPDiaDataNode.getOwningProcessViewNode()
Owning BPDiaProcessViewNode of the BPDiaDataNode. |
|
BPDiaProcessViewNode |
BPDiaDataAssocEdge.getOwningProcessViewNode()
The BPDiaProcessViewNode of the BPDiaDataAssocEdge. |
|
BPDiaProcessViewNode |
BPDiaAssocEdge.getOwningProcessViewNode()
The BPDiaProcessViewNode of the BPDiaAssocEdge. |
|
BPDiaSubProcessNode |
BPDiaSequenceFlowNode.getOwningSubProcessNode()
The BPDiaSubProcessNode of the BPDiaSequenceFlowNode. |
|
BPDiaSubProcessNode |
BPDiaDataNode.getOwningSubProcessNode()
Owning BPDiaSubProcessNode of the BPDiaDataNode. |
|
BPDiaSubProcessNode |
BPDiaArtifactNode.getOwningSubProcessNode()
Owning BPDiaSubProcessNode of the BPDiaArtifactNode. |
|
BPDiaTaskNode |
BPDiaMaskNode.getOwningTaskNode()
The BPDiaTaskNode of the mask node. |
|
BPDiaProcessViewNode |
BPDiaRenderingNode.getOwningViewNode()
The view node of the rendering node. |
|
BPDiaProcessViewNode |
BPDiaRedundantEdge.getOwningViewNode()
The view node of the redundant edge. |
|
BPDiaViewNode |
BPDiaMessageNode.getOwningViewNode()
The view node of the message node. |
|
BPDiaViewNode |
BPDiaArtifactNode.getOwningViewNode()
Owning BPDiaViewNode of the BPDiaArtifactNode. |
|
BPDiaLaneNode |
BPDiaLaneNode.getParentLaneNode()
Owning lane node of the lane node. |
|
BPPath |
BPDiaViewNode.getPath()
The path being displayed in the view node. |
|
BPPath |
BPDiaViewNode.getPathDisplayed()
The path being emphasized in the view node. |
|
List<BPPath> |
BPDiaViewNode.getPossiblePath(K_CONTROL_OPTION... behaviourFlags)
All paths eligible for visualization in this context. |
|
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. |
|
|
BPDiaViewNode.getPresentationInView(Class<T> returnType,
MEModelElement refObj,
K_CONTROL_OPTION... behaviourFlags)
All presentation contents of this view which are connected to the model element specified by argument refObj and which do not belong to another view nested into this one. |
|
BPProcess |
BPDiaProcessViewNode.getProcess()
Returns the BPProcess represented by this node. |
|
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()
True if the view node IS a master view node itself. |
|
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 |
BPDiaMaskTaskNode.isOpen()
True, if the contents of this mask task are visible. |
|
boolean |
BPDiaMaskCompartmentNode.isOpen()
True, if the contents of this mask compartment are visible. |
|
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.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.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.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.isOwnedProcessViewCorrectAndComplete()
True if the node is a call activity which contains a reference to the process called and if the view is correct and complete. |
|
boolean |
BPDiaParticipantNode.isOwnedProcessViewCorrectAndComplete()
True if the node contains a reference to the process being executed and if the view is correct and complete. |
|
boolean |
BPDiaTaskNode.isOwnedProcessViewMaster()
True if it contains a master process view node. |
|
boolean |
BPDiaParticipantNode.isOwnedProcessViewMaster()
True if the participant node 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 |
BPDiaTaskNode.letOwnedProcessViewBecomeMaster()
If the node is a call activity which contains a reference to the process called, declare the view to be the one and only master view. |
|
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, . |
|
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 |
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 |
BPDiaViewNode.moveMasterToNewDiagram()
Creates a new diagram of the same stereotype the diagram of the view to be moved has. |
|
void |
BPDiaViewNode.rebuildExactlyFromMasterView()
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. |
|
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. |
|
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()
Creates a new diagram of the same stereotype the diagram of the view to be moved has. |
|
void |
BPDiaTaskNode.setDiaDisplayed(BPDia value)
Set the value of Foreign Key DiaDisplayed. |
|
void |
BPDiaParticipantNode.setDiaDisplayed(BPDia value)
Set the value of Foreign Key DiaDisplayed. |
|
void |
BPDiaProcessViewNode.setFilterCriteria(boolean hideObjectFlow)
Modifies the criteria for visible elements inside the process view. |
|
static void |
BPDiaProcessViewNodeHelper.setFilterCriteria(SrvContext srvCtx,
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(List<? extends PRDiaNode> seqNode,
List<ARG_CompartmentVisibilityList> seqComp)
Sets the visible compartments of the selected nodes in the business diagram. |
|
void |
BPDiaViewNode.toggleOrientation()
Switches the current orientation to the other one - from vertical to horizontal and vice versa. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2br |
|---|
| Methods in de.mid.innovator.srv2api.icw2br that throw InoNetException | ||
|---|---|---|
static BRTechnical |
BRTechnicalHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new IT Unit with template and container. |
|
static BRRole |
BRRoleHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Role with template and container. |
|
static BRResource |
BRResourceHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Business Resource with template and container. |
|
static BRResourceCL |
BRResourceCLHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Actor with template and container. |
|
static BRPerson |
BRPersonHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Person with template and container. |
|
static BRPersonContactData |
BRPersonContactDataHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Contact Data with template and container. |
|
static BROrgUnit |
BROrgUnitHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Organizational Unit with template and container. |
|
static BRLocation |
BRLocationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Location with template and container. |
|
static BRCostCenter |
BRCostCenterHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Cost Center with template and container. |
|
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 BRResourceHierRel |
BRResourceHierRelHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Hierarchical Subordination with template from source to target element. |
|
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 BROrgUnitRequiresRole |
BROrgUnitRequiresRoleHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Required Role with template 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 BROrgUnitMemberRel |
BROrgUnitMemberRelHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Membership with template from source to target element. |
|
static BRTechnical |
BRTechnicalHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new IT Unit with stereotype and container. |
|
static BRRole |
BRRoleHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Role with stereotype and container. |
|
static BRResource |
BRResourceHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Business Resource with stereotype and container. |
|
static BRResourceCL |
BRResourceCLHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Actor with stereotype and container. |
|
static BRPerson |
BRPersonHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Person with stereotype and container. |
|
static BRPersonContactData |
BRPersonContactDataHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Contact Data with stereotype and container. |
|
static BROrgUnit |
BROrgUnitHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Organizational Unit with stereotype and container. |
|
static BRLocation |
BRLocationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Location with stereotype and container. |
|
static BRCostCenter |
BRCostCenterHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Cost Center with stereotype and container. |
|
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 BRResourceHierRel |
BRResourceHierRelHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Hierarchical Subordination with stereotype 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 BROrgUnitRequiresRole |
BROrgUnitRequiresRoleHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Required Role with stereotype 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 BROrgUnitMemberRel |
BROrgUnitMemberRelHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Membership with stereotype from source to target element. |
|
List<BROrgUnitPersonRel> |
BROrgUnit.getAssignmentRelationshipToPerson(BRPerson refObj,
K_CONTROL_OPTION... behaviourFlags)
All person assignment relationships between this BROrgUnit and a person. |
|
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. |
|
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. |
|
List<BRPersonContactData> |
BRPerson.getContactData(K_CONTROL_OPTION... behaviourFlags)
All BRPersonContactData of the BRPerson. |
|
List<BRCostCenter> |
BRCostCenterAble.getCostCenter()
All BRCostCenter used by this element. |
|
|
BRCostCenter.getCostCenterAble(Class<T> returnType)
All elements using this BRCostCenter. |
|
BRPerson |
BROrgUnit.getDeputyPerson()
The deputy person being assigned to this organizational unit. |
|
List<BROrgUnit> |
BROrgUnit.getDirectParentsInHierarchy(K_CONTROL_OPTION... behaviourFlags)
The parent resources being superordinated by a hierarchical relationship. |
|
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. |
|
List<BROrgUnit> |
BROrgUnit.getDirectSonsInHierarchy(K_CONTROL_OPTION... behaviourFlags)
All resources being directly subordinated to this BROrgUnit via a hierarchical resource relationship. |
|
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. |
|
List<BROrgUnit> |
BROrgUnit.getDirectSonsInHierarchyExcludeRel(BRResourceHierRel refObj,
K_CONTROL_OPTION... behaviourFlags)
All org units being directly subordinated to this BROrgUnit via a hierarchical resource relationship. |
|
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. |
|
String |
BRResource.getEAddress()
The electronic address of the business resource, may be an e-mail or an intranet or internet address. |
|
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. |
|
List<BRResourceHierRel> |
BROrgUnit.getHierarchicalRelationshipTo(BROrgUnit refObj,
boolean mode,
K_CONTROL_OPTION... behaviourFlags)
All hierarchical resource relationships between this BROrgUnit and another resource. |
|
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. |
|
|
BRResource.getIncoming(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The incoming BRResourceRel. |
|
List<BRResourceHierRel> |
BROrgUnit.getIncomingHierRel(K_CONTROL_OPTION... behaviourFlags)
All relationships to superordinated organizational units. |
|
BRLocation |
BRResourceAtLocation.getLocation()
The location of the resource. |
|
List<BRLocation> |
BRPersonContactData.getLocation()
The location being used for the location dependent contact data. |
|
List<BRLocation> |
BRResource.getLocation(K_CONTROL_OPTION... behaviourFlags)
All locations of the BRResource. |
|
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. |
|
List<BRResourceAtLocation> |
BRResource.getLocationAssignment(K_CONTROL_OPTION... behaviourFlags)
The resource assignments of the BRLocation. |
|
List<BROrgUnitMemberRel> |
BROrgUnit.getMemberRelationship(K_CONTROL_OPTION... behaviourFlags)
All member relationships of this organizational unit. |
|
BROrgUnitMemberRel |
BROrgUnit.getMemberRelationshipToPerson(BRPerson refObj)
The member relationship between this organizational unit and a person. |
|
List<BROrgUnitMemberRel> |
BRPerson.getOrgUnitMembership(K_CONTROL_OPTION... behaviourFlags)
The group assignments of the person. |
|
String |
BRPerson.getOtherNames()
Other names of the person. |
|
|
BRResource.getOutgoing(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The outgoing BRResourceRel. |
|
List<BRResourceHierRel> |
BROrgUnit.getOutgoingHierarchicalRelationship(K_CONTROL_OPTION... behaviourFlags)
All outgoing hierarchical resource relationships at this BROrgUnit. |
|
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. |
|
List<BRResourceHierRel> |
BROrgUnit.getOutgoingHierRel(K_CONTROL_OPTION... behaviourFlags)
All relationships to subordinated organizational units. |
|
|
BRResource.getOwnedResource(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All resources being contained in this resource. |
|
BRResource |
BRResource.getOwningResource()
The container resource of the resource. |
|
BRPerson |
BRPersonContactData.getPerson()
The BRPerson of the BRPersonContactData. |
|
List<BRPersonContactData> |
BRLocation.getPersonContactData()
All uses of the location for location dependent contact data. |
|
List<BROrgUnitRequiresRole> |
BRRole.getPotentialOrgUnit(K_CONTROL_OPTION... behaviourFlags)
The roles required for the BROrgUnit. |
|
List<BRPersonInRole> |
BRRole.getPotentialPerson(K_CONTROL_OPTION... behaviourFlags)
The persons which may act in this role. |
|
List<BRPersonInRole> |
BRPerson.getPotentialRole(K_CONTROL_OPTION... behaviourFlags)
The role assignments of this person. |
|
List<BPProcess> |
BRResource.getProcess(K_CONTROL_OPTION... behaviourFlags)
The process the resource is responsible for. |
|
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. |
|
List<BPResourceAtProcess> |
BRResource.getProcessR(K_CONTROL_OPTION... behaviourFlags)
All processes this resource is responsible for. |
|
BRPersonInRole |
BRPerson.getRelationshipToPossibleRole(BRRole refObj)
The role relationship between this person and a given role. |
|
BROrgUnitRequiresRole |
BROrgUnit.getRelationshipToRequiredRole(BRRole refObj)
The required role relationship between this organizational unit and a given role. |
|
K_BR_RESOURCEREL_TYPE |
BRResourceNamedRel.getRelType()
The relationship type. |
|
List<BROrgUnitRequiresRole> |
BROrgUnit.getRequiredRole(K_CONTROL_OPTION... behaviourFlags)
The role requirements of an organizational unit. |
|
BRResource |
BRResourceAtLocation.getResource()
The BRLocation of the resource assignments. |
|
List<BRResourceAtLocation> |
BRLocation.getResourceAtLocation(K_CONTROL_OPTION... behaviourFlags)
The resource at the location. |
|
K_BR_RESOURCE_TYPE |
BRResource.getResourceType()
The type of BRResource. |
|
BRPerson |
BROrgUnit.getResponsiblePerson()
The person being assigned to this organizational unit. |
|
List<BROrgUnitPersonRel> |
BROrgUnit.getResponsiblePersonRel(K_CONTROL_OPTION... behaviourFlags)
The person assigned to this organizational unit. |
|
String |
BRResourceNamedRel.getReverseName()
The reverse name of this relationship, expressing the relationship from the target element to the source element. |
|
List<BRRole> |
BROrgUnit.getRoleAssignments(K_CONTROL_OPTION... behaviourFlags)
The roles being assigned to this organizational unit. |
|
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. |
|
List<BROrgUnit> |
BROrgUnit.getSelfAndSonsInHierarchyTransitiveDownDepthFirst(K_CONTROL_OPTION... behaviourFlags)
The org unit itself and all resources being subordinated (transitively) to this BROrgUnit via a hierarchical resource relationship. |
|
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. |
|
String |
BRCostCenter.getShortDescription()
A short description of the cost center. |
|
List<BROrgUnit> |
BROrgUnit.getSonsInHierarchyTransitiveDownDepthFirst(K_CONTROL_OPTION... behaviourFlags)
All org units being subordinated (transitively) to this BROrgUnit via a hierarchical resource relationship. |
|
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()
The BRResource being the source of the relationship. |
|
String |
BRPerson.getSurname()
The surname of the person. |
|
BRResource |
BRResourceRel.getTargetResource()
The BRResource being the target of the relationship. |
|
String |
BRPerson.getTitle()
The title of the person. |
|
String |
BRResource.getURI()
Currently a dummy attribute, perhaps for a URI to a picture. |
|
boolean |
BRResource.isClass()
If this is true, the BRResource represents a class of resources and not a single BRResource 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(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(String value)
Set the value of Attribut EAddress. |
|
void |
BRResource.setExternal(boolean value)
Set the value of Attribut IsExternal. |
|
void |
BRPerson.setFirstName(String value)
Set the value of Attribut FirstName. |
|
void |
BRPerson.setGender(K_BR_PERSON_GENDER value)
Set the value of Attribut Gender. |
|
void |
BRResource.setLocation(List<? extends BRLocation> values)
Set the value of View Location. |
|
void |
BRPersonContactData.setLocation(List<? extends BRLocation> values)
Set the value of Foreign Key Location. |
|
void |
BRPerson.setOtherNames(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(String value)
Set the value of Attribut ReverseName. |
|
void |
BROrgUnit.setRoleAssignments(List<? extends BRRole> values)
Set the value of View RoleAssignments. |
|
void |
BRCostCenter.setShortDescription(String value)
Set the value of Attribut ShortDescription. |
|
void |
BRPerson.setSurname(String value)
Set the value of Attribut Surname. |
|
void |
BRPerson.setTitle(String value)
Set the value of Attribut Title. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2brdia |
|---|
| Methods in de.mid.innovator.srv2api.icw2brdia that throw InoNetException | ||
|---|---|---|
List<PRDiaNode> |
BRDia.addDiaNodes(Class<? extends ELObject> kVOclModel,
Class<? extends ELObject> kVOclPres,
List<? extends ADClientAble> adds,
Point position,
Point size,
Point offset)
Adds elements as nodes to this diagram. |
|
BRDiaResourceEdge |
BRDia.addEdgeForResourceRel(BRResourceRel ohResourceRel,
Class<? extends ELObject> kVOclPres,
BRDiaResourceNode ohNodeSrc,
BRDiaResourceNode ohNodeTrg,
boolean ifExistsDontAdd)
Adds an resource relationship edge representing a business resource relationship to the diagram. |
|
BRDiaResourceNode |
BRDia.addNodeForResource(BRResource ohResource,
Class<? extends ELObject> kVOclPres,
boolean allowMultiple,
Point position,
Point size)
Adds an resource node representing a business resource to the diagram. |
|
List<BRDiaResourceEdge> |
BRDia.addResourceRelationship(List<? extends BRDiaResourceNode> seqNode,
List<? extends BRResourceRel> seqSel,
boolean isDirParent,
boolean addNode)
Adds resource relationships as edges to this diagram. |
|
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. |
|
|
BRDiaResourceNode.getIncomingResourceEdgeFrom(Class<T> returnType,
BRDiaResourceNode refObj,
K_CONTROL_OPTION... behaviourFlags)
Returns all incoming edges from the source node. |
|
List<BRDiaResourceNode> |
BRDia.getNodeForResource(BRResource refObj,
K_CONTROL_OPTION... behaviourFlags)
Returns all resource nodes representing the resource which already exist in the diagram. |
|
|
BRDiaResourceNode.getOutgoingResourceEdgeTo(Class<T> returnType,
BRDiaResourceNode refObj,
K_CONTROL_OPTION... behaviourFlags)
Returns all outgoing edges to the target node. |
|
List<BRDiaExprNode> |
BRDiaResourceNode.getOwnedExpression(K_CONTROL_OPTION... behaviourFlags)
The expression nodes at this BRDiaResourceNode. |
|
List<BRDiaExprNode> |
BRDiaResourceEdge.getOwnedExpression(K_CONTROL_OPTION... behaviourFlags)
The expression nodes at this BRDiaResourceEdge. |
|
|
BRDia.getOwnedResourceEdge(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The resource edges in this BRDia. |
|
List<BRDiaResourceNode> |
BRDia.getOwnedResourceNode(K_CONTROL_OPTION... behaviourFlags)
The resource nodes in this BRDia. |
|
|
BRDia.getOwnedTextNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The text nodes in this BRDia. |
|
BRDia |
BRDiaTextNode.getOwningDia()
The business resource diagram owning the BRDiaTextNode. |
|
BRDia |
BRDiaResourceNode.getOwningDia()
The business resource diagram owning the BRDiaResourceNode. |
|
BRDia |
BRDiaResourceEdge.getOwningDia()
The business resource diagram owning the BRDiaResourceEdge. |
|
BRDiaResourceEdge |
BRDiaExprNode.getOwningEdgeOfExpression()
The BRDiaResourceEdge owning this BRDiaExprNode. |
|
BRDiaResourceNode |
BRDiaExprNode.getOwningNodeOfExpression()
The BRDiaResourceNode owning this BRDiaExprNode. |
|
|
BRDia.getResourceInDia(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns a unique list of all business resources being displayed in the BRDia. |
|
|
BRDia.getResourceInDia(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 InoNetException in de.mid.innovator.srv2api.icw2bs |
|---|
| Methods in de.mid.innovator.srv2api.icw2bs that throw InoNetException | ||
|---|---|---|
static BSRegularState |
BSRegularStateHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Object State with template and container. |
|
static BSInitState |
BSInitStateHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Object Initial State with template and container. |
|
static BSFinalState |
BSFinalStateHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Object Final State with template 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 BSRegularState |
BSRegularStateHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Object State with stereotype and container. |
|
static BSInitState |
BSInitStateHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Object Initial State with stereotype and container. |
|
static BSFinalState |
BSFinalStateHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Object Final State with stereotype and container. |
|
static BSTransition |
BSTransitionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new State Transition with stereotype from source to target element. |
|
String |
BSTransition.getGuard()
Guard of BSTransition. |
|
List<BSTransition> |
BSVertex.getIncoming(K_CONTROL_OPTION... behaviourFlags)
All transitions incoming at this vertex. |
|
List<BPItemDefinitionRel> |
BSState.getItemDefinitionRel()
All BPItemDefinitionRel using this state. |
|
List<BSTransition> |
BSVertex.getOutgoing(K_CONTROL_OPTION... behaviourFlags)
All transitions outgoing from this vertex. |
|
BPItemDefinition |
BSTransition.getOwningDefinition()
The BPItemDefinition owning this transition. |
|
|
BSVertex.getReachedVertex(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All vertices which are reached transitive via transitions starting from the given vertex. |
|
|
BSVertex.getReachedVertex(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. |
|
|
BSState.getUsedInItemAwareElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All item aware elements using this state. |
|
|
BSState.getUsedInItemAwareElement(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(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 InoNetException in de.mid.innovator.srv2api.icw2bsdia |
|---|
| Methods in de.mid.innovator.srv2api.icw2bsdia that throw InoNetException | ||
|---|---|---|
List<PRDiaNode> |
BSDia.addDiaNodes(Class<? extends ELObject> kVOclModel,
Class<? extends ELObject> kVOclPres,
List<? extends ADClientAble> adds,
Point position,
Point size,
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 the BSDiaStateMachineNode. |
|
List<BSDiaStateMachineNode> |
BSDia.getOwnedStateMachineNode(K_CONTROL_OPTION... behaviourFlags)
The state machine node owned by this diagrem. |
|
List<BSDiaTransitionEdge> |
BSDiaStateMachineNode.getOwnedTransitionEdge(K_CONTROL_OPTION... behaviourFlags)
All transition edges owned by this state machine node. |
|
|
BSDiaStateMachineNode.getOwnedVertexNode(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 |
BSDiaVertexNode.getOwningStateMachineNode()
The state machine node owning this vertex node. |
|
BSDiaStateMachineNode |
BSDiaTransitionEdge.getOwningStateMachineNode()
The state machine node owning this transition edge. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2class |
|---|
| Methods in de.mid.innovator.srv2api.icw2class that throw InoNetException | ||
|---|---|---|
List<CLProperty> |
CLAssociation.appendAssociationEnds(MMCreateTemplate ohTmpl,
List<? extends CLClassifier> seqCL)
Creates a new association end for each specified classifier. |
|
static List<CLAssociation> |
CLClassifierHelper.associateClassifier(SrvContext srvCtx,
ADClientAble ohDia,
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 CLUseCase |
CLUseCaseHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Use Case with template and container. |
|
static CLStructureGroup |
CLStructureGroupHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Structure Group with template and container. |
|
static CLStructureEntry |
CLStructureEntryHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Structure Entry with template and container. |
|
static CLStructureDefinition |
CLStructureDefinitionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Structure Definition with template and container. |
|
static CLSignal |
CLSignalHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Signal with template and container. |
|
static CLProperty |
CLPropertyHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Property with template and container. |
|
static CLPrimitiveType |
CLPrimitiveTypeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Primitive Type with template and container. |
|
static CLPort |
CLPortHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Port with template and container. |
|
static CLParameterSet |
CLParameterSetHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Parameter Set with template and container. |
|
static CLParameter |
CLParameterHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Parameter with template and container. |
|
static CLOperation |
CLOperationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Operation with template and container. |
|
static CLNode |
CLNodeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Node with template and container. |
|
static CLInterface |
CLInterfaceHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Interface with template and container. |
|
static CLInstanceSpecification |
CLInstanceSpecificationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Instance Specification with template and container. |
|
static CLExtensionPoint |
CLExtensionPointHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Extension Point with template and container. |
|
static CLExecEnv |
CLExecEnvHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Execution Environment with template and container. |
|
static CLEnumeration |
CLEnumerationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Enumeration Type with template and container. |
|
static CLEnumLiteral |
CLEnumLiteralHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Enumeration Literal with template and container. |
|
static CLDevice |
CLDeviceHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Device with template and container. |
|
static CLDeploymentSpec |
CLDeploymentSpecHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Deployment Specification with template and container. |
|
static CLComponent |
CLComponentHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Component with template and container. |
|
static CLCollaboration |
CLCollaborationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Collaboration with template and container. |
|
static CLClassifierTemplateParameter |
CLClassifierTemplateParameterHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Template Parameter with template and container. |
|
static CLClass |
CLClassHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Class with template and container. |
|
static CLArtifact |
CLArtifactHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Artifact with template and container. |
|
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 CLSubstitution |
CLSubstitutionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Substitution with template from source to target element. |
|
static CLStructureGroup |
CLStructureGroupHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Structure Group with template and container with requirement. |
|
static CLStructureEntry |
CLStructureEntryHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Structure Entry with template and container with requirement. |
|
static CLSlot |
CLSlotHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Slot with template and container with requirement. |
|
static CLReception |
CLReceptionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Reception with template and container with requirement. |
|
static CLManifestation |
CLManifestationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Manifestation with template from source to target element. |
|
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 CLInstanceSpecification |
CLInstanceSpecificationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Instance Specification with template and container with requirement. |
|
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 CLGeneralization |
CLGeneralizationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Generalization with template from source to target element. |
|
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 CLDeployment |
CLDeploymentHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Deployment with template 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 CLComponentRealization |
CLComponentRealizationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Component Realization with template from source to target element. |
|
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 CLCollaborationUse |
CLCollaborationUseHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Collaboration Use with template and container with requirement. |
|
static CLAssociation |
CLAssociationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Association with template from source to target element. |
|
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 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 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 CLCommunicationPath |
CLCommunicationPathHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
List<? extends ELElement> seqSel)
Create a new Communication Path with template, container and a sequence of elements. |
|
static CLAssociation |
CLAssociationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
List<? extends ELElement> seqSel)
Create a new Association with template, container and a sequence of elements. |
|
static CLAssocClass |
CLAssocClassHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
List<? extends ELElement> seqSel)
Create a new Association Class with template, container and a sequence of elements. |
|
static CLInstanceSpecification |
CLInstanceSpecificationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
List<? extends ELElement> seqSel,
ELElement ohRequirement)
Create a new Instance Specification with template, container and a sequence of elements with requirement. |
|
static CLParameterSet |
CLParameterSetHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
List<? extends ELElement> seqSel)
Create a new Parameter Set with template and a sequence of elements. |
|
static CLAssociation |
CLAssociationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
List<? extends ELElement> seqSel)
Create a new Association with template and a sequence of elements. |
|
static CLAssocClass |
CLAssocClassHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
List<? extends ELElement> seqSel)
Create a new Association Class with template and a sequence of elements. |
|
static CLInstanceSpecification |
CLInstanceSpecificationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
List<? extends ELElement> seqSel,
ELElement ohRequirement)
Create a new Instance Specification with template and a sequence of elements with requirement. |
|
static CLUseCase |
CLUseCaseHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Use Case with stereotype and container. |
|
static CLStructureGroup |
CLStructureGroupHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Structure Group with stereotype and container. |
|
static CLStructureEntry |
CLStructureEntryHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Structure Entry with stereotype and container. |
|
static CLStructureDefinition |
CLStructureDefinitionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Structure Definition with stereotype and container. |
|
static CLSignal |
CLSignalHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Signal with stereotype and container. |
|
static CLProperty |
CLPropertyHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Property with stereotype and container. |
|
static CLPrimitiveType |
CLPrimitiveTypeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Primitive Type with stereotype and container. |
|
static CLPort |
CLPortHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Port with stereotype and container. |
|
static CLParameterSet |
CLParameterSetHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Parameter Set with stereotype and container. |
|
static CLParameter |
CLParameterHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Parameter with stereotype and container. |
|
static CLOperation |
CLOperationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Operation with stereotype and container. |
|
static CLNode |
CLNodeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Node with stereotype and container. |
|
static CLInterface |
CLInterfaceHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Interface with stereotype and container. |
|
static CLInstanceSpecification |
CLInstanceSpecificationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Instance Specification with stereotype and container. |
|
static CLExtensionPoint |
CLExtensionPointHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Extension Point with stereotype and container. |
|
static CLExecEnv |
CLExecEnvHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Execution Environment with stereotype 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,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Enumeration Literal with stereotype and container. |
|
static CLDevice |
CLDeviceHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Device with stereotype and container. |
|
static CLDeploymentSpec |
CLDeploymentSpecHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Deployment Specification with stereotype and container. |
|
static CLComponent |
CLComponentHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Component with stereotype and container. |
|
static CLCollaboration |
CLCollaborationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Collaboration with stereotype and container. |
|
static CLClassifierTemplateParameter |
CLClassifierTemplateParameterHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Template Parameter with stereotype and container. |
|
static CLClass |
CLClassHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Class with stereotype and container. |
|
static CLArtifact |
CLArtifactHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Artifact with stereotype and container. |
|
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 CLSubstitution |
CLSubstitutionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Substitution with stereotype from source to target element. |
|
static CLStructureGroup |
CLStructureGroupHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Structure Group with stereotype and container with requirement. |
|
static CLStructureEntry |
CLStructureEntryHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Structure Entry with stereotype 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 CLReception |
CLReceptionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Reception with stereotype and container with requirement. |
|
static CLManifestation |
CLManifestationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Manifestation with stereotype 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 CLInstanceSpecification |
CLInstanceSpecificationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Instance Specification with stereotype and container with requirement. |
|
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 CLGeneralization |
CLGeneralizationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Generalization with stereotype 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 CLDeployment |
CLDeploymentHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Deployment with stereotype 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 CLComponentRealization |
CLComponentRealizationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Component Realization with stereotype from source to target element. |
|
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 CLCollaborationUse |
CLCollaborationUseHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Collaboration Use with stereotype and container with requirement. |
|
static CLAssociation |
CLAssociationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Association with stereotype from source to target element. |
|
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 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 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 CLCommunicationPath |
CLCommunicationPathHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
List<? extends ELElement> seqSel)
Create a new Communication Path with stereotype, container and a sequence of elements. |
|
static CLAssociation |
CLAssociationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
List<? extends ELElement> seqSel)
Create a new Association with stereotype, container and a sequence of elements. |
|
static CLAssocClass |
CLAssocClassHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
List<? extends ELElement> seqSel)
Create a new Association Class with stereotype, container and a sequence of elements. |
|
static CLInstanceSpecification |
CLInstanceSpecificationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
List<? extends ELElement> seqSel,
ELElement ohRequirement)
Create a new Instance Specification with stereotype, container and a sequence of elements with requirement. |
|
static CLParameterSet |
CLParameterSetHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
List<? extends ELElement> seqSel)
Create a new Parameter Set with stereotype and a sequence of elements. |
|
static CLAssociation |
CLAssociationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
List<? extends ELElement> seqSel)
Create a new Association with stereotype and a sequence of elements. |
|
static CLAssocClass |
CLAssocClassHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
List<? extends ELElement> seqSel)
Create a new Association Class with stereotype and a sequence of elements. |
|
static CLInstanceSpecification |
CLInstanceSpecificationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
List<? extends ELElement> seqSel,
ELElement ohRequirement)
Create a new Instance Specification with stereotype and a sequence of elements with requirement. |
|
static List<CLArtifact> |
CLArtifactHelper.createByWorkingDirectory(SrvContext srvCtx,
MEHierarchyAble root,
List<ARG_ExtensionStereotypeMap> seqExtStereoMap,
List<String> seqFile)
Creates artifacts if they do not already exist. |
|
List<CLStructureElement> |
CLStructureElement.createCopyFromGroupAble(ELViewGroupAble ohGroupAble,
boolean copyRecursive,
boolean useInGroup,
ARG_StereotypeRelationsOut valStereoRel)
Creates a group as copy of the specified group and entries for each contained entry. |
|
List<CLStructureElement> |
CLStructureElement.createEntriesForClassifierFeatures(ELClassifier ohClassifier)
Creates an entry for each feature of the classifier. |
|
static CLTemplateAbleElement |
CLTemplateAbleElementHelper.createTemplateBoundElement(SrvContext srvCtx,
CLTemplateAbleElement ohTemplate,
List<ARG_TemplateBoundParameter> seqPar)
Creates a new element bound to the specified template. |
|
List<ELRedefAble> |
CLClassifier.dialogFolderRedefine(List<? extends ELElement> seq)
Creates redefinitions of selected elements within this classifier. |
|
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. |
|
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. |
|
List<CLTemplateParameterSubstitution> |
CLTemplateParameterAbleElement.getActualParameterSubstitution(K_CONTROL_OPTION... behaviourFlags)
All substitutions where this element is used as actual parameter. |
|
|
CLTemplateAbleElement.getActualTemplateParameter(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. |
|
|
CLTemplateAbleElement.getActualTemplateParameter(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()
References the use case that is to be included by this include relationship. |
|
List<CLInclude> |
CLUseCase.getAddition(K_CONTROL_OPTION... behaviourFlags)
References the include relationship that includes this use case. |
|
|
CLClassifier.getAggregatedClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All CLClassifier on the other side of a binary CLAssociation where the aggregation property of the connected end is set to 'shared'. |
|
|
CLClassifier.getAggregatedClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAggregatedClassifier and filters its return values according to the given stereotype value. |
|
|
CLClassifier.getAggregatedOrComposedClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All CLClassifier on the other side of a binary CLAssociation where the aggregation property of the connected end is set to 'shared' or 'composed'. |
|
|
CLClassifier.getAggregatedOrComposedClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAggregatedOrComposedClassifier and filters its return values according to the given stereotype value. |
|
|
CLClassifier.getAggregatingClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All CLClassifier on the other side of a binary CLAssociation where the aggregation property of the end connected to the other side is set to 'shared'. |
|
|
CLClassifier.getAggregatingClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAggregatingClassifier and filters its return values according to the given stereotype value. |
|
|
CLClassifier.getAggregatingOrComposingClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All CLClassifier on the other side of a binary CLAssociation where the aggregation property of the end connected to the other side is set to 'shared' or 'composed'. |
|
|
CLClassifier.getAggregatingOrComposingClassifier(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 |
CLProperty.getArtifact()
The artifact that owns this property. |
|
CLArtifact |
CLOperation.getArtifact()
The artifact that owns this operation. |
|
CLArtifact |
CLManifestation.getArtifact()
The artifact owning this manifestation. |
|
CLArtifact |
CLArtifact.getArtifact()
The artifact owning this artifact. |
|
CLProperty |
CLProperty.getAssociationEnd()
Designates the optional association end that owns a qualifier attribute. |
|
|
CLAssociation.getAssociationEndProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The properties that are assigned to this association. |
|
|
CLConnector.getBehavior(Class<T> returnType)
The set of behaviors that specify the valid interaction patterns across the connector. |
|
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. |
|
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. |
|
List<BECallEvent> |
CLOperation.getCallEvent(K_CONTROL_OPTION... behaviourFlags)
Returns the CLOperation of the call event. |
|
|
CLParameterSet.getCallIn(Class<T> returnType)
The call action being tied to a parameter set. |
|
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. |
|
|
CLParameterSet.getCallOut(Class<T> returnType)
The call action being tied to a parameter set. |
|
int |
CLArtifact.getCheckInCount()
Number of check-ins. |
|
Date |
CLArtifact.getCheckInTime()
Time of the last check-in. |
|
String |
CLArtifact.getCheckInUser()
Name of the user who checked-in. |
|
|
CLInstSpec.getClassifier(Class<T> returnType)
The classifier/s of the represented instance. |
|
|
CLClassifierTemplateParameter.getClassifier(Class<T> returnType)
The classifiers that constrains the argument that can be used for the parameter. |
|
BEBehavior |
CLBehavioredClassifier.getClassifierBehavior()
A behavior specification that specifies the behavior of the classifier itself. |
|
List<CLInstanceSpecification> |
CLClassifier.getClassifierInstance(K_CONTROL_OPTION... behaviourFlags)
All instance specifications instantiating this classifier. |
|
List<CLClassifierTemplateParameter> |
CLClassifier.getClassifierTemplateParameter()
All parameters constrained by this CLClassifier. |
|
List<ANClearAssociation> |
CLAssociation.getClearAssociationAction(K_CONTROL_OPTION... behaviourFlags)
The action that destroys all links of the association which a particular object participates in. |
|
List<CLCollaborationUse> |
CLStructuredClassifier.getCollaborationUse(K_CONTROL_OPTION... behaviourFlags)
All collaboration uses owned by this structured classifier. |
|
|
CLClassifier.getComposedClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All CLClassifier on the other side of a binary CLAssociation where the aggregation property of the connected end is set to 'composite'. |
|
|
CLClassifier.getComposedClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getComposedClassifier and filters its return values according to the given stereotype value. |
|
|
CLClassifier.getComposingClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All CLClassifier on the other side of a binary CLAssociation where the aggregation property of the end connected to the other side is set to 'composite'. |
|
|
CLClassifier.getComposingClassifier(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. |
|
List<MESimpleConstraint> |
CLParameterSet.getCondition(K_CONTROL_OPTION... behaviourFlags)
|
|
String |
CLExtend.getConditionBody()
The condition of this extend relationship. |
|
List<CLDeploymentSpec> |
CLDeployment.getConfiguration(K_CONTROL_OPTION... behaviourFlags)
The specification of properties that parameterize the deployment and execution of one or more artifacts. |
|
|
CLInstSpec.getConnectedInstance(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All instance specifications which are connected to this link instance. |
|
|
CLInstSpec.getConnectedInstance(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getConnectedInstance and filters its return values according to the given stereotype value. |
|
List<IALifeline> |
CLConnectAbleElement.getConnectedLifeline(K_CONTROL_OPTION... behaviourFlags)
Determines the Lifeline IALifeline which represents the connectable. |
|
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. |
|
|
CLInstSpec.getConnectedLink(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All links which are connected to this instance specification. |
|
|
CLInstSpec.getConnectedLink(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getConnectedLink and filters its return values according to the given stereotype value. |
|
CLConnector |
CLConnectorEnd.getConnector()
The connector of this end. |
|
List<CLConnector> |
CLAssociation.getConnector()
Connectors typed by this association. |
|
K_CONNECTOR |
CLConnector.getConnectorKind()
The kind of this connector. |
|
CLInterface |
CLInterfaceRealization.getContract()
References the interface specifying the conformance contract. |
|
List<CLInterface> |
CLClassifier.getContract(K_CONTROL_OPTION... behaviourFlags)
All interfaces realized by this classifier. |
|
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. |
|
List<CLInterfaceRealization> |
CLInterface.getContractInterfaceRealization(K_CONTROL_OPTION... behaviourFlags)
All interface realizations of behaviored classifiers which realize this interface. |
|
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. |
|
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 |
CLProperty.getDataType()
The data type that owns this property. |
|
CLDataType |
CLOperation.getDataType()
The data type that owns this operation. |
|
CLTemplateParameterAbleElement |
CLTemplateParameter.getDefault()
The element that is the default for this formal template parameter. |
|
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()
The property that specifies the values that may be held by this slot. |
|
CLDeployedArtifact |
CLDeployment.getDeployedArtifact()
The artifacts that are deployed onto a node. |
|
List<CLDeployment> |
CLDeployedArtifact.getDeployedArtifact(K_CONTROL_OPTION... behaviourFlags)
All deployments owned by this deployed artifact. |
|
CLDeployment |
CLDeploymentSpec.getDeployment()
The deployment which the deployment specification is associated with. |
|
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. |
|
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. |
|
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. |
|
List<CLConnectorEnd> |
CLConnectAbleElement.getEnd(K_CONTROL_OPTION... behaviourFlags)
Denotes a connector that attaches to this connectable element. |
|
CLEnumeration |
CLEnumLiteral.getEnumeration()
The enumeration owning this enumeration literal. |
|
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. |
|
String |
CLEnumLiteral.getEnumValue()
The value of this enum literal. |
|
|
CLOperation.getEvent(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All occurrences where this operation is used as event. |
|
|
CLSignal.getEvent(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All occurrences where this signal is used as an event. |
|
|
CLOperation.getEvent(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getEvent and filters its return values according to the given stereotype value. |
|
|
CLSignal.getEvent(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getEvent and filters its return values according to the given stereotype value. |
|
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. |
|
String |
CLDeploymentSpec.getExecutionLocation()
The location where a component artifact executes. |
|
List<CLExtend> |
CLExtensionPoint.getExtend()
The extend relationships of this extension point. |
|
List<CLExtend> |
CLUseCase.getExtend(K_CONTROL_OPTION... behaviourFlags)
References the extend relationships owned by this use case. |
|
CLUseCase |
CLExtend.getExtendedCase()
References the use case that is being extended by this extend relationship. |
|
List<CLExtend> |
CLUseCase.getExtendedCase(K_CONTROL_OPTION... behaviourFlags)
References the extend relationships that extends this use case. |
|
CLUseCase |
CLExtend.getExtension()
References the use case that represents the extension and owns the extend relationship. |
|
String |
CLArtifact.getExtension()
Returns the extension contained in the name of this artifact. |
|
List<CLUseCase> |
CLExtensionPoint.getExtension(K_CONTROL_OPTION... behaviourFlags)
the use cases reached by extends of this extension point. |
|
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. |
|
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. |
|
List<CLExtensionPoint> |
CLUseCase.getExtensionPoint(K_CONTROL_OPTION... behaviourFlags)
References the extension points owned by the use case. |
|
Date |
CLArtifact.getFileModificationTime()
The modification time of the corresponding file of this artifact. |
|
Date |
CLArtifact.getFileModificationTimeAtCheckOut()
File modification time at time of check-out. |
|
String |
CLArtifact.getFileName()
File name of this artifact. |
|
static List<ARG_CheckInOutDlgInitOclReq> |
CLArtifactHelper.getFileOpen(SrvContext srvCtx,
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. |
|
List<CLParameter> |
CLParameterAble.getFormalParameter(K_CONTROL_OPTION... behaviourFlags)
The ordered set of formal parameters of this element. |
|
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. |
|
List<CLTemplateParameterSubstitution> |
CLTemplateParameter.getFormalParameterSubstitution(K_CONTROL_OPTION... behaviourFlags)
All substitutions that are associated with this formal template parameter. |
|
|
CLBehavioralFeature.getImplemented(Class<T> returnType)
All behavioral features which are implemented by this behavioral feature. |
|
|
CLBehavioralFeature.getImplementing(Class<T> returnType)
All behavioral features which implement this behavioral feature. |
|
CLBehavioredClassifier |
CLInterfaceRealization.getImplementingClassifier()
References the behaviored classifier that owns this interface realization (i.e., the classifier that realizes the interface which it points to). |
|
|
CLInterface.getImplementingClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All classifiers implementing this interface. |
|
|
CLInterface.getImplementingClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getImplementingClassifier and filters its return values according to the given stereotype value. |
|
List<CLInclude> |
CLUseCase.getInclude(K_CONTROL_OPTION... behaviourFlags)
References the include relationships owned by this use case. |
|
CLUseCase |
CLInclude.getIncludingCase()
References the use case which will include the addition and owns the include relationship. |
|
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. |
|
|
CLClassifier.getInstSpec(Class<T> returnType)
The instance specification which is classified by all the classifiers connected. |
|
CLInterface |
CLReception.getInterface()
The interface that owns this reception. |
|
CLInterface |
CLProperty.getInterface()
The interface that owns this property. |
|
CLInterface |
CLOperation.getInterface()
The interface that owns this operation. |
|
CLInterface |
CLClassifier.getInterface()
The interface that owns this classifier. |
|
List<CLInterfaceRealization> |
CLBehavioredClassifier.getInterfaceRealization(K_CONTROL_OPTION... behaviourFlags)
All interface realizations owned by this behaviored classifier. |
|
List<CLInterfaceRealization> |
CLInterface.getInterfaceRealizationOfInterface(K_CONTROL_OPTION... behaviourFlags)
All realizations of this interface. |
|
List<CLInterfaceRealization> |
CLInterface.getInterfaceRealizationOfInterface(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getInterfaceRealizationOfInterface and filters its return values according to the given stereotype value. |
|
List<MEUsage> |
CLInterface.getInterfaceUsage(K_CONTROL_OPTION... behaviourFlags)
All usage dependencies using this interface. |
|
|
CLPort.getInvocation(Class<T> returnType)
Invocation actions invoked by port. |
|
List<IALifeline> |
CLConnectAbleElement.getLifeline()
The lifeline connected to this element. |
|
|
CLProperty.getLinkAction(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All LinkActions owning this AssociationEnd. |
|
|
CLProperty.getLinkAction(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getLinkAction and filters its return values according to the given stereotype value. |
|
|
CLProperty.getLinkEndData(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
LinkEndData identifies links. |
|
CLDeploymentTarget |
CLDeployment.getLocation()
The deployment target that is the target of a deployment. |
|
List<CLManifestation> |
CLArtifact.getManifestation(K_CONTROL_OPTION... behaviourFlags)
The set of model elements that are manifested in the artifact. |
|
int |
CLArtifact.getMaxFileSize()
The maximum size of files with the extension of this artifact. |
|
|
CLBehavioralFeature.getMethod(Class<T> returnType)
A behavioral description that implements the behavioral feature. |
|
Date |
CLArtifact.getModelSynchronizationTime()
The time of the last synchronization of model and file of this artifact. |
|
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. |
|
|
CLArtifact.getNestedArtifact(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The artifacts that are defined (nested) within the artifact. |
|
|
CLInterface.getNestedClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
|
|
|
CLClass.getNestedClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
References all the classifiers that are defined (nested) within the class. |
|
List<CLInstanceSpecification> |
CLInstanceSpecification.getNestedInstance(K_CONTROL_OPTION... behaviourFlags)
The instances nested within this instance. |
|
|
CLNode.getNestedNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The nodes that are defined (nested) within the node. |
|
|
CLStructureElement.getNestedStructureElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All structure elements being contained in this structure element. |
|
|
CLStructureElement.getNestedStructureElement(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()
The instance nesting this instance. |
|
CLNode |
CLNode.getNode()
The node that owns this node. |
|
List<CLOperation> |
CLProperty.getOperation()
The methods assigned to this property as accessors. |
|
|
CLInstSpec.getOppositeConnectedInstance(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All instance specifications on the opposite side of a connected link instance of this instance specification. |
|
|
CLInstSpec.getOppositeConnectedInstance(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOppositeConnectedInstance and filters its return values according to the given stereotype value. |
|
List<BPUseCasePathRel> |
CLUseCase.getOutgoingPathUseCaseRel(K_CONTROL_OPTION... behaviourFlags)
The outgoing relationships of the use case. |
|
CLClass |
CLReception.getOwnClass()
The class that owns this reception. |
|
CLClass |
CLProperty.getOwnClass()
The class that owns this property. |
|
CLClass |
CLOperation.getOwnClass()
The class that owns this operation. |
|
CLClass |
CLClassifier.getOwnClass()
The class that owns this classifier. |
|
|
CLSignal.getOwnedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The attributes owned by the signal. |
|
|
CLInterface.getOwnedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The attributes owned by this interface. |
|
|
CLDataType.getOwnedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The attributes owned by this data type. |
|
|
CLClass.getOwnedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The attributes (i.e. the properties) owned by this class. |
|
|
CLArtifact.getOwnedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The attributes or association ends defined for the artifact. |
|
|
CLAssocClass.getOwnedAttributeNotAssocEnd(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The attributes (i.e. the properties) owned by the class which are not roles of the association. |
|
|
CLAssocClass.getOwnedAttributeNotAssocEnd(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedAttributeNotAssocEnd and filters its return values according to the given stereotype value. |
|
|
CLBehavioredClassifier.getOwnedBehavior(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
References behavior specifications owned by a classifier. |
|
List<BPDia> |
CLComponent.getOwnedBPDia(K_CONTROL_OPTION... behaviourFlags)
All bpmn diagrams owned by this component. |
|
List<CLConnector> |
CLStructuredClassifier.getOwnedConnector(K_CONTROL_OPTION... behaviourFlags)
Connectors owned by this classifier. |
|
|
CLComponent.getOwnedDiagram(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All classifier diagrams owned by this component. |
|
|
CLAssociation.getOwnedEnd(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The ends that are owned by the association itself. |
|
List<CLEnumLiteral> |
CLEnumeration.getOwnedLiteral(K_CONTROL_OPTION... behaviourFlags)
The ordered set of literals for this enumeration. |
|
List<CLOperation> |
CLInterface.getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)
References all operations owned by the interface. |
|
List<CLOperation> |
CLDataType.getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)
The operations owned by the data type. |
|
List<CLOperation> |
CLClass.getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)
The operations owned by the class. |
|
List<CLOperation> |
CLArtifact.getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)
The operations defined for the artifact. |
|
List<CLParameter> |
CLParameterAble.getOwnedParam(K_CONTROL_OPTION... behaviourFlags)
Specifies the parameters owned by this element. |
|
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. |
|
List<CLParameterSet> |
CLParameterAble.getOwnedParameterSet(K_CONTROL_OPTION... behaviourFlags)
All parameter sets owned by this CLParameterAble. |
|
List<CLPort> |
CLEncapsulatedClassifier.getOwnedPort(K_CONTROL_OPTION... behaviourFlags)
The set of port attributes owned by EncapsulatedClassifier. |
|
|
CLStructuredClassifier.getOwnedProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All properties owned by this structured classifier. |
|
List<SMProtocolStateMachine> |
CLBehavioredClassifier.getOwnedProtocolStateMachine(K_CONTROL_OPTION... behaviourFlags)
|
|
List<CLReception> |
CLInterface.getOwnedReception(K_CONTROL_OPTION... behaviourFlags)
Receptions that objects providing this interface are willing to accept. |
|
List<CLReception> |
CLClass.getOwnedReception(K_CONTROL_OPTION... behaviourFlags)
Receptions that objects of this class are willing to accept. |
|
|
CLClassifier.getOwnedRule(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All constraints owned by this classifier. |
|
List<BSDia> |
CLComponent.getOwnedStateDiagram(K_CONTROL_OPTION... behaviourFlags)
All state diagrams owned by this component. |
|
List<CLStructureEntry> |
CLStructureGroup.getOwnedStructureEntry(K_CONTROL_OPTION... behaviourFlags)
All structure entries owned by this structure group. |
|
List<CLStructureEntry> |
CLStructureDefinition.getOwnedStructureEntry(K_CONTROL_OPTION... behaviourFlags)
All structure entries owned by this structure definition. |
|
List<CLStructureGroup> |
CLStructureGroup.getOwnedStructureGroup(K_CONTROL_OPTION... behaviourFlags)
All structure groups owned by this structure group. |
|
List<CLStructureGroup> |
CLStructureDefinition.getOwnedStructureGroup(K_CONTROL_OPTION... behaviourFlags)
All structure groups owned by this structure definition. |
|
|
CLTemplateAbleElement.getOwnedTemplateParameter(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The formal template parameters that are owned by this element. |
|
List<CLClassifierTemplateParameter> |
CLClassifier.getOwnedTemplateParameter(K_CONTROL_OPTION... behaviourFlags)
The formal template parameters that are owned by this element. |
|
List<BETrigger> |
CLBehavioredClassifier.getOwnedTrigger(K_CONTROL_OPTION... behaviourFlags)
References trigger descriptions owned by a classifier. |
|
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. |
|
List<CLUseCase> |
CLClassifier.getOwnedUseCase(K_CONTROL_OPTION... behaviourFlags)
References the use cases owned by this classifier. |
|
CLComponent |
CLReception.getOwnerComponent()
The component that owns this reception. |
|
CLBehavioralFeature |
CLParameter.getOwnerFormalParam()
The behavioral feature owning this parameter. |
|
CLAssociation |
CLProperty.getOwningAssociation()
The association that owns this property. |
|
BEBehavior |
CLParameter.getOwningBehavior()
The behavior owning this parameter. |
|
CLClassifier |
CLUseCase.getOwningClassifier()
The classifier owning this use case. |
|
CLClassifier |
CLProperty.getOwningClassifier()
The classifier owning this property. |
|
CLStructuredClassifier |
CLCollaborationUse.getOwningClassifier()
The structured classifier owning this collaboration use. |
|
MMCreateCLInst |
CLProperty.getOwningCreateCLInst()
The dummy classifier in a create template owning this attribute. |
|
CLDeployment |
CLInstanceSpecification.getOwningDeployment()
The deployment owning this instance as deployment descriptor. |
|
CLInstSpec |
CLSlot.getOwningInstance()
The instance specification that owns this slot. |
|
CLOperation |
CLParameter.getOwningOperation()
The operation owning this parameter. |
|
CLParameterAble |
CLParameterSet.getOwningParameterAble()
The CLParameterAble owning this parameter set. |
|
CLParameterAble |
CLParameter.getOwningParameterAble()
The element owning this parameter. |
|
CLSignal |
CLProperty.getOwningSignal()
The signal that owns this property. |
|
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. |
|
|
CLComponent.getPackagedElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The set of packageable elements that a component owns. |
|
List<CLParameter> |
CLParameterSet.getParameter()
All CLParameter assigned to this CLParameterSet. |
|
CLTemplateParameterAbleClass |
CLClassifierTemplateParameter.getParameteredElement()
The template parameter class owned by this formal template parameter. |
|
List<CLParameterSet> |
CLParameter.getParameterSet()
All CLParameterSet this CLParameter is contained in. |
|
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. |
|
|
CLParameter.getPin(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
If the CLParameter is assigned to a BEBehavior, all pins at a ANCallBehavior invoking this BEBehavior and belonging to this CLParameter will be returned. |
|
|
CLParameter.getPin(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPin and filters its return values according to the given stereotype value. |
|
List<CLConnectorEnd> |
CLProperty.getPortOfPart()
End connected to the port of this property. |
|
List<MESimpleConstraint> |
CLOperation.getPostcondition(K_CONTROL_OPTION... behaviourFlags)
An optional set of constraints specifying the state of the system when the operation is completed. |
|
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()
The property accessed by this method. |
|
CLAssociation |
CLProperty.getPropertyAssociation()
The association this property is assigned to. |
|
List<CLSlot> |
CLProperty.getPropertySlot(K_CONTROL_OPTION... behaviourFlags)
All slots of this property. |
|
SMProtocolStateMachine |
CLPort.getProtocol()
All protocol state machines using this port. |
|
List<SMProtocolStateMachine> |
CLInterface.getProtocol(K_CONTROL_OPTION... behaviourFlags)
|
|
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. |
|
List<CLInterface> |
CLClassifier.getProvidedInterface(K_CONTROL_OPTION... behaviourFlags)
All interfaces which are provided by this classifier. |
|
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. |
|
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. |
|
List<CLInterface> |
CLClassifier.getProvidedInterfaceDirect(K_CONTROL_OPTION... behaviourFlags)
All interfaces which are provided directly by this classifier. |
|
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. |
|
|
CLProperty.getQualifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
An optional list of ordered qualifier attributes for the end. |
|
List<ANQualifierValue> |
CLProperty.getQualifierValue(K_CONTROL_OPTION... behaviourFlags)
QualifierValue identifies links. |
|
|
CLBehavioralFeature.getRaisedException(Class<T> returnType)
All types that represent exceptions that may be raised during an invocation of this behavioral feature. |
|
List<CLComponentRealization> |
CLComponent.getRealization(K_CONTROL_OPTION... behaviourFlags)
The set of component realizations owned by this component. |
|
CLClassifier |
CLComponentRealization.getRealizingClassifier()
A classifier that is involved in the implementation of the component that owns this component realization. |
|
|
CLComponent.getRealizingClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All classifiers which realize this component. |
|
|
CLComponent.getRealizingClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getRealizingClassifier and filters its return values according to the given stereotype value. |
|
List<CLComponentRealization> |
CLClassifier.getRealizingClassifierRealization(K_CONTROL_OPTION... behaviourFlags)
All component realizations owned by this classifier. |
|
List<BEReceiveOperEvent> |
CLOperation.getReceiveOperationEvent(K_CONTROL_OPTION... behaviourFlags)
Returns the CLOperation of the receive operation event. |
|
List<BEReceiveSignalEvent> |
CLSignal.getReceiveSignalEvent(K_CONTROL_OPTION... behaviourFlags)
Specifies the signal associated with this event. |
|
List<CLReception> |
CLSignal.getReception(K_CONTROL_OPTION... behaviourFlags)
All receptions which handle this signal. |
|
List<MECreateRedirect> |
CLComponent.getRedirectSource(K_CONTROL_OPTION... behaviourFlags)
All create redirections owned by this component. |
|
List<MECreateRedirect> |
CLComponent.getRedirectTraget(K_CONTROL_OPTION... behaviourFlags)
All create redirections with this component as target. |
|
CLCollaborationUse |
CLStructuredClassifier.getRepresentation()
References a collaboration use which indicates the collaboration that represents this classifier. |
|
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. |
|
List<CLInterface> |
CLClassifier.getRequiredInterface(K_CONTROL_OPTION... behaviourFlags)
All interfaces which are required by this classifier. |
|
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. |
|
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. |
|
List<CLInterface> |
CLClassifier.getRequiredInterfaceDirect(K_CONTROL_OPTION... behaviourFlags)
All interfaces which are required directly by this classifier. |
|
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 |
CLRoleBinding.getRole()
The connectable element of this role binding. |
|
CLConnectAbleElement |
CLConnectorEnd.getRole()
The connectable element attached at this connector end. |
|
List<CLRoleBinding> |
CLCollaborationUse.getRoleBinding(K_CONTROL_OPTION... behaviourFlags)
A mapping between features of the collaboration type and features of the classifier or operation. |
|
List<BESendOperEvent> |
CLOperation.getSendOperationEvent(K_CONTROL_OPTION... behaviourFlags)
Returns the CLOperation of the send operation event. |
|
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. |
|
List<BESendSignalEvent> |
CLSignal.getSendSignalEvent(K_CONTROL_OPTION... behaviourFlags)
The signal associated with this event. |
|
String |
CLStructureElement.getShortName()
Short name of this CLStructureElement. |
|
CLSignal |
CLReception.getSignal()
The signal that this reception handles. |
|
List<BESignalEvent> |
CLSignal.getSignalEvent(K_CONTROL_OPTION... behaviourFlags)
Returns the CLSignal of the given event. |
|
List<CLSlot> |
CLInstSpec.getSlot(K_CONTROL_OPTION... behaviourFlags)
A slot giving the value or values of a structural feature of the instance. |
|
List<CLStructureGroup> |
CLStructureGroup.getSourceGroup()
The base group. |
|
ELValSpec |
CLInstSpec.getSpecification()
A specification of how to compute, derive or construct the instance. |
|
String |
CLInstSpec.getSpecificationBody()
The specification expression of how to compute, derive or construct the instance. |
|
String |
CLInstSpec.getSpecificationLanguage()
The language of the specification expression of how to compute, derive or construct the instance. |
|
|
CLStructureDefinition.getStructureContentNecessaryForFeature(Class<T> returnType,
ELFeature refObj,
K_CONTROL_OPTION... behaviourFlags)
All structure entries and their owners which are directly derived from the given feature. |
|
|
CLStructureDefinition.getStructureContentNecessaryForFeature(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. |
|
|
CLStructureDefinition.getStructureContentNecessaryForGroup(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. |
|
|
CLStructureDefinition.getStructureContentNecessaryForGroup(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. |
|
|
CLUseCase.getSubject(Class<T> returnType)
References the subjects which this use case applies to. |
|
List<CLSubstitution> |
CLClassifier.getSubstitution(K_CONTROL_OPTION... behaviourFlags)
All substitutions owned by this classifier. |
|
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()
The element which is bound by this binding. |
|
CLTemplateAbleElement |
CLTemplateBinding.getTemplateAbleTarget()
The template which is target of this binding. |
|
CLTemplateBinding |
CLTemplateParameterSubstitution.getTemplateBinding()
The binding that owns this substitution. |
|
ARG_TemplateBindingInit |
CLTemplateBinding.getTemplateBindingInit()
Returns a list of all formal template parameters and actual values. |
|
List<CLTemplateBinding> |
CLTemplateAbleElement.getTemplateBindingSource(K_CONTROL_OPTION... behaviourFlags)
The optional bindings from this element to templates. |
|
List<CLTemplateBinding> |
CLTemplateAbleElement.getTemplateBindingTarget(K_CONTROL_OPTION... behaviourFlags)
All bindings of the signature of this element. |
|
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 this the current object. |
|
ARG_TemplateParameterList |
CLTemplateAbleElement.getTemplateParameter()
Returns the list of template parameters. |
|
|
CLTemplateParameterAbleElement.getTemplateParameter(Class<T> returnType)
All formal template parameters with this element as default. |
|
CLAssociation |
CLConnector.getType()
An optional association that specifies the link corresponding to this connector. |
|
CLCollaboration |
CLCollaborationUse.getType()
The collaboration that is used in this occurrence. |
|
List<BCProperty> |
CLClassifier.getTypedBCProperty(K_CONTROL_OPTION... behaviourFlags)
All properties typed by the classifier. |
|
List<CLCollaborationUse> |
CLCollaboration.getTypedCollaborationUse(K_CONTROL_OPTION... behaviourFlags)
All collaboration uses which use this collaboration. |
|
|
CLClassifier.getTypedObjectNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All object nodes typed by this classifier. |
|
List<CLParameter> |
CLClassifier.getTypedParameter(K_CONTROL_OPTION... behaviourFlags)
All parameters typed by this classifier. |
|
|
CLClassifier.getTypedProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All properties typed by this classifier. |
|
List<ACVariable> |
CLClassifier.getTypedVariable(K_CONTROL_OPTION... behaviourFlags)
All variables typed by this classifier. |
|
K_TYPE |
CLPrimitiveType.getTypeKind()
Kind of this primitive type. |
|
ELClassifier |
CLStructureEntry.getTypingClassifier()
The typing classifier of the entry. |
|
CLClassifier |
CLProperty.getTypingClassifier()
The classifier typing this property. |
|
CLClassifier |
CLParameter.getTypingClassifier()
The classifier used as type for this parameter. |
|
CLTemplateParameterAbleClass |
CLProperty.getTypingTemplateParameterAbleClass()
The class typing this property. |
|
CLTemplateParameterAbleClass |
CLParameter.getTypingTemplateParameterAbleClass()
The class used as type for this parameter. |
|
List<ANUnmarshall> |
CLClassifier.getUnmarshallAction(K_CONTROL_OPTION... behaviourFlags)
Action that breaks an object of a known type into outputs. |
|
CLUseCase |
CLExtensionPoint.getUseCase()
References the use case which owns the extension point. |
|
List<CLUseCase> |
CLClassifier.getUseCase()
The set of use cases which this classifier is the subject for. |
|
List<ELValSpecInstVal> |
CLInstSpec.getValSpecInstVal()
All values which specifiy the instance. |
|
|
CLSlot.getValue(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The value or values corresponding to the defining feature for the owning instance specification. |
|
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. |
|
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 new CLStructureElement (CLStructureGroup or CLStructureEntry) at the specified CLStructureElement. |
|
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 |
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 given argument refObj if the parameter is or would be valid in this parameter CLParameterSet. |
|
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()
Is true if the parameter provides the behavior with an input. |
|
boolean |
CLParameter.isOutput()
Is true if the parameter carries an output of the behavior. |
|
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 |
CLOperation.modifyOperationDeclaration(CLOperation ohOp,
String strDecl,
String strName,
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,
String strDecl,
String strName,
CLClassifier ohType,
String strType,
ARG_TemplateBoundElement valTmpl,
String strLower,
String strUpper,
int idStereoProp,
int idModel)
Modify the declaration of this property. |
|
void |
CLSlot.modifySlotValueDlg(List<String> seqStrVal,
List<? extends CLInstSpec> seqOHVal,
List<Boolean> seqBoolVal)
Modifies the values of this slot. |
|
MEAttachment |
CLArtifact.moveFileToNewAttachment()
If this CLArtifact contains a file an MEAttachment is created and the file moved from the artifact to the attachment. |
|
void |
CLConnectorEnd.reconnectConnector(CLConnectAbleElement ohRole,
CLProperty ohPart,
K_SIDE kSide)
Connects a connector end to the specified connectable element. |
|
void |
CLConnector.reconnectConnector(CLConnectAbleElement ohRole,
CLProperty ohPart,
K_SIDE kSide)
Assigns a connector end of this binary connector to a new connectable element. |
|
void |
CLStructureElement.removeEntriesForClassifierFeatures(ELClassifier ohClassifier)
Removes all the entries using the features of the classifier. |
|
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 |
CLPort.setBehavior(boolean value)
Set the value of Attribut IsBehavior. |
|
void |
CLConnector.setBehavior(List<? extends BEBehavior> values)
Set the value of Foreign Key Behavior. |
|
void |
CLInstSpec.setClassifier(List<? extends CLClassifier> values)
Set the value of Foreign Key Classifier. |
|
void |
CLClassifierTemplateParameter.setClassifier(List<? extends CLClassifier> values)
Set the value of Foreign Key Classifier. |
|
void |
CLBehavioralFeature.setConcurrency(K_CONCURRENCY value)
Set the value of Attribut Concurrency. |
|
void |
CLExtend.setConditionBody(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(String value)
Set the value of Attribut DefaultValue. |
|
static void |
CLParameterHelper.setDefaultValueAsString(SrvContext srvCtx,
List<? extends CLParameter> sel,
String item)
Sets the default value of this element. |
|
void |
CLParameter.setDefaultValueAsString(String item)
Sets the default value of this element. |
|
void |
CLSlot.setDefiningFeature(ELStructFeature value)
Set the value of Foreign Key DefiningFeature. |
|
void |
CLDeploymentSpec.setDeploymentLocation(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(String value)
Set the value of Attribut EnumValue. |
|
void |
CLParameter.setException(boolean value)
Set the value of Attribut IsException. |
|
void |
CLDeploymentSpec.setExecutionLocation(String value)
Set the value of Attribut ExecutionLocation. |
|
void |
CLExtend.setExtensionLocation(List<? extends CLExtensionPoint> values)
Set the value of Foreign Key ExtensionLocation. |
|
void |
CLArtifact.setFileName(String value)
Set the value of Attribut FileName. |
|
void |
CLTemplateParameterSubstitution.setFormal(CLTemplateParameter value)
Set the value of Foreign Key Formal. |
|
void |
CLBehavioralFeature.setImplemented(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(List<? extends ANInvocation> values)
Set the value of Foreign Key Invocation. |
|
void |
CLBehavioralFeature.setMethod(List<? extends BEBehavior> values)
Set the value of Foreign Key Method. |
|
void |
CLParameterAble.setOwnedParam(List<? extends CLParameter> values)
Set the value of Primary Key OwnedParam. |
|
void |
CLParameterSet.setParameter(List<? extends CLParameter> values)
Set the value of Foreign Key Parameter. |
|
void |
CLParameter.setParameterSet(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(List<? extends ELType> values)
Set the value of Foreign Key RaisedException. |
|
void |
CLCollaborationUse.setRepresentation(boolean value)
Set the value of Info IsRepresentation. |
|
void |
CLRoleBinding.setRole(CLConnectAbleElement value)
Set the value of Foreign Key Role. |
|
void |
CLConnectorEnd.setRole(CLConnectAbleElement value)
Set the value of Foreign Key Role. |
|
void |
CLPort.setService(boolean value)
Set the value of Attribut IsService. |
|
void |
CLStructureElement.setShortName(String value)
Set the value of Attribut ShortName. |
|
void |
CLReception.setSignal(CLSignal value)
Set the value of Foreign Key Signal. |
|
void |
CLInstSpec.setSpecificationBody(String value)
Set the value of Info SpecificationBody. |
|
void |
CLInstSpec.setSpecificationLanguage(String value)
Set the value of Info SpecificationLanguage. |
|
void |
CLParameter.setStream(boolean value)
Set the value of Attribut IsStream. |
|
void |
CLUseCase.setSubject(List<? extends CLClassifier> values)
Set the value of Foreign Key Subject. |
|
void |
CLStructureGroup.setTargetGroup(CLStructureGroup value)
Set the value of Foreign Key TargetGroup. |
|
void |
CLConnector.setType(CLAssociation value)
Set the value of Foreign Key Type. |
|
void |
CLCollaborationUse.setType(CLCollaboration value)
Set the value of Foreign Key Type. |
|
void |
CLPrimitiveType.setTypeKind(K_TYPE value)
Set the value of Attribut TypeKind. |
|
void |
CLSlot.setValue(List<? extends ELValSpec> values)
Set the value of Primary Key Value. |
|
void |
CLTemplateBinding.templateBindParameter(CLTemplateParameter ohFormal,
CLTemplateParameterAbleElement ohActual)
Sets the specified element as actual value for the formal template parameter. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2cldia |
|---|
| Methods in de.mid.innovator.srv2api.icw2cldia that throw InoNetException | ||
|---|---|---|
List<PRPresContent> |
CLDia.addAssociationDlg(List<? extends ADClientAble> seqSel,
boolean isDirParent,
boolean addNode)
Adds associations as edges or nodes to this diagram. |
|
List<CLDiaSocketBallNode> |
CLDia.addAsSocketBall(List<ARG_AddAbleAsSocketBallList> seq)
Add interfaces in socket ball notation to the specified nodes within this diagram. |
|
List<CLDiaCompartmentContentNode> |
CLDiaCompartmentAbleNode.addCompartmentContent(K_COMPARTMENT kComp,
List<? extends MEModelElement> seqElem)
Adds elements as compartment content nodes to this compartment able node. |
|
void |
CLDia.addCompartmentDlg(MM2CLCompartment ohComp,
K_COMPARTMENT kComp,
List<? extends ADClientAble> seqSel)
Adds elements as compartments of the selected nodes in this diagram. |
|
List<PRPresContent> |
CLCompositeStructureDia.addConnectorDlg(CLDiaElemNode ohNode,
List<? extends CLConnector> seqSel,
boolean addNode)
Adds connectors as edges or nodes to this diagram. |
|
CLDiaElemNode |
CLDiaHierNode.addContentNode(Class<? extends ELObject> kVOcl,
MEModelElement ohElem,
Point ptPos)
Adds a MEModelElement as content node of this CLDiaHierNode with relative position. |
|
List<PRDiaNode> |
CLDia.addDiaNodes(Class<? extends ELObject> kVOclModel,
Class<? extends ELObject> kVOclPres,
List<? extends ADClientAble> adds,
Point position,
Point size,
Point offset)
Adds elements as nodes to this diagram. |
|
List<CLDiaHierCompNode> |
CLDiaHierCompNode.addHierCompNode(Class<? extends ELObject> kVOclModel,
Class<? extends ELObject> kVOclPres,
List<? extends ADClientAble> adds,
Point position,
Point size,
Point offset)
Add properties or collaboration uses as nodes to this hierarchical node. |
|
CLDiaHierNode |
CLDiaHierNode.addNestedHierNode(MEModelElement ohElem,
Point ptPos,
Point ptSize)
Add a classifier or instance specification as nested hierarchical node to this hierarchical node. |
|
List<CLDiaOwnershipEdge> |
CLDia.addOwnershipDlg(List<? extends ADClientAble> seqSel,
boolean isDirParent,
boolean addNode)
Adds ownership edges to this diagram. |
|
List<CLDiaPartEdge> |
CLDiaCollaborationNode.addPartEdge(List<? extends ADClientAble> seqSel,
boolean addNode)
Adds properties as part edges to this collaboration node. |
|
List<CLDiaPortNode> |
CLDiaHierCompNode.addPortNode(List<? extends ELElement> seq)
Add ports as nodes to this hierarchical node. |
|
List<CLDiaRelshipLinkEdge> |
CLDia.addRelationshipDlg(MM2Class ohClass,
List<? extends ADClientAble> seqNode,
List<? extends ADClientAble> seqSel,
boolean isDirParent,
boolean addNode)
Adds relationships as edges to this diagram. |
|
static List<CLDiaRelshipLinkEdge> |
CLDiaSocketBallNodeHelper.convertSocketBallNotation(SrvContext srvCtx,
List<? extends ELElement> seq)
Converts the notation of all specified edges between socket ball edge and relationship edge. |
|
static CLUseCaseDia |
CLUseCaseDiaHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Use Case Diagram with template and container. |
|
static CLStructureDefinitionDia |
CLStructureDefinitionDiaHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Structure Diagram with template and container. |
|
static CLRequirementDia |
CLRequirementDiaHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Requirements Diagram with template and container. |
|
static CLDeploymentDia |
CLDeploymentDiaHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Deployment Diagram with template and container. |
|
static CLCompositeStructureDia |
CLCompositeStructureDiaHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Composite Structure Diagram with template and container. |
|
static CLComponentDia |
CLComponentDiaHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Component Diagram with template and container. |
|
static CLClassDia |
CLClassDiaHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Class 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. |
|
static CLStructureDefinitionDia |
CLStructureDefinitionDiaHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Structure Diagram with stereotype and container. |
|
static CLRequirementDia |
CLRequirementDiaHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Requirements Diagram with stereotype and container. |
|
static CLDeploymentDia |
CLDeploymentDiaHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Deployment Diagram with stereotype and container. |
|
static CLCompositeStructureDia |
CLCompositeStructureDiaHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Composite Structure Diagram with stereotype and container. |
|
static CLComponentDia |
CLComponentDiaHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Component Diagram with stereotype and container. |
|
static CLClassDia |
CLClassDiaHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Class Diagram with stereotype and container. |
|
CLDia |
CLDia.createDiagramOfSelection(List<? extends PRDiaNode> seqNode,
boolean subtractNodesFromSource)
Creates a copy of this CLDia with the selected nodes as content. |
|
List<ARG_AddAbleAsSocketBallList> |
CLDia.getAddAbleAsSocketBall(List<? extends PRDiaNode> seqNode)
Calculates all interfaces which may be added in socket ball notation within this diagram. |
|
List<ARG_SourceTargetRelship> |
CLDia.getAddAbleRelship()
Returns a list of all directed relationships which may be added to this diagram. |
|
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 |
CLDiaCompartmentNode.getCompartmentKind()
The compartment kind of this node. |
|
K_COMPARTMENT |
CLDiaCompartmentContentNode.getCompartmentKind()
The compartment kind of the compartment node that owns this node. |
|
List<CLDiaActorNode> |
CLUseCaseDia.getOwnedActorNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of actors as actor node owned by this use case diagram. |
|
List<PRDiaCalloutNode> |
CLDiaSubjectNode.getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this subject node. |
|
List<PRDiaCalloutNode> |
CLDiaHierNode.getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this hierachical node. |
|
List<CLDiaCLNode> |
CLDiaHierCompNode.getOwnedClassifierNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of classifiers as classifier node owned by this hierachical node. |
|
List<CLDiaCLNode> |
CLCompositeStructureDia.getOwnedClassifierNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of classifiers as classifier node owned by this composite structure diagram. |
|
List<CLDiaCLNode> |
CLComponentDia.getOwnedClassifierNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of classifiers as classifier node owned by this component diagram. |
|
List<CLDiaCLNode> |
CLClassDia.getOwnedClassifierNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of classifiers as classifier node owned by this class diagram. |
|
List<CLDiaCollaborationNode> |
CLClassDia.getOwnedCollaborationNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of collaborations as collaboration node owned by this class diagram. |
|
|
CLDiaCompartmentNode.getOwnedCompartmentContentNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All compartment content nodes owned by this compartment node. |
|
|
CLDiaCompartmentAbleNode.getOwnedCompartmentNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All compartment nodes owned by this compartmentable node. |
|
|
CLDiaCnstrNode.getOwnedConstraintEdge(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All occurrences of constraint assignment as constraint edge owned by this constraint node. |
|
|
CLDia.getOwnedConstraintNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All occurrences of constraints as constraint nodes owned by this diagram. |
|
List<PRDiaNote> |
CLDiaHierNode.getOwnedDiaNote(K_CONTROL_OPTION... behaviourFlags)
All notes owned by this hierachical node. |
|
|
CLDiaHierNode.getOwnedHierarchicalNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All hierarchical nodes owned by this hierarchical node. |
|
List<CLDiaHierDeployNode> |
CLDeploymentDia.getOwnedHierarchicalNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of deployed artifacts or deployment targets as hierarchical node owned by this deployment diagram. |
|
List<CLDiaHierCollaborationNode> |
CLCompositeStructureDia.getOwnedHierCollaborationNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of collaborations as collaboration node owned by this composite structure diagram. |
|
List<CLDiaHierCompStructNode> |
CLCompositeStructureDia.getOwnedHierCompStructNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of classifiers as hierarchical composite structure node owned by this composite structure diagram. |
|
List<CLDiaHierStructDefinitionNode> |
CLStructureDefinitionDia.getOwnedHierStructDefinitionNode(K_CONTROL_OPTION... behaviourFlags)
All structure definition nodes owned by this structure definition diagram. |
|
List<CLDiaHierStructDefinitionNode> |
CLClassDia.getOwnedHierStructDefinitionNode(K_CONTROL_OPTION... behaviourFlags)
All structure definition nodes owned by this class diagram. |
|
List<CLDiaInstNode> |
CLClassDia.getOwnedInstanceNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of instance specifications as instance node owned by this class diagram. |
|
|
CLDiaMergeAbleNode.getOwnedMergeAbleEdge(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All occurrences of relationships and associations as edge owned by this node. |
|
|
CLDiaElemNode.getOwnedMergeAbleEdge(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All occurrences of relationships and associations as edge owned by this node. |
|
|
CLDia.getOwnedMergeAbleEdge(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All occurences of relationships and associations as edge owned by this diagram. |
|
|
CLDiaElemNode.getOwnedMergeAbleNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All occurrences of relationships and associations as node owned by this node. |
|
|
CLDia.getOwnedMergeAbleNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All occurrences of relationships and associations as node owned by this diagram. |
|
List<CLDiaPkgNode> |
CLComponentDia.getOwnedPackageNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of packages as package node owned by this component diagram. |
|
List<CLDiaPkgNode> |
CLClassDia.getOwnedPackageNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of packages as package node owned by this class diagram. |
|
List<CLDiaPortBehaviorEdge> |
CLDiaHierPartNode.getOwnedPortBehaviorEdge(K_CONTROL_OPTION... behaviourFlags)
All port behavior edges owned by this hierarchical part node. |
|
List<CLDiaPortBehaviorEdge> |
CLDiaHierCompStructNode.getOwnedPortBehaviorEdge(K_CONTROL_OPTION... behaviourFlags)
All port behavior edges owned by this hierarchical composite structure node. |
|
List<CLDiaPortBehaviorNode> |
CLDiaHierPartNode.getOwnedPortBehaviorNode(K_CONTROL_OPTION... behaviourFlags)
All port behavior nodes owned by this hierarchical part node. |
|
List<CLDiaPortBehaviorNode> |
CLDiaHierCompStructNode.getOwnedPortBehaviorNode(K_CONTROL_OPTION... behaviourFlags)
All port behavior nodes owned by this hierarchical composite structure node. |
|
List<CLDiaPortNode> |
CLDiaHierPartNode.getOwnedPortNode(K_CONTROL_OPTION... behaviourFlags)
All port nodes owned by this hierarchical part node. |
|
List<CLDiaPortNode> |
CLDiaHierCompStructNode.getOwnedPortNode(K_CONTROL_OPTION... behaviourFlags)
All port nodes owned by this hierarchical composite structure node. |
|
List<CLDiaReqNode> |
CLRequirementDia.getOwnedRequirementNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of requirements as requirement node owned by this requirement diagram. |
|
List<CLDiaSocketBallNode> |
CLDiaHierCompNode.getOwnedSocketBallNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of interface realizations as socket ball node owned by this hierarchical node. |
|
List<CLDiaSocketBallNode> |
CLCompositeStructureDia.getOwnedSocketBallNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of interface realizations as socket ball node owned by this composite structure diagram. |
|
List<CLDiaSocketBallNode> |
CLComponentDia.getOwnedSocketBallNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of interface realizations as socket ball node owned by this component diagram. |
|
List<CLDiaSocketBallNode> |
CLClassDia.getOwnedSocketBallNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of interface realizations as socket ball node owned by this class diagram. |
|
List<CLDiaSubjectNode> |
CLUseCaseDia.getOwnedSubjectNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of classifiers as use case subject node owned by this use case diagram. |
|
List<CLDiaSubjectNode> |
CLDiaSubjectNode.getOwnedSubjectNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of classifiers as use case subject node owned by this use case subject node. |
|
List<CLDiaUseCaseNode> |
CLUseCaseDia.getOwnedUseCaseNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of use cases as use case node owned by this use case diagram. |
|
List<CLDiaUseCaseNode> |
CLDiaSubjectNode.getOwnedUseCaseNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of use cases as use case node owned by this use case subject node. |
|
CLClassDia |
CLDiaSocketBallNode.getOwningClassDiagram()
The class diagram that owns this socket ball node. |
|
CLClassDia |
CLDiaPkgNode.getOwningClassDiagram()
The class diagram that owns this package node. |
|
CLClassDia |
CLDiaInstNode.getOwningClassDiagram()
The class diagram that owns this instance node. |
|
CLClassDia |
CLDiaHierStructDefinitionNode.getOwningClassDiagram()
The class diagram owning this structure definition node. |
|
CLClassDia |
CLDiaCollaborationNode.getOwningClassDiagram()
The class diagram that owns this collaboration node. |
|
CLClassDia |
CLDiaCLNode.getOwningClassDiagram()
The class diagram that owns this classifier 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 |
CLDiaSocketBallNode.getOwningComponentDiagram()
The component diagram that owns this socket ball node. |
|
CLComponentDia |
CLDiaPkgNode.getOwningComponentDiagram()
The component diagram that owns this package node. |
|
CLComponentDia |
CLDiaCLNode.getOwningComponentDiagram()
The component diagram that owns this classifier node. |
|
CLCompositeStructureDia |
CLDiaHierCompStructNode.getOwningCompositeStructureDia()
The composite structure diagram that owns this hierarchical composite structure node. |
|
CLCompositeStructureDia |
CLDiaHierCollaborationNode.getOwningCompositeStructureDia()
The composite structure diagram that owns this collaboration node. |
|
CLCompositeStructureDia |
CLDiaSocketBallNode.getOwningCompositeStructureDiagram()
The composite structure diagram that owns this socket ball node. |
|
CLCompositeStructureDia |
CLDiaCLNode.getOwningCompositeStructureDiagram()
The composite structure diagram that owns this classifier 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 |
CLDiaMergeAbleNode.getOwningDiagram()
The diagram that owns this node. |
|
CLDia |
CLDiaMergeAbleEdge.getOwningDiagram()
The diagram that owns this edge. |
|
CLDia |
CLDiaCnstrNode.getOwningDiagram()
The diagram that owns this constraint node. |
|
CLDiaElemNode |
CLDiaMergeAbleNode.getOwningElemNode()
The node that owns this node. |
|
CLDiaElemNode |
CLDiaMergeAbleEdge.getOwningElemNode()
The node that owns this edge. |
|
ERDiaAll |
CLDiaHierStructDefinitionNode.getOwningERDiagram()
The ERDiaAll owning this structure definition node. |
|
CLDiaHierCompNode |
CLDiaSocketBallNode.getOwningHierarchicalNode()
The hierarchical node that owns this socket ball node. |
|
CLDiaHierNode |
CLDiaHierNode.getOwningHierarchicalNode()
The hierarchical node that owns this hierarchical node. |
|
CLDiaHierCompNode |
CLDiaCLNode.getOwningHierCompNode()
The hierachical node that owns this classifier node. |
|
CLDiaHierCompStructNode |
CLDiaPortNode.getOwningHierCompStructNode()
The hierarchical composite structure node that owns this port node. |
|
CLDiaHierCompStructNode |
CLDiaPortBehaviorNode.getOwningHierCompStructNode()
The hierarchical composite structure node that owns this port behavior node. |
|
CLDiaHierCompStructNode |
CLDiaPortBehaviorEdge.getOwningHierCompStructNode()
The hierarchical composite structure node that owns this port behavior edge. |
|
CLDiaHierPartNode |
CLDiaPortNode.getOwningHierPartNode()
The hierarchical part node that owns this port node. |
|
CLDiaHierPartNode |
CLDiaPortBehaviorNode.getOwningHierPartNode()
The hierarchical part node that owns this port behavior node. |
|
CLDiaHierPartNode |
CLDiaPortBehaviorEdge.getOwningHierPartNode()
The hierarchical part node that own this port behavior edge. |
|
MESystemModelManagement |
CLComponentDia.getOwningManagementPackage()
The system model management that owns this component diagram. |
|
CLDiaMergeAbleNode |
CLDiaMergeAbleEdge.getOwningMergeAbleNode()
The node that owns this edge. |
|
CLRequirementDia |
CLDiaReqNode.getOwningRequirementDiagram()
The requirement diagram that owns this requirement node. |
|
CLStructureDefinitionDia |
CLDiaHierStructDefinitionNode.getOwningStructureDefinitionDia()
The structure definition diagram owning this structure definition node. |
|
CLDiaSubjectNode |
CLDiaUseCaseNode.getOwningSubjectNode()
The use case subject node that owns this use case node. |
|
CLDiaSubjectNode |
CLDiaSubjectNode.getOwningSubjectNode()
The use case subject node that owns this use case subject node. |
|
CLUseCaseDia |
CLDiaUseCaseNode.getOwningUseCaseDiagram()
The use case diagram that owns this use case node. |
|
CLUseCaseDia |
CLDiaSubjectNode.getOwningUseCaseDiagram()
The use case diagram that owns this use case subject node. |
|
CLUseCaseDia |
CLDiaActorNode.getOwningUseCaseDiagram()
The use case diagram that owns this actor node. |
|
MERequirement |
CLDiaReqNode.getRequirement()
The requirement which is represented by this graphical node. |
|
CLStructureDefinition |
CLDiaHierStructDefinitionNode.getStructDefinition()
The CLStructureDefinition which is represented by this graphical node. |
|
CLStructureEntry |
CLDiaHierStructEntryNode.getStructureEntry()
The CLStructureEntry which is represented by this graphical node. |
|
CLStructureGroup |
CLDiaHierStructGroupNode.getStructureGroup()
The CLStructureGroup which is represented by this graphical node. |
|
CLUseCase |
CLDiaUseCaseNode.getUseCase()
The use case which is represented by this graphical node. |
|
List<ARG_CompartmentVisibilityOut> |
CLDia.getVisibleCompartmentDlgInit(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,
List<? extends ELElement> seq)
Merges a list of relationship nodes or edges together into a multiple relationship node. |
|
static CLDiaSocketBallNode |
CLDiaSocketBallNodeHelper.mergeSocketBall(SrvContext srvCtx,
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. |
|
void |
CLDia.setVisibleCompartment(List<? extends PRDiaNode> seqNode,
List<ARG_CompartmentVisibilityList> seqComp)
Sets the visible compartments of the selected nodes. |
|
static void |
CLDiaMergeAbleNodeHelper.splitRelationship(SrvContext srvCtx,
List<? extends ELElement> seq)
Splits a multiple relationship node into two relationship nodes or edges. |
|
static void |
CLDiaSocketBallNodeHelper.splitSocketBall(SrvContext srvCtx,
List<? extends ELElement> seq)
Splits a multiple socket ball node into two socket ball nodes. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2db |
|---|
| Methods in de.mid.innovator.srv2api.icw2db that throw InoNetException | ||
|---|---|---|
static DBConnection |
DBConnectionHelper.create(SrvContext srvCtx)
Creates a DBConnection. |
|
static DBConnection |
DBConnectionHelper.create(SrvContext srvCtx,
ARG_ModifyDBConnection valDBConnection)
Creates a DBConnection by argument. |
|
static DBView |
DBViewHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Database View with template and container. |
|
static DBViewColumn |
DBViewColumnHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Column (of Database View) with template and container. |
|
static DBUser |
DBUserHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new User (in Database System) with template and container. |
|
static DBUniqueKey |
DBUniqueKeyHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Key (in Database Schema) with template and container. |
|
static DBTrigger |
DBTriggerHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Database Trigger with template and container. |
|
static DBTable |
DBTableHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Database Table with template and container. |
|
static DBTableColumn |
DBTableColumnHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Table Column with template and container. |
|
static DBStoredProcedure |
DBStoredProcedureHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Stored Procedure with template 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 DBSQLGeneric |
DBSQLGenericHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Generic SQL with template and container. |
|
static DBRole |
DBRoleHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Role (in Database System) with template and container. |
|
static DBPrivilege |
DBPrivilegeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Privilege (in Database System) with template and container. |
|
static DBPackage |
DBPackageHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Database Object Group with template and container. |
|
static DBMergedTable |
DBMergedTableHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Merged Table with template and container. |
|
static DBIndex |
DBIndexHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Table Index with template and container. |
|
static DBGroup |
DBGroupHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Group (in Database System) with template and container. |
|
static DBCheckConstraint |
DBCheckConstraintHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new SQL Check Constraint with template 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 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 DBProcedureExpression |
DBProcedureExpressionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Procedure Expression with template and container with requirement. |
|
static DBOptionView |
DBOptionViewHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new View Option with template and container with requirement. |
|
static DBOptionViewFrom |
DBOptionViewFromHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new From Clause Option with template and container with requirement. |
|
static DBOptionViewColumn |
DBOptionViewColumnHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new View Column Option with template and container with requirement. |
|
static DBOptionUniqueKey |
DBOptionUniqueKeyHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Primary Key Option with template and container with requirement. |
|
static DBOptionTable |
DBOptionTableHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Table Option with template and container with requirement. |
|
static DBOptionTableColumn |
DBOptionTableColumnHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Table Column Option with template and container with requirement. |
|
static DBOptionIndexedColumn |
DBOptionIndexedColumnHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Indexed Column Option with template and container with requirement. |
|
static DBOptionIndex |
DBOptionIndexHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Index Option with template and container with requirement. |
|
static DBOptionForeignKey |
DBOptionForeignKeyHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Foreign Key Option with template and container with requirement. |
|
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 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 DBView |
DBViewHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Database View with stereotype and container. |
|
static DBViewColumn |
DBViewColumnHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Column (of Database View) with stereotype and container. |
|
static DBUser |
DBUserHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new User (in Database System) with stereotype and container. |
|
static DBUniqueKey |
DBUniqueKeyHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Key (in Database Schema) with stereotype and container. |
|
static DBTrigger |
DBTriggerHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Database Trigger with stereotype and container. |
|
static DBTable |
DBTableHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Database Table with stereotype and container. |
|
static DBTableColumn |
DBTableColumnHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Table Column with stereotype and container. |
|
static DBStoredProcedure |
DBStoredProcedureHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Stored Procedure with stereotype 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,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Generic SQL with stereotype and container. |
|
static DBRole |
DBRoleHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Role (in Database System) with stereotype and container. |
|
static DBPrivilege |
DBPrivilegeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Privilege (in Database System) with stereotype and container. |
|
static DBPackage |
DBPackageHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Database Object Group with stereotype and container. |
|
static DBMergedTable |
DBMergedTableHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Merged Table with stereotype and container. |
|
static DBIndex |
DBIndexHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Table Index with stereotype and container. |
|
static DBGroup |
DBGroupHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Group (in Database System) with stereotype and container. |
|
static DBCheckConstraint |
DBCheckConstraintHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new SQL Check Constraint with stereotype and container. |
|
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 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 DBProcedureExpression |
DBProcedureExpressionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Procedure Expression with stereotype and container with requirement. |
|
static DBOptionView |
DBOptionViewHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new View Option with stereotype and container with requirement. |
|
static DBOptionViewFrom |
DBOptionViewFromHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new From Clause Option with stereotype and container with requirement. |
|
static DBOptionViewColumn |
DBOptionViewColumnHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new View Column Option with stereotype and container with requirement. |
|
static DBOptionUniqueKey |
DBOptionUniqueKeyHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Primary Key Option with stereotype and container with requirement. |
|
static DBOptionTable |
DBOptionTableHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Table Option with stereotype and container with requirement. |
|
static DBOptionTableColumn |
DBOptionTableColumnHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Table Column Option with stereotype and container with requirement. |
|
static DBOptionIndexedColumn |
DBOptionIndexedColumnHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Indexed Column Option with stereotype and container with requirement. |
|
static DBOptionIndex |
DBOptionIndexHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Index Option with stereotype and container with requirement. |
|
static DBOptionForeignKey |
DBOptionForeignKeyHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Foreign Key Option with stereotype 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 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 DBViewColumn |
DBViewColumnHelper.createAndMaintain(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Column (of Database View) with template 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 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 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,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new FROM Clause (in Database View) with stereotype 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 List<DBUniqueKey> |
DBUniqueKeyHelper.createByER(SrvContext srvCtx,
ELContainerAble ohDBElement,
MENamedElement ohERElement)
This method creates a DBUniqueKey for the given ERUniqueKey (ER element) in the
given DBTable (DB element). |
|
static DBTable |
DBTableHelper.createByER(SrvContext srvCtx,
ELContainerAble ohDBElement,
MENamedElement ohERElement)
This method creates a DBTable for the given EREntity (ER element) in
the given MEModel (DB element). |
|
static List<DBTableColumn> |
DBTableColumnHelper.createByER(SrvContext srvCtx,
ELContainerAble ohDBElement,
MENamedElement ohERElement)
This method creates a DBTableColumn for the given ERAttribute (ER element) in the
given DBTable (DB element). |
|
static DBSiblingConstraint |
DBSiblingConstraintHelper.createByER(SrvContext srvCtx,
ELContainerAble ohDBElement,
MENamedElement ohERElement)
This method creates a DBSiblingConstraint for the given ERGeneralizationSet (ER element) in
the given MEModel (DB element). |
|
static List<DBForeignKey> |
DBForeignKeyHelper.createByER(SrvContext srvCtx,
ELContainerAble ohDBElement,
MENamedElement ohERElement)
This method creates (if possible) a DBForeignKey for the given ERForeignKey (ER element) in the
given DBTable (DB element). |
|
static DBTableColumn |
DBTableColumnHelper.createByUnique(SrvContext srvCtx,
ELContainerAble ohContainer,
IMProperty ohReferencedProperty)
Creates a foreign key column for a given unique key column. |
|
String |
DBPrivilege.getActionList()
List of actions for granting or revoking the privilege. |
|
|
DBMergedInstance.getAllInstanceElements(Class<T> returnType,
boolean mode,
K_CONTROL_OPTION... behaviourFlags)
Returns the list of all elements, assigned to this DBMergedInstance. |
|
|
DBMergedInstance.getAllInstanceElements(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. |
|
List<DBTable> |
DBSiblingConstraint.getAllSiblingTables(K_CONTROL_OPTION... behaviourFlags)
Returns the list of all sibling tables. |
|
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. |
|
String |
DBConnection.getCatalog()
Catalog of database elements covered by this DBConnection. |
|
|
DBViewFrom.getColumnSetColumn(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all columns owned by the referenced DBColumnSet of this DBViewFrom. |
|
|
DBViewFrom.getColumnSetColumn(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getColumnSetColumn and filters its return values according to the given stereotype value. |
|
|
DBOptionAble.getConfiguredOption(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All configured options which can be used by the given element. |
|
String |
DBConnection.getConnectionHeader()
Connection Header of this DBConnection. |
|
int |
DBMergedTable.getCount()
Number of instances of this DBMergedTable. |
|
String |
DBConnection.getDatabase()
Database of database elements covered by this DBConnection. |
|
String |
DBConnection.getDatabaseSystem()
Database System connected by this DBConnection. |
|
List<DBForeignKey> |
DBTableColumn.getDBForeignKey(K_CONTROL_OPTION... behaviourFlags)
List of foreign keys that use this column. |
|
List<DBIndex> |
DBTableColumn.getDBIndex(K_CONTROL_OPTION... behaviourFlags)
List of indices that use this column. |
|
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. |
|
List<DBTableColumn> |
DBTableColumn.getDBKeyRelationshipColumn(K_CONTROL_OPTION... behaviourFlags)
List of foreign key columns, referencing this unique key column. |
|
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 this DBTableColumn. |
|
List<DBUniqueKey> |
DBTableColumn.getDBUniqueKey(K_CONTROL_OPTION... behaviourFlags)
List of unique keys (primary, candidate or unique) that use this column. |
|
|
DBTableColumn.getDBUniqueKeyColumn(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of unique key columns, referenced by this foreign key column. |
|
|
DBTableColumn.getDBUniqueKeyColumnOrigin(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. |
|
String |
DBConnection.getDriverFile()
Driver file of this DBConnection. |
|
String |
DBConnection.getDriverName()
Driver name of this DBConnection. |
|
List<DBForeignKey> |
DBTable.getElementExistentialDependencyIn(K_CONTROL_OPTION... behaviourFlags)
Gets the not null foreign keys of this this DBTable. |
|
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. |
|
List<DBForeignKey> |
DBTable.getElementExistentialDependencyOut(K_CONTROL_OPTION... behaviourFlags)
Gets the not null foreign keys referencing an DBUniqueKey of this this DBTable. |
|
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. |
|
String |
DBConnection.getExtendedConfiguration()
Extended Configuration of this DBConnection. |
|
|
DBTable.getFirstLevelElements(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 an DBMergedInstance. |
|
|
DBTable.getFirstLevelElements(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 the DBTableColumn which is valid to evaluate the IMDataType of this column. |
|
List<DBForeignKey> |
DBMergedInstance.getForeignKey()
List of all foreign keys assigned to this DBMergedInstance. |
|
|
DBView.getFromColumnSet(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all column sets referenced by a DBViewFrom of this DBView. |
|
|
DBView.getFromColumnSet(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFromColumnSet and filters its return values according to the given stereotype value. |
|
|
DBView.getFromColumnSetColumn(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all columns owned by the column sets referenced by a DBViewFrom of this DBView. |
|
|
DBView.getFromColumnSetColumn(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFromColumnSetColumn and filters its return values according to the given stereotype value. |
|
K_FROM_KIND |
DBViewFrom.getFromKind()
Kind of this DBViewFrom. |
|
|
DBAuthorizationIdentifier.getGrantedAuthorization(Class<T> returnType)
List of all authorizations granted by this DBAuthorizationIdentifier. |
|
DBAuthorizationIdentifier |
DBAuthorization.getGrantee()
Reference to the grantee DBAuthorizationIdentifier of this DBAuthorization. |
|
DBAuthorizationIdentifier |
DBAuthorization.getGrantor()
Reference to the grantor DBAuthorizationIdentifier of this DBAuthorization. |
|
List<DBGroup> |
DBUser.getGroup()
List of all the groups of this DBUser. |
|
boolean |
DBConnection.getIntegratedSecurity()
If true, use integrated authentication for database access. |
|
List<DBTable> |
DBTable.getMandatoryReferencedTable(K_CONTROL_OPTION... behaviourFlags)
All database tables referenced by a mandatory DBForeignKey of this DBTable. |
|
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. |
|
List<DBTable> |
DBTable.getMandatoryReferencingTable(K_CONTROL_OPTION... behaviourFlags)
All database tables that reference this DBTable using a mandatory DBForeignKey. |
|
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 the DBForeignKey which is maximum one. |
|
List<DBMergedInstance> |
DBUniqueKey.getMergedInstance()
List of all instances using this DBUniqueKey. |
|
List<DBMergedInstance> |
DBTableColumn.getMergedInstance()
List of all instances using this DBTableColumn. |
|
List<DBMergedInstance> |
DBForeignKey.getMergedInstance()
List of all instances using this DBForeignKey. |
|
MMTypeSystem |
DBOption.getMMTypeSystem()
Gets the configured MMTypeSystem of this DBOption. |
|
ARG_ModifyDBConnection |
DBConnection.getModifyConnection()
Get all properties of the DBConnection. |
|
String |
DBTrigger.getNewRow()
Name of the variable for the new row. |
|
String |
DBTrigger.getNewTable()
Name of the variable for the new table. |
|
String |
DBTrigger.getOldRow()
Name of the variable for the old row. |
|
String |
DBTrigger.getOldTable()
Name of the variable for the old table. |
|
List<DBTable> |
DBTable.getOptionalReferencedTable(K_CONTROL_OPTION... behaviourFlags)
All database tables referenced by an optional DBForeignKey of this DBTable. |
|
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. |
|
List<DBTable> |
DBTable.getOptionalReferencingTable(K_CONTROL_OPTION... behaviourFlags)
All database tables that reference this DBTable using an optional DBForeignKey. |
|
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. |
|
String |
DBOption.getOptionName()
Gets the name of the implemented MMTSOption. |
|
List<DBViewColumn> |
DBView.getOwnedColumn(K_CONTROL_OPTION... behaviourFlags)
List of columns of this view. |
|
List<DBTableColumn> |
DBTable.getOwnedColumn(K_CONTROL_OPTION... behaviourFlags)
List of columns of this table. |
|
List<IMConstraintAssign> |
DBCheckConstraint.getOwnedConstraintAssign(K_CONTROL_OPTION... behaviourFlags)
All check constraint assignments of this DBCheckConstraint. |
|
List<DBCheckConstraint> |
DBTableColumn.getOwnedDBCheckConstraint(K_CONTROL_OPTION... behaviourFlags)
List of check constraints owned by this DBTableColumn. |
|
List<DBCheckConstraint> |
DBTable.getOwnedDBCheckConstraint(K_CONTROL_OPTION... behaviourFlags)
List of check constraints owned by this DBTable. |
|
|
DBOptionAble.getOwnedDBOption(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All options owned by this element. |
|
List<DBOptionForeignKey> |
DBForeignKey.getOwnedDBOptionForeignKey(K_CONTROL_OPTION... behaviourFlags)
All foreign key options of this DBForeignKey. |
|
List<DBOptionIndex> |
DBIndex.getOwnedDBOptionIndex(K_CONTROL_OPTION... behaviourFlags)
All index options of this DBIndex. |
|
List<DBOptionIndexedColumn> |
DBIndexedColumn.getOwnedDBOptionIndexedColumn(K_CONTROL_OPTION... behaviourFlags)
All indexed column options of this DBIndexedColumn. |
|
List<DBOptionTable> |
DBTable.getOwnedDBOptionTable(K_CONTROL_OPTION... behaviourFlags)
All table options of this DBTable. |
|
List<DBOptionTableColumn> |
DBTableColumn.getOwnedDBOptionTableColumn(K_CONTROL_OPTION... behaviourFlags)
All table column options of this DBTableColumn. |
|
List<DBOptionUniqueKey> |
DBUniqueKey.getOwnedDBOptionUniqueKey(K_CONTROL_OPTION... behaviourFlags)
All primary key options of this DBUniqueKey. |
|
List<DBOptionView> |
DBView.getOwnedDBOptionView(K_CONTROL_OPTION... behaviourFlags)
All view options of this DBView. |
|
List<DBOptionViewColumn> |
DBViewColumn.getOwnedDBOptionViewColumn(K_CONTROL_OPTION... behaviourFlags)
All view column options of this DBViewColumn. |
|
List<DBOptionViewFrom> |
DBViewFrom.getOwnedDBOptionViewFrom(K_CONTROL_OPTION... behaviourFlags)
All from clause options of this DBViewFrom. |
|
List<DBSiblingConstraint> |
DBTable.getOwnedDBSiblingConstraint(K_CONTROL_OPTION... behaviourFlags)
List of constraints (disjoint tables) owned by this database table. |
|
List<DBTrigger> |
DBView.getOwnedDBTrigger(K_CONTROL_OPTION... behaviourFlags)
List of triggers of this DBView. |
|
List<DBTrigger> |
DBTable.getOwnedDBTrigger(K_CONTROL_OPTION... behaviourFlags)
List of triggers of this DBTable. |
|
List<DBForeignKey> |
DBTable.getOwnedForeignKey(K_CONTROL_OPTION... behaviourFlags)
List of foreign keys of this DBTable. |
|
List<DBViewFrom> |
DBView.getOwnedFrom(K_CONTROL_OPTION... behaviourFlags)
List of from clauses of this DBView. |
|
List<DBViewFrom> |
DBView.getOwnedFromByRef(DBColumnSet refObj,
K_CONTROL_OPTION... behaviourFlags)
List of all from clauses of this DBView which
reference the given by argument refObj. |
|
List<DBViewFrom> |
DBView.getOwnedFromByRef(MMStereotype stereotype,
DBColumnSet refObj,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedFromByRef and filters its return values according to the given stereotype value. |
|
List<DBIndex> |
DBTable.getOwnedIndex(K_CONTROL_OPTION... behaviourFlags)
List of indices of this table. |
|
List<DBIndexedColumn> |
DBIndex.getOwnedIndexedColumn(K_CONTROL_OPTION... behaviourFlags)
List of indexed columns of this DBIndex. |
|
List<DBMergedInstance> |
DBMergedTable.getOwnedInstance(K_CONTROL_OPTION... behaviourFlags)
List of instances of this DBMergedTable. |
|
List<DBMergedTable> |
DBTable.getOwnedMergedTable(K_CONTROL_OPTION... behaviourFlags)
List of merged tables of this table. |
|
List<DBSQLGeneric> |
DBSQLGeneric.getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)
List of all owned SQL generic objects. |
|
List<DBSQLGeneric> |
DBPackage.getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)
List of all owned SQL generic objects. |
|
List<DBSQLGeneric> |
DBIndex.getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)
List of all owned SQL generic objects. |
|
List<DBSQLGeneric> |
DBColumnSet.getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)
List of all owned SQL generic objects. |
|
List<DBSQLGeneric> |
DBColumn.getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)
List of all owned SQL generic objects. |
|
List<DBUniqueKey> |
DBView.getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags)
List of keys of this DBView. |
|
List<DBUniqueKey> |
DBTable.getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags)
List of keys of this DBTable. |
|
DBColumn |
DBSQLGeneric.getOwningColumn()
Reference to the owning DBColumn. |
|
DBTableColumn |
DBCheckConstraint.getOwningColumn()
Reference to the DBTableColumn that owns this DBCheckConstraint. |
|
DBColumnSet |
DBSQLGeneric.getOwningColumnSet()
Reference to the owning DBColumnSet. |
|
MMCreateTemplate |
DBRole.getOwningCreateTemplate()
The MMCreateTemplate that owns this DBRole if it
is part of a DBRoleAuthorization template. |
|
DBIndex |
DBIndexedColumn.getOwningDBIndex()
Reference to the DBIndex of this DBIndexedColumn. |
|
DBPackage |
DBSQLGeneric.getOwningDBPackage()
Reference to the owning DBPackage. |
|
DBForeignKey |
DBOptionForeignKey.getOwningForeignKey()
Reference to the DBForeignKey of this DBOptionForeignKey. |
|
DBIndex |
DBSQLGeneric.getOwningIndex()
Reference to the owning DBIndex. |
|
DBIndex |
DBOptionIndex.getOwningIndex()
Reference to the DBIndex of this DBOptionIndex. |
|
DBIndexedColumn |
DBOptionIndexedColumn.getOwningIndexedColumn()
Reference to the DBIndexedColumn of this DBOptionIndexedColumn. |
|
DBMergedTable |
DBMergedInstance.getOwningMergedTable()
Reference to the DBMergedTable of this DBMergedInstance. |
|
ADXModel |
DBConnection.getOwningModel()
The ADXModel owning this DBConnection. |
|
DBOptionAble |
DBOption.getOwningOptionAble()
The element that owns this option. |
|
IMSemanticDataType |
DBCheckConstraint.getOwningSemanticDataType()
Reference to the IMSemanticDataType that owns this DBCheckConstraint. |
|
DBSQLGeneric |
DBSQLGeneric.getOwningSQLGeneric()
Reference to the owning DBSQLGeneric. |
|
DBTable |
DBUniqueKey.getOwningTable()
Reference to the DBTable of the DBUniqueKey. |
|
DBTable |
DBTrigger.getOwningTable()
Reference to the DBTable of this DBTrigger. |
|
DBTable |
DBTableColumn.getOwningTable()
Reference to the table of the column. |
|
DBTable |
DBOptionTable.getOwningTable()
Reference to the DBTable of this DBOptionTable. |
|
DBTable |
DBMergedTable.getOwningTable()
Reference to the table of this DBMergedTable. |
|
DBTable |
DBIndex.getOwningTable()
Reference to the table of the index. |
|
DBTable |
DBForeignKey.getOwningTable()
Reference to the DBTable of this DBForeignKey. |
|
DBTableColumn |
DBOptionTableColumn.getOwningTableColumn()
Reference to the DBTableColumn of this DBOptionTableColumn. |
|
DBUniqueKey |
DBOptionUniqueKey.getOwningUniqueKey()
Reference to the DBUniqueKey of this DBOptionUniqueKey. |
|
DBView |
DBUniqueKey.getOwningView()
Reference to the DBView of the DBUniqueKey. |
|
DBView |
DBTrigger.getOwningView()
Reference to the DBView of this DBTrigger. |
|
DBView |
DBOptionView.getOwningView()
Reference to the DBView of this DBOptionView. |
|
DBViewColumn |
DBOptionViewColumn.getOwningViewColumn()
Reference to the DBViewColumn of this DBOptionViewColumn. |
|
DBViewFrom |
DBOptionViewFrom.getOwningViewFrom()
Reference to the DBViewFrom of this DBOptionViewFrom. |
|
String |
DBConnection.getPassword()
Password of the connecting user. |
|
String |
DBConnection.getPort()
Port number of this this DBConnection. |
|
List<DBPrivilege> |
DBSQLObject.getPrivilege()
List of all privileges of this DBSQLObject. |
|
List<DBView> |
DBColumn.getPropagationViews(K_CONTROL_OPTION... behaviourFlags)
Returns all views which are viewing the DBColumnSet of this DBColumn, but not this column. |
|
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. |
|
|
DBAuthorizationIdentifier.getReceivedAuthorization(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all authorizations of this grantee DBAuthorizationIdentifier. |
|
|
DBSQLObject.getReferencedSQLObject(Class<T> returnType)
List of all SQL Objects using this DBSQLObject. |
|
List<DBTable> |
DBTable.getReferencedTable(K_CONTROL_OPTION... behaviourFlags)
All database tables referenced by a DBForeignKey of this DBTable. |
|
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. |
|
|
DBSQLObject.getReferencingSQLObject(Class<T> returnType)
List of all SQL Objects used by this DBSQLObject. |
|
List<DBTable> |
DBTable.getReferencingTable(K_CONTROL_OPTION... behaviourFlags)
All database tables that reference this DBTable using a DBForeignKey. |
|
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 the DBRole of this DBRoleAuthorization. |
|
List<DBRoleAuthorization> |
DBRole.getRoleAuthorization(K_CONTROL_OPTION... behaviourFlags)
List of all role authorizations of DBRole. |
|
String |
DBConnection.getSchema()
Schema of database elements covered by this DBConnection. |
|
MMTypeSystem |
DBProcedureExpression.getScopeTypeSystem()
Reference to the type system of this DBProcedureExpression. |
|
String |
DBConnection.getServer()
Server connected by this DBConnection. |
|
List<DBForeignKey> |
DBSiblingConstraint.getSiblingForeignKeys(K_CONTROL_OPTION... behaviourFlags)
Returns the list of all sibling foreign keys assigned to this DBSiblingConstraint. |
|
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 covering |
|
|
DBPrivilege.getSQLObject(Class<T> returnType)
List of all SQL objects of this DBPrivilege. |
|
String |
DBOption.getStringValue()
Value of this DBOption! |
|
List<DBTableColumn> |
DBMergedInstance.getTableColumn()
List of all columns assigned to this DBMergedInstance. |
|
MMTSOption |
DBOption.getTSOption()
Reference to the MMTSOption of this DBOption. |
|
MMTSOptionForeignKey |
DBOptionForeignKey.getTSOptionForeignKey()
Reference to the configured MMTSOptionForeignKey of this DBOptionForeignKey. |
|
MMTSOptionIndex |
DBOptionIndex.getTSOptionIndex()
Reference to the configured MMTSOptionIndex of this DBOptionIndex. |
|
MMTSOptionIndexedColumn |
DBOptionIndexedColumn.getTSOptionIndexedColumn()
Reference to the configured MMTSOptionIndexedColumn of this DBOptionIndexedColumn. |
|
MMTSOptionTable |
DBOptionTable.getTSOptionTable()
Reference to the configured MMTSOptionTable of this DBOptionTable. |
|
MMTSOptionTableColumn |
DBOptionTableColumn.getTSOptionTableColumn()
Reference to the configured MMTSOptionTableColumn of this DBOptionTableColumn. |
|
MMTSOptionUniqueKey |
DBOptionUniqueKey.getTSOptionUniqueKey()
Reference to the configured MMTSOptionUniqueKey of this DBOptionUniqueKey. |
|
MMTSOptionView |
DBOptionView.getTSOptionView()
Reference to the configured MMTSOptionView of this DBOptionView. |
|
MMTSOptionViewColumn |
DBOptionViewColumn.getTSOptionViewColumn()
Reference to the configured MMTSOptionViewColumn of this DBOptionViewColumn. |
|
MMTSOptionViewFrom |
DBOptionViewFrom.getTSOptionViewFrom()
Reference to the configured MMTSOptionViewFrom of this DBOptionViewFrom. |
|
String |
DBOption.getTypeSystemName()
Name of the type system which is the scope of this option. |
|
List<DBUniqueKey> |
DBMergedInstance.getUniqueKey()
List of all unique keys assigned to this DBMergedInstance. |
|
DBTable |
DBForeignKey.getUniqueKeyTable()
The DB Table that owns the referenced key. |
|
|
DBViewColumn.getUsedColumn(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of used columns ( DBTableColumn or DBViewColumn) of this DBViewColumn. |
|
List<DBUser> |
DBGroup.getUser()
List of all the users of this DBGroup. |
|
String |
DBConnection.getUser()
Connecting user. |
|
|
DBColumn.getUsingDBViewElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of view elements that use this column in a view. |
|
List<DBViewColumn> |
DBColumn.getUsingViewColumnByRef(DBView refObj,
K_CONTROL_OPTION... behaviourFlags)
List of all view columns that view this column ( DBViewColumn or DBTableColumn). |
|
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. |
|
|
DBView.getViewCompletionFeatures(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All columns of viewed column sets, which are not yet viewed by this DBView. |
|
|
DBView.getViewCompletionFeatures(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getViewCompletionFeatures and filters its return values according to the given stereotype value. |
|
List<DBViewFrom> |
DBColumnSet.getViewFrom(K_CONTROL_OPTION... behaviourFlags)
List of from clauses that use this DBColumnSet in a view. |
|
boolean |
DBTable.hasMergedTable()
True, if this DBTable is has a DBMergedTable. |
|
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()
If true, this DBTable was created by a split column command. |
|
boolean |
DBTable.isWeak()
True, if this DBTable is weak. |
|
List<MEStereotypeAble> |
DBViewFrom.maintain()
Runs all maintaining methods for this DBViewFrom in the following order:
maintainAddAllColumns(...) |
|
List<MEStereotypeAble> |
DBViewColumn.maintain()
Runs all maintaining methods for this DBViewFrom in the following order:
maintainAddUnionColumns(...) |
|
List<MEStereotypeAble> |
DBUniqueKey.maintain()
Runs all maintaining methods for this DBUniqueKey in the following order:
maintainForeignKeys(...) |
|
List<MEStereotypeAble> |
DBTable.maintain()
Runs all maintaining methods for this DBTable in the following order:
maintainCreatePrimaryKey(...) |
|
List<MEStereotypeAble> |
DBForeignKey.maintain()
Runs all maintaining methods for this foreign key in the following order:
maintainCreateForeignAttributes(...) |
|
List<DBViewColumn> |
DBViewFrom.maintainAddAllColumns()
This maintaining method adds a DBViewColumn for each DBColumn of the referenced DBColumnSet,
if the viewed column is not yet referenced in the DBView of this DBViewFrom. |
|
List<DBViewColumn> |
DBViewColumn.maintainAddUnionColumns()
This maintaining method adds a DBViewColumn in every DBView which has a union from clause to the select view of this column and less columns. |
|
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. |
|
List<MEStereotypeAble> |
DBUniqueKey.maintainForeignKeys()
Runs the maintaining methods for all foreign keys of this DBUniqueKey
which are not yet assigned to a relationship. |
|
static DBTable |
DBForeignKeyHelper.mergeSiblingTables(SrvContext srvCtx,
List<? extends ELElement> seq)
Merges two or more sibling database tables of the given foreign keys. |
|
static List<DBTable> |
DBForeignKeyHelper.mergeToForeign(SrvContext srvCtx,
List<? extends ELElement> seq)
Merges the DBTable which contains the DBUniqueKey corresponding to the selected DBForeignKey into the DBTable which contains the foreign key. |
|
static List<DBTable> |
DBForeignKeyHelper.mergeToUnique(SrvContext srvCtx,
List<? extends DBForeignKey> seqForeign,
List<Integer> seqCard)
Merges the DBTable of the selected DBForeignKey into the DBTable which contains the corresponding DBUniqueKey. |
|
void |
DBConnection.modifyConnection(ARG_ModifyDBConnection valDBConnection)
Set all properties of the DBConnection. |
|
static void |
DBTableColumnHelper.SDT2DTD(SrvContext srvCtx,
List<? extends DBTableColumn> seqCol)
This method transform the type of each given DBTableColumn from IMSemanticDataType to IMDataTypeDefinition. |
|
void |
DBPrivilege.setActionList(String value)
Set the value of Attribut ActionList. |
|
void |
DBConnection.setCatalog(String value)
Set the value of Attribut Catalog. |
|
void |
DBConnection.setConnectionHeader(String value)
Set the value of Attribut ConnectionHeader. |
|
void |
DBMergedTable.setCount(int value)
Set the value of Info Count. |
|
void |
DBConnection.setDatabase(String value)
Set the value of Attribut Database. |
|
void |
DBConnection.setDatabaseSystem(String value)
Set the value of Attribut DatabaseSystem. |
|
void |
DBTableColumn.setDBIndex(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(String value)
Set the value of Attribut DriverFile. |
|
void |
DBConnection.setDriverName(String value)
Set the value of Attribut DriverName. |
|
void |
DBConnection.setExtendedConfiguration(String value)
Set the value of Attribut ExtendedConfiguration. |
|
void |
DBMergedInstance.setForeignKey(List<? extends DBForeignKey> values)
Set the value of Foreign Key ForeignKey. |
|
void |
DBViewFrom.setFromKind(K_FROM_KIND value)
Set the value of Info FromKind. |
|
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(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(String value)
Set the value of Attribut NewRow. |
|
void |
DBTrigger.setNewTable(String value)
Set the value of Attribut NewTable. |
|
void |
DBTrigger.setOldRow(String value)
Set the value of Attribut OldRow. |
|
void |
DBTrigger.setOldTable(String value)
Set the value of Attribut OldTable. |
|
void |
DBConnection.setPassword(String value)
Set the value of Attribut Password. |
|
void |
DBConnection.setPort(String value)
Set the value of Attribut Port. |
|
void |
DBTableColumn.setPrimary(boolean setPrimary)
Sets the DBTableColumn to primary or not primary. |
|
void |
DBSQLObject.setPrivilege(List<? extends DBPrivilege> values)
Set the value of Foreign Key Privilege. |
|
void |
DBSQLObject.setReferencedSQLObject(List<? extends DBSQLObject> values)
Set the value of Foreign Key ReferencedSQLObject. |
|
void |
DBSQLObject.setReferencingSQLObject(List<? extends DBSQLObject> values)
Set the value of Foreign Key ReferencingSQLObject. |
|
void |
DBRole.setRoleAuthorization(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(String value)
Set the value of Attribut Schema. |
|
void |
DBConnection.setServer(String value)
Set the value of Attribut Server. |
|
void |
DBSiblingConstraint.setSiblingKind(K_GENERAL_KIND value)
Set the value of Attribut SiblingKind. |
|
void |
DBPrivilege.setSQLObject(List<? extends DBSQLObject> values)
Set the value of Foreign Key SQLObject. |
|
void |
DBOption.setStringValue(String value)
Set the value of Attribut StringValue. |
|
void |
DBMergedInstance.setTableColumn(List<? extends DBTableColumn> values)
Set the value of Foreign Key TableColumn. |
|
void |
DBOption.setTypeSystemName(String value)
Set the value of Info TypeSystemName. |
|
void |
DBMergedInstance.setUniqueKey(List<? extends DBUniqueKey> values)
Set the value of Foreign Key UniqueKey. |
|
void |
DBGroup.setUser(List<? extends DBUser> values)
Set the value of Foreign Key User. |
|
void |
DBConnection.setUser(String value)
Set the value of Attribut User. |
|
void |
DBTable.setWeak(boolean value)
Set the value of Info IsWeak. |
|
DBTable |
DBTable.splitH()
Splits the selected DBTable into a new DBTable. |
|
static DBTable |
DBTableHelper.splitV(SrvContext srvCtx,
List<? extends ELElement> seq)
Splits the selected DBTableColumns into a new DBTable. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2dbdia |
|---|
| Methods in de.mid.innovator.srv2api.icw2dbdia that throw InoNetException | |
|---|---|
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. |
List<CLDiaHierStructDefinitionNode> |
DBDia.getOwnedHierStructDefinitionNode(K_CONTROL_OPTION... behaviourFlags)
All structure definition nodes owned by this database diagram. |
List<DBDiaTableNode> |
DBDia.getOwnedTableNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of tables as table node owned by this DB diagram. |
List<DBDiaViewNode> |
DBDia.getOwnedViewNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of views as view node owned by this DB diagram. |
DBDia |
DBDiaViewNode.getOwningDBDiagram()
The DB diagram that owns this table node. |
DBDia |
DBDiaTableNode.getOwningDBDiagram()
The DB diagram that owns this table node. |
static DBDiaTableNode |
DBDiaTableNodeHelper.mergeSiblingTables(SrvContext srvCtx,
List<? extends ELElement> seq)
Merges two or more selected child database table nodes. |
static DBDiaTableNode |
DBDiaReferenceEdgeHelper.mergeSiblingTables(SrvContext srvCtx,
List<? extends ELElement> seq)
Merges two or more child database table nodes of the selected foreign key edges. |
static List<DBDiaTableNode> |
DBDiaReferenceEdgeHelper.mergeToForeign(SrvContext srvCtx,
List<? extends ELElement> seq)
Merges the DBDiaTableNode which contains the DBUniqueKey corresponding to the selected DBForeignKey into the DBTable which contains the foreign key. |
static List<DBDiaTableNode> |
DBDiaReferenceEdgeHelper.mergeToUnique(SrvContext srvCtx,
List<? extends DBDiaReferenceEdge> seqForeign,
List<Integer> seqCard)
Merges the DBDiaTableNode of the selected DBForeignKey into the DBTable which contains the corresponding DBUniqueKey. |
DBDiaTableNode |
DBDiaTableNode.splitH()
Splits the selected DBDiaTableNode into a new DBDiaTableNode. |
static DBDiaTableNode |
DBDiaTableNodeHelper.splitV(SrvContext srvCtx,
List<? extends ELElement> seq)
Splits the selected DBTableColumns into a new DBDiaTableNode. |
| Uses of InoNetException in de.mid.innovator.srv2api.icw2dg |
|---|
| Methods in de.mid.innovator.srv2api.icw2dg that throw InoNetException | ||
|---|---|---|
List<DGStandardChapter> |
DGChapter.assignContent(List<? extends MMMetamodelElement> seqOh,
List<? extends Class<? extends ELObject>> seqVOcl,
boolean allLevel)
Assign contents to this chapter. |
|
DGViewChapter |
DGViewChapter.createTable()
Creates a table for this chapter. |
|
ARG_DocuOut |
DGCommand.executeDocu(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()
The footer of the toc of this selection. |
|
K_DOCU_CHANGE_CHAPTER_MODE |
DGCommand.getChangeChapterHeadings()
Specifies which chapter headings are converted to dash lists. |
|
DGChapter |
DGTableColumn.getChapter()
The chapter assigned to this table column. |
|
DGStandardChapter |
DGChapterAttribute.getChapter()
The documentation standard chapter that owns this chapter attribute. |
|
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()
The header of the toc of this selection. |
|
boolean |
DGCommand.getCheckInput(List<? extends ELElement> seq)
Checks wether this documentation command can produces output with the current selection. |
|
List<ELValSpecString> |
DGCommand.getClassPathValue(K_CONTROL_OPTION... behaviourFlags)
All string values of class paths owned by this documentation command. |
|
DGConfig |
DGSelection.getConfig()
The configuration of this selection. |
|
String |
DGChapter.getContents()
The content of this chapter. |
|
List<DGSelection> |
DGHeader.getCSelection()
The selections that use this header for the toc. |
|
List<DGSelection> |
DGFooter.getCSelection()
The selections that uses this footer for the toc. |
|
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. |
|
List<DGSelection> |
DGDocuStructureRoot.getDGSelection(K_CONTROL_OPTION... behaviourFlags)
All documentation selections assigned to this documentation structure. |
|
List<DGTreeLink> |
DGTreeTemplate.getDGTreeLink(K_CONTROL_OPTION... behaviourFlags)
All linking chapters assigned to this model browser template. |
|
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 common package as root of documentation. |
|
K_CHAPTER_SORTORDER |
DGStandardChapter.getLocalSortOrder()
The local sort order of son nodes. |
|
DGFooter |
DGSelection.getMFooter()
The footer of the main text of this selection. |
|
DGHeader |
DGSelection.getMHeader()
The header of the main text of this selection. |
|
ADModel |
DGTreeTemplate.getModel()
The model that owns this model browser documentation building block. |
|
ADModel |
DGTreeStructureRoot.getModel()
The model that owns this browser configuration structure. |
|
List<DGSelection> |
DGHeader.getMSelection()
The selections that use this header for the main text. |
|
List<DGSelection> |
DGFooter.getMSelection()
The selections that use this footer 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. |
|
String |
DGCommand.getOutputDirectory()
Directory path for generated files. |
|
K_DOCU_TYPE |
DGCommand.getOutputKind()
Kind of output. |
|
String |
DGCommand.getOutputRepositories()
Name used for repository files. |
|
|
DGChapter.getOwnedChapter(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All documentation chapters owned by this documentation chapter. |
|
DGSettings |
DGSelection.getOwnedSettings()
The documentation settings owned by this documentation selection. |
|
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 |
DGTitle.getOwningProfile()
The profile that owns this documentation title page. |
|
MMProfile |
DGSelection.getOwningProfile()
The profile that owns this documentation selection. |
|
MMProfile |
DGHeader.getOwningProfile()
The profile that owns this documentation header. |
|
MMProfile |
DGFooter.getOwningProfile()
The profile that owns this documentation footer. |
|
MMProfile |
DGDocuStructureRoot.getOwningProfile()
The profile that owns this documentation structure. |
|
MMProfile |
DGConfig.getOwningProfile()
The profile that owns this documentation configuration. |
|
DGSelection |
DGSettings.getOwningSelection()
The documentation selection owning this documentation settings. |
|
DGViewChapter |
DGTableProperties.getOwningTable()
The table chapter owning this table properies. |
|
DGViewChapter |
DGTableColumn.getOwningTable()
The view chapter owning this table column. |
|
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. |
|
String |
DGCommand.getPostprocessingArguments()
The arguments of the postprocessing command. |
|
String |
DGCommand.getPostprocessingCommand()
The postprocessing command of this documentation command. |
|
String |
DGCommand.getPrinterName()
The printer to be used. |
|
MMProfile |
DGTemplate.getProfile()
The profile that owns this documentation building block. |
|
MMProfile |
DGCommand.getProfile()
The profile that owns this docu command. |
|
boolean |
DGCommand.getRemoveEmptyChapters()
Remove empty chapters. |
|
String |
DGCommand.getReportCommand()
The java command called if the postprocessing command is inojava. |
|
String |
DGCommand.getSearchName()
Search, which is executed before documentation generation, in order to determine the selection. |
|
String |
DGCommand.getSearchPath()
Search path for include and imports. |
|
List<DGSelection> |
DGTitle.getSelection()
The selections that use this title. |
|
List<DGSelection> |
DGConfig.getSelection()
The selections that use this configuration. |
|
List<DGTableColumn> |
DGChapter.getTableColumn(K_CONTROL_OPTION... behaviourFlags)
The table column using this DGChapter. |
|
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()
The title of this selection. |
|
DGTreeTemplate |
DGTreeLink.getTreeTemplate()
The model browser template used by this linking chapter. |
|
MMVerify |
DGVerifyChapter.getVerify()
The verification of this verification documentation chapter. |
|
List<MMLocaleName> |
DGViewChapter.getViewedElementsName(K_CONTROL_OPTION... behaviourFlags)
All localized names owned by this documentation chapter. |
|
List<ELValSpecString> |
DGCommand.getVirtualMachineValue(K_CONTROL_OPTION... behaviourFlags)
All string values of virtual machines owned by this documentation command. |
|
String |
DGCommand.getWordIndexField()
Index field for MS-Word documentation. |
|
String |
DGCommand.getWordTemplate()
Template file name for generation in MS-Word format. |
|
String |
DGCommand.getWordTOCField()
Table of contents field for MS-Word documentation. |
|
String |
DGCommand.getWordTOFField()
Table of figures field for MS-Word documentation. |
|
String |
DGCommand.getWordTOTField()
Table of tables field for MS-Word documentation. |
|
String |
DGCommand.getXSLStyleSheet()
Stylesheet for the stylesheet processor. |
|
String |
DGCommand.getXSLStyleSheetProcessor()
Command string for the stylesheet processor. |
|
boolean |
DGChapter.isChapterFadedOut()
Returns true if this chapter is supressed. |
|
boolean |
DGChapter.isHeadingSupressed()
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 Info 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(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.setHeadingSupressed(boolean value)
Set the value of Info IsHeadingSupressed. |
|
void |
DGCommand.setLeastCommonPackage(boolean value)
Set the value of Attribut LeastCommonPackage. |
|
void |
DGStandardChapter.setLocalSortOrder(K_CHAPTER_SORTORDER value)
Set the value of Info LocalSortOrder. |
|
void |
DGStandardChapter.setLocalSortOrderReverse(boolean value)
Set the value of Info 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,
List<? extends ELElement> seq)
Set the number state of the specified chapters. |
|
void |
DGChapter.setNumberFormatEVal(K_NUMBER_FORMAT value)
Set the value of Info NumberFormatEVal. |
|
void |
DGCommand.setOpenMode(K_DOCU_OPEN_MODE value)
Set the value of Attribut OpenMode. |
|
void |
DGChapter.setPageBreakAfter(boolean value)
Set the value of Info PageBreakAfter. |
|
void |
DGChapter.setPageBreakBefore(boolean value)
Set the value of Info PageBreakBefore. |
|
void |
DGChapter.setParagraphJustification(K_PARAGRAPH_JUSTIFICATION value)
Set the value of Info ParagraphJustification. |
|
void |
DGCommand.setPerformInputCheck(boolean value)
Set the value of Attribut PerformInputCheck. |
|
void |
DGCommand.setPostprocessingArguments(String value)
Set the value of Attribut PostprocessingArguments. |
|
void |
DGCommand.setPostprocessingCommand(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 |
DGCommand.setReportCommand(String value)
Set the value of Attribut ReportCommand. |
|
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(String value)
Set the value of Attribut WordIndexField. |
|
void |
DGCommand.setWordTemplate(String value)
Set the value of Attribut WordTemplate. |
|
void |
DGCommand.setWordTOCField(String value)
Set the value of Attribut WordTOCField. |
|
void |
DGCommand.setWordTOFField(String value)
Set the value of Attribut WordTOFField. |
|
void |
DGCommand.setWordTOTField(String value)
Set the value of Attribut WordTOTField. |
|
void |
DGCommand.setXSLStyleSheetProcessor(String value)
Set the value of Attribut XSLStyleSheetProcessor. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2elem |
|---|
| Methods in de.mid.innovator.srv2api.icw2elem that throw InoNetException | ||
|---|---|---|
static void |
ELUUIDAbleHelper.assignNewUUID(SrvContext srvCtx,
List<? extends ELUUIDAble> seqElem)
Assign every element a new uuid. |
|
void |
ELDeleteAble.delete()
Deletes this element. |
|
static void |
ELDeleteAbleHelper.delete(SrvContext srvCtx,
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. |
|
|
ELPackage.getAppliedProfile(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All profiles which are applied by this package. |
|
|
ELPackage.getAppliedProfileTransitive(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. |
|
|
ELElement.getAssignAbleToVattr(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. |
|
|
ELElement.getAssignAbleToVattr(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. |
|
ELAssociation |
ELProperty.getAssociation()
The association this property is assigned to. |
|
|
ELClassifier.getAssociation(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All associations which this classifier participates in. |
|
|
ELClassifier.getAssociation(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.getAssociationEnd(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All of this association's association ends. |
|
|
ELAssociation.getAssociationEnd(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAssociationEnd and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getAssociationEndFirstTypedBySelf(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All first ends of an association typed by this classifier. |
|
|
ELClassifier.getAssociationEndFirstTypedBySelf(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAssociationEndFirstTypedBySelf and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getAssociationEndNavigableTypedBySelf(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All navigable association ends typed by this classifier. |
|
|
ELClassifier.getAssociationEndNavigableTypedBySelf(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAssociationEndNavigableTypedBySelf and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getAssociationEndNavigableTypedBySelfOrGeneralTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All navigable association ends typed by this classifier or one of its general classifiers. |
|
|
ELClassifier.getAssociationEndNavigableTypedBySelfOrGeneralTransitive(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAssociationEndNavigableTypedBySelfOrGeneralTransitive and filters its return values according to the given stereotype value. |
|
|
ELAssociation.getAssociationEndsOfEndType(Class<T> returnType,
ELType refObj,
K_CONTROL_OPTION... behaviourFlags)
All of this association's association ends connected to the end type provided by argument refObj. |
|
|
ELAssociation.getAssociationEndsOfEndType(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. |
|
|
ELClassifier.getAssociationEndTypedBySelf(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All association ends typed by this classifier. |
|
|
ELClassifier.getAssociationEndTypedBySelf(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAssociationEndTypedBySelf and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getAssociationEndTypedBySelfOrGeneralTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All association ends typed by this classifier or one of its general classifiers. |
|
|
ELClassifier.getAssociationEndTypedBySelfOrGeneralTransitive(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAssociationEndTypedBySelfOrGeneralTransitive and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getAssociationNavigableFrom(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All associations which have at least one association end navigable from this classifier. |
|
|
ELClassifier.getAssociationNavigableFrom(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAssociationNavigableFrom and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getAssociationOfSelfOrGeneralTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All associations which this classifier or one of its transitive general classifier participates in. |
|
|
ELClassifier.getAssociationOfSelfOrGeneralTransitive(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAssociationOfSelfOrGeneralTransitive and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getAssociationTypedBySelf(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All associations which have at least one association end typed by this classifier. |
|
|
ELClassifier.getAssociationTypedBySelf(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAssociationTypedBySelf and filters its return values according to the given stereotype value. |
|
String |
ELValSpec.getAsString()
The specified value represented by a string. |
|
String |
ELM2Verify.getAsString()
The verification message with default variables as string. |
|
String |
ELM2TypeRange.getAsString()
The specified enum value represented by a string. |
|
String |
ELPresOptAble.getBitmap()
Bitmap for the presentation of this element. |
|
String |
ELValSpecOpaqueExpr.getBody()
The expression's text. |
|
String |
ELConstraint.getBody()
This constraint's specification. |
|
String |
ELComment.getBody()
Returns this the current object's textual content. |
|
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 value)
The specified compartment. |
|
static ELM2Class |
ELM2ClassHelper.getByName(SrvContext srvCtx,
String item)
The M2Class instance specified by name. |
|
static ELM2Attribute |
ELM2AttributeHelper.getByVAttr(SrvContext srvCtx,
K_VATTR value)
Returns the specified metaattribute. |
|
ARG_Ask |
ELContainerAble.getCheckSetNotToLocalizeAttribute(ELElement item)
Checks whether existing translations are deleted, if the specified MM2Attribute is marked as not localizable for this element. |
|
ELClassifier |
ELProperty.getClassifierOfAssociationEnd()
The classifier connected to the association end. |
|
|
ELAssociation.getClassifierOfAssociationEnd(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All classifiers of association ends connected to this association. |
|
|
ELAssociation.getClassifierOfAssociationEnd(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.getClassifierViewGroup(Class<T> returnType)
All group able elements using this classifier. |
|
ELContainerAble |
ELDependency.getClient()
The element dependent on the supplier element. |
|
|
ELContainerAble.getClientDependency(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. |
|
String |
ELPresOptAble.getColor()
Color for the presentation of this element. |
|
|
ELM2Class.getCompartment(Class<T> returnType)
This meta class' compartments. |
|
String |
ELViewElement.getConcreteExpression()
The concrete expression substitutes the dollar parameters of the expression for the names of the used featuress. |
|
String |
ELViewElement.getConcreteExpressionQuoted()
The quoted concrete expression substitutes the dollar parameters of the expression for the names of the used features with double quotes. |
|
ELNamespaceAble |
ELConstraint.getConstraintContext()
The constraint's context. |
|
List<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. |
|
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
|
ELDeleteAbleHelper.getDeleteListAll(Class<T> returnType,
SrvContext srvCtx,
List<? extends ELDeleteAble> seqSel)
evaluates the delete control list. |
|
ELM2Association |
ELM2Association.getDerivedRType()
This DerivedRType's RType. |
|
String |
ELElement.getDisplayBitmap()
This element's display bitmap. |
|
String |
ELElement.getDisplayColor()
The element's display color. |
|
String |
ELElement.getDisplayFont()
This element's display font. |
|
String |
ELElement.getDisplayLine()
A one line string representation of this element. |
|
String |
ELElement.getDisplayName()
This element's display name. |
|
String |
ELElement.getDisplayNameShort()
The short display name of this Element. |
|
String |
ELElement.getDisplayNSName()
This element's display name used in namespace dialogs. |
|
|
ELClassifier.getEffectiveRedefinerOfAssocEnd(Class<T> returnType,
ELProperty refObj,
K_CONTROL_OPTION... behaviourFlags)
Returns properties that subset the association end given by argument refObj. |
|
|
ELClassifier.getEffectiveRedefinerOfAssocEnd(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. |
|
|
ELClassifier.getEffectiveSubsetterOfAssocEnd(Class<T> returnType,
ELProperty refObj,
boolean kind,
K_CONTROL_OPTION... behaviourFlags)
Returns properties that subset the association end given by argument refObj. |
|
|
ELClassifier.getEffectiveSubsetterOfAssocEnd(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. |
|
String |
ELProxy.getElemBitmapName()
Returns the proxy's bitmap name. |
|
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. |
|
|
ELNamespaceAble.getElementImport(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All element import instances owned by this namespace. |
|
|
ELPackageAble.getElementImportingNamespace(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All namespaces that import this element. |
|
|
ELPackageAble.getElementImportingNamespace(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getElementImportingNamespace and filters its return values according to the given stereotype value. |
|
String |
ELElement.getElementMappingInformation(boolean mode)
Returns an XML-formatted text for building the element's model references in other models. |
|
static List<ARG_ElementUUID> |
ELUUIDAbleHelper.getElementOfUUIDList(SrvContext srvCtx,
List<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. |
|
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. |
|
String |
ELProxy.getElemUUID()
Contains a UUID option. |
|
static ELM2Class |
ELM2ClassHelper.getELM2Class(SrvContext srvCtx,
Class<? extends ELObject> value)
The specified M2Class instance. |
|
|
ELFeature.getEntryInGroupAble(Class<T> returnType,
ELViewGroupAble refObj,
K_CONTROL_OPTION... behaviourFlags)
All occurrences of this ELFeature in the given argument refObj. |
|
|
ELFeature.getEntryInGroupAble(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. |
|
String |
ELValSpecELM2EnumMember.getEnumStringValue()
This value specification's string value, if it is a member of the enum type. |
|
ELView |
ELViewElement.getEnvironmentView()
Gets the ELView of this ELViewElement. |
|
ELValSpecExpression |
ELValSpec.getExpression()
The expression which uses this element as an operand. |
|
String |
ELM2TypedElementCnstr.getExpression()
This constraint's regular expression. |
|
|
ELViewGroupAble.getFeatureNotUsedByEntry(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 this ELViewGroupAble. |
|
|
ELViewGroupAble.getFeatureNotUsedByEntry(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFeatureNotUsedByEntry and filters its return values according to the given stereotype value. |
|
|
ELViewGroupAble.getFeatureUsedByEntry(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All features used by view entries that are directly owned by this ELViewGroupAble. |
|
|
ELViewGroupAble.getFeatureUsedByEntry(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
|
ELUUIDAbleHelper.getFindByUUID(Class<T> returnType,
SrvContext srvCtx,
String sIUUID,
ELElement optADModel)
Returns the model elements described by the Innovator UUID, if they exist. |
|
ELContainerAble |
ELContAsgnAble.getFirstOwnerWhichIsConformTo(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. |
|
|
ELClassifier.getGeneralDirect(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All classifiers connected directly by a generalization as general classifier. |
|
|
ELClassifier.getGeneralDirect(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getGeneralDirect and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getGeneralGeneralizationSet(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All generalization sets with this classifier as specific classifier. |
|
|
ELClassifier.getGeneralGeneralizationSet(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getGeneralGeneralizationSet and filters its return values according to the given stereotype value. |
|
|
ELGeneralizationSet.getGeneralization(Class<T> returnType)
List of the generalization set's generalizations. |
|
|
ELClassifier.getGeneralization(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All generalization relationships owned by this classifier. |
|
|
ELGeneralization.getGeneralizationSet(Class<T> returnType)
List of the generalization's generalization sets. |
|
|
ELClassifier.getGeneralTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All classifiers connected transitively by generalizations as general classifier. |
|
|
ELClassifier.getGeneralTransitive(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getGeneralTransitive and filters its return values according to the given stereotype value. |
|
|
ELM2Attribute.getGenericAttribute(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. |
|
|
ELM2Class.getHierarchicalMetaVerify(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All meta verifies of this meta class and all general meta classes. |
|
String |
ELProxy.getHREF()
Returns the proxy referenced element's reference. |
|
ELPackageAble |
ELElementImport.getImportedElement()
This element import's imported element. |
|
|
ELNamespaceAble.getImportedElement(Class<T> returnType,
K_VISIBILITY kind,
K_CONTROL_OPTION... behaviourFlags)
Returns all ELPackageAble instances imported by this namespace. |
|
|
ELNamespaceAble.getImportedElement(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. |
|
ELPackage |
ELPackageImport.getImportedPackage()
This package import's imported package. |
|
|
ELNamespaceAble.getImportedPackage(Class<T> returnType,
K_VISIBILITY kind,
K_CONTROL_OPTION... behaviourFlags)
Returns all ELPackage instances imported by this namespace by an ELPackageImport. |
|
|
ELNamespaceAble.getImportedPackage(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. |
|
|
ELPackageAble.getImportedPackageAble(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All element imports that import this element. |
|
ELNamespaceAble |
ELPackageImport.getImportingNamespace()
Returns the importing namespace. |
|
ELNamespaceAble |
ELElementImport.getImportingNamespace()
Returns the importing namespace. |
|
|
ELPackage.getImportingNamespace(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All namespaces that import this package. |
|
|
ELPackage.getImportingNamespace(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getImportingNamespace and filters its return values according to the given stereotype value. |
|
|
ELPackage.getImportingNamespaceTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All namespaces that import this package, extended transitively by all importing namespaces. |
|
|
ELPackage.getImportingNamespaceTransitive(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 List<ARG_InfoBulkResult> |
ELElementHelper.getInfoBulkSequence(SrvContext srvCtx,
List<ARG_InfoBulkIn> seqInfoBulk)
Returns the result of the application of set of infos to a collection of instances. |
|
|
ELValSpecInstVal.getInstSpec(Class<T> returnType)
The instance that is the specified value. |
|
IAUse |
ELValSpec.getInteractionUse()
|
|
|
ELM2Class.getInverseProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All properties of inverse association ends. |
|
|
ELM2Class.getInversePropertyDerivedRType(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All properties of inverse association ends assigned to a derived relationship type. |
|
|
ELM2Class.getInversePropertyNotDerivedRType(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All properties of inverse association ends not assigned to a derived relationship type. |
|
List<BPItemDefinition> |
ELClassifier.getItemDefinition()
All item definitions structured by this this view. |
|
K_COMPARTMENT |
ELM2CLCompartment.getKind()
This element can be specified by this value. |
|
String |
ELValSpecOpaqueExpr.getLanguage()
Specifies the languages which the expression is stated in. |
|
static ELLanguage |
ELLanguageHelper.getLanguage(SrvContext srvCtx,
K_OOLANGUAGE kLanguage)
The specified language. |
|
K_OOLANGUAGE |
ELLanguage.getLanguageKind()
This language can be specified by this value. |
|
K_LOCALE |
ELModelLocale.getLocaleCode()
The locale code of this ELModelLocale. |
|
List<ELLocalizedValue> |
ELModelLocale.getLocalizedValue(K_CONTROL_OPTION... behaviourFlags)
specifies the alternate language of this translation. |
|
List<ELLocalizedValue> |
ELM2Attribute.getLocalizedValue(K_CONTROL_OPTION... behaviourFlags)
Specifies the elements property of this translation. |
|
int |
ELValSpecInteger.getLongValue()
This element's integer value. |
|
String |
ELMultiplicityAble.getLower()
Specifies the lower bound of the multiplicity interval if it is expressed as an integer. |
|
String |
ELMultiplicityAble.getLowerBoundAsString()
This multiplicity's lower bound. |
|
ARG_MultLowerUpperVal |
ELMultiplicityAble.getLowerUpperVal()
This element's lower and upper boundary values. |
|
ELM2Attribute |
ELLocalizedValue.getM2Attribute()
Specifies the elements property of this translation. |
|
|
ELM2Type.getM2AttributeOfKind(Class<T> returnType)
The meta attribute this element is assigned as type of 'kind' parameter. |
|
|
ELM2Type.getM2AttributeOfMode(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()
The class owning this attribute. |
|
|
ELM2CLCompartment.getM2Class(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. |
|
|
ELNamespaceAble.getMember(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All ELNamespaceAsgnAble elements visible in this namespace. |
|
|
ELNamespaceAble.getMember(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getMember and filters its return values according to the given stereotype value. |
|
|
ELNamespaceAble.getMemberByPattern(Class<T> returnType,
MMStereotype stereotype,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
The method calls getMemberByPattern and filters its return values according to the given stereotype value. |
|
|
ELNamespaceAble.getMemberByPattern(Class<T> returnType,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
Returns all ELNamespaceAsgnAble elements visible in this namespace. |
|
|
ELM2Class.getMEModelElement(Class<T> returnType)
All meta classes allowed as model element for presentation contents of this meta class. |
|
IAMessage |
ELValSpec.getMessage()
The message which owns this argument. |
|
ELM2Class |
ELObject.getMetaClass()
This element's metaclass. |
|
String |
ELObject.getMetaName()
The name this element's metaclass. |
|
int |
ELM2TypedElementCnstr.getMinStringLength()
This constraint's minimum string length value. |
|
String |
ELNamespaceAsgnAble.getMnClassicTREFName()
Returns the TREF - the element's multiname in the form of classic Innovator models. |
|
ELModelLocale |
ELLocalizedValue.getModelLocale()
specifies the alternate language of this translation. |
|
ARG_ModifyTypedElementDeclarationOut |
ELTypedElement.getModifyTypedElementDeclaration()
Returns the name and the type of this typed element. |
|
static ARG_ModifyUUIDOclCmd |
ELUUIDAbleHelper.getModifyUUID(SrvContext srvCtx,
List<? extends ELUUIDAble> element)
Returns a filled structure ARG_ModifyUUIDOclCmd for a bulk of UUIDAble elements, who's UUIDs should be new generated. |
|
ARG_ModifyViewExpressionReq |
ELViewElement.getModifyViewExpression()
Fills the dialog for the modification of the view expression and used feature for this view element. |
|
int |
ELM2Verify.getMsgNumber()
This verification's message number. |
|
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. |
|
String |
ELNamespaceAsgnAble.getNamespaceName()
Name of its namespace. |
|
|
ELContainerAble.getNotToLocalizeAttribute(Class<T> returnType)
All attributes which should not be localized for this container. |
|
|
ELM2Attribute.getNotToLocalizeContainer(Class<T> returnType)
All containers where this attribute should not be localized. |
|
Class<? extends ELObject> |
ELM2Attribute.getOhRefType()
The meta class of the ohRef parameter, if this m2attribute represents a view or an info query. |
|
|
ELValSpecExpression.getOperand(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. |
|
|
ELM2Verify.getOwnClass(Class<T> returnType)
This meta class' verifies. |
|
|
ELClassifier.getOwnedAndInheritedMember(Class<T> returnType,
MMStereotype stereotype,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedAndInheritedMember and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getOwnedAndInheritedMember(Class<T> returnType,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
Members inherited from general namespaces. |
|
|
ELAssociation.getOwnedAssociationEnd(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All properties owned by this association which are an association end. |
|
|
ELAssociation.getOwnedAssociationEnd(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedAssociationEnd and filters its return values according to the given stereotype value. |
|
|
ELM2Class.getOwnedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All attributes owned by this class. |
|
|
ELM2Package.getOwnedClass(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All classes owned by this package. |
|
|
ELNamespaceAble.getOwnedConstraint(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Specifies a set of constraints owned by this namespace. |
|
|
ELContainerAble.getOwnedElement(Class<T> returnType,
K_CONTASGN kind,
K_CONTROL_OPTION... behaviourFlags)
Returns the elements owned by this element. |
|
|
ELContainerAble.getOwnedElementTransitiveDown(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Recursively retrieves all owned containers and returns all elements owned by these containers. |
|
|
ELContainerAble.getOwnedElementTransitiveDown(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedElementTransitiveDown and filters its return values according to the given stereotype value. |
|
|
ELContainerAble.getOwnedElementTransitiveDownAndUnresolved(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Recursively retrieves all owned containers and returns all elements owned by these containers which are unresolved. |
|
|
ELContainerAble.getOwnedElementTransitiveDownAndUnresolved(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedElementTransitiveDownAndUnresolved and filters its return values according to the given stereotype value. |
|
|
ELM2Schema.getOwnedLanguage(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All languages owned by this schema. |
|
|
ELM2TypeEnum.getOwnedLiteral(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All enumeration literals owned by this enumeration type. |
|
|
ELM2TypeBoolean.getOwnedLiteral(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All Boolean literals owned by this Boolean type. |
|
List<ELLocalizedValue> |
ELContainerAble.getOwnedLocalizedValue(K_CONTROL_OPTION... behaviourFlags)
All translated values owned by this element. |
|
|
ELNamespaceAble.getOwnedMember(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
A collection of named elements owned by the namespace. |
|
|
ELNamespaceAble.getOwnedMemberByPath(Class<T> returnType,
List<ARG_MemberSpecification> seqSpecification)
The specified owned members. |
|
|
ELNamespaceAble.getOwnedMemberByPattern(Class<T> returnType,
MMStereotype stereotype,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedMemberByPattern and filters its return values according to the given stereotype value. |
|
|
ELNamespaceAble.getOwnedMemberByPattern(Class<T> returnType,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
Returns all ELNamespaceAsgnAble elements owned by this namespace. |
|
|
ELNamespaceAble.getOwnedMemberTransitiveByPattern(Class<T> returnType,
MMStereotype stereotype,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedMemberTransitiveByPattern and filters its return values according to the given stereotype value. |
|
|
ELNamespaceAble.getOwnedMemberTransitiveByPattern(Class<T> returnType,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
All ELNamespaceAsgnAble elements owned by this namespace transitively extended by members of the owned namespaces. |
|
|
ELNamespaceAble.getOwnedMemberTransitiveByPatternIgnoreCase(Class<T> returnType,
MMStereotype stereotype,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedMemberTransitiveByPatternIgnoreCase and filters its return values according to the given stereotype value. |
|
|
ELNamespaceAble.getOwnedMemberTransitiveByPatternIgnoreCase(Class<T> returnType,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
All ELNamespaceAsgnAble elements owned by this namespace transitively extended by members of the owned namespaces. |
|
|
ELContainerAble.getOwnedOrReferencedElementTransitiveDown(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Recursively retrieves all owned containers and returns all elements owned or referenced by these containers. |
|
|
ELContainerAble.getOwnedOrReferencedElementTransitiveDown(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedOrReferencedElementTransitiveDown and filters its return values according to the given stereotype value. |
|
|
ELM2Schema.getOwnedPackage(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All meta packages owned by this schema. |
|
ELPicture |
ELPictureAble.getOwnedPicture()
The ELPicture of this element. |
|
ELPresOpt |
ELPresOptAble.getOwnedPresOpt()
The option owned by this element. |
|
|
ELContainerAble.getOwnedRelshipBinDirWithTarget(Class<T> returnType,
ELElement refObj,
K_CONTROL_OPTION... behaviourFlags)
All directed relationships owned by this element and argument refObj as target. |
|
|
ELContainerAble.getOwnedRelshipBinDirWithTarget(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. |
|
|
ELM2Schema.getOwnedType(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All meta types owned by this schema. |
|
|
ELM2Schema.getOwnedVerify(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All meta verifies owned by this schema. |
|
|
ELViewGroupAble.getOwnedViewEntry(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All view entrys owned by this view group able. |
|
|
ELViewGroupAble.getOwnedViewGroup(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. |
|
|
ELContAsgnAble.getOwnerTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Recursivly returns all owners of this element. |
|
|
ELContAsgnAble.getOwnerTransitive(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. |
|
BCProperty |
ELValSpec.getOwningBCProperty()
The property that owns this value. |
|
MMEngineeringAction |
ELValSpecString.getOwningClassPathAction()
The engineering action that owns this class path's string value. |
|
DGCommand |
ELValSpecString.getOwningClassPathCommand()
The documentation command that owns this class path's string value. |
|
ELContainerAble |
ELLocalizedValue.getOwningElement()
The element owning this translated value. |
|
MMEngineeringAction |
ELValSpecString.getOwningEngineeringTag()
The engineering action that owns this tag string value. |
|
MMFilterProperty |
ELValSpec.getOwningFilterProperty()
The filter property that owns this value specification. |
|
MMStereotype |
ELValSpec.getOwningFontStereotype()
The MMStereotype owning this ELValSpec. |
|
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. |
|
ADRepository |
ELValSpecString.getOwningRepositoryInactivity()
The repository that owns this repository inactivity string value. |
|
CLSlot |
ELValSpec.getOwningSlot()
The slot that owns this value. |
|
MMStereotypeAble |
ELValSpec.getOwningStereotypeAble()
The stereotype able element that owns this value specification. |
|
MM2TypedElement |
ELValSpec.getOwningTypedElement()
This value specification's typed element. |
|
MM2TypedElement |
ELM2TypedElementCnstr.getOwningTypedElement()
The typed element that owns this typed element constraint. |
|
DGViewChapter |
ELValSpecInteger.getOwningTypeFilterEnumViewChapter()
The view chapter with this type filter enumeration integer value. |
|
ELViewGroupAble |
ELViewGroup.getOwningViewGroupAble()
The view group able owning this view group. |
|
ELViewGroupAble |
ELViewEntry.getOwningViewGroupAble()
The view group able owning this view entry. |
|
MMEngineeringAction |
ELValSpecString.getOwningVirtualMachineAction()
The engineering action that owns this virtual machine's string value. |
|
DGCommand |
ELValSpecString.getOwningVirtualMachineCommand()
The documentation command that owns this virtual machine's string value. |
|
ELM2Package |
ELM2Class.getPackage()
The package that own this class. |
|
|
ELPackage.getPackagedElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
|
|
|
ELNamespaceAble.getPackageImport(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All package import instances owned by this namespace. |
|
|
ELPackage.getPackageImported(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All package imports that import this package. |
|
List<ARG_MemberSpecificationInstance> |
ELNamespaceAsgnAble.getPath(ELElement item)
This element's path specification. |
|
ELPictureAble |
ELPicture.getPictureAble()
The element owning this ELPicture. |
|
static List<ARG_PictureIdRawData> |
ELPictureAbleHelper.getPictureList(SrvContext srvCtx,
List<Integer> seq)
Returns a list of picture structures. |
|
ARG_PictureRawData |
ELPictureAble.getPictureRawData()
returns the picture's raw data assigned to this element. |
|
String |
ELViewElement.getPlaceholderExpression()
Specifies an expression built from features constants and functions. |
|
|
ELM2Class.getPRContext(Class<T> returnType)
All meta classes allowed as presentation context for presentation contents of this meta class. |
|
ELPresOptAble |
ELPresOpt.getPresOptAble()
The element that owns this option. |
|
|
ELM2Class.getPRNodeOfModelElement(Class<T> returnType)
All meta classes allowed as presentation content for model elements of this meta class. |
|
|
ELM2Class.getPRNodeOfNode(Class<T> returnType)
All meta classes allowed as presentation content for presentation contexts of this meta class. |
|
|
ELM2Class.getPropertiesByM2AttributeSet(Class<T> returnType,
K_M2ATTRIBUTE_SET kind,
K_CONTROL_OPTION... behaviourFlags)
All metaattributes of this class specified by argument kind. |
|
|
ELAssociation.getProperty(Class<T> returnType)
The properties that are assigned to this association. |
|
|
ELClassifier.getPropertyNavigableFrom(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All navigable properties of this classifier. |
|
|
ELClassifier.getPropertyNavigableFrom(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPropertyNavigableFrom and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getPropertyNavigableFromSelfOrGeneralTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All navigable properties of this classifier or its general classifiers. |
|
|
ELClassifier.getPropertyNavigableFromSelfOrGeneralTransitive(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPropertyNavigableFromSelfOrGeneralTransitive and filters its return values according to the given stereotype value. |
|
|
ELAssociation.getPropertyNotAssociationEnd(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All of this association's properties which are not an association end. |
|
|
ELAssociation.getPropertyNotAssociationEnd(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPropertyNotAssociationEnd and filters its return values according to the given stereotype value. |
|
|
ELPackage.getPublicImportedPackage(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all packages imported by an ELPackageImport with "public" visibility. |
|
|
ELPackage.getPublicImportedPackage(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPublicImportedPackage and filters its return values according to the given stereotype value. |
|
|
ELPackage.getPublicImportedPackageTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all packages imported by an ELPackageImport with "public" visibility extended transitively by all public imported packages. |
|
|
ELPackage.getPublicImportedPackageTransitive(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPublicImportedPackageTransitive and filters its return values according to the given stereotype value. |
|
String |
ELNamedElement.getQualifiedDisplayName()
This element's qualified display name. |
|
String |
ELNamedElement.getQualifiedName(ELNamespaceAble refObj)
This element's qualified name. |
|
String |
ELElement.getQualifiedNamespaceName()
The qualified name of this element's namespace. |
|
String |
ELNamedElement.getQualifiedTLName()
This element's qualified toplevel name. |
|
|
ELType.getRaisingAsException(Class<T> returnType)
All behavioral features that may raise this type as an exception during an invocation. |
|
|
ELRedefAble.getRedefined(Class<T> returnType)
All elements redefined by this element. |
|
|
ELRedefAble.getRedefining(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. |
|
|
ELElement.getRelshipBinDir(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All ELRelshipBinDir instances with this element as source or target. |
|
|
ELElement.getRelshipBinDir(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getRelshipBinDir and filters its return values according to the given stereotype value. |
|
|
ELContainerAble.getRelshipBinDirSource(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All directed relationships with this element as source. |
|
|
ELElement.getRelshipBinDirTarget(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All directed relationships with this element as target. |
|
boolean |
ELNamedElement.getResetDefaultName()
Resets the name of this named element to the default value. |
|
static
|
ELObjectHelper.getRestrictOnHasRead(Class<T> returnType,
SrvContext srvCtx,
ELElement ohRef,
List<? extends ELElement> seqRestrict)
removes a element from the list if the provided user has not read access on it. |
|
static
|
ELRelshipBinDirHelper.getRestrictOnTargetHasRead(Class<T> returnType,
SrvContext srvCtx,
ELElement ohRef,
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 |
ELValSpecUnlimNat.getSchema()
The schema that owns this unlimited value. |
|
ELM2Schema |
ELValSpecNull.getSchema()
The schema that owns this null value. |
|
ELM2Schema |
ELM2Verify.getSchema()
The schema that owns this meta verify. |
|
ELM2Schema |
ELM2Type.getSchema()
The schema that owns this meta type. |
|
ELM2Schema |
ELM2Package.getSchema()
The schema that owns this meta package. |
|
ELM2Schema |
ELLanguage.getSchema()
The schema that owns this language. |
|
K_NAME_SCOPE |
ELM2TypedElementCnstr.getScope()
This constraint's scope. |
|
|
ELClassifier.getSelfAndGeneralTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The classifier and all classifiers connected transitively by generalizations as general classifier. |
|
|
ELClassifier.getSelfAndGeneralTransitive(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSelfAndGeneralTransitive and filters its return values according to the given stereotype value. |
|
|
ELContainerAble.getSelfAndOwnedElementTransitiveDown(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Recursively retrieves all owned containers and returns all elements owned by these containers. |
|
|
ELContainerAble.getSelfAndOwnedElementTransitiveDown(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSelfAndOwnedElementTransitiveDown and filters its return values according to the given stereotype value. |
|
|
ELContAsgnAble.getSelfAndOwnerTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns this element and recursivly returns all owners of this element. |
|
|
ELContAsgnAble.getSelfAndOwnerTransitive(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSelfAndOwnerTransitive and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getSelfAndSpecificTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The classifier and all classifiers connected transitively by generalizations as specific classifier. |
|
|
ELClassifier.getSelfAndSpecificTransitive(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSelfAndSpecificTransitive and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getSelfAndSpecificTransitiveNotAbstract(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. |
|
|
ELClassifier.getSelfAndSpecificTransitiveNotAbstract(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSelfAndSpecificTransitiveNotAbstract and filters its return values according to the given stereotype value. |
|
|
ELProperty.getSelfAndSubsettedTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
This element and all properties transitively subsetted by this element. |
|
|
ELProperty.getSelfAndSubsettedTransitive(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSelfAndSubsettedTransitive and filters its return values according to the given stereotype value. |
|
|
ELProperty.getSelfAndSubsettingTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
This element and all properties transitively subsetting this element. |
|
|
ELProperty.getSelfAndSubsettingTransitive(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSelfAndSubsettingTransitive and filters its return values according to the given stereotype value. |
|
String |
ELNamespaceAsgnAble.getSeparator()
The string used to separate the names in a qualified name. |
|
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. |
|
List<ARG_ElemNameIcon> |
ELContainerAble.getSortedContents(Class<? extends ELObject> value)
Returns the sorted list of contents specified by the exact element type. |
|
ELContainerAble |
ELRelshipBinDir.getSource()
Element at the source side of this directed relationship. |
|
|
ELClassifier.getSpecialization(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. |
|
|
ELClassifier.getSpecificDirect(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All classifiers connected directly by a generalization as specific classifier. |
|
|
ELClassifier.getSpecificDirect(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSpecificDirect and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getSpecificGeneralization(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All generalizations this classifier is connected to as general classifier. |
|
|
ELClassifier.getSpecificGeneralizationSet(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All generalization sets with this classifier as general classifier. |
|
|
ELClassifier.getSpecificGeneralizationSet(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSpecificGeneralizationSet and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getSpecificTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All classifiers connected transitively by generalizations as specific classifier. |
|
|
ELClassifier.getSpecificTransitive(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSpecificTransitive and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getSpecificTransitiveNotAbstract(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All non-abstract classifiers connected transitively by generalizations as specific classifier. |
|
|
ELClassifier.getSpecificTransitiveNotAbstract(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSpecificTransitiveNotAbstract and filters its return values according to the given stereotype value. |
|
|
ELClassifier.getSpecificTransitiveNotAbstractRange(Class<T> returnType,
ELProperty refObj,
K_CONTROL_OPTION... behaviourFlags)
If the property provided by argument refObj is an association end, the result of
SpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd is returned. |
|
|
ELClassifier.getSpecificTransitiveNotAbstractRange(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. |
|
|
ELClassifier.getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEnd(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 by argument refObj. |
|
|
ELClassifier.getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEnd(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. |
|
|
ELClassifier.getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd(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 by argument refObj. |
|
|
ELClassifier.getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd(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. |
|
String |
ELValSpecString.getStringValue()
String value of this element. |
|
|
ELStructFeature.getStructuralFeatureAction(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
StructuralFeatureAction is an abstract class for all structural feature actions. |
|
|
ELProperty.getSubsettedProperty(Class<T> returnType)
The properties that are subsetted by this property. |
|
|
ELProperty.getSubsettedTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All properties transitively subsetted by this element. |
|
|
ELProperty.getSubsettedTransitive(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSubsettedTransitive and filters its return values according to the given stereotype value. |
|
|
ELProperty.getSubsettingProperty(Class<T> returnType)
The properties that subset this property. |
|
|
ELProperty.getSubsettingTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All properties transitively subsetting this element. |
|
|
ELProperty.getSubsettingTransitive(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. |
|
|
ELNamedElement.getSupplierDependency(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. |
|
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. |
|
static List<ARG_TranslatedProperty> |
ELContainerAbleHelper.getTranslate(SrvContext srvCtx,
List<? extends ELElement> seqTranslate,
ELModelLocale ohLocale)
returns the elements and their meta properties needed to display the selected elements. |
|
ELType |
ELTypedElement.getType()
The type of this typed element. |
|
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. |
|
|
ELType.getTypedElement(Class<T> returnType)
The elements typed this type. |
|
List<ELM2TypedElementCnstr> |
ELTypedElement.getTypedElementCnstr(K_CONTROL_OPTION... behaviourFlags)
Constraints assigned to this typed element. |
|
String |
ELValSpec.getTypedElementName()
The name of the typed element which is assign to this value. |
|
|
ELType.getTypedElementNotAssocEnd(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All elements typed by this type which are not part of an association. |
|
|
ELType.getTypedElementNotAssocEnd(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. |
|
|
ELM2Type.getTypedM2Attribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All meta attributes typed by this meta type. |
|
List<BPMaskField> |
ELClassifier.getTypedMaskField(K_CONTROL_OPTION... behaviourFlags)
All mask fields typed by this classifier. |
|
List<ELValSpecELElement> |
ELM2Class.getTypedValSpecElement(K_CONTROL_OPTION... behaviourFlags)
All element values typed by this meta class. |
|
List<ELValSpecELM2EnumMember> |
ELM2TypeEnum.getTypedValSpecEnumMember(K_CONTROL_OPTION... behaviourFlags)
All enum member values typed by this meta enum type. |
|
|
ELM2TypeString.getTypedValSpecExpression(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All expression values typed by this meta string type. |
|
List<ELValSpecInstVal> |
ELM2Class.getTypedValSpecInstVal(K_CONTROL_OPTION... behaviourFlags)
All instance values typed by this meta class. |
|
List<ELValSpecInteger> |
ELM2TypeInteger.getTypedValSpecInteger(K_CONTROL_OPTION... behaviourFlags)
All integer values typed by this meta integer type. |
|
List<ELValSpecNullValue> |
ELM2Type.getTypedValSpecNullValue(K_CONTROL_OPTION... behaviourFlags)
All null values typed by this meta type. |
|
|
ELM2TypeString.getTypedValSpecOpaqueExpr(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All opaque expression values typed by this meta string type. |
|
List<ELValSpecString> |
ELM2TypeString.getTypedValSpecString(K_CONTROL_OPTION... behaviourFlags)
All string values typed by this meta string type. |
|
List<ELValSpecUnlimNatValue> |
ELM2Type.getTypedValSpecUnlimNatValue(K_CONTROL_OPTION... behaviourFlags)
All unlimited values typed by this meta type. |
|
K_TYPE |
ELTypedElement.getTypeKind()
Kind of this type. |
|
|
ELM2TypeEnumMember.getTypeRange(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All of this enum member's type ranges. |
|
|
ELClassifier.getTypesOfEffectiveSubsetterOfAssocEnd(Class<T> returnType,
ELProperty refObj,
boolean kind,
K_CONTROL_OPTION... behaviourFlags)
Returns the types of properties that subset the association end given by argument refObj. |
|
|
ELClassifier.getTypesOfEffectiveSubsetterOfAssocEnd(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 |
ELValSpecInstVal.getTypingM2Class()
The meta class that types this instance value. |
|
ELM2Class |
ELValSpecELElement.getTypingM2Class()
The meta class that types this element value. |
|
ELM2TypeEnum |
ELValSpecELM2EnumMember.getTypingM2EnumType()
The meta enum type that types this enum member value. |
|
ELM2Type |
ELValSpecUnlimNatValue.getTypingM2Type()
The meta type that types this unlimited value. |
|
ELM2Type |
ELValSpecNullValue.getTypingM2Type()
The meta type that types this null value. |
|
ELM2Type |
ELM2Attribute.getTypingM2Type()
The meta type typing this meta attribute. |
|
ELM2TypeInteger |
ELValSpecInteger.getTypingM2TypeInteger()
The meta integer type that types this integer value. |
|
ELM2TypeString |
ELValSpecString.getTypingM2TypeString()
The meta string type that types this string value. |
|
ELM2TypeString |
ELValSpecOpaqueExpr.getTypingM2TypeString()
The meta string type that types this opaque expression value. |
|
ELM2TypeString |
ELValSpecExpression.getTypingM2TypeString()
The meta string type that types this expression value. |
|
ADLockAble |
ELElement.getUnitToLock()
The ADLockAble instance of this element. |
|
String |
ELMultiplicityAble.getUpper()
Specifies the upper bound of the multiplicity interval, if it is expressed as an unlimited natural. |
|
String |
ELMultiplicityAble.getUpperBoundAsString()
This multiplicity's upper bound. |
|
|
ELViewElement.getUsedFeature(Class<T> returnType)
List of features used by this view element. |
|
|
ELFeature.getUsingViewElement(Class<T> returnType)
List of view elements using this feature. |
|
String |
ELUUIDAble.getUUID()
Returns the element's Innovator UUID (Universally Unique Identifier). |
|
static List<ARG_ElementUUID> |
ELUUIDAbleHelper.getUUIDOfElementList(SrvContext srvCtx,
List<? extends ELElement> seq)
Returns a list of elements and their uuids for each element of the input list. |
|
static
|
ELElementHelper.getValidList(Class<T> returnType,
SrvContext srvCtx,
List<? extends ELElement> seq)
Returns unique list of all valid elements of the argument list. |
|
List<ELValSpecELElement> |
ELElement.getValSpecElement(K_CONTROL_OPTION... behaviourFlags)
All value specifications for this element. |
|
List<ELValSpecELM2EnumMember> |
ELM2TypeEnumMember.getValSpecM2EnumMember(K_CONTROL_OPTION... behaviourFlags)
All value specifications of this enum member. |
|
ELValSpecNull |
ELValSpecNullValue.getValSpecNull()
The null value of this value specification. |
|
List<ELValSpecNull> |
ELM2Schema.getValSpecNull(K_CONTROL_OPTION... behaviourFlags)
The null value owned by this schema. |
|
List<ELValSpecNullValue> |
ELValSpecNull.getValSpecNullValue(K_CONTROL_OPTION... behaviourFlags)
All value specifications of this null value. |
|
|
ELTypedElement.getValSpecOfTypedElement(Class<T> returnType)
All value specifications assigned to this typed element. |
|
|
ELTypedElement.getValSpecOfTypedElementWithPattern(Class<T> returnType,
MMStereotype stereotype,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
The method calls getValSpecOfTypedElementWithPattern and filters its return values according to the given stereotype value. |
|
|
ELTypedElement.getValSpecOfTypedElementWithPattern(Class<T> returnType,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
All value specifications assigned to this typed element with argument pattern. |
|
ELValSpecUnlimNat |
ELValSpecUnlimNatValue.getValSpecUnlimNat()
The unlimited natural value of this value specification. |
|
List<ELValSpecUnlimNat> |
ELM2Schema.getValSpecUnlimNat(K_CONTROL_OPTION... behaviourFlags)
The unlimited value owned by this schema. |
|
List<ELValSpecUnlimNatValue> |
ELValSpecUnlimNat.getValSpecUnlimNatValue(K_CONTROL_OPTION... behaviourFlags)
All value specifications of this unlimited natural value. |
|
|
ELValueReUseAble.getValueContainerAble(Class<T> returnType)
All elements referencing this value. |
|
|
ELValueContainerAble.getValueReUseAble(Class<T> returnType)
All values referenced by this element. |
|
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. |
|
|
ELM2Class.getVerify(Class<T> returnType)
The meta classes this verify is assigned to. |
|
|
ELM2Class.getVersionProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All members conform to ELM2Attributes which are not derived and not connected to an association. |
|
|
ELM2Class.getVersionPropertyRsIn(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All properties owned by this class or one of its general classes and connected to an association. |
|
|
ELM2Class.getVersionPropertyRsOptional(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. |
|
|
ELM2Class.getVersionPropertyRsOut(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 List<ARG_ViewBulkResult> |
ELElementHelper.getViewBulkSequence(SrvContext srvCtx,
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. |
|
|
ELViewNavigAble.getViewNavigAbleGroup(Class<T> returnType)
All view groups which navigate by this element. |
|
|
ELClassifier.getViewTransitive(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All views which are directly or indirectly deduced from this classifier. |
|
|
ELClassifier.getViewTransitive(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 |
ELPackageImport.getVisibility()
Specifies the visibility of the imported ELPackageAbles 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. |
|
K_VISIBILITY |
ELNamespaceAsgnAble.getVisibility()
Determines the visibility of the named element within different namespaces within the overall model. |
|
K_VISIBILITY |
ELElementImport.getVisibility()
Specifies the visibility of the imported ELPackageAble elements within the importing ELPackage. |
|
Class<? extends ELObject> |
ELM2Class.getVOcl()
Identification of this metaclass. |
|
static List<ARG_VOclInfo> |
ELElementHelper.getVoclInstantiate(SrvContext srvCtx,
Class<? extends ELObject> value)
Returns a sequence of infos for the instantiable types according to the input type. |
|
static List<ARG_VOclInfo> |
ELElementHelper.getVoclInstantiateExisting(SrvContext srvCtx,
Class<? extends ELObject> value)
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
|
ELElementHelper.getXFind(Class<T> returnType,
SrvContext srvCtx,
List<? extends ELElement> seqSel,
boolean recursive,
boolean withConfig,
boolean sortIt,
ARG_XFindTerm valTerm)
command for search terms |
|
K_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(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(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 this ELViewGroup is hidden. |
|
boolean |
ELRedefAble.isLeaf()
Indicates whether it is possible to further specialize an ELRedefAble 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 this ELMultiplicityAble 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 this ELMultiplicityAble 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 |
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 by argument refObjby 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 to MMStereotypeAble. |
|
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 the argument 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()
True if the entry is not typed itself but uses a feature and represents it in the view or group. |
|
boolean |
ELM2Class.isValidModelTarget(ELContainerAble refObj)
True, if this element conforms to argument 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,
List<? extends ELElement> sel)
Creates a lock for the lock unit of the current object. |
|
void |
ELTypedElement.modifyTypedElementDeclaration(String strName,
ELType ohType,
String strLower,
String strUpper)
Modify the name and type of this typed element. |
|
static void |
ELUUIDAbleHelper.modifyUUID(SrvContext srvCtx,
List<? extends ELUUIDAble> element,
List<String> sUUID)
Sets the UUIDs for the elements specified in the input data structure. |
|
void |
ELViewElement.modifyViewExpression(String strPlaceholderExpression,
List<? extends ELFeature> seqUsedFeatures)
Modify the view expression and the used features of this view element. |
|
void |
ELPictureAble.pictureSetRawData(byte[] seqData)
creates a ELPicture instance for this element if it does not already own a picture. |
|
void |
ELProperty.reconnectAssociation(ELElement ohNew,
K_SIDE kSide)
Connects an association end to the specified element. |
|
void |
ELAssociation.reconnectAssociation(ELElement ohNew,
K_SIDE kSide)
Assigns one this binary association's association ends to a new classifier. |
|
void |
ELRelshipBinDir.reconnectRelship(ELElement ohNew,
K_SIDE kSide)
Assigns this relationship to a new source/target element. |
|
void |
ELNamedElement.rename(String name,
boolean checkCnstr)
Rename this element. |
|
void |
ELM2TypeRange.rename(String name,
boolean checkCnstr)
Renames the associated enumeration member. |
|
void |
ELContainerAble.resetNotToLocalizeAttribute(ELElement item)
Marks the specified MM2Attribute as localizable for 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(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(String value)
Set the value of Info AsString. |
|
void |
ELValSpecOpaqueExpr.setBody(String value)
Set the value of Attribut Body. |
|
void |
ELConstraint.setBody(String value)
Set the value of Attribut Body. |
|
void |
ELComment.setBody(String value)
Set the value of Attribut Body. |
|
void |
ELM2TypedElementCnstr.setCaseSensitive(boolean value)
Set the value of Attribut IsCaseSensitive. |
|
void |
ELViewElement.setConcreteExpression(String value)
Set the value of Info ConcreteExpression. |
|
void |
ELContAsgnAble.setContSortOrder(int value)
Set the value of Attribut ContSortOrder. |
|
void |
ELProperty.setDefaultValue(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(String value)
Set the value of Attribut ElemBitmapName. |
|
void |
ELProxy.setElemDisplayName(String value)
Set the value of Attribut ElemDisplayName. |
|
void |
ELProxy.setElemId(int value)
Set the value of Attribut ElemId. |
|
void |
ELProxy.setElemIdReference(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(String value)
Set the value of Attribut ElemUUID. |
|
void |
ELM2TypedElementCnstr.setExpression(String value)
Set the value of Attribut Expression. |
|
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(String value)
Set the value of Attribut HREF. |
|
void |
ELValSpecOpaqueExpr.setLanguage(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(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(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 |
ELContainerAble.setNotToLocalizeAttribute(ELElement item)
Marks the specified MM2Attribute as not localizable for this element. |
|
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 |
ELViewElement.setPlaceholderExpression(String value)
Set the value of Attribut PlaceholderExpression. |
|
void |
ELStructFeature.setReadOnly(boolean value)
Set the value of Attribut IsReadOnly. |
|
void |
ELRedefAble.setRedefined(List<? extends ELRedefAble> values)
Set the value of Foreign Key Redefined. |
|
void |
ELNamedElement.setResetDefaultName(boolean value)
Set the value of Info ResetDefaultName. |
|
void |
ELM2TypedElementCnstr.setScope(K_NAME_SCOPE value)
Set the value of Attribut Scope. |
|
void |
ELFeature.setStatic(boolean value)
Set the value of Attribut IsStatic. |
|
void |
ELValSpecString.setStringValue(String value)
Set the value of Attribut StringValue. |
|
void |
ELProperty.setSubsettedProperty(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. |
|
void |
ELTypedElement.setType(ELType value)
Set the value of Foreign Key Type. |
|
void |
ELMultiplicityAble.setUnique(boolean value)
Set the value of Attribut IsUnique. |
|
String |
ELNamespaceAsgnAble.setUniqueName(String nameStart)
Change the name of this element. |
|
void |
ELElement.setUnresolved(boolean value)
Set the value of Attribut IsUnresolved. |
|
void |
ELMultiplicityAble.setUpper(String value)
Set the value of Attribut Upper. |
|
void |
ELViewElement.setUsedFeature(List<? extends ELFeature> values)
Set the value of Foreign Key UsedFeature. |
|
void |
ELUUIDAble.setUUID(String value)
Set the value of Attribut UUID. |
|
void |
ELValueContainerAble.setValueReUseAble(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 |
ELPackageImport.setVisibility(K_VISIBILITY value)
Set the value of Attribut Visibility. |
|
void |
ELNamespaceAsgnAble.setVisibility(K_VISIBILITY value)
Set the value of Attribut Visibility. |
|
void |
ELElementImport.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(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,
List<? extends ELElement> sel)
Deletes the lock for lock unit of the current object. |
|
static void |
ELContainerAbleHelper.updateLocalizedValues(SrvContext srvCtx,
List<ARG_UpdateLocalizedValue> seqUpdate)
updates the translation of property values. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2er |
|---|
| Methods in de.mid.innovator.srv2api.icw2er that throw InoNetException | ||
|---|---|---|
static ERView |
ERViewHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new View (of Entity-Relationship Model) with template 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 ERUniqueKey |
ERUniqueKeyHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Unique Key with template and container. |
|
static ERGeneralizationSet |
ERGeneralizationSetHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Generalization Set (of Entity) with template and container. |
|
static EREntity |
EREntityHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Entity with template and container. |
|
static ERCheckConstraint |
ERCheckConstraintHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Check Constraint with template and container. |
|
static ERAttribute |
ERAttributeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Entity Attribute with template and container. |
|
static BIHierarchy |
BIHierarchyHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Hierarchy (OLAP) with template and container. |
|
static BI2MeasurementTime |
BI2MeasurementTimeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Measurement Time with template and container. |
|
static BI2Hierarchy |
BI2HierarchyHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with template and container. |
|
static BI2DimensionTree |
BI2DimensionTreeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Dimension (OLAP 2) with template and container. |
|
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 BI2DimensionShowAttribute |
BI2DimensionShowAttributeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Show Attribute (in OLAP 2 Dimension Level) with template and container. |
|
static BI2DimensionLevel |
BI2DimensionLevelHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with template 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 BI2Cube |
BI2CubeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Cube (OLAP 2) with template 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 ERRelationship |
ERRelationshipHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Entity Relationship with template from source to target element. |
|
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 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 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 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 BIHierarchyLevel |
BIHierarchyLevelHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with template and container with requirement. |
|
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 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 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 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 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 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 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 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 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 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 ERRelationship |
ERRelationshipHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
List<? extends ELElement> seqSel)
Create a new Entity Relationship with template, container and a sequence of elements. |
|
static ERView |
ERViewHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new View (of Entity-Relationship Model) with stereotype 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 ERUniqueKey |
ERUniqueKeyHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Unique Key with stereotype and container. |
|
static ERGeneralizationSet |
ERGeneralizationSetHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Generalization Set (of Entity) with stereotype and container. |
|
static EREntity |
EREntityHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Entity with stereotype and container. |
|
static ERCheckConstraint |
ERCheckConstraintHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Check Constraint with stereotype and container. |
|
static ERAttribute |
ERAttributeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Entity Attribute with stereotype and container. |
|
static BIHierarchy |
BIHierarchyHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Hierarchy (OLAP) with stereotype and container. |
|
static BI2MeasurementTime |
BI2MeasurementTimeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Measurement Time with stereotype and container. |
|
static BI2Hierarchy |
BI2HierarchyHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with stereotype and container. |
|
static BI2DimensionTree |
BI2DimensionTreeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Dimension (OLAP 2) with stereotype and container. |
|
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 BI2DimensionShowAttribute |
BI2DimensionShowAttributeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Show Attribute (in OLAP 2 Dimension Level) with stereotype and container. |
|
static BI2DimensionLevel |
BI2DimensionLevelHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with stereotype and container. |
|
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 BI2Cube |
BI2CubeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Cube (OLAP 2) with stereotype and container. |
|
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 ERRelationship |
ERRelationshipHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Entity Relationship with stereotype from source to target element. |
|
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. |
|
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. |
|
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 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 BIHierarchyLevel |
BIHierarchyLevelHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with stereotype 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 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 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 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 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 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 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 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 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 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. |
|
static ERRelationship |
ERRelationshipHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
List<? extends ELElement> seqSel)
Create a new Entity Relationship with stereotype, container and a sequence of elements. |
|
static ERViewAttribute |
ERViewAttributeHelper.createAndMaintain(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Attribute (of Entity-Relationship View) with template and container. |
|
static ERUniqueKey |
ERUniqueKeyHelper.createAndMaintain(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Unique Key with template and container. |
|
static BI2Hierarchy |
BI2HierarchyHelper.createAndMaintain(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with template and container. |
|
static BI2DimensionLevel |
BI2DimensionLevelHelper.createAndMaintain(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with template 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 ERRelationship |
ERRelationshipHelper.createAndMaintain(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Entity Relationship with template from source to target element. |
|
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 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 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 BIHierarchyLevel |
BIHierarchyLevelHelper.createAndMaintain(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with template and container with requirement. |
|
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 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 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 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 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 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 ERRelationship |
ERRelationshipHelper.createAndMaintain(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
List<? extends ELElement> seqSel)
Create a new Entity Relationship with template, container and a sequence of elements. |
|
static ERViewAttribute |
ERViewAttributeHelper.createAndMaintain(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Attribute (of Entity-Relationship View) with stereotype and container. |
|
static ERUniqueKey |
ERUniqueKeyHelper.createAndMaintain(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Unique Key with stereotype and container. |
|
static BI2Hierarchy |
BI2HierarchyHelper.createAndMaintain(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with stereotype and container. |
|
static BI2DimensionLevel |
BI2DimensionLevelHelper.createAndMaintain(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with stereotype and container. |
|
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 ERRelationship |
ERRelationshipHelper.createAndMaintain(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Entity Relationship with stereotype from source to target element. |
|
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 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 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 BIHierarchyLevel |
BIHierarchyLevelHelper.createAndMaintain(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with stereotype 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 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 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 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 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 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,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
List<? extends ELElement> seqSel)
Create a new Entity Relationship with stereotype, container and a sequence of elements. |
|
static ERAttribute |
ERAttributeHelper.createByUnique(SrvContext srvCtx,
ELContainerAble ohContainer,
IMProperty ohReferencedProperty)
Creates a foreign key attribute for a given unique key attribute. |
|
|
ERView.getAllConnections(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all connections (roles or generalizations) of the first EREntity of this ERView. |
|
|
EREntity.getAllConnections(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all connections (roles or generalizations) of this EREntity. |
|
|
ERView.getAllConnections(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAllConnections and filters its return values according to the given stereotype value. |
|
|
EREntity.getAllConnections(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAllConnections and filters its return values according to the given stereotype value. |
|
List<BI2DimensionLevel> |
BI2DimensionTree.getAllLowestLevels(K_CONTROL_OPTION... behaviourFlags)
Returns all dimension levels of this BI2DimensionTree which does not have a sub level. |
|
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. |
|
List<ERGeneralizationSet> |
ERGeneralization.getAlternativeSet(K_CONTROL_OPTION... behaviourFlags)
List of all generalization sets which can be alternatively used by this ERGeneralization. |
|
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 an ERForeignKey of this EREntity which can be assigned to an IMForeignKeyAble ERRole or ERGeneralization. |
|
ERAttributeSet |
BIHierarchyLevel.getAttributeSet()
Reference to the ERAttributeSet (EREntity or ERView) of this BIHierarchyLevel. |
|
ERAttributeSet |
BI2HierarchyLevel.getAttributeSet()
Reference to the ERAttributeSet (EREntity or ERView) of the BI2DimensionLevel of this BI2HierarchyLevel. |
|
|
ERViewFrom.getAttributeSetAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all attributes owned by the referenced ERAttributeSet of this ERViewFrom. |
|
|
ERViewFrom.getAttributeSetAttribute(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAttributeSetAttribute and filters its return values according to the given stereotype value. |
|
|
EREntity.getAutoMapDatabaseModels(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Get all database models with automatic mapping for this EREntity. |
|
|
EREntity.getAutoMapDatabaseModels(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAutoMapDatabaseModels and filters its return values according to the given stereotype value. |
|
List<BIHierarchyAttribute> |
ERUsedAttribute.getBILevelAttribute(K_CONTROL_OPTION... behaviourFlags)
List of level attributes that use this ERUsedAttribute in a BIHierarchyLevel. |
|
List<BIHierarchySortAttribute> |
ERUsedAttribute.getBISortAttribute(K_CONTROL_OPTION... behaviourFlags)
List of sort attributes that use this ERUsedAttribute in a BIHierarchyLevel. |
|
EREntity |
ERRole.getConnectedEntity()
The entity connected by this role. |
|
List<BI2CubeDimension> |
BI2MeasurementTime.getCubeDimension()
List of all cube dimensions using this BI2MeasurementTime. |
|
List<BI2CubeDimension> |
BI2DimensionTree.getCubeDimension(K_CONTROL_OPTION... behaviourFlags)
List of all cube dimensions using this BI2DimensionTree. |
|
|
ERUsedAttribute.getDimensionAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of dimension attributes using this ERUsedAttribute. |
|
|
BI2CubeDimension.getDimensionAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Gets the dimension attributes of this BI2CubeDimension. |
|
|
BI2CubeDimension.getDimensionAttribute(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getDimensionAttribute and filters its return values according to the given stereotype value. |
|
String |
BI2CubeDimension.getDimensionAttributeNames()
Returns the names of the dimension attributes as a comma separated string. |
|
|
BI2HierarchyLevel.getDimensionAttributes(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All dimension attributes owned by the BI2DimensionLevel of this BI2HierarchyLevel. |
|
|
BI2Cube.getDimensionAttributes(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Gets the dimension attributes of this BI2Cube. |
|
|
BI2HierarchyLevel.getDimensionAttributes(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getDimensionAttributes and filters its return values according to the given stereotype value. |
|
|
BI2Cube.getDimensionAttributes(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getDimensionAttributes and filters its return values according to the given stereotype value. |
|
List<BI2CubeDimensionHierarchy> |
BI2Hierarchy.getDimensionHierarchy(K_CONTROL_OPTION... behaviourFlags)
List of all cube dimension hierarchy usages of this BI2Hierarchy. |
|
BI2DimensionLevel |
BI2HierarchyLevel.getDimensionLevel()
Reference to the BI2DimensionLevel of this BI2HierarchyLevel. |
|
List<BI2DimensionLevel> |
ERAttributeSet.getDimensionLevel(K_CONTROL_OPTION... behaviourFlags)
List of dimension levels using this ERAttributeSet. |
|
BI2DimensionTree |
BI2CubeDimension.getDimensionTree()
Returns the BI2DimensionTree of this BI2CubeDimension. |
|
|
EREntity.getElementExistentialDependencyIn(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Gets the existence prerequisite elements ( ERRelationship or ERGeneralization) which this EREntity is at the foreign key side for. |
|
|
EREntity.getElementExistentialDependencyIn(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getElementExistentialDependencyIn and filters its return values according to the given stereotype value. |
|
|
EREntity.getElementExistentialDependencyOut(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Gets the existence prerequisite elements ( ERRelationship or ERGeneralization) which this EREntity is at the unique key side for. |
|
|
EREntity.getElementExistentialDependencyOut(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getElementExistentialDependencyOut and filters its return values according to the given stereotype value. |
|
List<EREntity> |
ERRelationship.getEntity(K_CONTROL_OPTION... behaviourFlags)
List of all entities of this ERRelationship. |
|
EREntity |
ERRelationship.getEntityForeignKey()
Returns the EREntity at the foreign key side of this ERRelationship. |
|
K_ENTITY |
EREntity.getEntityKind()
The kind of this entity. |
|
EREntity |
ERRelationship.getEntitySERMLeft()
Returns the EREntity at the left side of an ERRelationship which conforms to SERM. |
|
EREntity |
ERRelationship.getEntitySERMRight()
Returns the EREntity at the right side of an ERRelationship which conforms to SERM. |
|
EREntity |
ERRelationship.getEntityUniqueKey()
Returns the EREntity at the unique key side of this ERRelationship. |
|
List<ERForeignKey> |
ERAttribute.getERForeignKey(K_CONTROL_OPTION... behaviourFlags)
List of foreign keys that use this attribute. |
|
List<ERAttribute> |
ERAttribute.getERKeyRelationshipAttribute(K_CONTROL_OPTION... behaviourFlags)
List of foreign key attributes, referencing this unique key attribute. |
|
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 this ERAttribute. |
|
List<ERUniqueKey> |
ERAttribute.getERUniqueKey(K_CONTROL_OPTION... behaviourFlags)
List of unique keys (primary, candidate or unique) that use this attribute. |
|
|
ERAttribute.getERUniqueKeyAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of unique key attributes, referenced by this foreign key attribute. |
|
|
ERAttribute.getERUniqueKeyAttributeOrigin(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Gets the origin attributes of this foreign key attribute. |
|
BIHierarchyLevel |
BIHierarchy.getFirstLevel()
Gets the first BIHierarchyLevel of this BIHierarchy. |
|
ERAttribute |
ERAttribute.getFirstValidTypeAttribute()
Gets the ERAttribute which is valid to evaluate the IMDataType of this attribute. |
|
ERForeignKey |
ERRelationship.getForeignKey()
Gets the ERForeignKey implementing this ERRelationship. |
|
IMForeignKeyAble |
ERForeignKey.getForeignKeyAble()
Reference to the foreign key inducing element (generalization or relationship role of the foreign key). |
|
|
EREntity.getForeignKeyAble(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 an ERForeignKey in this EREntity. |
|
|
EREntity.getForeignKeyAble(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. |
|
|
ERAttributeSet.getForeignKeyAbleBetween(Class<T> returnType,
ERAttributeSet refObj,
K_CONTROL_OPTION... behaviourFlags)
List of all relationship elements between this ERAttributeSet and the given argument refObj. |
|
|
ERAttributeSet.getForeignKeyAbleBetween(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. |
|
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. |
|
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. |
|
|
EREntity.getForeignKeyAbleMissed(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 an ERForeignKey in this EREntity. |
|
|
EREntity.getForeignKeyAbleMissed(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. |
|
List<ERRole> |
EREntity.getForeignKeyAbleRole(ELElement refObj,
K_CONTROL_OPTION... behaviourFlags)
Returns the list of all roles which potentially lead to a foreign key in the entity. |
|
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. |
|
|
EREntity.getForeignKeyAbleUsed(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all foreign key assignable elements (roles or generalizations) which are referenced by an ERForeignKey in this EREntity. |
|
|
EREntity.getForeignKeyAbleUsed(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getForeignKeyAbleUsed and filters its return values according to the given stereotype value. |
|
List<ERAttribute> |
ERRelationship.getForeignKeyAttributes(K_CONTROL_OPTION... behaviourFlags)
Gets the foreign key attributes implementing this ERRelationship. |
|
List<ERAttribute> |
ERGeneralization.getForeignKeyAttributes(K_CONTROL_OPTION... behaviourFlags)
Gets the foreign key attributes implementing this ERGeneralization. |
|
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. |
|
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. |
|
List<ERForeignKey> |
EREntity.getForeignKeyByReferencedEntity(EREntity refObj,
K_CONTROL_OPTION... behaviourFlags)
List of all foreign keys that reference an ERUniqueKey of the EREntity given by argument refObj. |
|
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. |
|
List<ERForeignKey> |
ERUniqueKey.getForeignKeyWithoutForeignKeyAble(K_CONTROL_OPTION... behaviourFlags)
List of all foreign keys that reference this ERUniqueKey and are not yet assigned to an IMForeignKeyAble (ERRole or ERGeneralization). |
|
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. |
|
|
ERView.getFromAttributeSet(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all attribute sets referenced by a ERViewFrom of this ERView. |
|
|
ERView.getFromAttributeSet(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFromAttributeSet and filters its return values according to the given stereotype value. |
|
|
ERView.getFromAttributeSetAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all attributes owned by the column sets referenced by a ERViewFrom of this ERView. |
|
|
ERView.getFromAttributeSetAttribute(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFromAttributeSetAttribute and filters its return values according to the given stereotype value. |
|
K_FROM_KIND |
ERViewFrom.getFromKind()
Kind of this ERViewFrom. |
|
ERGeneralizationSet |
ERForeignKey.getGeneralizationSet()
Reference to the ERGeneralizationSet for which this foreign key is created. |
|
BIHierarchy |
BIHierarchyRole.getHierarchy()
The BIHierarchy of this BIHierarchyRole. |
|
BI2Hierarchy |
BI2CubeDimensionHierarchy.getHierarchy()
Returns the BI2Hierarchy of this BI2CubeDimensionHierarchy. |
|
List<BI2Hierarchy> |
BI2CubeDimension.getHierarchy(K_CONTROL_OPTION... behaviourFlags)
List of all BI2Hierarchy referenced by a BI2CubeDimensionHierarchy owned by this BI2CubeDimension. |
|
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. |
|
List<BIHierarchy> |
EREntity.getHierarchyForHierarchyRole(K_CONTROL_OPTION... behaviourFlags)
Gets all hierarchies for possible assignment to an BIHierarchyRole. |
|
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. |
|
List<BIHierarchyLevel> |
ERAttributeSet.getHierarchyLevel(K_CONTROL_OPTION... behaviourFlags)
List of levels that use this ERAttributeSet in a BIHierarchy. |
|
List<BI2HierarchyLevel> |
BI2DimensionLevel.getHierarchyLevel(K_CONTROL_OPTION... behaviourFlags)
List of hierarchy levels using this BI2DimensionLevel. |
|
String |
BI2Hierarchy.getHierarchyLevelDisplayNames()
Returns the names of the hierarchy levels as a comma separated string including short names. |
|
String |
BI2Hierarchy.getHierarchyLevelNames()
Returns the names of the hierarchy levels as a comma separated string. |
|
List<BI2Hierarchy> |
BI2HierarchyLevel.getHierarchyLevelWithSameCubeDimensionAndDimensionLevel(K_CONTROL_OPTION... behaviourFlags)
All BI2HierarchyLevel with the same BI2DimensionLevel owned by hierarchies which are referenced by the same BI2CubeDimension. |
|
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. |
|
List<BIHierarchyRole> |
BIHierarchy.getHierarchyRole()
List of all hierarchy roles using this BIHierarchy. |
|
List<BI2Hierarchy> |
BI2Hierarchy.getHierarchyWithSameCubeDimension(K_CONTROL_OPTION... behaviourFlags)
All BI2Hierarchy which are referenced by the same BI2CubeDimension. |
|
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. |
|
BIHierarchyLevel |
BIHierarchy.getLastLevel()
Gets the last BIHierarchyLevel of this BIHierarchy. |
|
BI2HierarchyLevel |
BI2HierarchyLevel.getLevelDown()
The one level down BI2HierarchyLevel. |
|
List<BI2DimensionLevel> |
BI2DimensionTree.getLevelOfLevelNumber(BI2HierarchyLevel refObj,
int mode,
K_CONTROL_OPTION... behaviourFlags)
Returns the dimension levels of this BI2DimensionTree with the level number. |
|
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 up BI2HierarchyLevel. |
|
BI2DimensionLevel |
BI2CubeDimension.getLowestDimensionLevel()
Returns the lowest BI2DimensionLevel of this BI2CubeDimension. |
|
BI2HierarchyLevel |
BI2Hierarchy.getLowestLevel()
Returns the lowest BI2HierarchyLevel of this BI2Hierarchy. |
|
BI2DimensionLevel |
BI2DimensionTree.getLowestLevel()
Returns the lowest BI2DimensionLevel of this BI2DimensionTree. |
|
|
EREntity.getMandatoryReferencingMeRelationship(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Get all mandatory relationships of the entity, if this EREntity is on primary key side. |
|
|
EREntity.getMandatoryReferencingMeRelationship(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getMandatoryReferencingMeRelationship and filters its return values according to the given stereotype value. |
|
|
EREntity.getMandatoryReferencingRelationship(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Get all mandatory relationships of the entity, if this EREntity is on foreign key side. |
|
|
EREntity.getMandatoryReferencingRelationship(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getMandatoryReferencingRelationship and filters its return values according to the given stereotype value. |
|
String |
ERRole.getMax()
Maximum cardinality of this ERRole. |
|
String |
ERRole.getMaxUML()
Maximum cardinality of this ERRole for UML notation. |
|
BI2MeasurementTime |
BI2CubeDimension.getMeasurementTime()
Returns the BI2MeasurementTime used by this BI2CubeDimension. |
|
String |
ERRole.getMin()
The minimum number how often the connected entity must participate in the relationship. |
|
String |
ERRole.getMinMaxString()
Gets a string with the cardinality in Chen notation - (Min,Max). |
|
String |
ERRole.getMinMaxStringUML()
Gets a string with the cardinality in UML notation using the minimum and maximum of the partner role. |
|
String |
ERRole.getMinUML()
Minimum cardinality of this ERRole 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. |
|
String |
ERRole.getNameUML()
Role name of this ERRole for UML notation. |
|
|
EREntity.getOptionalReferencingMeRelationship(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Get all optional relationships of the entity, if this EREntity is on primary key side. |
|
|
EREntity.getOptionalReferencingMeRelationship(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOptionalReferencingMeRelationship and filters its return values according to the given stereotype value. |
|
|
EREntity.getOptionalReferencingRelationship(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Get all optional relationships of the entity, if this EREntity is on foreign key side. |
|
|
EREntity.getOptionalReferencingRelationship(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOptionalReferencingRelationship and filters its return values according to the given stereotype value. |
|
|
BI2DimensionLevel.getOwnedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all dimension attributes of this an BI2DimensionLevel |
|
List<ERViewAttribute> |
ERView.getOwnedAttribute(K_CONTROL_OPTION... behaviourFlags)
List of attributes of this ERView. |
|
List<ERAttribute> |
EREntity.getOwnedAttribute(K_CONTROL_OPTION... behaviourFlags)
List of attributes of this entity. |
|
List<IMConstraintAssign> |
ERCheckConstraint.getOwnedConstraintAssign(K_CONTROL_OPTION... behaviourFlags)
All check constraint assignments of this ERCheckConstraint. |
|
List<BI2CubeDimension> |
BI2Cube.getOwnedCubeDimension(K_CONTROL_OPTION... behaviourFlags)
List of cube dimensions of this BI2Cube. |
|
List<BI2CubeDimensionHierarchy> |
BI2CubeDimension.getOwnedCubeDimensionHierarchy(K_CONTROL_OPTION... behaviourFlags)
List of cube dimension hierarchies of this BI2CubeDimension. |
|
List<ERCheckConstraint> |
EREntity.getOwnedERCheckConstraint(K_CONTROL_OPTION... behaviourFlags)
List of check constraints owned by this EREntity. |
|
List<ERCheckConstraint> |
ERAttribute.getOwnedERCheckConstraint(K_CONTROL_OPTION... behaviourFlags)
List of check constraints owned by this ERAttribute. |
|
List<ERViewAttribute> |
BI2Cube.getOwnedFactMeasure(K_CONTROL_OPTION... behaviourFlags)
Returns all fact measures of this BI2Cube. |
|
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. |
|
List<ERForeignKey> |
EREntity.getOwnedForeignKey(K_CONTROL_OPTION... behaviourFlags)
List of foreign keys of this entity. |
|
List<ERViewFrom> |
ERView.getOwnedFrom(K_CONTROL_OPTION... behaviourFlags)
List of from clauses of this ERView. |
|
List<ERViewFrom> |
ERView.getOwnedFromByRef(ERAttributeSet refObj,
K_CONTROL_OPTION... behaviourFlags)
List of all from clauses of this ERView which
reference the given argument refObj. |
|
List<ERViewFrom> |
ERView.getOwnedFromByRef(MMStereotype stereotype,
ERAttributeSet refObj,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedFromByRef and filters its return values according to the given stereotype value. |
|
List<BI2Hierarchy> |
BI2DimensionTree.getOwnedHierarchy(K_CONTROL_OPTION... behaviourFlags)
List of hierarchys of this BI2DimensionTree. |
|
BI2HierarchyLevel |
BI2Hierarchy.getOwnedHierarchyLevelByDimensionLevel(BI2DimensionLevel refObj)
The BI2HierarchyLevel owned by this BI2Hierarchy which references the argument refObj. |
|
List<BIHierarchyLevel> |
BIHierarchy.getOwnedLevel(K_CONTROL_OPTION... behaviourFlags)
List of levels of this hierarchy, representing an attribute set. |
|
List<BI2HierarchyLevel> |
BI2Hierarchy.getOwnedLevel(K_CONTROL_OPTION... behaviourFlags)
List of levels of this BI2Hierarchy, representing an BI2DimensionLevel. |
|
List<BI2DimensionLevel> |
BI2DimensionTree.getOwnedLevel(K_CONTROL_OPTION... behaviourFlags)
List of levels of this BI2DimensionTree, representing an ERAttributeSet. |
|
List<BIHierarchyAttribute> |
BIHierarchyLevel.getOwnedLevelAttribute(K_CONTROL_OPTION... behaviourFlags)
List of all level attributes of this an BIHierarchyLevel |
|
List<ERRole> |
ERRelationship.getOwnedRole(K_CONTROL_OPTION... behaviourFlags)
List of roles owned by this relationship. |
|
List<ERRole> |
EREntity.getOwnedRole(K_CONTROL_OPTION... behaviourFlags)
List of roles owned by this entity. |
|
List<BIHierarchySortAttribute> |
BIHierarchyLevel.getOwnedSortAttribute(K_CONTROL_OPTION... behaviourFlags)
List of all sort attributes of this an BIHierarchyLevel |
|
List<ERUniqueKey> |
ERView.getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags)
List of keys of this ERView. |
|
List<ERUniqueKey> |
EREntity.getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags)
List of keys - primary, candidate or unique - of this entity. |
|
ERAttribute |
ERCheckConstraint.getOwningAttribute()
Reference to the ERAttribute that owns this ERCheckConstraint. |
|
MMCreateCLInst |
ERRole.getOwningCreateCLInst()
Template dummy instance needed as owner substitute for EREntity. |
|
BI2Cube |
BI2CubeDimension.getOwningCube()
Reference to the BI2Cube of this BI2CubeDimension. |
|
BI2CubeDimension |
BI2CubeDimensionHierarchy.getOwningCubeDimension()
Reference to the BI2CubeDimension of this BI2CubeDimensionHierarchy. |
|
BI2DimensionTree |
BI2Hierarchy.getOwningDimensionTree()
Reference to the BI2DimensionTree of this BI2Hierarchy. |
|
EREntity |
ERUniqueKey.getOwningEntity()
Reference to the entity of the key. |
|
EREntity |
ERRole.getOwningEntity()
Reference to the entity that owns the role. |
|
EREntity |
ERForeignKey.getOwningEntity()
Reference to the entity of the foreign key. |
|
EREntity |
ERAttribute.getOwningEntity()
Reference to the entity of the attribute definition. |
|
ERRelationship |
ERRole.getOwningRelationship()
Reference to the relationship that owns the role. |
|
IMSemanticDataType |
ERCheckConstraint.getOwningSemanticDataType()
Reference to the IMSemanticDataType that owns this ERCheckConstraint. |
|
ERView |
ERUniqueKey.getOwningView()
Reference to the EREntity of the ERUniqueKey. |
|
ERRole |
ERRole.getPartnerRole()
Gets the partner role of this role (the opposite role of the relationship. |
|
|
BIHierarchy.getPossibleLevelActivator(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Activator of an BIHierarchyLevel is either an attribute set for the top level,
or a connection to the attribute set of the last level. |
|
|
BIHierarchy.getPossibleLevelActivator(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPossibleLevelActivator and filters its return values according to the given stereotype value. |
|
List<BI2DimensionPrecedence> |
BI2Hierarchy.getPrecedences(K_CONTROL_OPTION... behaviourFlags)
Get all precedences of the BI2DimensionTree which are part of this BI2Hierarchy. |
|
List<BI2DimensionPrecedence> |
BI2DimensionTree.getPrecedences(K_CONTROL_OPTION... behaviourFlags)
Get all precedences of this BI2DimensionTree. |
|
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. |
|
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. |
|
|
ERUsedAttribute.getPropagationViews(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all views which are viewing the ERAttributeSet of this ERUsedAttribute, but not this attribute. |
|
|
ERAttributeSet.getPropagationViews(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all views which are viewing this ERAttributeSet, but not yet viewing all attributes of this attribute set. |
|
|
ERUsedAttribute.getPropagationViews(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPropagationViews and filters its return values according to the given stereotype value. |
|
|
ERAttributeSet.getPropagationViews(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPropagationViews and filters its return values according to the given stereotype value. |
|
|
EREntity.getReferencingMeRelationship(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Get all relationships of the entity, if this EREntity is on primary key side. |
|
|
EREntity.getReferencingMeRelationship(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getReferencingMeRelationship and filters its return values according to the given stereotype value. |
|
|
EREntity.getReferencingRelationship(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Get all relationships of the entity, if this EREntity is on foreign key side. |
|
|
EREntity.getReferencingRelationship(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getReferencingRelationship and filters its return values according to the given stereotype value. |
|
ERRelationship |
ERRole.getRelationship()
The relationship this role is assigned to. |
|
ERRelationship |
ERForeignKey.getRelationship()
Reference to the ERRelationship for which this foreign key is created. |
|
IMForeignKeyAble |
BI2DimensionPrecedence.getRelationship()
Returns the IMForeignKeyAble referenced by this BI2DimensionPrecedence. |
|
IMForeignKeyAble |
BI2CubeDimension.getRelationship()
Returns the IMForeignKeyAble referenced by this BI2CubeDimension. |
|
|
EREntity.getRelationshipOfEntity(Class<T> returnType,
EREntity refObj,
K_CONTROL_OPTION... behaviourFlags)
All relationships which are connected to entity and this entity. |
|
|
EREntity.getRelationshipOfEntity(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. |
|
List<ERRole> |
ERRelationship.getRole(K_CONTROL_OPTION... behaviourFlags)
All roles that are assigned to this relationship. |
|
ERRole |
ERRelationship.getRoleForeignKey()
Returns the ERRole at the foreign key side of this ERRelationship. |
|
ERRole |
ERRelationship.getRoleSERMLeft()
Returns the ERRole at the left side of an ERRelationship which conforms to SERM. |
|
ERRole |
ERRelationship.getRoleSERMRight()
Returns the ERRole at the right side of an ERRelationship which conforms to SERM. |
|
ERRole |
ERRelationship.getRoleUniqueKey()
Returns the ERRole at the unique key side of this ERRelationship. |
|
|
EREntity.getSectionElements(Class<T> returnType,
MESection refObj,
K_MESECTION kind,
K_CONTROL_OPTION... behaviourFlags)
Returns all elements related to this EREntity
to manage a MESection. |
|
|
EREntity.getSectionElements(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. |
|
String |
ERUsedAttribute.getShortName()
Short name of this ERUsedAttribute. |
|
String |
ERUniqueKey.getShortName()
Short name of this ERUniqueKey. |
|
String |
ERRelationship.getShortName()
Short name of this ERRelationship. |
|
String |
ERForeignKey.getShortName()
Short name of this ERForeignKey. |
|
String |
ERAttributeSet.getShortName()
Short name of this attribute set. |
|
String |
BI2MeasurementTime.getShortName()
Short name for diagram presentation. |
|
String |
BI2HierarchyLevel.getShortName()
Short name is a second (shorter) name of this element. |
|
List<BI2DimensionPrecedence> |
BI2DimensionLevel.getSubLevelPrecedence(K_CONTROL_OPTION... behaviourFlags)
List of dimension precedences of this super level. |
|
List<BI2DimensionLevel> |
BI2DimensionLevel.getSubLevels(K_CONTROL_OPTION... behaviourFlags)
List of all sub levels. |
|
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. |
|
List<BI2DimensionLevel> |
BI2DimensionLevel.getSubLevelsTransitive(K_CONTROL_OPTION... behaviourFlags)
List of all transitive sub levels. |
|
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. |
|
String |
BIHierarchyRole.getSuffix()
Name suffix for the foreign attributes of the fact entity. |
|
List<BI2DimensionPrecedence> |
BI2DimensionLevel.getSuperLevelPrecedence(K_CONTROL_OPTION... behaviourFlags)
List of dimension precedences of this sub level. |
|
List<BI2DimensionLevel> |
BI2DimensionLevel.getSuperLevels(K_CONTROL_OPTION... behaviourFlags)
List of all super levels. |
|
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. |
|
List<BI2DimensionLevel> |
BI2DimensionLevel.getSuperLevelsTransitive(K_CONTROL_OPTION... behaviourFlags)
List of all transitive super levels. |
|
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. |
|
List<ERRole> |
EREntity.getTypedRole(K_CONTROL_OPTION... behaviourFlags)
All roles connecting this entity to a relationship . |
|
ERUniqueKey |
ERRelationship.getUniqueKey()
Gets the ERUniqueKey referenced by this ERRelationship. |
|
ERUniqueKey |
ERGeneralization.getUniqueKey()
Gets the ERUniqueKey referenced by this ERGeneralization. |
|
List<ERAttribute> |
ERRelationship.getUniqueKeyAttributes(K_CONTROL_OPTION... behaviourFlags)
Gets the attributes referenced by this ERRelationship. |
|
List<ERAttribute> |
ERGeneralization.getUniqueKeyAttributes(K_CONTROL_OPTION... behaviourFlags)
Gets the attributes referenced by this ERGeneralization. |
|
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. |
|
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. |
|
EREntity |
ERForeignKey.getUniqueKeyEntity()
The entity that owns the referenced key. |
|
|
EREntity.getUniqueKeyForeignKeyAble(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all foreign key assignable elements (roles or generalizations) where this EREntity is on the unique key side. |
|
|
EREntity.getUniqueKeyForeignKeyAble(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getUniqueKeyForeignKeyAble and filters its return values according to the given stereotype value. |
|
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. |
|
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. |
|
List<ERRole> |
EREntity.getUniqueKeyRole(K_CONTROL_OPTION... behaviourFlags)
List of all unique key roles connected to this EREntity. |
|
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 |
BIHierarchySortAttribute.getUsedAttribute()
Reference to the ERUsedAttribute (ERAttribute or ERViewAttribute) of this BIHierarchySortAttribute. |
|
ERUsedAttribute |
BIHierarchyAttribute.getUsedAttribute()
Reference to the ERUsedAttribute (ERAttribute or ERViewAttribute) of this BIHierarchyAttribute. |
|
|
ERViewAttribute.getUsedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of used attributes ( ERAttribute or ERViewAttribute) of this ERViewAttribute. |
|
|
ERUsedAttribute.getUsingERViewElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of view elements that use this ERUsedAttribute in a view. |
|
List<ERViewAttribute> |
ERUsedAttribute.getUsingViewAttributeByRef(ERView refObj,
K_CONTROL_OPTION... behaviourFlags)
List of all view attributes that view this attribute ( ERViewAttribute or ERAttribute). |
|
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. |
|
List<ERViewFrom> |
ERAttributeSet.getViewFrom(K_CONTROL_OPTION... behaviourFlags)
List of from clauses that use this attributes set in a view. |
|
|
EREntity.getViewingViews(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all views which are viewing this EREntity. |
|
|
EREntity.getViewingViews(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 this BI2Hierarchy 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, the ERRole can be set to be on the foreign key side. |
|
boolean |
ERRole.isForeignKeySide()
If true, the ERRole is on the foreign key side of its ERRelationship. |
|
boolean |
ERRelationship.isMaxOne()
True, if the ERRole on the unique key side has a cardinality with maximum one, e.g. (0,1). |
|
boolean |
ERRelationship.isMinOne()
True, if the ERRole on the unique key side has a cardinality with minimum one or greater, e.g. (1,*). |
|
boolean |
ERRelationship.isOptional()
True, if this ERRelationship is optional. |
|
boolean |
BI2DimensionShowAttribute.isOptional()
True, if this BI2DimensionShowAttribute is optional. |
|
boolean |
BI2HierarchyLevel.isRecursive()
If true, this BI2HierarchyLevel is recursive (self-precedence). |
|
boolean |
EREntity.isRType()
If true, the EREntity is an R type in the SERM terminology. |
|
boolean |
EREntity.isRTypeAble(boolean mode)
If true, this EREntity can become an R type. |
|
boolean |
ERRelationship.isSERMConform()
If true, this relationship conforms to SERM. |
|
boolean |
BI2DimensionPrecedence.isStrict()
If true, this BI2DimensionPrecedence is strict, otherwise loose. |
|
boolean |
ERRole.isUniqueKeySide()
If true, the ERRole is on the unique key side of its ERRelationship. |
|
boolean |
EREntity.isWeak()
True, if this EREntity is weak. |
|
List<MEStereotypeAble> |
ERViewFrom.maintain()
Runs all maintaining methods for this ERViewFrom in the following order:
maintainAddAllAttributes(...) |
|
List<MEStereotypeAble> |
ERViewAttribute.maintain()
Runs all maintaining methods for this ERViewFrom in the following order:
maintainAddUnionAttributes(...) |
|
List<MEStereotypeAble> |
ERUniqueKey.maintain()
Runs all maintaining methods for this ERUniqueKey in the following order:
maintainRoles(...) |
|
List<MEStereotypeAble> |
ERRole.maintain()
Runs all maintaining methods for this ERRole in the following order:
maintainCreateForeignKey(...) |
|
List<MEStereotypeAble> |
ERRelationship.maintain()
Runs all maintaining methods for this ERRelationship in the following order:
maintainRoles(...) |
|
List<MEStereotypeAble> |
ERGeneralization.maintain()
Runs all maintaining methods for this ERGeneralization in the following order:
maintainIsRType(...) |
|
List<MEStereotypeAble> |
ERForeignKey.maintain()
Runs all maintaining methods for this foreign key in the following order:
maintainAssignForeignKeyAble(...) |
|
List<MEStereotypeAble> |
BIHierarchyLevel.maintain()
Runs all maintaining methods for this BIHierarchyLevel in the following order:
maintainRoles(...) |
|
List<MEStereotypeAble> |
BI2DimensionPrecedence.maintain()
Runs all maintaining methods for this BI2DimensionPrecedence in the following order:
maintainAssignER(...) |
|
List<MEStereotypeAble> |
BI2DimensionLevel.maintain()
Runs all maintaining methods for this BI2DimensionLevel in the following order:
maintainAddIdentificator(...) |
|
List<MEStereotypeAble> |
BI2CubeDimensionHierarchy.maintain()
Runs all maintaining methods for this BI2CubeDimensionHierarchy in the following order:
maintain(...) of owner |
|
List<MEStereotypeAble> |
BI2CubeDimension.maintain()
Runs all maintaining methods for this BI2CubeDimension in the following order:
maintainAddAllAttributes(...) |
|
List<ERViewAttribute> |
ERViewFrom.maintainAddAllAttributes()
This maintaining method adds a ERViewAttribute for each ERUsedAttribute of the referenced ERAttributeSet,
if the viewed attributes is not yet referenced in the ERView of this ERViewFrom. |
|
List<BI2DimensionIdAttribute> |
BI2DimensionLevel.maintainAddIdentificator()
This maintaining method adds a BI2DimensionIdAttribute for each primary attribute of the referenced ERAttributeSet,
if this BI2DimensionLevel don't have yet an identification attribute. |
|
List<ERViewAttribute> |
ERViewAttribute.maintainAddUnionAttributes()
This maintaining method adds a ERViewAttribute in every ERView which has a union from clause to the select view of this attribute and less attributes. |
|
IMForeignKeyAble |
BI2DimensionPrecedence.maintainAssignER()
This maintaining method assigns this BI2DimensionPrecedence to an ER relationship
if there is exactly one available relationship between the attribute sets of its dimension levels. |
|
IMForeignKeyAble |
BI2CubeDimension.maintainAssignER()
This maintaining method assigns this BI2CubeDimension to an ER relationship
if there is exactly one available relationship between the ERAttributeSetof the lowest dimension level and an fact set of its BI2Cube. |
|
IMForeignKeyAble |
ERForeignKey.maintainAssignForeignKeyAble()
This maintaining method assigns (if not yet assigned) this foreign key to an appropriate role or generalization. |
|
List<IMKeyRelationshipFeature> |
ERForeignKey.maintainCreateForeignAttributes()
This maintaining method creates the missed foreign key attributes. |
|
IMForeignKeyAble |
ERForeignKey.maintainCreateRelationship()
If the ERForeignKey is not yet assigned to an IMForeignKeyAble (role or generalization), an ERRelationship will be created for this foreign key. |
|
ERForeignKey |
ERRole.maintainForeignKey()
This maintaining method creates the missed ERForeignKey for this ERRole. |
|
ERForeignKey |
ERGeneralization.maintainForeignKey()
This maintaining method creates the missed ERForeignKey for this ERGeneralization. |
|
List<MEStereotypeAble> |
ERUniqueKey.maintainForeignKeys()
Runs the maintaining methods for all foreign keys of this ERUniqueKey
which are not yet assigned to a relationship. |
|
List<MEStereotypeAble> |
ERUniqueKey.maintainGeneralizations()
Runs the maintaining methods for all generalizations of the EREntity of this ERUniqueKey in order to maintain the foreign keys in dependent entities. |
|
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. |
|
void |
ERRelationship.maintainIsRType()
Runs the R type maintaining method for the connected entities of this ERRelationship. |
|
void |
ERGeneralization.maintainIsRType()
Runs the R type maintaining method for the general EREntity of this ERGeneralization. |
|
void |
EREntity.maintainIsRType()
Maintains the R type flag of this entity. |
|
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. |
|
List<ERAttribute> |
BIHierarchyRole.maintainRenameForeignAttributes()
This maintaining method rename the foreign key attributes using the prefix and suffix of this BIHierarchyRole. |
|
List<MEStereotypeAble> |
ERUniqueKey.maintainRoles()
Runs the maintaining methods for all unique key roles of the EREntity of this ERUniqueKey in order to maintain the foreign keys. |
|
List<MEStereotypeAble> |
ERRelationship.maintainRoles()
Runs the maintaining methods for all roles of this ERRelationship. |
|
void |
BI2Hierarchy.setAll(boolean value)
Set the value of Attribut HasAll. |
|
void |
BI2DimensionSortAttribute.setAscending(boolean value)
Set the value of Attribut IsAscending. |
|
void |
BIHierarchyLevel.setAttributeSet(ERAttributeSet value)
Set the value of Foreign Key AttributeSet. |
|
void |
BI2HierarchyLevel.setAttributeSet(ERAttributeSet value)
Set the value of View AttributeSet. |
|
void |
EREntity.setAutoMapDatabaseModels(List<? extends MEModel> values)
Set the value of View AutoMapDatabaseModels. |
|
void |
ERRole.setConnectedEntity(EREntity value)
Set the value of Foreign Key ConnectedEntity. |
|
void |
BI2CubeDimension.setDimensionAttributeNames(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 |
ERViewFrom.setFromKind(K_FROM_KIND value)
Set the value of Info FromKind. |
|
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(String value)
Set the value of Info Max. |
|
void |
ERRole.setMaxAndMaintain(String value)
Set the value of Info Max. |
|
void |
ERRole.setMaxUML(String value)
Set the value of Info MaxUML. |
|
void |
ERRole.setMaxUMLAndMaintain(String value)
Set the value of Info MaxUML. |
|
void |
BI2CubeDimension.setMeasurementTime(BI2MeasurementTime value)
Set the value of Foreign Key MeasurementTime. |
|
void |
ERRole.setMin(String value)
Set the value of Info Min. |
|
void |
ERRole.setMinAndMaintain(String value)
Set the value of Info Min. |
|
void |
ERRole.setMinMax(String Min,
String Max,
boolean Maintain)
Sets the role cardinality to (min,max). |
|
void |
ERRole.setMinUML(String value)
Set the value of Info MinUML. |
|
void |
ERRole.setMinUMLAndMaintain(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(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 the ERAttribute to primary or not primary. |
|
void |
BI2HierarchyLevel.setRecursive(boolean value)
Set the value of Attribut IsRecursive. |
|
void |
ERForeignKey.setRelationship(ERRelationship value)
Set the value of View Relationship. |
|
void |
BI2DimensionPrecedence.setRelationship(IMForeignKeyAble value)
Set the value of Foreign Key Relationship. |
|
void |
BI2CubeDimension.setRelationship(IMForeignKeyAble value)
Set the value of Foreign Key Relationship. |
|
void |
ERUsedAttribute.setShortName(String value)
Set the value of Attribut ShortName. |
|
void |
ERUniqueKey.setShortName(String value)
Set the value of Attribut ShortName. |
|
void |
ERRelationship.setShortName(String value)
Set the value of Attribut ShortName. |
|
void |
ERForeignKey.setShortName(String value)
Set the value of Attribut ShortName. |
|
void |
ERAttributeSet.setShortName(String value)
Set the value of Attribut ShortName. |
|
void |
BI2MeasurementTime.setShortName(String value)
Set the value of Attribut ShortName. |
|
void |
BI2HierarchyLevel.setShortName(String value)
Set the value of Attribut ShortName. |
|
void |
BI2DimensionPrecedence.setStrict(boolean value)
Set the value of Attribut IsStrict. |
|
void |
BIHierarchyRole.setSuffix(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: this ERRelationship must not be implemented by an ERForeignKey! |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2erdia |
|---|
| Methods in de.mid.innovator.srv2api.icw2erdia that throw InoNetException | |
|---|---|
static ERDiaAll |
ERDiaAllHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Entity-Relationship Diagram with template and container. |
static ERDiaAll |
ERDiaAllHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Entity-Relationship Diagram with stereotype and container. |
K_ERDIA |
ERDia.getNotationAtLastUpdate()
The notation of this ERDia at the last update of coordinates. |
List<ERDiaCompartmentNode> |
ERDiaHierarchyNode.getOwnedCompartmentNode(K_CONTROL_OPTION... behaviourFlags)
All compartment nodes owned by this ERDiaHierarchyNode. |
List<ERDiaCompartmentNode> |
ERDiaHierarchyLevelNode.getOwnedCompartmentNode(K_CONTROL_OPTION... behaviourFlags)
All compartment nodes owned by this ERDiaHierarchyLevelNode. |
List<ERDiaCompartmentNode> |
ERDiaDimensionTreeNode.getOwnedCompartmentNode(K_CONTROL_OPTION... behaviourFlags)
All compartment nodes owned by this ERDiaDimensionTreeNode. |
List<ERDiaCompartmentNode> |
ERDiaDimensionLevelNode.getOwnedCompartmentNode(K_CONTROL_OPTION... behaviourFlags)
All compartment nodes owned by this ERDiaDimensionLevelNode. |
List<ERDiaCompartmentNode> |
ERDiaCubeNode.getOwnedCompartmentNode(K_CONTROL_OPTION... behaviourFlags)
All compartment nodes owned by this ERDiaCubeNode. |
List<ERDiaCompartmentNode> |
ERDiaCubeDimensionNode.getOwnedCompartmentNode(K_CONTROL_OPTION... behaviourFlags)
All compartment nodes owned by this ERDiaCubeDimensionNode. |
List<ERDiaCubeDimensionNode> |
ERDia.getOwnedCubeDimensionNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of cube dimensions as cube dimension node owned by this ERDia. |
List<ERDiaCubeNode> |
ERDia.getOwnedCubeNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of cubes as cube node owned by this ERDia. |
List<ERDiaDimensionTreeNode> |
ERDia.getOwnedDimensionTreeNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of dimension trees as dimension tree node owned by this ERDia. |
List<ERDiaEntityNode> |
ERDia.getOwnedEntityNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of entities as entity node owned by this ER diagram. |
List<ERDiaHierDimensionTreeNode> |
ERDia.getOwnedHierDimensionTreeNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of dimension trees as ERDiaHierDimensionTreeNode owned by this ERDia. |
List<ERDiaHierHierarchyNode> |
ERDia.getOwnedHierHierarchyNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of hierarchies as ERDiaHierHierarchyNode owned by this ERDia. |
List<CLDiaHierStructDefinitionNode> |
ERDiaAll.getOwnedHierStructDefinitionNode(K_CONTROL_OPTION... behaviourFlags)
All structure definition nodes owned by this ERDiaAll. |
List<ERDiaViewNode> |
ERDia.getOwnedViewNode(K_CONTROL_OPTION... behaviourFlags)
All occurrences of views as view node owned by this ER diagram. |
ERDia |
ERDiaViewNode.getOwningERDiagram()
The ER diagram that owns this view node. |
ERDia |
ERDiaHierHierarchyNode.getOwningERDiagram()
The ERDia that owns this ERDiaHierHierarchyNode. |
ERDia |
ERDiaHierDimensionTreeNode.getOwningERDiagram()
The ERDia that owns this ERDiaHierDimensionTreeNode. |
ERDia |
ERDiaEntityNode.getOwningERDiagram()
The ER diagram that owns this entity node. |
ERDia |
ERDiaDimensionTreeNode.getOwningERDiagram()
The ERDia that owns this ERDiaDimensionTreeNode. |
ERDia |
ERDiaCubeNode.getOwningERDiagram()
The ERDia that owns this ERDiaCubeNode. |
ERDia |
ERDiaCubeDimensionNode.getOwningERDiagram()
The ERDia that owns this ERDiaCubeDimensionNode. |
void |
ERDia.setNotationAtLastUpdate(K_ERDIA value)
Set the value of Attribut NotationAtLastUpdate. |
| Uses of InoNetException in de.mid.innovator.srv2api.icw2gc |
|---|
| Methods in de.mid.innovator.srv2api.icw2gc that throw InoNetException | ||
|---|---|---|
void |
GCConcept.addRealizingElements(List<? extends MEStereotypeAble> seqRealizingElement)
Adds elements to the current set of realizing elements and creates concept realizations accordingly. |
|
static GCConcept |
GCConceptHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Concept with template 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 GCConceptConnection |
GCConceptConnectionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Concept Connection with template from source to target element. |
|
static GCConcept |
GCConceptHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Concept with stereotype and container. |
|
static GCConceptRealization |
GCConceptRealizationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Concept Realization with stereotype 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. |
|
GCConcept |
GCConceptRealization.getConcept()
The GCConcept being realized. |
|
GCConceptRealization |
GCConcept.getConceptRealizationFromElement(MEStereotypeAble refObj)
The concept realization between this concept and the realizing element. |
|
K_GCDIA_CONCEPT_TYPE |
GCConcept.getConceptType()
The type of concept. |
|
List<GCConcept> |
GCConcept.getContainerConceptsByPresentation(K_CONTROL_OPTION... behaviourFlags)
Finds the containers of all diagram occurrences of this concept and returns the corresponding concepts of these nodes. |
|
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. |
|
List<GCConcept> |
GCConcept.getDirectlyConnectedPredecessors(K_CONTROL_OPTION... behaviourFlags)
All concepts being directly connected to this GCConcept via a concept connection. |
|
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. |
|
List<GCConcept> |
GCConcept.getDirectlyConnectedSuccessors(K_CONTROL_OPTION... behaviourFlags)
All concepts being directly connected to this GCConcept via a concept connection. |
|
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_PREDGESTYLE |
GCConceptConnection.getEdgeStyle()
The edge style, e.g. dotted or dashed. |
|
K_PREDGE_TIP_DISPLAY |
GCConceptConnection.getEdgeTipDisplay()
The display of the direction using edge direction indicators. |
|
K_PREDGE_TIP_STYLE |
GCConceptConnection.getEdgeTipStyle()
The style of the edge direction marker if the direction should be displayed. |
|
K_PREDGETYPE |
GCConceptConnection.getEdgeType()
Configures the type of the edges representing the connection. |
|
List<GCConceptRealization> |
GCConcept.getIncomingConceptRealization(K_CONTROL_OPTION... behaviourFlags)
All concept realizations of elements which realize this GCConcept. |
|
List<GCConceptConnection> |
GCConcept.getIncomingConnection(K_CONTROL_OPTION... behaviourFlags)
The incoming GCConceptConnection. |
|
List<GCConcept> |
GCConcept.getNestedConceptsByDiagram(GCDia refObj,
K_CONTROL_OPTION... behaviourFlags)
Finds the sons of the diagram occurrence within argument refObj of this concept and returns the corresponding concepts of these nodes. |
|
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. |
|
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. |
|
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. |
|
List<GCConceptConnection> |
GCConcept.getOutgoingConnection(K_CONTROL_OPTION... behaviourFlags)
The outgoing GCConceptConnection. |
|
List<GCConcept> |
GCConcept.getOwnedConcept(K_CONTROL_OPTION... behaviourFlags)
All concepts owned by this GCConcept. |
|
GCConcept |
GCConcept.getOwningConcept()
The owning concept of this GCConcept. |
|
MEStereotypeAble |
GCConceptRealization.getRealizingElement()
The element which realizes the GCConcept. |
|
|
GCConcept.getRealizingElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All elements which realize this GCConcept. |
|
|
GCConcept.getRealizingElement(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getRealizingElement and filters its return values according to the given stereotype value. |
|
GCConcept |
GCConceptConnection.getSourceConcept()
The source GCConcept of the connection. |
|
static List<MMStereotype> |
GCConceptRealizationHelper.getStereotypesAllowedAtConcept(SrvContext srvCtx,
GCConcept concept)
All stereotypes of concept realizations possible at the given GCConcept. |
|
static List<MMStereotype> |
GCConceptRealizationHelper.getStereotypesAllowedBetweenConceptAndElement(SrvContext srvCtx,
MEStereotypeAble concept,
MEStereotypeAble element)
All stereotypes of concept realizations possible between the given GCConcept and the given realizing element. |
|
static List<MMStereotype> |
GCConceptRealizationHelper.getStereotypesAllowedForElement(SrvContext srvCtx,
MEStereotypeAble element)
All stereotypes of concept realizations possible at the given realizing element. |
|
GCConcept |
GCConceptConnection.getTargetConcept()
The target GCConcept of the connection. |
|
boolean |
GCConcept.isAlreadyRealized()
True if there is already one element assigned via a concept realization. |
|
boolean |
GCConcept.isRealizationAllowed()
True if the configuration allows to realize this concept by at least one element via a concept realization. |
|
void |
GCConcept.removeRealizingElements(List<? extends MEStereotypeAble> seqRealizingElement)
Removes elements of the current set of realizing elements and deletes concept realizations accordingly. |
|
void |
GCConcept.replaceRealizingElements(List<? extends MEStereotypeAble> seqRealizingElement)
Replaces the current set of realizing elements 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.setEdgeStyle(K_PREDGESTYLE value)
Set the value of Attribut EdgeStyle. |
|
void |
GCConceptConnection.setEdgeTipDisplay(K_PREDGE_TIP_DISPLAY value)
Set the value of Attribut EdgeTipDisplay. |
|
void |
GCConceptConnection.setEdgeTipStyle(K_PREDGE_TIP_STYLE value)
Set the value of Attribut EdgeTipStyle. |
|
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(List<? extends MEStereotypeAble> values)
Set the value of View RealizingElement. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2gcdia |
|---|
| Methods in de.mid.innovator.srv2api.icw2gcdia that throw InoNetException | |
|---|---|
List<GCDiaConceptEdge> |
GCDia.addConceptConnection(List<? extends GCDiaConceptNode> seqNode,
List<? extends GCConceptConnection> seqSel,
boolean isDirParent,
boolean addNode)
Adds concept connections as edges to this diagram. |
void |
GCDiaConceptNode.addContainedNodes(List<ARG_GCDiaNodeWithPos> seq)
Makes the node where you call this method for the container of all the nodes passed as parameters. |
List<PRDiaNode> |
GCDia.addDiaNodes(Class<? extends ELObject> kVOclModel,
Class<? extends ELObject> kVOclPres,
List<? extends ADClientAble> adds,
Point position,
Point size,
Point offset)
Adds elements as nodes to this diagram. |
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,
Point position,
boolean isOffsetPosition,
Point size,
K_ORIENTATION orientation,
boolean isCreate)
If the given element already realizes a GCConcept which is allowed in this diagram, that GCConcept will be added. |
GCConcept |
GCDiaConceptNode.getConcept()
The GCConcept which is represented by this graphical GCDiaConceptNode. |
List<GCConcept> |
GCDia.getConceptInDia(K_CONTROL_OPTION... behaviourFlags)
Returns a unique list of all concepts being displayed in the GCDia. |
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. |
List<PRDiaCalloutNode> |
GCDiaConceptNode.getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this concept node. |
List<GCDiaConceptEdge> |
GCDia.getOwnedConceptEdge(K_CONTROL_OPTION... behaviourFlags)
All concept edges owned by this GCDia. |
List<GCDiaConceptNode> |
GCDiaConceptNode.getOwnedConceptNode(K_CONTROL_OPTION... behaviourFlags)
All concept nodes owned by this concept node. |
List<GCDiaConceptNode> |
GCDia.getOwnedConceptNode(K_CONTROL_OPTION... behaviourFlags)
All concept nodes owned by this GCDia. |
GCDiaConceptNode |
GCDiaConceptNode.getOwningConceptNode()
The surrounding concept node of this GCDiaConceptNode. |
GCDia |
GCDiaConceptNode.getOwningDiagram()
The diagram owning this GCDiaConceptNode. |
GCDia |
GCDiaConceptEdge.getOwningDiagram()
The diagram owning this GCDiaConceptEdge. |
boolean |
GCDiaConceptNode.isContainerNode()
True, if the node is a container node. |
void |
GCDiaConceptNode.setContainerNode(boolean value)
Set the value of Attribut IsContainerNode. |
| Uses of InoNetException in de.mid.innovator.srv2api.icw2ia |
|---|
| Methods in de.mid.innovator.srv2api.icw2ia that throw InoNetException | ||
|---|---|---|
static IAStrict |
IAStrictHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Strict Sequencing with template and container. |
|
static IAStateInvariant |
IAStateInvariantHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new State Invariant with template and container. |
|
static IASeq |
IASeqHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Weak Sequencing with template and container. |
|
static IAReplyMessage |
IAReplyMessageHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Reply Message with template and container. |
|
static IAPar |
IAParHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Parallel with template and container. |
|
static IAOpt |
IAOptHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Option with template and container. |
|
static IAOperand |
IAOperandHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Interaction Operand with template and container. |
|
static IANeg |
IANegHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Negative with template and container. |
|
static IALostAndFound |
IALostAndFoundHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Lost and Found with template and container. |
|
static IALoop |
IALoopHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Loop with template and container. |
|
static IAInteraction |
IAInteractionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Interaction with template and container. |
|
static IAIgnore |
IAIgnoreHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Ignore with template and container. |
|
static IACritical |
IACriticalHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Critical Region with template and container. |
|
static IAContinuation |
IAContinuationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Continuation with template and container. |
|
static IAConstraint |
IAConstraintHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Interaction Constraint with template and container. |
|
static IAConsider |
IAConsiderHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Consider with template and container. |
|
static IABreak |
IABreakHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Break with template and container. |
|
static IABehaviorExecSpec |
IABehaviorExecSpecHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Behavior Execution Specification with template and container. |
|
static IAAssert |
IAAssertHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Assertion with template and container. |
|
static IAAlt |
IAAltHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Alternative with template 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 IAOrdering |
IAOrderingHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new General Ordering with template from source to target element. |
|
static IALifeline |
IALifelineHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Lifeline with template and container with requirement. |
|
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 IAActionExecSpec |
IAActionExecSpecHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Action Execution Specification with template and container with requirement. |
|
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 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 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 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 IAStrict |
IAStrictHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Strict Sequencing with stereotype and container. |
|
static IAStateInvariant |
IAStateInvariantHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new State Invariant with stereotype and container. |
|
static IASeq |
IASeqHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Weak Sequencing with stereotype and container. |
|
static IAReplyMessage |
IAReplyMessageHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Reply Message with stereotype and container. |
|
static IAPar |
IAParHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Parallel with stereotype and container. |
|
static IAOpt |
IAOptHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Option with stereotype and container. |
|
static IAOperand |
IAOperandHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Interaction Operand with stereotype and container. |
|
static IANeg |
IANegHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Negative with stereotype and container. |
|
static IALostAndFound |
IALostAndFoundHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Lost and Found with stereotype and container. |
|
static IALoop |
IALoopHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Loop with stereotype and container. |
|
static IAInteraction |
IAInteractionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Interaction with stereotype and container. |
|
static IAIgnore |
IAIgnoreHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Ignore with stereotype and container. |
|
static IACritical |
IACriticalHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Critical Region with stereotype and container. |
|
static IAContinuation |
IAContinuationHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Continuation with stereotype and container. |
|
static IAConstraint |
IAConstraintHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Interaction Constraint with stereotype and container. |
|
static IAConsider |
IAConsiderHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Consider with stereotype and container. |
|
static IABreak |
IABreakHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Break with stereotype and container. |
|
static IABehaviorExecSpec |
IABehaviorExecSpecHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Behavior Execution Specification with stereotype and container. |
|
static IAAssert |
IAAssertHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Assertion with stereotype and container. |
|
static IAAlt |
IAAltHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Alternative with stereotype and container. |
|
static IAUse |
IAUseHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Interaction Use with stereotype and container with requirement. |
|
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 IALifeline |
IALifelineHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Lifeline with stereotype and container with requirement. |
|
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 IAActionExecSpec |
IAActionExecSpecHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Action Execution Specification with stereotype and container 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 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 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 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. |
|
ANAction |
IAActionExecSpec.getAction()
The ANAction being executed. |
|
|
IAInteraction.getAction(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Action of the interaction. |
|
List<IAGate> |
IAUse.getActualGate(K_CONTROL_OPTION... behaviourFlags)
|
|
IAOccSpec |
IAOrdering.getAfter()
The OccurrenceSpecification referred comes after the OccurrenceSpecification referred by 'Before'. |
|
|
IAMessage.getArgument(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The arguments of the message. |
|
|
IAUse.getArguments(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. |
|
String |
IAStateInvariant.getBody()
Specification of the IAStateInvariant in one or more languages. |
|
List<IAGate> |
IACombined.getCFragmentGate(K_CONTROL_OPTION... behaviourFlags)
|
|
IACombined |
IAOperand.getCombinedFragment()
Fragments of the operand. |
|
IACombined |
IAGate.getCombinedFragment()
|
|
|
IAConsider.getConsideredElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns the considered elements. |
|
|
IAConsider.getConsideredElement(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getConsideredElement and filters its return values according to the given stereotype value. |
|
|
IACovered.getCoveredBy(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All elements that cover this element. |
|
IALifeline |
IACovering.getCoveredLifeline()
References the lifelines that the fragment involves. |
|
IACovered |
IACovering.getCovers()
The element covered by this element. |
|
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. |
|
|
IAIgnore.getElement(Class<T> returnType)
All model elements of this ignored element. |
|
|
IAConsider.getElement(Class<T> returnType)
All model elements of this considered 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). |
|
BEExecutionEvent |
IAExecOccSpec.getEvent()
Specifies the referenced execution event. |
|
IAExecOccSpec |
IAExecSpec.getFinish()
References the occurrence specification that designates the finish of the action or behavior. |
|
|
IAExecOccSpec.getFinished(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
References the occurrence specification that designates the finish of the action or behavior. |
|
List<IAGate> |
IAInteraction.getFormalGate(K_CONTROL_OPTION... behaviourFlags)
|
|
IAFragment |
IAOrdering.getFragment()
The fragment which owns this general ordering. |
|
|
IAOperand.getFragment(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Fragments of the operand. |
|
|
IAInteraction.getFragment(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The ordered set of fragments in the interaction. |
|
List<IAOrdering> |
IAFragment.getGeneralOrdering(K_CONTROL_OPTION... behaviourFlags)
The general ordering relationships contained in this fragment. |
|
IAConstraint |
IAOperand.getGuard()
Constraints of the operand. |
|
|
IAIgnore.getIgnoredElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns the ignored elements. |
|
|
IAIgnore.getIgnoredElement(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 |
IAMessage.getInteraction()
The enclosing interaction that owns the message. |
|
IAInteraction |
IALostAndFound.getInteraction()
The owning interaction of this lost or found message. |
|
IAInteraction |
IALifeline.getInteraction()
References the interaction that encloses this lifeline |
|
IAInteraction |
IAGate.getInteraction()
|
|
IAUse |
IAGate.getInteractionUse()
|
|
String |
IAStateInvariant.getLanguage()
Languages of the body strings that the IAStateInvariant uses in the same order as the body strings. |
|
ARG_PRPresContextLayout |
IAInteraction.getLayout()
Retrieves the layout information of the IAInteraction. |
|
List<IALifeline> |
IAInteraction.getLifeline(K_CONTROL_OPTION... behaviourFlags)
Specifies the participants in this interaction. |
|
List<IALostAndFound> |
IAInteraction.getLostAndFound(K_CONTROL_OPTION... behaviourFlags)
The occurrences of lost or found messages contained in this interaction. |
|
String |
IAConstraint.getMaxBound()
The maximum number of iterations of a loop. |
|
String |
IALoop.getMaxint()
Specifies the upper bound of the loop if it is expressed as an integer. |
|
BEMessageEvent |
IAMessageOccSpec.getMessage()
Specifies the referenced message event. |
|
|
IAInteraction.getMessage(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The messages contained in this interaction. |
|
String |
IAConstraint.getMinBound()
The minimum number of iterations of a loop. |
|
String |
IALoop.getMinint()
Specifies the lower bound of the loop if it is expressed as an integer. |
|
IAOperand |
IAConstraint.getOperand()
The operand that owns this constraint. |
|
List<IAOperand> |
IACombined.getOperand(K_CONTROL_OPTION... behaviourFlags)
The set of operands of the combined fragment. |
|
CLOperation |
IADestructMessage.getOperation()
The destructor which is called by the message. |
|
CLOperation |
IACreateMessage.getOperation()
The constructor which is called by the message. |
|
CLOperation |
IACallMessage.getOperation()
The operation which is called by the message. |
|
K_IA_OPERATOR |
IACombined.getOperator()
Determines the kind of the operator of the combined fragment. |
|
List<MEDurationConstraint> |
IAInteraction.getOwnedDurationConstraint(K_CONTROL_OPTION... behaviourFlags)
|
|
List<MESimpleConstraint> |
IAOperand.getOwnedRule(K_CONTROL_OPTION... behaviourFlags)
|
|
List<MESimpleConstraint> |
IACombined.getOwnedRule(K_CONTROL_OPTION... behaviourFlags)
|
|
List<METimeConstraint> |
IAInteraction.getOwnedTimeConstraint(K_CONTROL_OPTION... behaviourFlags)
|
|
IAMessageEnd |
IAMessage.getReceiveEvent()
References the receiving of the message. |
|
IAMessage |
IAMessageEnd.getReceiveMessage()
References the receiving of the message. |
|
IAInteraction |
IAUse.getRefersTo()
Refers to the interaction that defines its meaning. |
|
IAInteraction |
IALifeline.getRefersTo()
The interaction referred by this lifeline. |
|
CLConnectAbleElement |
IALifeline.getRepresents()
The element connected to this lifeline. |
|
String |
IALifeline.getSelector()
Specification of the selector of the IALifeline. |
|
IAMessageEnd |
IAMessage.getSendEvent()
References the sending of the message. |
|
IAMessage |
IAMessageEnd.getSendMessage()
References the sending of the message. |
|
boolean |
IAContinuation.getSetting()
The setting of the continuation. |
|
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. |
|
|
IAExecOccSpec.getStarted(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
References the occurrence specification that designates the start of the action or behavior. |
|
List<IAOrdering> |
IAOccSpec.getToAfter(K_CONTROL_OPTION... behaviourFlags)
The OccurrenceSpecification referred comes before the OccurrenceSpecification referred by 'After'. |
|
List<IAOrdering> |
IAOccSpec.getToBefore(K_CONTROL_OPTION... behaviourFlags)
The OccurrenceSpecification referred comes after the OccurrenceSpecification referred by 'Before'. |
|
List<IAUse> |
IAInteraction.getUsedBy(K_CONTROL_OPTION... behaviourFlags)
All usages of this interaction. |
|
static IAOperand |
IAOperandHelper.insertAtSelection(SrvContext srvCtx,
MMCreateTemplate ohTemplateOperand,
IAOperand ohOperand,
K_INSERT kInsertAt)
Inserts a new IAOperand using a lane template. |
|
boolean |
IACallMessage.isAsynchron()
The message is generated by an asynchronous call to the operation. |
|
static void |
IAInteractionHelper.layout(SrvContext srvCtx,
List<? extends IAInteraction> sel,
String format,
K_ORIENTATION orientation,
int marginLeft,
int marginRight,
int marginTop,
int marginBottom,
int horPage,
int verPage)
Sets the layout information of the IAInteraction. |
|
void |
IAInteraction.layout(String format,
K_ORIENTATION orientation,
int marginLeft,
int marginRight,
int marginTop,
int marginBottom,
int horPage,
int verPage)
Sets the layout information of the IAInteraction. |
|
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(String value)
Set the value of Attribut Body. |
|
void |
IAIgnore.setElement(List<? extends MEModelElement> values)
Set the value of Foreign Key Element. |
|
void |
IAConsider.setElement(List<? extends MEModelElement> values)
Set the value of Foreign Key Element. |
|
void |
IAStateInvariant.setLanguage(String value)
Set the value of Attribut Language. |
|
void |
IAConstraint.setMaxBound(String value)
Set the value of Info MaxBound. |
|
void |
IAConstraint.setMinBound(String value)
Set the value of Info MinBound. |
|
void |
IADestructMessage.setOperation(CLOperation value)
Set the value of View Operation. |
|
void |
IACreateMessage.setOperation(CLOperation value)
Set the value of View Operation. |
|
void |
IACallMessage.setOperation(CLOperation value)
Set the value of View Operation. |
|
void |
IAUse.setRefersTo(IAInteraction value)
Set the value of Foreign Key RefersTo. |
|
void |
IALifeline.setRefersTo(IAInteraction value)
Set the value of Foreign Key RefersTo. |
|
void |
IALifeline.setSelector(String value)
Set the value of Attribut Selector. |
|
void |
IAContinuation.setSetting(boolean value)
Set the value of Attribut Setting. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2im |
|---|
| Methods in de.mid.innovator.srv2api.icw2im that throw InoNetException | ||
|---|---|---|
static IMSequence |
IMSequenceHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Sequence Type with template and container. |
|
static IMCLDataType |
IMCLDataTypeHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Data Type with template 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 IMKeyRelationshipFeature |
IMKeyRelationshipFeatureHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
List<? extends ELElement> seqSel)
Create a new Key Relationship Feature with template and a sequence of elements. |
|
static IMSequence |
IMSequenceHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Sequence Type with stereotype and container. |
|
static IMCLDataType |
IMCLDataTypeHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Data Type with stereotype and container. |
|
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 IMKeyRelationshipFeature |
IMKeyRelationshipFeatureHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
List<? extends ELElement> seqSel)
Create a new Key Relationship Feature with stereotype and a sequence of elements. |
|
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 List<IMUniqueKeyFeature> |
IMUniqueKeyFeatureHelper.createByER(SrvContext srvCtx,
ELContainerAble ohDBElement,
MENamedElement ohERElement)
This method creates an analog IMUniqueKeyFeature for the given ER element in the
given DBUniqueKey (DB element). |
|
static IMSequence |
IMSequenceHelper.createByER(SrvContext srvCtx,
ELContainerAble ohDBElement,
MENamedElement ohERElement)
This method creates a IMSequence for the given sequence type. |
|
static List<IMKeyRelationshipFeature> |
IMKeyRelationshipFeatureHelper.createByER(SrvContext srvCtx,
ELContainerAble ohDBElement,
MENamedElement ohERElement)
This method creates an analog IMKeyRelationshipFeature for the given ER element in the
given DBForeignKey (DB element). |
|
static IMCLDataType |
IMCLDataTypeHelper.createByER(SrvContext srvCtx,
ELContainerAble ohDBElement,
MENamedElement ohERElement)
This method creates a IMCLDataType for the given data type (ER element) in
the given MEModel (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. |
|
|
IMKey.getAddableProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all addable properties. |
|
|
IMIndex.getAddableProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all addable properties. |
|
|
IMKey.getAddableProperty(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAddableProperty and filters its return values according to the given stereotype value. |
|
|
IMIndex.getAddableProperty(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAddableProperty and filters its return values according to the given stereotype value. |
|
|
IMClassifier.getAllAssignedConstraint(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All constraints which are assigned to this IMClassifier or to a IMProperty of this classifier. |
|
|
IMClassifier.getAllAssignedConstraint(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getAllAssignedConstraint and filters its return values according to the given stereotype value. |
|
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. |
|
String |
IMSemanticDataType.getConcreteFirstMasterParameter()
The concrete value of paramter one. |
|
String |
IMProperty.getConcreteFirstMasterParameter()
The concrete first parameter of the IMDataTypeDefinition. |
|
String |
IMDataTypeDefinition.getConcreteFirstParameter()
Concrete first parameter for substitution in MMTSType. |
|
String |
IMSemanticDataType.getConcreteSecondMasterParameter()
The concrete value of paramter two. |
|
String |
IMProperty.getConcreteSecondMasterParameter()
The concrete second parameter of the IMDataTypeDefinition. |
|
String |
IMDataTypeDefinition.getConcreteSecondParameter()
Concrete second parameter for substitution in MMTSType. |
|
|
IMConstraintAssign.getConstrainedClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Gets all classifiers constrained by this IMConstraintAssign,
directly or indirectly via owned properties or used data types. |
|
|
IMConstraint.getConstrainedClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Gets all classifiers which are directly assigned by this IMConstraint
or contain a IMProperty assigned by this constraint. |
|
|
IMConstraintAssign.getConstrainedClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getConstrainedClassifier and filters its return values according to the given stereotype value. |
|
|
IMConstraint.getConstrainedClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getConstrainedClassifier and filters its return values according to the given stereotype value. |
|
List<BI2CubeDimension> |
IMForeignKeyAble.getCubeDimension()
List of all cube dimensions referencing this IMForeignKeyAble. |
|
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 the IMDataTypeDefinition which is valid for this IMProperty. |
|
IMSemanticDataType |
IMProperty.getDerivedSemanticDataType()
Gets the IMSemanticDataType which is valid for this IMProperty. |
|
ADClientAble |
IMProperty.getDerivedTypingTSOrDTType()
Gets the IMDataTypeDefinition which types this DBTableColumn. |
|
List<BI2DimensionPrecedence> |
IMForeignKeyAble.getDimensionPrecedence()
List of all dimension precedences referencing this IMForeignKeyAble. |
|
List<IMConstraintAssign> |
IMClassifier.getDirectlyCheckConstraintAssign(K_CONTROL_OPTION... behaviourFlags)
All check constraint assignments of this IMClassifier. |
|
IMClassifier |
IMConstraintAssign.getDirectlyConstrainedClassifier()
The IMClassifier of this IMConstraintAssign. |
|
String |
IMIndexedFeature.getExpression()
Specifies an expression built from the feature and SQL functions. |
|
IMFeature |
IMKeyFeature.getFeature()
Reference to the IMFeature used by this IMKeyFeature. |
|
IMFeature |
IMIndexedFeature.getFeature()
Reference to the IMFeature indexed by this IMIndexedFeature. |
|
String |
IMKey.getFeatureNames()
Returns the names of the features as a comma separated string. |
|
String |
IMIndex.getFeatureNames()
Returns the names of the features of this IMIndex as a comma separated string. |
|
IMProperty |
IMProperty.getFirstValidDerivingTypeProperty()
Gets the IMProperty which is the first candidate property for deriving its IMDataType to this property, regardless of whether this property is typed by itself. |
|
IMProperty |
IMProperty.getFirstValidTypeProperty()
Gets the IMProperty which is valid to evaluate the IMDataType of this property. |
|
ERForeignKey |
IMForeignKeyAble.getForeignKey()
Reference to the foreign key of this foreign key inducing element (generalization or relationship role). |
|
|
IMClassifier.getForeignKeyReferencingOwnedUniqueKey(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All key relationships which reference an IMUniqueKey owned by this classifier. |
|
|
IMClassifier.getForeignKeyReferencingOwnedUniqueKey(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 the IMSemanticDataType used in a referencing foreign key for this IMSequence in the primary key. |
|
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 covering |
|
K_IMSEQUENCE |
IMSequence.getGenerationType()
It indicates if this sequence will be generated always or by default. |
|
String |
IMDataTypeDefinition.getImplementation()
Concrete data type implementation with substituted dollar parameters of the MMTSType. |
|
String |
IMSequence.getIncrement()
Specify the interval between sequence numbers. |
|
|
IMFeature.getIndex(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All indices this element is assigned to by an IMIndexedFeature. |
|
|
IMFeature.getIndex(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getIndex and filters its return values according to the given stereotype value. |
|
|
IMFeature.getIndexedFeature(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of indexed features of this IMFeature. |
|
boolean |
IMTrigger.getInsertType()
It indicates if the trigger is used by the insert event. |
|
|
IMFeature.getKey(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All keys this element is assigned to by an IMKeyFeature. |
|
|
IMFeature.getKey(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getKey and filters its return values according to the given stereotype value. |
|
|
IMKeyRelationship.getKeyClassifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns a list of two elements. |
|
|
IMKeyRelationship.getKeyClassifier(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getKeyClassifier and filters its return values according to the given stereotype value. |
|
|
IMFeature.getKeyFeature(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of key features that use this IMFeature. |
|
K_KEY_KIND |
IMUniqueKey.getKeyKind()
The key is either a unique key, candidate key or primary key. |
|
|
IMUniqueKey.getKeyRelationship(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of key relationships that reference this unique key. |
|
|
IMProperty.getKeyRelationship(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of foreign keys that use this IMProperty. |
|
|
IMProperty.getKeyRelationship(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getKeyRelationship and filters its return values according to the given stereotype value. |
|
List<IMKeyRelationshipFeature> |
IMUniqueKeyFeature.getKeyRelationshipFeature(K_CONTROL_OPTION... behaviourFlags)
List of all key relationship features referencing this unique key feature. |
|
|
IMFeature.getKeyRelationshipProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of foreign key properties, referencing this unique key property. |
|
|
IMFeature.getKeyRelationshipProperty(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getKeyRelationshipProperty and filters its return values according to the given stereotype value. |
|
|
IMFeature.getKeyRelationshipPropertyRecursive(Class<T> returnType,
IMClassifier refObj,
K_CONTROL_OPTION... behaviourFlags)
List of foreign key properties, referencing this unique key property indirectly. |
|
|
IMFeature.getKeyRelationshipPropertyRecursive(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. |
|
String |
IMSequence.getMaximum()
Specify the maximum value the sequence can generate. |
|
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 origin IMProperty of this foreign key property. |
|
List<DBCheckConstraint> |
IMSemanticDataType.getOwnedDBCheckConstraint(K_CONTROL_OPTION... behaviourFlags)
List of check constraints owned by this IMSemanticDataType. |
|
List<ERCheckConstraint> |
IMSemanticDataType.getOwnedERConstraint(K_CONTROL_OPTION... behaviourFlags)
List of check constraints owned by this IMSemanticDataType. |
|
|
IMProcedureExpressionAble.getOwnedExpression(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of procedure expressions of this IMProcedureExpressionAble (IMTrigger or IMProcedure). |
|
|
IMClassifier.getOwnedFeature(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of features of this classifier. |
|
|
IMClassifier.getOwnedGeneralizationSet(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All generalization sets owned by this classifier. |
|
|
IMClassifier.getOwnedIMConstraint(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All constraints owned by this classifier. |
|
|
IMClassifier.getOwnedIMTrigger(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all triggers of this classifier. |
|
|
IMIndex.getOwnedIndexedFeature(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of indexed features of this IMIndex. |
|
|
IMClassifier.getOwnedKey(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of keys of this classifier (ER entity or DB table). |
|
|
IMKey.getOwnedKeyFeature(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of key features of this IMKey. |
|
List<IMKeyRelationshipFeature> |
IMKeyRelationship.getOwnedKeyRelationshipFeature(K_CONTROL_OPTION... behaviourFlags)
List of key relationship features of this IMKeyRelationship. |
|
|
IMClassifier.getOwnedProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of properties of this classifier. |
|
List<IMDataTypeDefinition> |
IMSemanticDataType.getOwnedTypeDefinition(K_CONTROL_OPTION... behaviourFlags)
List of type definitions of this semantic data type. |
|
List<IMDataTypeDefinition> |
IMProperty.getOwnedTypeDefinition(K_CONTROL_OPTION... behaviourFlags)
List of type definitions of this property which is an entity attribute or a database table column. |
|
static IMDataTypeDefinition |
IMDataTypeDefinitionHelper.getOwnedTypeDefinitionByTypeSystem(SrvContext srvCtx,
MEModelElement ohTypedElement,
MMTypeSystem ohTypeSystem)
Gets the IMDataTypeDefinition of the given element (IMSemanticDataType or IMProperty)
in the scope of the given MMTypeSystem. |
|
List<IMUniqueKeyFeature> |
IMUniqueKey.getOwnedUniqueKeyFeature(K_CONTROL_OPTION... behaviourFlags)
List of unique key features of this unique key. |
|
IMClassifier |
IMTrigger.getOwningClassifier()
Reference to the classifier of this IMTrigger. |
|
IMClassifier |
IMKey.getOwningClassifier()
Reference to the classifier (ER entity or DB table) of this key. |
|
IMClassifier |
IMFeature.getOwningClassifier()
Reference to the classifier of this IMFeature. |
|
IMProcedureExpressionAble |
IMProcedureExpression.getOwningExpressionAble()
Reference to the IMProcedureExpressionAble (IMTrigger or IMProcedure) of this IMProcedureExpression. |
|
IMIndex |
IMIndexedFeature.getOwningIMIndex()
Reference to the IMIndex of this IMIndexedFeature. |
|
IMKey |
IMKeyFeature.getOwningKey()
Reference to the IMKey of this IMKeyFeature. |
|
IMKeyRelationship |
IMKeyRelationshipFeature.getOwningKeyRelationship()
Reference to the IMKeyRelationship of this IMKeyRelationshipFeature. |
|
IMProperty |
IMDataTypeDefinition.getOwningProperty()
Reference to the property, (entity attribute or database table column) of this type definition. |
|
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 this IMClassifier. |
|
List<IMSequence> |
IMSemanticDataType.getPrimaryKeySequence()
List of all sequence types using this IMSemanticDataType in a referencing foreign key. |
|
String |
IMProcedureExpression.getProcedureExpression()
The procedure expression holds the source code of its DBTrigger or DBStoredProcedure. |
|
|
IMKey.getProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Gets all features of this IMKey, unique or foreign key. |
|
|
IMIndex.getProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Gets all features of this IMIndex. |
|
|
IMKey.getProperty(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getProperty and filters its return values according to the given stereotype value. |
|
|
IMIndex.getProperty(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getProperty and filters its return values according to the given stereotype value. |
|
|
IMSemanticDataType.getSameTypedSemanticDataTypes(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. |
|
|
IMSemanticDataType.getSameTypedSemanticDataTypes(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSameTypedSemanticDataTypes and filters its return values according to the given stereotype value. |
|
String |
IMSequence.getStartValue()
Specify the first sequence number to be generated. |
|
MMTSType |
IMDataTypeDefinition.getTSType()
Reference to the type of a configured type system used by this data type definitions. |
|
String |
IMSemanticDataType.getTypeClassName()
Name of the MMTSTypeClass of the master type of this IMSemanticDataType. |
|
String |
IMProperty.getTypeClassName()
Name of the MMTSTypeClass of the master type of this IMProperty. |
|
String |
IMDataTypeDefinition.getTypeClassName()
Name of the MMTSTypeClass of this IMDataTypeDefinition. |
|
IMProperty |
IMDataTypeDefinition.getTypedByDefinitionProperty()
The property, (ER attribute or DB column) typed by this data type definition. |
|
List<ERAttribute> |
IMSemanticDataType.getTypedBySemanticAttribute(K_CONTROL_OPTION... behaviourFlags)
All attributes typed by this semantic data type. |
|
List<DBTableColumn> |
IMSemanticDataType.getTypedBySemanticColumn(K_CONTROL_OPTION... behaviourFlags)
All columns typed by this semantic data type. |
|
|
IMSemanticDataType.getTypedBySemanticProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All properties, (ER attributes or DB columns) typed by this semantic data type. |
|
|
IMDataType.getTypedIMProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All properties, (ER attributes or DB columns) typed by this data type. |
|
|
IMDataTypeDefinition.getTypedSemanticDataType(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. |
|
String |
IMDataTypeDefinition.getTypeSystemName()
Name of the type system which is the scope of this data type definition. |
|
IMDataType |
IMProperty.getTypingDataType()
The data type that types this property. |
|
IMDataTypeDefinition |
IMSemanticDataType.getTypingDataTypeDefinition()
The data type definition that types this semantic data type. |
|
IMDataTypeDefinition |
IMProperty.getTypingDataTypeDefinition()
The data type definition that types this property. |
|
IMSemanticDataType |
IMProperty.getTypingSemanticDataType()
The semantic data type that types this property. |
|
MMTSType |
IMSemanticDataType.getTypingTSType()
The type of the MMTypeSystem which types the IMDataTypeDefinition which types this IMSemanticDataType. |
|
IMUniqueKey |
IMKeyRelationship.getUniqueKey()
Reference to the unique key referenced by this key relationship. |
|
|
IMProperty.getUniqueKey(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of unique keys that use this IMProperty. |
|
|
IMProperty.getUniqueKey(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 referenced IMUniqueKey. |
|
IMUniqueKeyFeature |
IMKeyRelationshipFeature.getUniqueKeyFeature()
Reference to the unique key feature referenced by this key relationship feature. |
|
|
IMProperty.getUniqueKeyProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of unique key properties, referenced by this foreign key property. |
|
|
IMProperty.getUniqueKeyProperty(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getUniqueKeyProperty and filters its return values according to the given stereotype value. |
|
|
IMProperty.getUniqueKeyPropertyOrigin(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Gets the origin properties of this foreign key property. |
|
|
IMProperty.getUniqueKeyPropertyOrigin(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 the IMUniqueKey which is the default to be referenced by an IMKeyRelationship. |
|
boolean |
IMTrigger.getUpdateType()
It indicates if the trigger is used by the update event. |
|
boolean |
IMKey.hasNullProperty()
If true, a nullable IMProperty is part of this key. |
|
boolean |
IMIndex.hasNullProperty()
If true, a nullable IMProperty is part of this index. |
|
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 the argument refObj. |
|
boolean |
IMForeignKeyAble.isHierarchical()
A foreign keyable element is hierarchical if it is an IMGeneralization or
an ERRole of an ERRelationship with a weak entity. |
|
boolean |
IMKeyRelationship.isIdentifying()
True, if this IMKeyRelationship is an identifying foreign key. |
|
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. |
|
boolean |
IMKeyRelationship.isMaxOne()
True, if this IMKeyRelationship can store no more than one row for the same
referenced row of the IMUniqueKey. |
|
boolean |
IMProperty.isNotNull()
True, if the property is mandatory, otherwise false. |
|
boolean |
IMForeignKeyAble.isNotNull()
If true, the foreign keyable element leads to a not null foreign key. |
|
boolean |
IMKeyRelationship.isOptional()
True, if this IMKeyRelationship is an optional foreign key. |
|
boolean |
IMProcedure.isQuery()
Specifies whether an execution of the IMProcedure 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. |
|
List<MEStereotypeAble> |
IMUniqueKeyFeature.maintain()
Runs all maintaining methods for this IMUniqueKeyFeature in the following order:
maintainKeyRelationshipFeatures(...) |
|
void |
IMKeyRelationship.maintainDeleteForeignProperties()
This maintaining method deletes the key relationship features which reference to an illegal IMUniqueKeyFeature. |
|
List<IMKeyRelationshipFeature> |
IMUniqueKeyFeature.maintainKeyRelationshipFeatures()
Creates the missing key relationship features in all key relationships ((ER foreign keys or (DB foreign keys) referencing the IMUniqueKey (ERUniqueKey or DBUniqueKey) of this IMUniqueKeyFeature. |
|
void |
IMSemanticDataType.merge(List<? extends IMSemanticDataType> seq)
This command will merge all given semantic data types (other types) to this IMSemanticDataType. |
|
void |
IMProperty.merge(List<? extends IMStructuralFeature> seq)
This method merges several properties of the same concrete class ERAttribute or DBTableColumn. |
|
static List<ELViewEntry> |
IMFeatureHelper.propagateToViews(SrvContext srvCtx,
List<? extends IMFeature> seqFeature,
List<? extends ELView> seqView)
Propagates all selected features to all propagation target views. |
|
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(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 |
IMSemanticDataType.setConcreteFirstMasterParameter(String value)
Set the value of Info ConcreteFirstMasterParameter. |
|
void |
IMProperty.setConcreteFirstMasterParameter(String value)
Set the value of Info ConcreteFirstMasterParameter. |
|
void |
IMDataTypeDefinition.setConcreteFirstParameter(String value)
Set the value of Attribut ConcreteFirstParameter. |
|
void |
IMSemanticDataType.setConcreteSecondMasterParameter(String value)
Set the value of Info ConcreteSecondMasterParameter. |
|
void |
IMProperty.setConcreteSecondMasterParameter(String value)
Set the value of Info ConcreteSecondMasterParameter. |
|
void |
IMDataTypeDefinition.setConcreteSecondParameter(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(String value)
Set the value of Attribut Expression. |
|
void |
IMKey.setFeatureNames(String value)
Set the value of Info FeatureNames. |
|
void |
IMIndex.setFeatureNames(String value)
Set the value of Info FeatureNames. |
|
void |
IMSequence.setForeignKeyType(IMSemanticDataType value)
Set the value of Foreign Key ForeignKeyType. |
|
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(String value)
Set the value of Info Implementation. |
|
void |
IMSequence.setIncrement(String value)
Set the value of Attribut Increment. |
|
void |
IMTrigger.setInsertType(boolean value)
Set the value of Attribut InsertType. |
|
void |
IMUniqueKey.setKeyKind(K_KEY_KIND value)
Set the value of Attribut KeyKind. |
|
void |
IMSequence.setMaximum(String value)
Set the value of Attribut Maximum. |
|
void |
IMSequence.setMinimum(String value)
Set the value of Attribut Minimum. |
|
void |
IMProperty.setNull(boolean setNull)
Sets the DBTableColumn to null or not null. |
|
void |
IMKey.setNull(boolean setNull)
Sets all DBTableColumns of the IMKey to null or not null. |
|
void |
IMSequence.setOrderOption(boolean value)
Set the value of Attribut OrderOption. |
|
void |
IMProcedureExpression.setProcedureExpression(String value)
Set the value of Attribut ProcedureExpression. |
|
void |
IMProcedure.setQuery(boolean value)
Set the value of Attribut IsQuery. |
|
void |
IMSequence.setStartValue(String value)
Set the value of Attribut StartValue. |
|
void |
IMDataTypeDefinition.setTSType(MMTSType value)
Set the value of Foreign Key TSType. |
|
void |
IMDataTypeDefinition.setTypeSystemName(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. |
|
List<IMProperty> |
IMProperty.split()
This method splits an IMProperty, (ERAttribute or DBTableColumn)
to several features. |
|
void |
IMSemanticDataType.typeMapping()
If the IMSemanticDataType is typed by an IMDataTypeDefinition, 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 |
IMProperty.typeMapping()
If the property is typed by an IMDataTypeDefinition, 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. |
|
static void |
IMDataTypeDefinitionHelper.typeMapping(SrvContext srvCtx,
ELElement item)
If the owning element ( IMProperty or IMSemanticDataType is typed by an IMDataTypeDefinition. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2imdia |
|---|
| Methods in de.mid.innovator.srv2api.icw2imdia that throw InoNetException | |
|---|---|
List<PRPresContent> |
IMDia.addEdgeDlg(List<? extends ADClientAble> seqSel,
Class<? extends ELObject> kVOclPres,
boolean isDirParent,
boolean addNode)
Add generalizations or relationships as edges to this diagram. |
List<IMDiaHierNode> |
IMDiaHierNode.addHierNode(Class<? extends ELObject> kVOclModel,
Class<? extends ELObject> kVOclPres,
List<? extends ADClientAble> adds,
Point position,
Point size,
Point offset)
Add BI2Hierarchy, BI2HierarchyLevel or BI2DimensionLevel as ERDiaHierarchyNode, ERDiaHierarchyLevelNode or ERDiaDimensionLevelNode to this hierarchical node. |
| Uses of InoNetException in de.mid.innovator.srv2api.icw2meta |
|---|
| Methods in de.mid.innovator.srv2api.icw2meta that throw InoNetException | ||
|---|---|---|
void |
ADUsrRole.addOperationMode(K_OPERATIONMODE value)
Adds the privilege to the current object. |
|
void |
ADMdlUser.addRole(ADUsrRole role)
Adds the role to the current object. |
|
void |
ADCSWorkStep.addWorkStepInstances(List<? extends ADCSInstance> seqInst,
boolean replaceExisting)
Adds a list of instances to this ADCSWorkStep. |
|
void |
ADModel.allowLogin(K_LOGINKIND logK,
boolean allowLogin,
String text)
Allow or prevent to login in the model. |
|
List<MM2ClassificationConstraint> |
MM2Classification.assignClassification(MMProfile ohProfile,
MM2Attribute ohAttr,
List<? extends MM2Classification> seqOh)
Assigns a list of meta classifications to a meta classification to restrict the valid values of the specified meta attribute. |
|
List<MMRoleExecution> |
ADUsrRole.assignExecuteAble(MMProfile ohProfile,
MM2Class ohClass,
List<? extends ADExecuteAble> seqOh)
Assigns a list of executable elements to this user role. |
|
List<MMMenuItem> |
MM2Classification.assignMenuItem(MMProfile ohProfile,
MMMenu ohMenu,
MM2Class ohClass,
List<? extends MMMenuItemAble> seqOh)
Assigns a list of menu items to a meta classification. |
|
void |
ADModel.assignRevisionRepository(String locationRepository,
boolean createIt)
Assigns a revision repository to this model. |
|
void |
MMStereotypeAble.assignStereotypeDlg(ELElement item)
Assigns a new stereotype to this element. |
|
static void |
MMStereotypeAbleHelper.assignStereotypeDlg(SrvContext srvCtx,
List<? extends MMStereotypeAble> sel,
ELElement item)
Assigns a new stereotype to this element. |
|
static ARG_RevisionRepositoriesList |
ADRevisionHelper.checkOutModel(SrvContext srvCtx,
String locationRepository,
String revisionReference,
String locationCheckOut,
boolean readOnly,
String sectionName)
Copies the specified revision from the revision repository to the given location and starts a repository server. |
|
MMStereotypeAble |
MMStereotypeAble.cloneElement()
Creates a copy of the selected element. |
|
void |
ADModel.commitToRevisionRepository(String locationRepository,
String revisionReference,
String note)
Commit this model to the specified revision repository. |
|
static void |
ADChangeSetHelper.configChangeSetDlg(SrvContext srvCtx,
boolean isActive,
boolean isAnonym,
int maxSize,
int maxDay)
Modifies the configuration of change sets. |
|
void |
MM2Classification.copyConstraintDlg(MMProfile ohProfile,
MMProfile ohSrcProfile,
MMStereotype ohSrcStereo,
boolean copyAll,
List<? extends MM2ClassificationConstraint> seqCnstr)
Copies the classification constraints from the specified stereotype to this stereotype. |
|
static void |
MMStereotypeAbleHelper.copyExtendedProperties(SrvContext srvCtx,
List<? extends MMStereotypeAble> seqSource,
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,
List<? extends MMFormatAble> seqRules)
Copies the format from the specified stereotype to this stereotype. |
|
void |
MM2Classification.copyMenuDlg(MMProfile ohProfile,
MMProfile ohSrcProfile,
MMStereotype ohSrcStereo,
boolean copyAll,
List<? extends MMMenuItem> seqItem)
Copies the menus from the specified stereotype to this stereotype. |
|
void |
ADUsrRole.copyRoleExecutionDlg(MMProfile ohProfile,
MMProfile ohSrcProfile,
ADUsrRole ohSrcRole,
boolean copyAll,
List<? extends ADExecuteAble> seqExec)
Copies the execution right from the specified user role to this user role. |
|
static ADCSWorkStep |
ADCSWorkStepHelper.create(SrvContext srvCtx)
Creates a new ADCSWorkStep within the active ADChangeSet. |
|
static MMTSOption |
MMTSOptionHelper.create(SrvContext srvCtx,
Class<? extends ELObject> kVOcl,
ELContainerAble ohOwner,
String name)
Generic function to create every kind of MMTSOption. |
|
static MMVerify |
MMVerifyHelper.create(SrvContext srvCtx,
ELElement item)
Creates a new verify. |
|
static MMTypeSystem |
MMTypeSystemHelper.create(SrvContext srvCtx,
ELElement item)
Creates a new MMTypeSystem. |
|
static MMTSType |
MMTSTypeHelper.create(SrvContext srvCtx,
ELElement item)
Creates a new MMTSType. |
|
static MMTSTypeClass |
MMTSTypeClassHelper.create(SrvContext srvCtx,
ELElement item)
Creates a new MMTSTypeClass. |
|
static MMFontColor |
MMFontColorHelper.create(SrvContext srvCtx,
ELElement item)
Creates a new font color element within the specified profile. |
|
static MMEngineeringAction |
MMEngineeringActionHelper.create(SrvContext srvCtx,
ELElement item)
Creates a new engineering action. |
|
static List<MMFilterProperty> |
MMFilterPropertyHelper.create(SrvContext srvCtx,
MMFilter ohFilter,
List<? extends MM2Property> seqProp)
Creates a list of new filter properties. |
|
static MMStereotypeProperty |
MMStereotypePropertyHelper.create(SrvContext srvCtx,
MMProfile ohProfile,
MM2Classification ohMM2Classification,
K_TYPE kType)
Creates a new stereotype property. |
|
static MMLabel |
MMLabelHelper.create(SrvContext srvCtx,
MMProfile ohProfile,
MM2Classification ohMM2Classification,
K_TYPE kType)
Extents the basic function 'EntCreateOclCmd' for the element MMLabel by setting/modifying further attributes or elements. |
|
static MMText |
MMTextHelper.create(SrvContext srvCtx,
MMProfile ohProfile,
MM2Classification ohMM2Classification,
String name,
String preset,
boolean useInDocumentation,
boolean isFlowDocument)
Creates a new text definition. |
|
static List<MMPresEntry> |
MMPresEntryHelper.create(SrvContext srvCtx,
MMProfile ohProfile,
MMFormatAble ohFormatAble,
List<? extends MM2Presentation> seqPres)
Creates a new presentation entry. |
|
static MMFormatRule |
MMFormatRuleHelper.create(SrvContext srvCtx,
MMProfile ohProfile,
MMFormatAble ohFormatAble,
MMMetamodelElement ohMeta)
Create a new format rule. |
|
static MMStereotype |
MMStereotypeHelper.create(SrvContext srvCtx,
MMProfile ohProfile,
MMStereotype ohStereotype)
Creates a new stereotype. |
|
static MMFilter |
MMFilterHelper.create(SrvContext srvCtx,
MMProfile ohProfile,
MMStereotype ohStereotype)
Creates a new filter. |
|
static MMCreateTemplate |
MMCreateTemplateHelper.create(SrvContext srvCtx,
MMProfile ohProfile,
MMStereotype ohStereotype)
Creates a new create template. |
|
static ADUsrRole |
ADUsrRoleHelper.create(SrvContext srvCtx,
String name)
Creates a new user role. |
|
static ADMdlUser |
ADMdlUserHelper.create(SrvContext srvCtx,
String name)
Creates a new model user. |
|
static ADChangeSet |
ADChangeSetHelper.create(SrvContext srvCtx,
String strName,
String strNote,
String strLink,
String strId)
creates a change set assigned to the user of this login. |
|
static ADAnnotation |
ADAnnotationHelper.createAnnotation(SrvContext srvCtx,
ADAnnotation ohParent,
String strText,
List<? extends ADClientAble> seqElem)
Creates a new annotation. |
|
static ARG_ADModelInfo |
ADModelHelper.createByFile(SrvContext srvCtx,
ADLogin login,
byte[] file,
String nameModel,
String password,
String passCopy)
Creates a new model using the given version file. |
|
static void |
ADEventLogEntryHelper.createEventLogEntry(SrvContext srvCtx,
K_LOG_EVENT kLog,
String strNote,
String strModelName,
String strRepName)
Creates a new event log entry or a specialization. |
|
static List<MMMenu> |
MMMenuHelper.createMenu(SrvContext srvCtx,
MMProfile ohProfile,
MMStereotype ohStereo,
MM2Class ohClass,
List<? extends MM2Class> seqOh,
boolean useDefaultMenu)
Creates a list of menus. |
|
static MMProfile |
MMProfileHelper.createProfile(SrvContext srvCtx)
Creates a profile. |
|
static void |
ADRevisionHelper.createRevisionRepository(SrvContext srvCtx,
String locationRepository,
String uuid)
Creates a revision repository at the specified location. |
|
static List<ADCSWorkStep> |
ADCSWorkStepHelper.createWorkSteps(SrvContext srvCtx,
List<String> seq)
Creates a list of new modeling steps with comments within the active ADChangeSet. |
|
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,
List<? extends MMFormatAble> seqAble)
Deletes the specified formats. |
|
void |
ADModel.deleteInactiveLogins()
Deletes all inactive logins. |
|
void |
ADModel.deleteRevision()
Deletes the ADRevision instance assigned to this model. |
|
static void |
ADRevisionHelper.deleteRevision(SrvContext srvCtx,
String locationRepository,
String revisionReference)
Deletes the revision from the revision repository at the specified location. |
|
static void |
ADRevisionHelper.deleteRevisionRepository(SrvContext srvCtx,
String locationRepository)
Deletes the revision repository at the specified location. |
|
ARG_DucInstancesResult |
ADModel.deleteUpdateCreateInstances(List<? extends ELElement> seqDelete,
List<ARG_InstNode> seqNode)
modifies this model according to the provided instance specifications. |
|
static void |
ADCSWorkStepHelper.deleteWorkStepsModel(SrvContext srvCtx,
List<? extends ADCSWorkStep> seqStep,
String strModel,
String strRep)
Deletes all modeling step models for the specified list of modeling steps at the specified model. |
|
MMStereotype |
MMStereotype.duplicateStereotypeWithAttachmentDlg(boolean duplicateAll,
List<? extends ADClientAble> seqElem)
Duplicates this stereotype with all or the specified attachments of this stereotype. |
|
List<ADClientAble> |
MMMenuItem.evaluateAdd(List<? extends ADClientAble> seqSel,
List<? extends ADClientAble> seqReq,
Point position,
Point size,
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,
Point ptPos,
Class<? extends ELObject> kVOclNode,
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,
Point ptPos,
Class<? extends ELObject> kVOclNode,
Class<? extends ELObject> kVOclEdge)
Creates a relationship from the current object between the specified source and target element. |
|
ADClientAble |
MMMenuItem.evaluateTemplate(List<? extends ADClientAble> seqSel,
List<? extends ADClientAble> seqReq,
Point position,
Point size,
Point offset)
Evaluates the create template of this menu item. |
|
void |
ADModel.export(String item)
Saves the model to a new repository parallel to the current. |
|
List<MMFilter> |
MM2Class.filter(K_CONTROL_OPTION... behaviourFlags)
All filters defined for this meta class. |
|
static
|
MMStereotypeAbleHelper.filterByStereotype(Class<T> returnType,
SrvContext srvCtx,
List<? extends ELElement> seqItems,
List<ARG_StereotypeFilterItem> seqFilter)
Returns elements whose stereotype conforms to/ is exactly the same as the provided stereotype. |
|
static
|
MMStereotypeAbleHelper.filterByStereotypeName(Class<T> returnType,
SrvContext srvCtx,
Class<? extends ELObject> voclM2Class,
String nameProfile,
String nameStereotype,
boolean isExact,
List<? extends ELElement> seqItems)
Returns elements whose stereotype conforms to/ is exactly the same as the provided stereotype. |
|
MM2Class |
MMFilter.filterClass()
The meta class of this filter. |
|
MM2Property |
MMFilterProperty.filterProperty()
The meta property used by this filter property. |
|
List<MMFilterProperty> |
MM2Property.filterProperty(K_CONTROL_OPTION... behaviourFlags)
All filter properties that use this meta property. |
|
void |
MMProfile.generatePossibleEntries(K_CTREE value)
Generates all possible entries for this profile within the specified view of the configuration editor. |
|
|
ADUsrRole.getAccessAble(Class<T> returnType)
Returns the elements which can be accessed by the current object. |
|
List<ADUsrRole> |
ADAccessAble.getAccessRole()
Return the roles which can read the current object. |
|
Date |
ADLogin.getAccessTime()
Returns the recent access time of the current object. |
|
static List<String> |
MMEngineeringActionHelper.getActionTags(SrvContext srvCtx)
Returns all tags specified for engineering actions. |
|
List<String> |
MMEngineeringAction.getActionTagsList()
The list of all action tags. |
|
ADChangeSet |
ADLoginAble.getActiveChangeSet()
returns the only not terminated change set of this ADLoginAble. |
|
List<MMLabel> |
MM2Classification.getAllLabel(String pattern,
K_CONTROL_OPTION... behaviourFlags)
All labels of this classification. |
|
|
MM2Classification.getAllowedMetaClassByAttribute(Class<T> returnType,
ADClientAble refObj,
K_VATTR kind,
K_CONTROL_OPTION... behaviourFlags)
Calculates all meta classes which are valid for the specified argument kind. |
|
List<MMStereotype> |
MM2Classification.getAllowedStereotypeByAttribute(ADClientAble refObj,
K_VATTR kind,
K_CONTROL_OPTION... behaviourFlags)
Calculates all stereotypes which are valid for the specified argument kind. |
|
List<ARG_StereotypeInfo> |
ADModel.getAllStereotype()
All stereotypes known in this model. |
|
List<MMText> |
MM2Classification.getAllText(String pattern,
K_CONTROL_OPTION... behaviourFlags)
All specifications of this classification. |
|
static List<String> |
ADAnnotationHelper.getAllUserNames(SrvContext srvCtx)
All names of users who created at least one annotation. |
|
|
ADAnnotation.getAnnotatedElement(Class<T> returnType)
All elements which are annotated by this annotation. |
|
List<ADAnnotation> |
ADClientAble.getAnnotation()
All annotations which annotate this element. |
|
MMProfile |
MMProfileApplication.getAppliedProfile()
References the profiles that are applied to a package through this profile application. |
|
MEModel |
MMProfileApplication.getApplyingModel()
The model package that owns the profile application. |
|
MMProfile |
MMProfileApplication.getApplyingProfile()
The profile that owns the profile application. |
|
String |
MMEngineeringAction.getArgument()
All arguments of this action. |
|
List<MEAttachment> |
MMAttachmentAble.getAssignedAttachment(String pattern,
K_CONTROL_OPTION... behaviourFlags)
All attachments being assigned to this element. |
|
static ARG_TreeArgNameAbleSelectDlgNode |
ADM2AttrModifyAbleHelper.getAsTree(SrvContext srvCtx,
List<? extends ADClientAble> seqSel,
String pattern,
boolean ignoreCase,
boolean lockOption,
boolean addReferences)
Transforms the provided elements in a tree representation. |
|
List<MEAttachmentAssign> |
MMAttachmentAble.getAttachmentAssign(K_CONTROL_OPTION... behaviourFlags)
All attachment references of this element. |
|
List<ELM2TypedElementCnstr> |
MMStereotypeAble.getAttrCnstrEffective(ELM2Attribute refObj,
K_CONTROL_OPTION... behaviourFlags)
Returns the effective ELM2TypedElementCnstr instance for the argument refObj of this element. |
|
MM2Attribute |
MM2ClassificationConstraint.getAttribute()
The meta attribute restricted by this classification constraint. |
|
|
MMProfile.getAvailableProfile(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All profiles which are available for this profile. |
|
|
ADModel.getBI2DimensionCycleElements(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Finds all model elements (classes BI2DimensionLevel and BI2DimensionPrecedence) which
are part of an illegal hierarchy cycle. |
|
|
ADModel.getBI2DimensionCycleElements(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getBI2DimensionCycleElements and filters its return values according to the given stereotype value. |
|
String |
ADModel.getBitmap()
Returns the special bitmap name |
|
String |
MMStereotypeProperty.getBitmapOfValue(ADClientAble refObj)
The bitmap specified for the value of this property for the element. |
|
byte[] |
ADModel.getBrowserConfiguration()
Returns the the current object's browser configuration as a file. |
|
ADChangeSet |
ADChangeSetFragment.getChangeSet()
The element that owns the current object. |
|
ADChangeSet |
ADCSWorkStep.getChangeSet()
The change set that owns the current object. |
|
ADChangeSet |
ADCSOperation.getChangeSet()
The change set that owns the current object. |
|
static ARG_ChangeSetOperationValues |
ADCSInstanceHelper.getChangeSetInstanceProtocol(SrvContext srvCtx,
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,
ARG_ChangeSetPeriod valStart,
ARG_ChangeSetPeriod valEnd)
Returns a list of change sets with properties. |
|
static List<ARG_NameInChangeSetLog> |
ADChangeSetHelper.getChangeSetNameOfValidElements(SrvContext srvCtx,
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 set is active. |
|
ARG_ChangeSetOverview |
ADChangeSet.getChangeSetOverview()
Overview for all instances created, modified or deleted within this change set. |
|
static ARG_ChangeSetOperationValues |
ADChangeSetHelper.getChangeSetProtocol(SrvContext srvCtx,
List<? extends ADChangeSet> seqSet,
ARG_ChangeSetPeriod valPeriod)
Returns the protocol of model changes during a set of change sets. |
|
List<ARG_ChangeSetWorkStep> |
ADChangeSet.getChangeSetWorkSteps(String strModel,
String strRep)
Returns the list of modeling steps of this ADChangeSet. |
|
String |
ADRevision.getCheckSum()
The check sum of this revision. |
|
String |
ADInstanceRevision.getCheckSum()
The check sum of this instance revision. |
|
|
MM2Class.getClassesOfViewAttr(Class<T> returnType,
MM2Attribute refObj,
K_CONTROL_OPTION... behaviourFlags)
Returns not abstract specializations (transitive) of classes given by argument refObj. |
|
MM2Classification |
MMVerifyClassification.getClassification()
All verify classifications of this classification. |
|
MM2Classification |
MMText.getClassification()
Classification of the text. |
|
MM2Classification |
MMLabel.getClassification()
The classification of this label. |
|
MM2Classification |
MM2ClassificationConstraint.getClassification()
All meta classifications restricted by this classification constraint. |
|
|
MMEngineeringSequence.getClassification(Class<T> returnType)
The classification of this engineering classification. |
|
List<MM2ClassificationConstraint> |
MM2Classification.getClassificationConstraint(K_CONTROL_OPTION... behaviourFlags)
All classification constraints that restrict this meta classification. |
|
List<MM2ClassificationConstraint> |
MM2Attribute.getClassificationConstraint(K_CONTROL_OPTION... behaviourFlags)
All classification constraints that restrict this meta attribute. |
|
|
MMVerify.getClassificationWithVerifyMsg(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All classifications which have a verification message assigned to this verify. |
|
List<String> |
MMEngineeringAction.getClassPathList()
The list of all class path entries. |
|
List<ELValSpecString> |
MMEngineeringAction.getClassPathValue(K_CONTROL_OPTION... behaviourFlags)
All string values of class paths owned by this engineering action. |
|
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. |
|
|
MM2CLCompartment.getCompartmentNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All node compartments of this compartment. |
|
ARG_GetConcreteMappedTypeOut |
MMTSType.getConcreteMappedType(MMTypeSystem ohTargetTs,
String par1Master,
String par2Master)
Evaluates the concrete target type of a given concrete master type for a given target MMTypeSystem. |
|
static ARG_Ask |
ADChangeSetHelper.getConfigChangeSetDlgCheck(SrvContext srvCtx,
boolean isActive,
boolean isAnonym,
int maxSize,
int maxDay)
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. |
|
List<String> |
MMProfile.getCopy(List<? extends ELElement> seqSel,
boolean ownedElementTransitive)
Returns a complete copy buffer for the selected elements contained in this profile. |
|
List<String> |
ADModel.getCopy(List<? extends ELElement> seqSel,
boolean ownedElementTransitive)
Returns a complete copy buffer for the selected elements. |
|
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. |
|
List<MECreateRedirect> |
MMCreateTemplate.getCreateRedirect()
The create defaults that use this create template. |
|
MMCreateTemplate |
MMStereotypeAble.getCreateTemplate()
The create template which owns this element. |
|
MMCreateTemplate |
MMCreateELInst.getCreateTemplate()
The create template of this dummy element. |
|
List<MMCreateTemplate> |
MMStereotype.getCreateTemplate(K_CONTROL_OPTION... behaviourFlags)
All create templates for this stereotype. |
|
List<MMCreateTemplate> |
MMStereotype.getCreateTemplateOfValidProfiles(ADClientAble refObj,
K_CONTROL_OPTION... behaviourFlags)
All create templates of this stereotype within the valid profiles specified by element or model. |
|
Date |
ADHistoryAble.getCreateTime()
Creation date of the current object as a UTC time long. |
|
String |
ADHistoryAble.getCreator()
Name of the user who created the current object. |
|
ADCSInstance |
ADCSWorkStepInstance.getCSInstance()
The ADCSInstance of this ADCSWorkStepInstance. |
|
ADCSInstance |
ADCSPropertyValueRef.getCSInstance()
The instance referenced by this instance reference. |
|
ADCSModel |
ADCSWorkStepModel.getCSModel()
The ADCSModel of this ADCSWorkStepModel. |
|
List<ADCSPropertyValueRef> |
ADCSInstance.getCSPropValueRef(K_CONTROL_OPTION... behaviourFlags)
All references to this instance. |
|
|
ADModel.getDatabaseModels(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Get all database models of this ADModel. |
|
|
ADModel.getDatabaseModels(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getDatabaseModels and filters its return values according to the given stereotype value. |
|
List<IMDataTypeDefinition> |
MMTSType.getDataTypeDefinition(K_CONTROL_OPTION... behaviourFlags)
List of data type definitions that use this type of a configured type system. |
|
|
ADModel.getDBCycleElements(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Finds all DB model elements (classes DBTable and DBForeignKey) which
are part of an existence prerequisite cycle. |
|
|
ADModel.getDBCycleElements(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getDBCycleElements and filters its return values according to the given stereotype value. |
|
|
MMTSOption.getDBOption(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all DB Options that use this MMTSOption. |
|
List<DBOptionForeignKey> |
MMTSOptionForeignKey.getDBOptionForeignKey(K_CONTROL_OPTION... behaviourFlags)
List of all DBOptionForeignKeys that use this configured MMTSOptionForeignKey. |
|
List<DBOptionIndex> |
MMTSOptionIndex.getDBOptionIndex(K_CONTROL_OPTION... behaviourFlags)
List of all DBOptionIndexs that use this configured MMTSOptionIndex. |
|
List<DBOptionIndexedColumn> |
MMTSOptionIndexedColumn.getDBOptionIndexedColumn(K_CONTROL_OPTION... behaviourFlags)
List of all DBOptionIndexedColumns that use this configured MMTSOptionIndexedColumn. |
|
List<DBOptionTable> |
MMTSOptionTable.getDBOptionTable(K_CONTROL_OPTION... behaviourFlags)
List of all DBOptionTables that use this configured MMTSOptionTable. |
|
List<DBOptionTableColumn> |
MMTSOptionTableColumn.getDBOptionTableColumn(K_CONTROL_OPTION... behaviourFlags)
List of all DBOptionTableColumns that use this configured MMTSOptionTableColumn. |
|
List<DBOptionUniqueKey> |
MMTSOptionUniqueKey.getDBOptionUniqueKey(K_CONTROL_OPTION... behaviourFlags)
List of all DBOptionUniqueKeys that use this configured MMTSOptionUniqueKey. |
|
List<DBOptionView> |
MMTSOptionView.getDBOptionView(K_CONTROL_OPTION... behaviourFlags)
List of all DBOptionViews using this configured MMTSOptionView. |
|
List<DBOptionViewColumn> |
MMTSOptionViewColumn.getDBOptionViewColumn(K_CONTROL_OPTION... behaviourFlags)
List of all DBOptionViewColumns using this configured MMTSOptionViewColumn. |
|
List<DBOptionViewFrom> |
MMTSOptionViewFrom.getDBOptionViewFrom(K_CONTROL_OPTION... behaviourFlags)
List of all DBOptionViewFroms using this configured MMTSOptionViewFrom. |
|
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 the MMTypeSystem whose 'is model default' attribute is set to true. |
|
String |
MM2TypedElement.getDefaultValueAsString()
The default value of this typed element. |
|
List<String> |
MMTSTypeClass.getDefaultValueList()
Returns the string list of all configured default values of this MMTSTypeClass. |
|
String |
MMMetaCommentAble.getDescription()
Description of this element. |
|
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(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. |
|
String |
ADLogin.getDisplay()
Returns the display's name for the current object. |
|
K_DISP_BROWSER |
MMStereotypeProperty.getDisplayInModelBrowser()
The format for values to be displayed in the model browser. |
|
String |
MMStereotypeAble.getDisplayType(K_CLIENT_LOCATION kind)
The type of this stereotype able element. |
|
List<DGChapterAttribute> |
MM2Attribute.getDocuChapterAttribute(K_CONTROL_OPTION... behaviourFlags)
The documentation chapter that describes this meta model attribute. |
|
List<MMText> |
MM2Classification.getDocumentAreaTextOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)
All texts of this and all included classifications. |
|
List<MECreateRedirect> |
MM2Classification.getElementCreateRedirection(K_CONTROL_OPTION... behaviourFlags)
All create redirections for this classification. |
|
static ARG_ElementsLocaleValuesInit |
MMLocalizAbleHelper.getElementsLocalizedNamesDlgInit(SrvContext srvCtx,
List<? extends ELElement> seq)
Returns a list of localized names for the first specified element. |
|
static ARG_ElementsLocaleValuesInit |
MMLocalizedPropertyAbleHelper.getElementsLocalizedPropertyDlgInit(SrvContext srvCtx,
List<? extends ELElement> seq)
Returns a list of localized property values for the first specified element. |
|
Date |
ADChangeSetFragment.getEndtime()
Returns the end timestamp of the current object. |
|
Date |
ADChangeSet.getEndtime()
Returns the end timestamp of the latest ADChangeSetFragment of this the current object. |
|
K_ENGINEERING |
MMEngineeringSequence.getEngineeringKind()
The kind of this engineering sequence. |
|
List<MMEngineeringSequence> |
MM2Classification.getEngineeringSequence()
The engineering sequence of this engineering classification. |
|
|
ADModel.getERCycleElements(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Finds all ER model elements (classes EREntity, ERRelationship and ERGeneralization) which
are part of an existence prerequisite cycle. |
|
|
ADModel.getERCycleElements(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. |
|
String |
MMEngineeringAction.getExecName()
The location of this action. |
|
ADExecuteAble |
MMRoleExecution.getExecuteAble()
Returns executeable elements which can be executed by the current object. |
|
|
ADUsrRole.getExecuteAble(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Return all executeable elements the the current object is allowed to execute. |
|
String |
ADChangeSet.getExternalId()
Id in an external tracking system. |
|
String |
ADChangeSet.getExternalLink()
Link to an external tracking system. |
|
static ARG_FilterOclReq |
ADVersionAbleHelper.getFilter(SrvContext srvCtx,
List<? extends ELElement> seq)
Without a selection, it returns all ADVersionAble elements. |
|
|
ADModel.getFindByUUID(Class<T> returnType,
MMStereotype stereotype,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFindByUUID and filters its return values according to the given stereotype value. |
|
|
ADModel.getFindByUUID(Class<T> returnType,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
If they exist, returns the model elements described by the Innovator UUID provided by argument pattern. |
|
static ELElement |
ADModelHelper.getFindElementById(SrvContext srvCtx,
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,
List<? extends ELElement> seqSel,
boolean useSel,
boolean isNot,
boolean isCreator,
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. |
|
List<MMText> |
MM2Classification.getFlowDocumentTextOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)
All flow document texts of this and all included classifications. |
|
String |
MMTextValue.getFlowDocumentValue()
The formatted value of the connected text. |
|
String |
MMTextValue.getFlowExpandedValue()
Returns the formatted value where all fill-ins are expanded. |
|
String |
MMTextAble.getFlowExpandedValue(MMText refObj,
String pattern)
Returns the formatted value of this element given by argument pattern or argument refObj where all fill-ins are expanded. |
|
String |
MMText.getFont()
Returns the font information of the current object's text. |
|
String |
MMStereotype.getFont()
Returns the font information of requirements of this MMStereotype. |
|
boolean |
MMText.getFontChangeable()
Returns true if the font can be changed for the current object. |
|
boolean |
MMStereotype.getFontChangeable()
Returns true if the font can be changed for requirements of this MMStereotype. |
|
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. |
|
List<MMFormatRuleParameter> |
MM2FormatRuleParameter.getFormatRuleParameter(K_CONTROL_OPTION... behaviourFlags)
All format rule parameters of this meta format rule parameter. |
|
List<MMFormatRuleSetOfClass> |
MM2Class.getFormatRuleSet(K_CONTROL_OPTION... behaviourFlags)
All format rule sets of this metaclass. |
|
List<MMFormatRuleSetOfRole> |
MM2Attribute.getFormatRuleSet(K_CONTROL_OPTION... behaviourFlags)
All format rule sets of this meta attribute. |
|
List<ADChangeSetFragment> |
ADLoginAble.getFragment()
All change set fragments of this user. |
|
MMGeneral |
ADRepository.getGeneral()
The general element which is owned by this repository. |
|
int |
MM2Attribute.getHelpMsgNumber()
The help message number of this meta attribute. |
|
String |
ADHistoryAble.getHistory()
History info about the current object. |
|
String |
ADLogin.getHost()
Returns the host's name for the current object. |
|
int |
MM2TypeEnumMember.getIcw2Enum()
The long value of this enum member. |
|
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. |
|
ADInstance |
ADInstanceRevision.getInstance()
The instance that owns the current object. |
|
ADCSInstance |
ADCSOperation.getInstance()
The instance associated with this instance operation. |
|
ELElement |
MMCreateTemplate.getInstanceOfCreateTemplate()
The element of this create template. |
|
List<ADInstanceRevision> |
ADRevision.getInstanceRevision()
Returns the instance revisions of this revision. |
|
List<ADCSWorkStepInstance> |
ADCSInstance.getInstanceWorkStep(K_CONTROL_OPTION... behaviourFlags)
All instances of a modeling step of this ADCSInstance. |
|
MM2Classification |
MM2ClassificationConstraint.getInverseClassification()
All inverse meta classifications restricted by this classification constraint. |
|
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. |
|
|
MM2TypedElement.getInvisibleClassification(Class<T> returnType)
All meta classifications which are not using this typed element. |
|
|
MM2Classification.getInvisibleTypedElement(Class<T> returnType)
All typed elements which are not used by this meta classification. |
|
List<MMLabel> |
MM2Classification.getLabel(K_CONTROL_OPTION... behaviourFlags)
All labels of this classification. |
|
List<MMLabel> |
MMLabelAble.getLabel(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,
String pattern)
Returns the Boolean label value of the current object given by argument pattern or argument refObj. |
|
String |
MMLabelAble.getLabelColor(String pattern)
The color of the label value for this element. |
|
String |
MMLabelAble.getLabelInfo()
Label info of the current object. |
|
int |
MMLabelAble.getLabelLongValue(MMLabel refObj,
String pattern)
Returns the long label value of the current object given by argument pattern or argument refObj. |
|
List<ARG_NameValueDefault> |
MMLabelAble.getLabelNameValue()
Returns a list of labels specified for this label able element. |
|
List<MMLabel> |
MM2Classification.getLabelOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)
All labels of this and all included classifications. |
|
String |
MMLabelAble.getLabelStringValue(MMLabel refObj,
String pattern)
Returns the label value of the current object given by argument pattern or argument refObj. |
|
|
MMLabelAble.getLabelValueByPattern(Class<T> returnType,
MMStereotype stereotype,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
The method calls getLabelValueByPattern and filters its return values according to the given stereotype value. |
|
|
MMLabelAble.getLabelValueByPattern(Class<T> returnType,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
All label values owned by this element. |
|
List<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. |
|
String |
MMLocale.getLanguageCode()
The language of this locale. |
|
static ARG_ADListLoginOut |
ADModelHelper.getListLogin(SrvContext srvCtx,
String nameModel,
K_ADMODEL methModel,
String patternUser)
Returns information about the login user list. |
|
static ARG_ADModelConfig |
ADModelHelper.getListModelConfig(SrvContext srvCtx,
K_ADMODEL value)
Returns the names of available model configurations. |
|
static ARG_RevisionRepositoriesList |
ADRevisionHelper.getListRevisionRepositories(SrvContext srvCtx,
String uuid)
List all known revision repositories. |
|
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. |
|
MMLocale |
MMLocalizedProperty.getLocale()
The locale of this localized property. |
|
MMLocale |
MMLocaleName.getLocale()
The locale of this localized name. |
|
List<MMLocaleName> |
MMLocale.getLocaleName(K_CONTROL_OPTION... behaviourFlags)
All localized names of this locale. |
|
String |
MMLocaleName.getLocalizedName()
The localized name. |
|
List<MMLocalizedProperty> |
MMLocale.getLocalizedProperty(K_CONTROL_OPTION... behaviourFlags)
All localized properties of this locale. |
|
List<MMLocalizedProperty> |
MM2Attribute.getLocalizedProperty(K_CONTROL_OPTION... behaviourFlags)
All localized properties of this meta attribute. |
|
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(List<? extends ELElement> seq)
Returns the lock messages of all specified elements. |
|
String |
ADLockAble.getLockName()
Returns the name of the user who has locked the current object. |
|
List<ARG_LockRecursiveEntry> |
ADLogin.getLockRecursiveCheck(List<? extends ADClientAble> seqSel)
Checks whether all selected elements may be locked recursively. |
|
String |
ADRepository.getLockText()
Returns the the current object's lock text. |
|
|
ADClientAble.getLogic(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All logical elements which are available in any client for the current object. |
|
|
ADClientAble.getLogic(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getLogic and filters its return values according to the given stereotype value. |
|
List<ADLogin> |
ADUsrRole.getLogin()
Returns the logins that use the current object. |
|
ADLogin |
ADMdlUser.getLogin()
The login of the current object. |
|
ADLogin |
ADMdlAdmin.getLogin()
the current object's login. |
|
ADLogin |
ADLock.getLogin()
The login of the current object. |
|
List<ADLogin> |
ADRepAdmin.getLogin(K_CONTROL_OPTION... behaviourFlags)
the current object's login. |
|
ADLoginAble |
ADUserOption.getLoginAble()
The user of the current object. |
|
ADLoginAble |
ADUserHostOption.getLoginAble()
The user of the current object. |
|
ADLoginAble |
ADLogin.getLoginAble()
The element that owns the current object. |
|
ADLoginAble |
ADChangeSetFragment.getLoginAble()
The user of this change set fragment. |
|
MESection |
ADLoginAble.getLoginAbleSection()
The section used by this ADLoginAble. |
|
ADLogin |
ADLoginAble.getLoginByDisplay(String pattern,
K_CONTROL_OPTION... behaviourFlags)
Returns the ADLogin 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. |
|
K_LOGSTATUS |
ADLogin.getLogStatus()
Returns the current object's login status. |
|
Date |
ADTimeAble.getLtime()
Returns the ltime long of the current object. |
|
ELM2TypedElementCnstr |
MMStereotype.getM2AttrCnstr(ELM2Attribute refObj)
the ELM2TypedElementCnstr instance for the metaattribute provided by argument refObj of the content of this stereotype. |
|
ELM2TypedElementCnstr |
MMStereotype.getM2AttrCnstrOfGeneralTransitive(ELM2Attribute refObj)
The first ELM2TypedElementCnstr instance for the metaattribute provided by argument refObj found traversing the stereotype hierarchy up. |
|
ELM2TypedElementCnstr |
MMStereotype.getM2AttrCnstrOfSelfAndGeneralTransitive(ELM2Attribute refObj)
The effective ELM2TypedElementCnstr instance for the metaattribute provided by argument refObj. |
|
ELM2TypedElementCnstr |
MMStereotype.getM2AttrCnstrOfSpecificTransitive(ELM2Attribute refObj)
The first ELM2TypedElementCnstr instance for the metaattribute provided by argument refObj found traversing the stereotype hierarchy down. |
|
List<MMTSTypeMapping> |
MMTSType.getMappingFrom(MMTypeSystem refObj,
K_CONTROL_OPTION... behaviourFlags)
List of all type mapping rules that have this type as source. |
|
List<MMTSTypeMapping> |
MMTSType.getMappingInOtherScope(K_CONTROL_OPTION... behaviourFlags)
List of type mappings of this target type. |
|
List<MMTSTypeMapping> |
MMTSType.getMappingInOwnScope(K_CONTROL_OPTION... behaviourFlags)
List of type mappings of this source type. |
|
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 |
ADModel.getMdlAdmin()
The model admin which is owned by the current object. |
|
ADMdlAdmin |
ADLogin.getMdlAdmin()
The model administrator of the current object. |
|
ADMdlGuest |
ADModel.getMdlGuest()
The guest user which is owned by the current object. |
|
List<ADMdlUser> |
ADUsrRole.getMdlUser()
Returns the model users which are assigned to the current object. |
|
ADMdlUser |
ADLogin.getMdlUser()
The model user of the current object. |
|
List<ADMdlUser> |
ADUsrRole.getMdlUserByPattern(String pattern,
K_CONTROL_OPTION... behaviourFlags)
Returns the users which are assigned to the current object. |
|
MMMenu |
MMMenuItem.getMenu()
The menu owning this menu item. |
|
List<MMMenu> |
MM2Classification.getMenu(K_CONTROL_OPTION... behaviourFlags)
All create menus of this classification. |
|
List<ARG_MMMenuOut> |
MMMenuAble.getMenu(K_MENU kindMenu)
All menus and menu items of this element. |
|
List<MMMenuItem> |
MMMenuItemAble.getMenuItem(K_CONTROL_OPTION... behaviourFlags)
The corresponding entity of this menu item. |
|
MMMenuItem |
MMMenuAble.getMenuItem(MMMenuItem ohItem)
The corresponding menu item of a specified menu item within a menu of this element. |
|
MMMenuItemAble |
MMMenuItem.getMenuItemAble()
The corresponding entity of this menu item. |
|
ARG_MMMenuItemList |
MMMenuAble.getMenuItemsForTransform(List<? extends MMStereotypeAble> seqSel)
Gets all menu items possible to aid the transformation to the selected element. |
|
MM2Attribute |
MMLocalizedProperty.getMetaAttribute()
The meta attribute which is localized by this localized property. |
|
|
ADModel.getMetaClassInstantiable(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all meta classes instantiable in this model. |
|
|
ADModel.getMetaClassStereotypeAbleNotAbstract(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. |
|
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 |
MMModelLocale.getModel()
The model that owns this model locale. |
|
ADModel |
ADUsrRole.getModel()
The model owning this user role. |
|
ADModel |
ADRevision.getModel()
The model that owns the current object. |
|
ADModel |
ADMdlUser.getModel()
The model that own this model user. |
|
ADModel |
ADMdlLogOption.getModel()
|
|
ADModel |
ADMdlGuest.getModel()
The model of the current object. |
|
ADModel |
ADMdlAdmin.getModel()
the current object's model. |
|
ADModel |
ADChangeSet.getModel()
The ADModel that owns the current object. |
|
ADModel |
ADCSInstance.getModel()
The model owning this instance. |
|
K_LOCALE |
ADModel.getModelLocaleCode()
The modeling locale code of this ADModel. |
|
ARG_GetModelLocaleDetails |
MMModelLocale.getModelLocaleDetails()
provides detailed information about this MMModelLocale. |
|
List<ARG_GetModelLocaleDetails> |
ADModel.getModelLocaleDetails()
provides details of MMModelLocale items defined in this model. |
|
MESection |
ADXModel.getModelSection()
The section of this model: |
|
List<ARG_CSModelProgress> |
ADChangeSet.getModelsWorkStepsProgress(boolean allModels)
Returns a list of change set models and their progress for all work steps. |
|
List<ADCSWorkStepModel> |
ADCSModel.getModelWorkSteps(K_CONTROL_OPTION... behaviourFlags)
All model of modeling steps of this ADCSModel. |
|
String |
ADHistoryAble.getModifier()
Name of the user who was the most recent modifier of the current object. |
|
static ARG_ModifyChangeableFontDlgInitOut |
MMTextHelper.getModifyChangeableFontDlgInit(SrvContext srvCtx,
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 a ADChangeSet. |
|
static List<K_MODIFY> |
ADClientAbleHelper.getModifyDialogs(SrvContext srvCtx,
K_CLIENT_LOCATION kClientLocation,
List<? extends ADClientAble> seqModel,
List<? extends ADClientAble> seqPresentation)
All modify dialogs which are allowed for the specified elements. |
|
ARG_ModifyFlowDocumentsReq |
MMTextAble.getModifyFlowDocuments()
returns information for the modification of FlowDocuments of this element. |
|
static ARG_ModifyInactivity |
ADRepositoryHelper.getModifyInactivity(SrvContext srvCtx)
Returns the inactivity information. |
|
static ARG_Ask |
MMModelLocaleHelper.getModifyModelLocaleCheck(SrvContext srvCtx,
List<K_LOCALE> seq)
Checks whether the modification of display languages deletes translations. |
|
static List<K_LOCALE> |
MMModelLocaleHelper.getModifyModelLocaleInit(SrvContext srvCtx)
Returns the list of model locale values which are allowed as display language. |
|
ARG_ModifyModelNameBitmapDlgInitOut |
ADModel.getModifyModelNameAndBitmapDlgInit()
Fills the dialog for the modification of name and bitmap of this model. |
|
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. |
|
Date |
ADHistoryAble.getModifyTime()
Last modification date and time of the current object as a UTC time long. |
|
ARG_ModifyTypedElementOrderDlgInitOut |
MMStereotype.getModifyTypedElementOrderDlgInit()
Fills the dialog for the modification of the sort order of the typed elements visible for this stereotype. |
|
static ARG_ModifyTypedElementValidListDlgInitOut |
MM2ClassificationHelper.getModifyTypedElementValidListDlgInit(SrvContext srvCtx,
List<? extends ELElement> seq)
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,
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,
List<? extends ELElement> seqSel)
Returns the the current object's complete version ASCII representation and the incoming selection as a file. |
|
List<String> |
ADModel.getMultiVersionList(K_INSTPURPOSE purpose,
boolean ownedElementTransitive,
List<? extends ELElement> seqSel)
Returns the the current object's complete version ASCII representation and the incoming selection as a string array. |
|
String |
MMTextValue.getName()
Returns the name of the text. |
|
String |
ADTimeAble.getNote()
Returns the note for the current object. |
|
String |
ADChangeSet.getNote()
Returns the note for this change set. |
|
String |
ADCSWorkStep.getNote()
Returns the note for this ADCSWorkStep. |
|
K_OFFICE |
MMStereotypeBuildingBlock.getOfficeKind()
The kind of this MMStereotypeBuildingBlock. |
|
K_OFFICE |
MMRecipe.getOfficeKind()
The kind of this MMRecipe. |
|
ADCSOperation |
ADCSPropertyValue.getOperation()
The operation owning this property value. |
|
List<ADCSOperation> |
ADCSInstance.getOperation(K_CONTROL_OPTION... behaviourFlags)
All instance operations assigned to this instance. |
|
int |
ADUsrRole.getOperationModeMask()
Returns the current object's privileges as a mask. |
|
ADOptionAble |
ADOption.getOptionAble()
The optionable element of the current object. |
|
|
MMStereotype.getOrderedProperty(Class<T> returnType)
All typed elements of this stereotype as sorted properties by @SORTING. |
|
List<MMStereotype> |
MM2TypedElement.getOrderingStereotype()
All stereotypes with this typed element as sorted property. |
|
String |
ADRevision.getOriginLocation()
The location of the version repository. |
|
MM2Class |
MMStereotype.getOwnClass()
The metaclass owning this stereotype. |
|
MM2Class |
MMFormatRuleSetOfClass.getOwnClass()
The metaclass of this format rule set. |
|
MM2Class |
MMAddItem.getOwnClass()
The class that owns this add item. |
|
MM2Class |
MM2Presentation.getOwnClass()
The class that owns this presentation type. |
|
MM2Class |
MM2FormatRuleParameter.getOwnClass()
The class that owns this format rule parameter. |
|
MM2Class |
MM2FontColor.getOwnClass()
The class that owns this font/color type. |
|
List<MMAddItem> |
MM2Class.getOwnedAddItem(K_CONTROL_OPTION... behaviourFlags)
The add item owned by this class. |
|
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. |
|
List<MM2Attribute> |
MM2Class.getOwnedAndInheritedInverseAssocEnd(boolean kind,
K_CONTROL_OPTION... behaviourFlags)
All meta attributes of this metaclass with property 'assignKind' equal to 'InverseAssocEnd'. |
|
List<ADAnnotation> |
ADModel.getOwnedAnnotations(K_CONTROL_OPTION... behaviourFlags)
All annotations owned by this model. |
|
List<MEAttachment> |
MMAttachmentAble.getOwnedAttachment(K_CONTROL_OPTION... behaviourFlags)
All attachments owned by this element. |
|
List<ELM2TypedElementCnstr> |
MMStereotype.getOwnedAttrCnstr(K_CONTROL_OPTION... behaviourFlags)
All typed element constraints owned by this stereotype. |
|
|
MMCreateCLInst.getOwnedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All attributes owned by this dummy classifier in a create template. |
|
List<MMStereotypeBuildingBlock> |
MMStereotype.getOwnedBuildingBlock(K_CONTROL_OPTION... behaviourFlags)
All building blocks owned by this stereotype. |
|
List<MMStereotypeBuildingBlock> |
MMStereotype.getOwnedBuildingBlockOfOfficeKind(K_OFFICE kind,
K_CONTROL_OPTION... behaviourFlags)
All building block with office kind owned by this stereotype. |
|
List<ADChangeSet> |
ADModel.getOwnedChangeSet(K_CONTROL_OPTION... behaviourFlags)
The change sets owned by the current object. |
|
List<MM2ClassificationConstraint> |
MMProfile.getOwnedClassificationConstraint(K_CONTROL_OPTION... behaviourFlags)
All classification constraints that are defined within this profile. |
|
List<MEComment> |
MMCommentContainerAble.getOwnedComment(K_CONTROL_OPTION... behaviourFlags)
All comments owned by this element. |
|
List<MM2CLCompartment> |
MM2Schema.getOwnedCompartment(K_CONTROL_OPTION... behaviourFlags)
All compartments owned by this schema. |
|
List<DGConfig> |
MMProfile.getOwnedConfig(K_CONTROL_OPTION... behaviourFlags)
All documentation configurations owned by this profile. |
|
List<MECopy> |
MMCreateTemplate.getOwnedCopy(K_CONTROL_OPTION... behaviourFlags)
The copy dependency ownend by this create template. |
|
List<MMCreateTemplate> |
MMProfile.getOwnedCreateTemplate(K_CONTROL_OPTION... behaviourFlags)
All create templates owned by this profile. |
|
List<ADCSInstance> |
ADModel.getOwnedCSInstance(K_CONTROL_OPTION... behaviourFlags)
All instances associated with an change set owned by this model. |
|
List<ADCSModel> |
ADModel.getOwnedCSModel(K_CONTROL_OPTION... behaviourFlags)
The external models owned by the current object. |
|
List<DBConnection> |
ADXModel.getOwnedDBConnection(K_CONTROL_OPTION... behaviourFlags)
All database connetions owned by this ADXModel. |
|
List<DBRole> |
MMCreateTemplate.getOwnedDBRole(K_CONTROL_OPTION... behaviourFlags)
All DB roles owned by this MMCreateTemplate. |
|
List<MMTSDefaultValue> |
MMTSTypeClass.getOwnedDefaultValue(K_CONTROL_OPTION... behaviourFlags)
List of all default values of this MMTSTypeClass. |
|
List<DGTemplate> |
MMProfile.getOwnedDGTemplate(K_CONTROL_OPTION... behaviourFlags)
All documentation building blocks owned by this profile. |
|
List<DGTreeTemplate> |
ADModel.getOwnedDGTreeTemplate(K_CONTROL_OPTION... behaviourFlags)
All model browser documentation building blocks owned by this model. |
|
List<DGDocuStructureRoot> |
MMProfile.getOwnedDocuStructureRoot(K_CONTROL_OPTION... behaviourFlags)
All documentation structures owned by this profile. |
|
|
ADModel.getOwnedElementTransitiveDownExcludeProfiles(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. |
|
|
ADModel.getOwnedElementTransitiveDownExcludeProfiles(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedElementTransitiveDownExcludeProfiles and filters its return values according to the given stereotype value. |
|
|
ADModel.getOwnedElementTransitiveDownOfProfiles(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Retrieves all of the current object's profiles and returns the union of their OwnedElementTransitiveDown. |
|
|
ADModel.getOwnedElementTransitiveDownOfProfiles(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedElementTransitiveDownOfProfiles and filters its return values according to the given stereotype value. |
|
List<MMEngineeringAction> |
MMVerifyClassification.getOwnedEngineeringAction(K_CONTROL_OPTION... behaviourFlags)
All engineering actions owned by this verification category. |
|
List<MMEngineeringAction> |
MMEngineeringSequence.getOwnedEngineeringAction(K_CONTROL_OPTION... behaviourFlags)
All engineering actions owned by this engineering sequence. |
|
List<MMEngineeringSequence> |
MMProfile.getOwnedEngineeringSequence(K_CONTROL_OPTION... behaviourFlags)
All engineering sequences owned by this profile. |
|
List<ELValSpecString> |
MMEngineeringAction.getOwnedEngineeringTag(K_CONTROL_OPTION... behaviourFlags)
All string values of tags owned by this engineering action. |
|
|
ADRepository.getOwnedEventLogEntry(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All event log entries owned by this ADRepository. |
|
|
ADModel.getOwnedEventLogEntry(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All event log entries owned by this ADModel. |
|
List<MMStereotypeExtension> |
MMStereotype.getOwnedExtension(K_CONTROL_OPTION... behaviourFlags)
All extensions owned by this stereotype. |
|
List<MMFilter> |
MMProfile.getOwnedFilter(K_CONTROL_OPTION... behaviourFlags)
All filters owned by this profile. |
|
List<MMFilterProperty> |
MMFilter.getOwnedFilterProperty(K_CONTROL_OPTION... behaviourFlags)
All filter properties owned by this filter. |
|
List<MMFontColor> |
MMProfile.getOwnedFontColor(K_CONTROL_OPTION... behaviourFlags)
All font color elements owned by this profile. |
|
|
MMStereotype.getOwnedFontValue(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The ELValSpec with assign kind font of this MMStereotype. |
|
List<DGFooter> |
MMProfile.getOwnedFooter(K_CONTROL_OPTION... behaviourFlags)
All documentation footers owned by this profile. |
|
List<MMFormat> |
MMStereotypeAble.getOwnedFormat(K_CONTROL_OPTION... behaviourFlags)
All formats owned by this stereotypeable element. |
|
List<MMFormat> |
MMProfile.getOwnedFormat(K_CONTROL_OPTION... behaviourFlags)
All formats owned by this profile. |
|
List<MMFormatRule> |
MMFormatRuleSet.getOwnedFormatRule(K_CONTROL_OPTION... behaviourFlags)
All format rules owned by this format rule set. |
|
List<MMFormatRuleParameter> |
MMFormatRule.getOwnedFormatRuleParameter(K_CONTROL_OPTION... behaviourFlags)
All format rule parameters owned by this format rule. |
|
List<MMFormatRuleSetOfClass> |
MMFormat.getOwnedFormatRuleSetOfClass(K_CONTROL_OPTION... behaviourFlags)
All format rule sets owned by this format. |
|
List<MMFormatRuleSetOfRole> |
MMFormatRule.getOwnedFormatRuleSetOfRole(K_CONTROL_OPTION... behaviourFlags)
All format rule sets owned by this format rule. |
|
List<ADChangeSetFragment> |
ADChangeSet.getOwnedFragment(K_CONTROL_OPTION... behaviourFlags)
The change set fragments owned by the current object. |
|
List<DGHeader> |
MMProfile.getOwnedHeader(K_CONTROL_OPTION... behaviourFlags)
All documentation headers owned by this profile. |
|
List<ADInoHost> |
ADRepository.getOwnedInoHost(K_CONTROL_OPTION... behaviourFlags)
The host entries which are owned by the current object. |
|
|
MMCreateTemplate.getOwnedInst(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All dummy elements of this create template. |
|
List<ADInstance> |
ADRepository.getOwnedInstance(K_CONTROL_OPTION... behaviourFlags)
The instances which are owned by the current object. |
|
List<ADInstanceRevision> |
ADInstance.getOwnedInstanceRevision(K_CONTROL_OPTION... behaviourFlags)
The instance revisions which are owned by the current object. |
|
List<MMLabel> |
MMProfile.getOwnedLabel(K_CONTROL_OPTION... behaviourFlags)
All labels owned by this profile. |
|
|
MMLabelAble.getOwnedLabelValSpec(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All value specifications owned by this label able element. |
|
List<MMLocale> |
MM2Schema.getOwnedLocale(K_CONTROL_OPTION... behaviourFlags)
All locales owned by this schema. |
|
List<MMLocaleName> |
MMLocalizAble.getOwnedLocaleName(K_CONTROL_OPTION... behaviourFlags)
All localized names owned by this element. |
|
List<MMLocalizedProperty> |
MMLocalizedPropertyAble.getOwnedLocalizedProperty(K_CONTROL_OPTION... behaviourFlags)
All localized properties of this element. |
|
List<ADLock> |
ADLogin.getOwnedLock(K_CONTROL_OPTION... behaviourFlags)
The locks which are owned by the current object. |
|
List<ADLogin> |
ADLoginAble.getOwnedLogin(K_CONTROL_OPTION... behaviourFlags)
The logins owned by the current object. |
|
List<ADMdlLogOption> |
ADModel.getOwnedMdlLogOption(K_CONTROL_OPTION... behaviourFlags)
The model login options which are owned by this model. |
|
List<ADMdlUser> |
ADModel.getOwnedMdlUser(K_CONTROL_OPTION... behaviourFlags)
All model users which are owned by this model. |
|
List<MMMenu> |
MMProfile.getOwnedMenu(K_CONTROL_OPTION... behaviourFlags)
All menus owned by this profile. |
|
List<MMMenuItem> |
MMMenu.getOwnedMenuItem(K_CONTROL_OPTION... behaviourFlags)
All menu items owned by this menu. |
|
List<MM2FontColor> |
MM2Class.getOwnedMetaFontColor(K_CONTROL_OPTION... behaviourFlags)
All font/color types owned by this class. |
|
List<MM2Presentation> |
MM2Class.getOwnedMetaPresentation(K_CONTROL_OPTION... behaviourFlags)
All presentation types owned by this class. |
|
|
ADRepository.getOwnedModel(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The models which are owned by the current object. |
|
List<MMModelLocale> |
ADModel.getOwnedModelLocale(K_CONTROL_OPTION... behaviourFlags)
All model locales owned by this model. |
|
List<ADCSOperation> |
ADChangeSet.getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)
All operations owned by the current object. |
|
|
ADOptionAble.getOwnedOption(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The options which are owned by the current object. |
|
|
MMTypeSystem.getOwnedOption(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of all options of this type system. |
|
|
MMCreateTemplate.getOwnedOption(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
MMCreateTemplate of the MMTSOption. |
|
List<MMPresEntry> |
MMFormatRule.getOwnedPresEntry(K_CONTROL_OPTION... behaviourFlags)
All presentation entries owned by this format rule. |
|
List<MMPresEntry> |
MMFormat.getOwnedPresEntry(K_CONTROL_OPTION... behaviourFlags)
All presentation entries owned by this format. |
|
List<CLPrimitiveType> |
MMXProfile.getOwnedPrimitiveType(K_CONTROL_OPTION... behaviourFlags)
All primitive types owned by this InoX Profile. |
|
|
ADModel.getOwnedProfile(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All profiles owned by this model. |
|
|
ADCSOperation.getOwnedPropertyValue(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All property values owned by this operation. |
|
List<MMRecipe> |
MMProfile.getOwnedRecipe(K_CONTROL_OPTION... behaviourFlags)
All recipes owned by this profile. |
|
|
ADRepository.getOwnedReference(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns the revision references owned by this repository. |
|
List<ADRevision> |
ADModel.getOwnedRevision(K_CONTROL_OPTION... behaviourFlags)
The revisions which are owned by the current object. |
|
List<ERRole> |
MMCreateCLInst.getOwnedRole(K_CONTROL_OPTION... behaviourFlags)
Template dummy instance needed as owner substitute for EREntity. |
|
List<CLRoleBinding> |
MMCreateTemplate.getOwnedRoleBinding(K_CONTROL_OPTION... behaviourFlags)
The role binding owned by this create template. |
|
List<MMRoleExecution> |
MMProfile.getOwnedRoleExecution(K_CONTROL_OPTION... behaviourFlags)
All role executions owned by this profile. |
|
List<MM2FormatRuleParameter> |
MM2Class.getOwnedRuleParameter(K_CONTROL_OPTION... behaviourFlags)
All format rule parameters owned by this class. |
|
List<MESection> |
ADXModel.getOwnedSection(K_CONTROL_OPTION... behaviourFlags)
All sections owned by this model. |
|
List<DGSelection> |
MMProfile.getOwnedSelection(K_CONTROL_OPTION... behaviourFlags)
All documentation selection owned by this profile. |
|
List<MMStereotype> |
MMProfile.getOwnedStereotype(K_CONTROL_OPTION... behaviourFlags)
All stereotypes owned by this profile. |
|
List<MMStereotype> |
MM2Class.getOwnedStereotype(K_CONTROL_OPTION... behaviourFlags)
The stereotype owned by this metaclass. |
|
|
MMCreateTemplate.getOwnedStereotypeAble(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All elements ownend by this create template. |
|
List<MMStereotypeKeyword> |
MMStereotype.getOwnedStereotypeKeyword(K_CONTROL_OPTION... behaviourFlags)
All keywords owned by this stereotype. |
|
List<MMStereotypeProperty> |
MMStereotype.getOwnedStereotypeProperty(K_CONTROL_OPTION... behaviourFlags)
All stereotype properties owned by this MMStereotype. |
|
|
MMStereotypeAble.getOwnedStereotypePropertyValSpec(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All value specifications owned by this stereotype able element. |
|
List<MESystemModel> |
ADModel.getOwnedSystemModel(K_CONTROL_OPTION... behaviourFlags)
All system model packages owned by this model. |
|
List<MMText> |
MMProfile.getOwnedText(K_CONTROL_OPTION... behaviourFlags)
All texts owned by this profile. |
|
List<MMTextValue> |
MMTextAble.getOwnedTextValue(K_CONTROL_OPTION... behaviourFlags)
All text values owned by this element. |
|
List<MMTextValue> |
MMTextAble.getOwnedTextValueByPattern(String pattern,
K_CONTROL_OPTION... behaviourFlags)
All text values owned by this element. |
|
List<DGTitle> |
MMProfile.getOwnedTitle(K_CONTROL_OPTION... behaviourFlags)
All documentation title pages owned by this profile. |
|
List<MMTSType> |
MMTypeSystem.getOwnedType(K_CONTROL_OPTION... behaviourFlags)
List of all data types of this MMTypeSystem. |
|
List<MMTSType> |
MMCreateTemplate.getOwnedType(K_CONTROL_OPTION... behaviourFlags)
MMCreateTemplate of the MMTSType. |
|
List<MMTSTypeClass> |
MMTypeSystem.getOwnedTypeClass(K_CONTROL_OPTION... behaviourFlags)
List of all type classes of this MMTypeSystem. |
|
MM2TypeEnum |
MM2TypedElement.getOwnedTypeEnum()
The enum type owned by this typed element. |
|
List<MM2TypeRange> |
MM2TypedElement.getOwnedTypeRange(K_CONTROL_OPTION... behaviourFlags)
All type ranges of this typed element. |
|
List<MMTypeSystem> |
MMProfile.getOwnedTypeSystem(K_CONTROL_OPTION... behaviourFlags)
All type systems owned by this MMProfile. |
|
List<MMTypeSystem> |
MMCreateTemplate.getOwnedTypeSystem(K_CONTROL_OPTION... behaviourFlags)
MMCreateTemplate of the MMTypeSystem. |
|
List<ADUpdTime> |
ADRepository.getOwnedUpdTime(K_CONTROL_OPTION... behaviourFlags)
The update times which are owned by the current object. |
|
List<ADUsrRole> |
ADModel.getOwnedUsrRole(K_CONTROL_OPTION... behaviourFlags)
All user roles which are owned by this model. |
|
|
MM2TypedElement.getOwnedValSpec(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
This typed element's value specification for the default value. |
|
|
MMFontColor.getOwnedValue(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All values owned by this font color element. |
|
List<ELM2TypedElementCnstr> |
MM2TypedElement.getOwnedValueCnstr(K_CONTROL_OPTION... behaviourFlags)
All typed element constraints owned by this typed element. |
|
|
MMFilterProperty.getOwnedValues(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All value specifications owned by this filter property. |
|
List<MMVerify> |
MMProfile.getOwnedVerify(K_CONTROL_OPTION... behaviourFlags)
All verifies owned by this profile. |
|
List<MMVerifyClassification> |
MMVerifyPackage.getOwnedVerifyClassification(K_CONTROL_OPTION... behaviourFlags)
All verification categories owned by this verification section. |
|
List<MMVerifyClassification> |
MMVerifyClassification.getOwnedVerifyClassification(K_CONTROL_OPTION... behaviourFlags)
All verification categories owned by this verification category. |
|
List<MMVerifyMsg> |
MMVerifyClassification.getOwnedVerifyMessage(K_CONTROL_OPTION... behaviourFlags)
All verification messages owned by this verification category. |
|
List<MMVerifyPackage> |
MMVerify.getOwnedVerifyPackage(K_CONTROL_OPTION... behaviourFlags)
All verification sections owned by this verify. |
|
List<ADCSWorkStep> |
ADChangeSet.getOwnedWorkStep(K_CONTROL_OPTION... behaviourFlags)
All modeling steps owned by the current object. |
|
List<ADCSWorkStepInstance> |
ADCSWorkStep.getOwnedWorkStepInstance(K_CONTROL_OPTION... behaviourFlags)
All instances of a modeling step assigned to this ADCSWorkStep. |
|
List<ADCSWorkStepModel> |
ADCSWorkStep.getOwnedWorkStepModel(K_CONTROL_OPTION... behaviourFlags)
All models of modeling steps owned by this ADCSWorkStep. |
|
MMCreateTemplate |
MMTypeSystem.getOwningCreateTemplate()
MMCreateTemplate of the MMTypeSystem. |
|
MMCreateTemplate |
MMTSType.getOwningCreateTemplate()
MMCreateTemplate of the MMTSType. |
|
MMCreateTemplate |
MMTSOption.getOwningCreateTemplate()
MMCreateTemplate of the MMTSOption. |
|
DGViewChapter |
MMLocaleName.getOwningDGViewChapter()
The documentation chapter that owns this localized name. |
|
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 |
MMPresEntry.getOwningFormat()
The format that owns this presentation entry. |
|
MMFormat |
MMFormatRuleSetOfClass.getOwningFormat()
The format which owns this format rule set. |
|
MMFormatRule |
MMPresEntry.getOwningFormatRule()
The format rule that owns this presentation entry. |
|
MMFormatRule |
MMFormatRuleSetOfRole.getOwningFormatRule()
The format rule which owns this format rule set. |
|
MMFormatRule |
MMFormatRuleParameter.getOwningFormatRule()
The format rule which owns this format rule parameter. |
|
MMFormatRuleSet |
MMFormatRule.getOwningFormatRuleSet()
The format rule set which owns this format rule. |
|
MMLocalizAble |
MMLocaleName.getOwningLocalizAble()
The element that owns this localized name. |
|
MMLocalizedPropertyAble |
MMLocalizedProperty.getOwningLocalizedPropertyAble()
The element which owns die localized property. |
|
ADModel |
MMProfile.getOwningModel()
The model that owns this profile. |
|
ADModel |
ADEventLogEntry.getOwningModel()
The ADModel owning this event log entry. |
|
ADModel |
ADCSModel.getOwningModel()
The ADModel that owns the current object. |
|
ADModel |
ADAnnotation.getOwningModel()
The model owning this annotation. |
|
MMProfile |
MMVerify.getOwningProfile()
The profile that owns this verify. |
|
MMProfile |
MMTypeSystem.getOwningProfile()
The MMProfile that owns this MMTypeSystem. |
|
MMProfile |
MMText.getOwningProfile()
The profile that owns this text. |
|
MMProfile |
MMRoleExecution.getOwningProfile()
The profile that owns this role execution. |
|
MMProfile |
MMRecipe.getOwningProfile()
The profile owning this recipe. |
|
MMProfile |
MMMenu.getOwningProfile()
The profile that owns this menu. |
|
MMProfile |
MMLabel.getOwningProfile()
The profile that owns this label. |
|
MMProfile |
MMFormat.getOwningProfile()
The profile which owns this format. |
|
MMProfile |
MMFontColor.getOwningProfile()
The profile which owns this font color element. |
|
MMProfile |
MMFilter.getOwningProfile()
The profile owning this filter. |
|
MMProfile |
MMEngineeringSequence.getOwningProfile()
The profile that owns this engineering sequence. |
|
MMProfile |
MMCreateTemplate.getOwningProfile()
The profile that owns this create template. |
|
MMProfile |
MM2ClassificationConstraint.getOwningProfile()
The profile owning this classification constraint. |
|
ADRepository |
ADEventLogEntry.getOwningRepository()
The ADRepository owning this event log entry. |
|
MMStereotype |
MMStereotypeKeyword.getOwningStereotype()
The stereotype owning this keyword. |
|
MMStereotypeAble |
MMFormat.getOwningStereotypeAble()
The stereotypeable element which owns this format. |
|
MMTSTypeClass |
MMTSDefaultValue.getOwningTypeClass()
Reference to the MMTSTypeClass of this MMTSDefaultValue. |
|
MM2TypedElement |
MM2TypeRange.getOwningTypedElement()
The typed element of this type range. |
|
MM2TypedElement |
MM2TypeEnum.getOwningTypedElement()
The typed element that owns this enum type. |
|
MMTypeSystem |
MMTSTypeClass.getOwningTypeSystem()
Reference to the MMTypeSystem of this MMTSTypeClass. |
|
MMTypeSystem |
MMTSType.getOwningTypeSystem()
Reference to the MMTypeSystem of this MMTSType. |
|
MMTypeSystem |
MMTSOption.getOwningTypeSystem()
Reference to the type system of this option. |
|
MMVerify |
MMVerifyPackage.getOwningVerify()
The verify that owns this verification section. |
|
MMVerifyClassification |
MMVerifyMsg.getOwningVerifyClassification()
The verification category that owns this verification message. |
|
MMVerifyClassification |
MMVerifyClassification.getOwningVerifyClassification()
The verification category that owns this verification category. |
|
MMVerifyClassification |
MMEngineeringAction.getOwningVerifyClassification()
The verification category that owns this engineering action. |
|
MMVerifyPackage |
MMVerifyClassification.getOwningVerifyPackage()
The verification section that owns this verification category. |
|
ADCSWorkStep |
ADCSWorkStepModel.getOwningWorkStep()
The ADCSWorkStep owning this ADCSWorkStepModel. |
|
ADCSWorkStep |
ADCSWorkStepInstance.getOwningWorkStep()
The ADCSWorkStep owning this ADCSWorkStepInstance. |
|
ELElement |
MMCreateTemplate.getOwnInstance()
The instance of this create template. |
|
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. |
|
List<ADUsrRole> |
ADLogin.getPossibleRole(K_CONTROL_OPTION... behaviourFlags)
Returns all roles available for the current object. |
|
List<ADRevision> |
ADRevision.getPredecessor()
Returns the predecessor revisions of this revision. |
|
|
MM2Classification.getPresContentAbleMetaClass(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. |
|
List<MMPresEntry> |
MM2Presentation.getPresEntry(K_CONTROL_OPTION... behaviourFlags)
All entries which use this presentation. |
|
String |
MMText.getPreset()
Returns the default of the current object's text. |
|
List<DBProcedureExpression> |
MMTypeSystem.getProcedureExpression(K_CONTROL_OPTION... behaviourFlags)
List of all procedure expressions of this type system. |
|
List<MMProfileApplication> |
MMProfile.getProfileApplication(K_CONTROL_OPTION... behaviourFlags)
All profile applications owned by this profile. |
|
List<MMProfileApplication> |
MMProfile.getProfileImported(K_CONTROL_OPTION... behaviourFlags)
All profile applications that apply this profile to packages. |
|
boolean |
MMStereotypeAble.getPropBoolValue(MMStereotypeProperty refObj,
String pattern)
Returns the Boolean property value of the current object given by argument pattern or argument refObj. |
|
|
MM2Class.getPropertyNavigableTo(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all navigable properties typed by this element. |
|
|
MM2Class.getPropertyNavigableTo(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPropertyNavigableTo and filters its return values according to the given stereotype value. |
|
int |
MMStereotypeAble.getPropLongValue(MMStereotypeProperty refObj,
String pattern)
Returns the long property value of the current object given by argument pattern or argument refObj. |
|
String |
MMStereotypeAble.getPropStringValue(MMStereotypeProperty refObj,
String pattern)
Returns the property value of the current object given by argument pattern or argument refObj. |
|
List<String> |
MMStereotypeAble.getPropValueList()
Calculates all stereotype properties which are configured for the classification of the selected element and returns a list of multistrings each made up of property name and property value. |
|
String |
ADModel.getPurpose()
Dummy attribute for some purpose. |
|
|
ADUsrRole.getReadAble(Class<T> returnType)
Returns the elements which cannot be read by the current object. |
|
List<ADUsrRole> |
ADAccessAble.getReadRole()
Return the roles which cannot read the current object. |
|
|
ADRevision.getReference(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns the revision references referencing this revision. |
|
|
ADReferenceAble.getReferenceContainer(Class<T> returnType)
All reference container referencing this element. |
|
K_REFERENCE_FILTER |
MM2Attribute.getReferenceKind()
Role, this association end plays in jump reference command. |
|
static
|
ADClientAbleHelper.getReferences(Class<T> returnType,
SrvContext srvCtx,
List<? extends ELElement> seqSel,
ARG_IRefRestriction valRestrictOut,
List<ARG_IRefViewSpecification> seqViewSpec)
Internal request used by de.mid.innovator.ref.ReferencesCollector. |
|
ADRepAdmin |
ADRepository.getRepAdmin()
The repository admin which is owned by the current object. |
|
ADRepAdmin |
ADLogin.getRepAdmin()
The the current object's repository administrator. |
|
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 |
MMGeneral.getRepository()
The repository of the current object. |
|
ADRepository |
MM2Schema.getRepository()
The repository that owns this schema. |
|
ADRepository |
ADUpdTime.getRepository()
the current object's repository. |
|
ADRepository |
ADUpdInterval.getRepository()
the current object's repository. |
|
ADRepository |
ADRepLogOption.getRepository()
the current object's repository. |
|
ADRepository |
ADRepAdmin.getRepository()
the current object's repository. |
|
ADRepository |
ADReference.getRepository()
Returns the repository of this reference. |
|
ADRepository |
ADModel.getRepository()
The repository that owns the current object. |
|
ADRepository |
ADInstance.getRepository()
The repository that owns the current object. |
|
ADRepository |
ADInoHost.getRepository()
The the current object's repository. |
|
List<ELValSpecString> |
ADRepository.getRepositoryInactivity(K_CONTROL_OPTION... behaviourFlags)
All string values of repository inactivity owned by this repository. |
|
MESection |
ADLogin.getRestrictingSection()
The MESection which restrict the visible elements for this ADLogin. |
|
String |
MMTSTypeMapping.getRestriction()
This attribute defines the restriction for the validation of this mapping. |
|
ADRevision |
ADReference.getRevision()
Returns the revision of this reference. |
|
List<ADRevision> |
ADInstanceRevision.getRevision()
Returns the revisions of this instance revision. |
|
MM2Attribute |
MMFormatRuleSetOfRole.getRoleAttribute()
The meta attribute of this format rule set. |
|
List<MMRoleExecution> |
ADUsrRole.getRoleExecution(K_CONTROL_OPTION... behaviourFlags)
Returns role executions from the current object. |
|
List<MMRoleExecution> |
ADExecuteAble.getRoleExecution(K_CONTROL_OPTION... behaviourFlags)
Returns role executions from the current object. |
|
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. |
|
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 |
MMLocale.getSchema()
The schema that owns this locale. |
|
MM2Schema |
MM2CLCompartment.getSchema()
The schema that owns this compartment. |
|
MM2Schema |
ADRepository.getSchema()
The schema owned by this repository. |
|
List<MESection> |
ADClientAble.getSection()
All sections with this ADClientAble as part. |
|
static ADRepository |
ADRepositoryHelper.getSelf(SrvContext srvCtx)
Returns the repository itself. |
|
|
ADModel.getSelfAndOwnedElementTransitiveDownExcludeProfiles(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. |
|
|
ADModel.getSelfAndOwnedElementTransitiveDownExcludeProfiles(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSelfAndOwnedElementTransitiveDownExcludeProfiles and filters its return values according to the given stereotype value. |
|
|
MMStereotype.getSeparatedProperty(Class<T> returnType)
All typed elements of this stereotype with a separator behind the property. |
|
List<MMStereotype> |
MM2TypedElement.getSeparatingStereotype()
All stereotypes where this typed element is followed by a separator. |
|
static ARG_ShutdownInfo |
ADRepositoryHelper.getShutdown(SrvContext srvCtx)
Returns the shutdown information. |
|
List<ADAnnotation> |
ADAnnotation.getSonAnnotation()
All son annotations of this annotation. |
|
static
|
ADVersionAbleHelper.getSortByExistenceDependency(Class<T> returnType,
SrvContext srvCtx,
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. |
|
Date |
ADChangeSetFragment.getStarttime()
Returns the start timestamp of the current object. |
|
Date |
ADChangeSet.getStarttime()
Returns the start timestamp of the earliest ADChangeSetFragment of this the current object. |
|
|
MMStereotypeAble.getStereoPropValueByPattern(Class<T> returnType,
MMStereotype stereotype,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
The method calls getStereoPropValueByPattern and filters its return values according to the given stereotype value. |
|
|
MMStereotypeAble.getStereoPropValueByPattern(Class<T> returnType,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
All stereotype property values owned by this element. |
|
MMStereotype |
MMStereotypeProperty.getStereotype()
The stereotype owning this stereotype property. |
|
MMStereotype |
MMStereotypeExtension.getStereotype()
The stereotype owning this extension. |
|
MMStereotype |
MMStereotypeBuildingBlock.getStereotype()
The stereotype owning this building block. |
|
MMStereotype |
MMStereotypeAble.getStereotype()
The stereotype of this element. |
|
MMStereotype |
MMCreateTemplate.getStereotype()
The stereotype of the instance of this create template. |
|
List<MMStereotype> |
MM2Class.getStereotype(K_CONTROL_OPTION... behaviourFlags)
All stereotypes of this class. |
|
MMStereotype |
ADModel.getStereotype(String nameProfile,
String nameStereotype,
Class<? extends ELObject> voclM2Class)
Returns the specified stereotype. |
|
|
MMStereotype.getStereotypeAble(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All elements of this stereotype. |
|
|
MM2Class.getStereotypeAblesOfAssocEndRange(Class<T> returnType,
ELProperty refObj,
K_VATTR kind,
K_CONTROL_OPTION... behaviourFlags)
Returns not abstract specializations (transitive) of MMStereotypeAble types of properties subsetting the association end given by argument refObj. |
|
|
MM2Class.getStereotypeAblesOfAssocEndRange(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. |
|
List<MMStereotype> |
MMProfile.getStereotypeByMetaClass(MM2Class refObj,
String pattern,
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. |
|
List<MMStereotype> |
MMProfile.getStereotypeByMetaClassTransitive(MM2Class refObj,
String pattern,
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 List<MMStereotype> |
MMStereotypeHelper.getStereotypeByVOcl(SrvContext srvCtx,
Class<? extends ELObject> value)
All not abstract stereotypes of the specified meta class. |
|
MM2Class |
MMStereotype.getStereotypeClass()
The class of this stereotype. |
|
|
MM2Classification.getStereotypeHierarchyWithClass(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The meta class of this classification. |
|
String |
MMStereotypeAble.getStereotypeName()
The name of the stereotype of this element. |
|
List<MMStereotypeProperty> |
MMStereotypeAble.getStereotypeProperty(K_CONTROL_OPTION... behaviourFlags)
All properties which are configured for the stereotype of this element. |
|
String |
MMStereotypeAble.getStereotypePropertyInfo()
Stereotype property info of the current object. |
|
List<ARG_NameValueDefault> |
MMStereotypeAble.getStereotypePropertyNameValue()
Returns a list of stereotype properties specified for this stereotype able element. |
|
List<MMStereotypeProperty> |
MM2Classification.getStereotypePropertyOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)
All stereotype properties of this and all included classifications. |
|
String |
MMTextValue.getStringValue()
The string value of the connected text. |
|
List<ADRevision> |
ADRevision.getSuccessor()
Returns the successor revisions of this revision. |
|
ARG_TabCell |
ADM2AttrModifyAble.getTabCell(ELElement item)
Returns the specified property of this element. |
|
ARG_TabCellObjectList |
ADM2AttrModifyAble.getTabCellObjectList(MM2TypedElement ohCell,
String strPattern,
boolean withName)
Returns the list of valid objects for the specified property of this element. |
|
List<ARG_TabCreateTemplate> |
ADM2AttrModifyAble.getTabCreateTemplate(Class<? extends ELObject> kVOcl,
boolean isExact,
K_VATTR kVAttr,
String strType,
String strAttr,
ADClientAble ohElem,
boolean hasVAttrSecond,
boolean wantColor,
String strColorLabel,
boolean wantText)
Returns a list of create templates. |
|
ARG_TabCellObjectList |
ADM2AttrModifyAble.getTabCreateTemplateObjectList(MMCreateTemplate ohTmpl,
Class<? extends ELObject> kVOcl,
K_VATTR kVAttr,
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,
String strColorLabel,
boolean wantText)
Returns all properties of this element. |
|
static List<ARG_TabElement> |
ADM2AttrModifyAbleHelper.getTabElementList(SrvContext srvCtx,
List<? extends ADClientAble> seq,
boolean wantColor,
String strColorLabel,
boolean wantText)
Returns a list of all properties for the specified element list. |
|
ARG_TabElementRowList |
ADM2AttrModifyAble.getTabElementRowList(boolean wantColor,
String strColorLabel,
boolean wantText)
Returns all properties of this element together with all possible row types and contents. |
|
List<ARG_TabType> |
ADM2AttrModifyAble.getTabElementRowTypeList()
Calculates a list of element types and attributes which are allowed as row list. |
|
ARG_TabRowList |
ADM2AttrModifyAble.getTabRowList(Class<? extends ELObject> kVOcl,
boolean isExact,
K_VATTR kVAttr,
String strType,
String strAttr,
ADClientAble ohElem,
boolean hasVAttrSecond,
boolean wantColor,
String strColorLabel,
boolean wantText)
Returns a list of rows with properties. |
|
static List<MMEngineeringAction> |
MMEngineeringActionHelper.getTaggedAction(SrvContext srvCtx,
List<String> seq)
Returns all engineering actions which are tagged with all given tags in string sequence. |
|
String |
MMTSTypeMapping.getTargetParameter1()
This attribute defines the calculation rule for the value of the parameter 1 of target data type. |
|
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(String nameProfile,
String nameTemplate,
Class<? extends ELObject> voclM2Class)
Returns the specified template. |
|
|
MMCreateELInst.getTemplateTarget(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All directed relationships with this dummy element as target. |
|
MMText |
MMTextValue.getText()
Text of the value. |
|
List<MMText> |
MM2Classification.getText(K_CONTROL_OPTION... behaviourFlags)
All texts for the classification. |
|
MMTextAble |
MMTextValue.getTextAble()
The element that owns this text value. |
|
String |
MMTextValue.getTextExpandedValue()
Returns the text value where all fill-ins are expanded. |
|
String |
MMTextAble.getTextExpandedValue(MMText refObj,
String pattern)
Returns the text value of this element given by argument pattern or argument refObj where all fill-ins are expanded. |
|
List<MMText> |
MM2Classification.getTextOfGeneralTransitive(K_CONTROL_OPTION... behaviourFlags)
All texts of this and all included classifications. |
|
String |
MMTextValue.getTextStringValue(MMText refObj,
String pattern)
Returns the displayed text value of the current object given by argument pattern or argument refObj. |
|
String |
MMTextAble.getTextStringValue(MMText refObj,
String pattern)
Returns the raw text value of the current object given by argument pattern or argument refObj. |
|
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. |
|
DGTreeStructureRoot |
ADModel.getTreeRoot()
The browser configuration structure owned by this model. |
|
String |
MMLocale.getTRefName(ELContainerAble refObj,
String pattern)
Returns the qualified name of the element relative to and not including the container passed as argument refObj. |
|
List<MMTSType> |
MMTSTypeClass.getTSType()
All types of this MMTSTypeClass. |
|
MMTSTypeClass |
MMTSType.getTSTypeClass()
The MMTSTypeClass of this MMTSType. |
|
static ARG_TypeCheckOut |
MMTSTypeHelper.getTypeCheck(SrvContext srvCtx,
String nameTypeSystem,
String nameConcreteType)
Searches a type with concrete parameters within an MMTypeSystem - both given as string values. |
|
String |
MMTSType.getTypeClassName()
Name of the MMTSTypeClass of this MMTSType. |
|
|
MMCreateCLInst.getTypedAssociationEnd(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All properties as association ends typed by this dummy classifier. |
|
String |
MM2TypeRange.getTypedElementName()
The name of the typed element which is assign to this predefined value. |
|
|
MM2Type.getTypedM2Element(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All elements typed by this element. |
|
MMTSType |
MMTSTypeMapping.getTypeInOtherScope()
Reference to the type in the scope of the partner type system of this type mapping. |
|
MMTSType |
MMTSTypeMapping.getTypeInOwnScope()
Reference to the type in the scope of the own type system of this type mapping. |
|
|
MM2Class.getTypesOfAssocEndRange(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 by argument refObj. |
|
|
MM2Class.getTypesOfAssocEndRange(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. |
|
static List<MMTypeSystem> |
MMTypeSystemHelper.getTypeSystems(SrvContext srvCtx)
Returns all type systems of the model |
|
static List<String> |
MMTypeSystemHelper.getTypeSystemStrings(SrvContext srvCtx,
List<String> seq)
Returns a name list of all available type systems. |
|
ARG_UndoRedoAbleOut |
ADLogin.getUndoRedoAble()
Is undo and redo possible. |
|
|
ADLogin.getUndoRedoDeletedElements(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. |
|
List<String> |
MMTextAble.getURIList()
Returns the list of URI used in the text values of the current object. |
|
String |
MMTypeSystem.getUsageInfo()
This property is only used when evaluating using engineering actions. |
|
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 |
MMText.getUseInDocumentation()
Returns true if the current object is used for documentation. |
|
boolean |
MMLabel.getUseInDocumentation()
True, if this label is shown in clients and documentation. |
|
List<ADUserHostOption> |
ADLoginAble.getUserHostOption(K_CONTROL_OPTION... behaviourFlags)
All host options for the current object. |
|
List<ADUserHostOption> |
ADInoHost.getUserHostOption(K_CONTROL_OPTION... behaviourFlags)
All options for the current object. |
|
List<ADUserOption> |
ADLoginAble.getUserOption(K_CONTROL_OPTION... behaviourFlags)
All options for the current object. |
|
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. |
|
String |
ADTimeAble.getUsrName()
Returns the name of the creator of the current object. |
|
ADUsrRole |
MMRoleExecution.getUsrRole()
Returns roles which can execute the current object. |
|
List<ADUsrRole> |
ADMdlUser.getUsrRole()
Returns all roles of the current object. |
|
ADUsrRole |
ADLogin.getUsrRole()
Returns the role of the current object. |
|
List<ADUsrRole> |
ADMdlUser.getUsrRoleByPattern(String pattern,
K_CONTROL_OPTION... behaviourFlags)
Returns all roles for the current object. |
|
String |
ADInstance.getUUID()
Returns Innovator UUID (Universally Unique Identifier) of this instance. |
|
|
MM2FontColor.getValue(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All values for this font or color property. |
|
List<DGVerifyChapter> |
MMVerify.getVerifyChapter()
The verification of this documentation chapter. |
|
List<MMVerifyClassification> |
MM2Classification.getVerifyClassification(K_CONTROL_OPTION... behaviourFlags)
The classification of this verify classification. |
|
|
MMVerify.getVerifyElementList(Class<T> returnType,
List<? extends ADClientAble> seqSel)
Evaluate this verify for the specified elements. |
|
List<ARG_VerifyElementMessageList> |
MMVerify.getVerifyElementMessageList(List<? extends ADClientAble> seqSel)
Evaluate this verify for the specified elements. |
|
List<ARG_VerifyManagerElement> |
MMVerify.getVerifyManagerList(List<? extends ADClientAble> seqSel,
boolean isBrowser)
Evaluate this verify for the specified elements. |
|
List<String> |
MMVerify.getVerifyMessageList(List<? extends ADClientAble> seqSel,
boolean isBrowser,
boolean onlyMsg,
ELContainerAble ohContext)
Evaluate this verify for the specified elements. |
|
List<MMVerifyMsg> |
MM2Verify.getVerifyMsg(K_CONTROL_OPTION... behaviourFlags)
The occurrence of this meta verify as verify message. |
|
List<MMVerifyPackage> |
MM2Package.getVerifyPackage(K_CONTROL_OPTION... behaviourFlags)
The meta package of this verify package. |
|
static List<ARG_VerifyElementMessageList> |
MMProfileHelper.getVerifyProfileElementMessageList(SrvContext srvCtx,
List<? extends MMProfile> seqProfile,
List<K_CTREE> seqCTree,
MMVerify ohVerify)
Evaluate the verify for the list of profiles within the specified configuration views. |
|
byte[] |
ADVersionAble.getVersionFile(K_INSTPURPOSE purpose,
boolean complete)
Returns version ASCII representation of the current object. |
|
static byte[] |
ADModelHelper.getVersionFile(SrvContext srvCtx,
ADLogin login,
K_ADMODEL method,
String name)
Returns the complete version ASCII representation of the model. |
|
List<String> |
ADVersionAble.getVersionList()
Returns the complete version ASCII representation of the current object as a string array. |
|
List<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. |
|
List<String> |
MMEngineeringAction.getVirtualMachineList()
The list of all virtual machine entries. |
|
List<ELValSpecString> |
MMEngineeringAction.getVirtualMachineValue(K_CONTROL_OPTION... behaviourFlags)
All string values of virtual machines owned by this engineering action. |
|
List<ARG_MenuAbleTime> |
ADXModel.getVisibleDiagrams(List<String> seqUUID,
List<? extends ADClientAble> seqDia)
Returns a list of all menu able elements which are visible for the current login. |
|
|
ADXModel.getVisibleOwnedElementTransitiveDownExcludeProfiles(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. |
|
|
ADXModel.getVisibleOwnedElementTransitiveDownExcludeProfiles(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 a MMStereotype and a list of elements usable as ELType. |
|
Class<? extends ELObject> |
ADInstanceRevision.getVOcl()
Identification the metaclass of this instance revision. |
|
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. |
|
String |
ADLogOption.getWarning()
Returns warning text. |
|
boolean |
MMEngineeringAction.getWithDialog()
True, if this single action has a dialog for additional parameters. |
|
String |
MMEngineeringAction.getWorkingDirectory()
The working directory of this action. |
|
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(MMLocale refObj,
String pattern)
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 change set 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 set mode. |
|
boolean |
ADUsrRole.hasDependencyEditorMode()
Returns true, if the current object has dependency editor 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(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(MMLocale refObj,
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 |
ADUsrRole.hasOperationMode(K_OPERATIONMODE kind)
Returns true, if the current object's privileges matches the argument kind. |
|
boolean |
ADMdlUser.hasOperationMode(K_OPERATIONMODE kind)
Returns true if the roles privileges of the current object match argument kind. |
|
boolean |
ADLogin.hasOperationMode(K_OPERATIONMODE kind)
Returns true, if the current object's user privileges match 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(String pattern)
True, if argument pattern contains all licenses which are necessary for this profile. |
|
boolean |
ADUsrRole.hasVersionMode()
Returns true, if the current object has version mode. |
|
void |
ADModel.importBrowserConfiguration(byte[] file)
Imports the browser configuration file into the current object. |
|
List<ADVersionAble> |
ADModel.importVersion(List<String> seqVList,
ARG_UUIDImportOptions valUUIDImportOptions)
Imports the version object into the current object. |
|
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 |
MM2Package.isCTreeConfigAble(K_CTREE kind)
True, if this metapackage is used in the part of the configuration editor specified by argument kind. |
|
boolean |
MM2Class.isCTreeConfigAble(K_CTREE kind)
True, if this metaclass 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 current object runs into a demo installation. |
|
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 the BPDataIOAssociation. |
|
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 |
MMProfile.isRoot()
True, if this profile is the root of all profiles in the current model. |
|
boolean |
ADRepository.isSingleSignOn()
Returns true, if the repository 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 existing ADChangeSet. |
|
void |
ADModel.loadConfig(String name,
K_INSTPURPOSE purpose)
Loads the specified configuration file. |
|
void |
ADModel.loadUserConfig(String name,
K_INSTPURPOSE purpose)
Loads the specified user configuration file. |
|
void |
ADLockAble.lock()
Creates a lock for the current object. |
|
void |
ADLogin.lock(List<? extends ELElement> seq)
If no selection is made, it locks all elements possible for the login. |
|
static void |
ADLockAbleHelper.lock(SrvContext srvCtx,
List<? extends ADLockAble> sel)
Creates a lock for the current object. |
|
void |
ADLogin.lockRecursive(List<? extends ADClientAble> seqSel)
Locks all selected elements recursively. |
|
void |
MMStereotype.m2AttrCnstrModify(K_VATTR vAttr,
int minLength,
int maxLength,
String regExp,
boolean isCaseSensitive,
K_NAME_SCOPE scope)
Modifies the name constraints of this stereotype. |
|
void |
ADChangeSet.mergeChangeSet(String strNote)
Moves all contents of the active ADChangeSet to this ADChangeSet. |
|
void |
ADUsrRole.modifyAccess(List<? extends ADAccessAble> seqAccessAble,
boolean giveAccess,
boolean recursive)
Modifies the given elements' role access. |
|
static void |
MMTextHelper.modifyChangeableFontDlg(SrvContext srvCtx,
List<? extends ADClientAble> seqElem,
String strFont,
boolean isChangeable)
Modify the font and changeable flag for a list of text definitions or stereotypes. |
|
void |
ADChangeSet.modifyChangeSetLink(String strLink,
String strId)
Modifies the link to an external system of a ADChangeSet. |
|
void |
ADChangeSet.modifyChangeSetProperties(String strName,
String strNote,
String strLink,
String strId)
Modifies the properties of a ADChangeSet. |
|
void |
MMFilter.modifyFilterDlg(List<ARG_ModifyFilterEntry> seq)
Modifies the entries of this filter. |
|
void |
MMTextAble.modifyFlowDocuments(List<? extends MMText> seqText,
List<String> seqRichValue,
List<String> seqPlainValue)
Modifies the FlowDocuments of the element by the given text-value pairs. |
|
void |
ADHistoryAble.modifyHistory(String crtName,
Date crtTime,
String mfyName,
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 time)
Changes the inactivity behavior. |
|
void |
MMLabelAble.modifyLabelValuesByName(List<String> seqName,
List<String> seqValue,
List<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. |
|
static void |
MMModelLocaleHelper.modifyModelLocale(SrvContext srvCtx,
List<K_LOCALE> seq)
Modify the list display languages. |
|
void |
ADModel.modifyModelNameAndBitmapDlg(String strName,
String strBitmap)
Modify name and bitmap of this model. |
|
void |
ADOptionAble.modifyOptionDlg(K_OPTION kOption,
boolean setUserHost,
String sValUserHost,
int lValUserHost,
boolean setUser,
String sValUser,
int lValUser,
boolean setGeneral,
String sValGeneral,
int lValGeneral)
Modify the options specified by the given parameters. |
|
void |
ADRepository.modifyPassword(String oldPass,
String newPass)
Modifies the the current object's repository administrator password. |
|
void |
ADModel.modifyPassword(String oldPass,
String newPass)
Modifies the current object's model administrator password. |
|
void |
ADLoginAble.modifyPassword(String oldPass,
String newPass)
Modifies the current object's password. |
|
void |
ADLogin.modifyPassword(String oldPass,
String newPass)
Modifies the password for the current object. |
|
void |
MMStereotype.modifyProperties(String name,
String color,
String bitmap)
Modifies the properties of this stereotype. |
|
void |
ADUsrRole.modifyRead(List<? extends ADAccessAble> seqAccessAble,
boolean giveRead)
Modifies the given elements' role read permission. |
|
void |
ADLogin.modifyRole(String role)
Changes the role for the current object. |
|
static void |
ADRepositoryHelper.modifySingleSignOn(SrvContext srvCtx,
boolean item)
Changes the single-sign-on flag. |
|
static void |
MMStereotypeAbleHelper.modifyStereotypeAblePropertiesDlg(SrvContext srvCtx,
List<? extends ELContainerAble> seqCont,
List<ARG_MMTypedElementValue> seqValue,
boolean checkCnstr)
Sets list of stereotype property values of an element. |
|
void |
MMStereotypeAble.modifyStereotypePropertyValuesByName(List<String> seqName,
List<String> seqValue,
List<Boolean> seqDefault,
boolean checkCnstr)
Modifies the stereotype properties of the element by the given name-value pairs. |
|
void |
MMTextAble.modifyTextValuesDlg(List<? extends MMText> seqText,
List<String> seqValue,
List<Boolean> seqDefault,
boolean checkCnstr)
Modifies the texts of the element by the given text-value pairs. |
|
static void |
MM2ClassificationHelper.modifyTypedElementValueList(SrvContext srvCtx,
List<? extends MM2Classification> seqSel,
List<? extends MM2TypedElement> seqElem,
List<K_MULTIBOOL> seqMBool)
Modify the list of valid typed elements for a list of meta classifications. |
|
static void |
ADRepositoryHelper.modifyUpdate(SrvContext srvCtx,
int interval,
List<String> seqTime)
Changes the update behavior. |
|
void |
MM2TypedElement.modifyValueConstraintDlg(boolean isCaseSensitive,
K_NAME_SCOPE kNameScope,
int lMinLength,
int lMaxLength,
String strRegExp)
Modify the value constraint for this typed element. |
|
static void |
MM2TypedElementHelper.modifyValueConstraintDlg(SrvContext srvCtx,
List<? extends MM2TypedElement> sel,
boolean isCaseSensitive,
K_NAME_SCOPE kNameScope,
int lMinLength,
int lMaxLength,
String strRegExp)
Modify the value constraint for this typed element. |
|
static void |
MMStereotypeHelper.moveStereotypeWithAttachmentDlg(SrvContext srvCtx,
List<? extends MMStereotype> seqStereo,
MMProfile ohProfile,
boolean moveAll,
List<? extends ADClientAble> seqElem)
Moves the selected stereotypes with the specified attachments to the new owning profile. |
|
List<ELElement> |
MMProfile.paste(List<? extends ELElement> seqSel,
List<String> seqVList,
boolean checkConstraint)
Pastes the element copy buffer into this MMProfile. |
|
List<ELElement> |
ADModel.paste(List<? extends ELElement> seqSel,
List<String> seqVList,
boolean checkConstraint)
Pastes the element copy buffer into the current object. |
|
ARG_Undo |
ADLogin.redo()
Reverts the effects of the undo-command most recently executed by this login. |
|
void |
ADUsrRole.removeOperationMode(K_OPERATIONMODE value)
Removes the privilege from the current object. |
|
void |
ADMdlUser.removeRole(ADUsrRole role)
Removes the role to from the current object. |
|
void |
ADCSWorkStep.removeWorkStepInstances(List<? extends ADCSInstance> seqInst,
boolean removeAll)
Removes a list of instances from this ADCSWorkStep. |
|
void |
MMStereotype.replaceUsedStereotypeDlg(MMStereotype ohNewStereo,
boolean replaceAll,
List<? extends ADClientAble> seqUse)
Replaces this stereotype with the specified stereotype within all or the specified usages of this stereotype. |
|
void |
ADModel.saveConfig(String name,
boolean isAddOn,
boolean useModel,
List<? extends ADVersionAble> seqSel)
Saves a configuration file according to the input parameters. |
|
void |
ADModel.saveUserConfig(String item)
Saves a user configuration file according to the input parameters. |
|
void |
ADAccessAble.setAccessRole(List<? extends ADUsrRole> values)
Set the value of Foreign Key AccessRole. |
|
void |
ADAnnotation.setAnnotatedElement(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(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 Info ChangeSetOptionLogIsActive. |
|
void |
ADRevision.setCheckSum(String value)
Set the value of Attribut CheckSum. |
|
void |
ADInstanceRevision.setCheckSum(String value)
Set the value of Attribut CheckSum. |
|
void |
MMText.setClassification(MM2Classification value)
Set the value of Foreign Key Classification. |
|
void |
MMLabel.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 |
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. |
|
static void |
MMLocalizAbleHelper.setElementsLocalizedNames(SrvContext srvCtx,
List<? extends ADClientAble> seqElem,
List<ARG_LocaleValue> seqValue,
K_VATTR kVAttr)
Modifies a list of localized names for each specified element. |
|
static void |
MMLocalizedPropertyAbleHelper.setElementsLocalizedProperty(SrvContext srvCtx,
List<? extends ADClientAble> seqElem,
List<ARG_LocaleValue> seqValue,
K_VATTR kVAttr)
Modifies a list of localized property values for each specified element. |
|
void |
ADChangeSetFragment.setEndtime(Date value)
Set the value of Attribut Endtime. |
|
void |
ADUsrRole.setExportingModelsMode(boolean value)
Set the value of Info HasExportingModelsMode. |
|
void |
ADChangeSet.setExternalId(String value)
Set the value of Attribut ExternalId. |
|
void |
ADChangeSet.setExternalLink(String value)
Set the value of Attribut ExternalLink. |
|
void |
MMText.setFlowDocument(boolean value)
Set the value of Attribut IsFlowDocument. |
|
void |
MMTextValue.setFlowDocumentValue(String value)
Set the value of Attribut FlowDocumentValue. |
|
void |
ADHistoryAble.setHistory(String value)
Set the value of Info History. |
|
void |
MM2TypeEnumMember.setIcw2Enum(int value)
Set the value of Attribut Icw2Enum. |
|
void |
MMXProfile.setInnovatorComponent(List<K_INNOVATOR_COMPONENT> seqComp)
Modifies the innovator components of this MMXProfile. |
|
void |
MM2ClassificationConstraint.setInverseMultiplicity(K_CONTENT_MULTIPLICITY value)
Set the value of Attribut InverseMultiplicity. |
|
void |
MM2Classification.setInvisibleTypedElement(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(String value)
Set the value of Info LabelInfo. |
|
void |
ADUsrRole.setLabelMode(boolean value)
Set the value of Info HasLabelMode. |
|
void |
MMLocaleName.setLocalizedName(String value)
Set the value of Attribut LocalizedName. |
|
void |
ADChangeSetFragment.setLoginAble(ADLoginAble value)
Set the value of Foreign Key LoginAble. |
|
void |
ADTimeAble.setLtime(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 |
ADTimeAble.setNote(String value)
Set the value of Attribut Note. |
|
void |
ADChangeSet.setNote(String value)
Set the value of Attribut Note. |
|
void |
ADCSWorkStep.setNote(String value)
Set the value of Attribut Note. |
|
void |
ADUsrRole.setOperationModeMask(int value)
Set the value of Attribut OperationModeMask. |
|
void |
MMStereotype.setOrderedProperty(List<? extends MM2TypedElement> values)
Set the value of Foreign Key OrderedProperty. |
|
void |
ADRevision.setOriginLocation(String value)
Set the value of Attribut OriginLocation. |
|
void |
MMText.setPreset(String value)
Set the value of Attribut Preset. |
|
void |
MMProfile.setProfileApplication(List<? extends ELElement> seq)
Creates a profile application for each specified profile. |
|
void |
ADModel.setPurpose(String value)
Set the value of Attribut Purpose. |
|
void |
ADAccessAble.setReadRole(List<? extends ADUsrRole> values)
Set the value of Foreign Key ReadRole. |
|
void |
ADReferenceAble.setReferenceContainer(List<? extends MEReferenceContainerAble> values)
Set the value of Foreign Key ReferenceContainer. |
|
void |
MMTSTypeMapping.setRestriction(String value)
Set the value of Attribut Restriction. |
|
void |
ADUsrRole.setSectionMode(boolean value)
Set the value of Info HasSectionMode. |
|
void |
MMStereotype.setSeparatedProperty(List<? extends MM2TypedElement> values)
Set the value of Foreign Key SeparatedProperty. |
|
void |
ADChangeSetFragment.setStarttime(Date value)
Set the value of Attribut Starttime. |
|
void |
MMStereotypeAble.setStereotype(MMStereotype value)
Set the value of Foreign Key Stereotype. |
|
void |
MMStereotypeAble.setStereotypePropertyInfo(String value)
Set the value of Info StereotypePropertyInfo. |
|
void |
MMTextValue.setStringValue(String value)
Set the value of Attribut StringValue. |
|
void |
MMTSTypeMapping.setTargetParameter1(String value)
Set the value of Attribut TargetParameter1. |
|
void |
MMTSTypeMapping.setTargetParameter2(String value)
Set the value of Attribut TargetParameter2. |
|
void |
MMTSTypeMapping.setTargetType(MMTSType value)
Set the value of View TargetType. |
|
void |
MMTextValue.setTextStringValue(String value)
Set the value of Info TextStringValue. |
|
void |
MMText.setTextVisibility(K_TEXT_VISIBILITY value)
Set the value of Attribut TextVisibility. |
|
void |
ADUsrRole.setTranslationMode(boolean value)
Set the value of Info HasTranslationMode. |
|
void |
MMTSTypeClass.setTSType(List<? extends MMTSType> values)
Set the value of Foreign Key TSType. |
|
void |
MMTSType.setTSTypeClass(MMTSTypeClass value)
Set the value of Foreign Key TSTypeClass. |
|
void |
MMTypeSystem.setUsageInfo(String value)
Set the value of Attribut UsageInfo. |
|
void |
MMCreateTemplate.setUseExecAsAccess(boolean value)
Set the value of Attribut UseExecAsAccess. |
|
void |
MMMenuItem.setUseIcon(boolean value)
Set the value of Attribut UseIcon. |
|
void |
MMText.setUseInDocumentation(boolean value)
Set the value of Attribut UseInDocumentation. |
|
void |
MMLabel.setUseInDocumentation(boolean value)
Set the value of Attribut UseInDocumentation. |
|
void |
ADXModel.setUserWorkRestriction(String value)
Set the value of Info UserWorkRestriction. |
|
void |
MMCreateTemplate.setUseStereotypeIcon(boolean value)
Set the value of Attribut UseStereotypeIcon. |
|
void |
ADTimeAble.setUsrName(String value)
Set the value of Attribut UsrName. |
|
void |
MMRoleExecution.setUsrRole(ADUsrRole value)
Set the value of Foreign Key UsrRole. |
|
void |
ADInstance.setUUID(String value)
Set the value of Attribut UUID. |
|
void |
ADUsrRole.setVersionMode(boolean value)
Set the value of Info HasVersionMode. |
|
void |
ADLogOption.setWarning(String value)
Set the value of Attribut Warning. |
|
void |
ADCSWorkStep.setWorkStepModel(String strModel,
String strRep,
String strBitmap,
K_CS_WORKSTEP kState,
String strReason)
Marks this ADCSWorkStep as done or ignored for the specified innovator model. |
|
static ADChangeSet |
ADChangeSetHelper.splitChangeSet(SrvContext srvCtx,
List<? extends ADCSOperation> seqOp,
boolean createNewChangeSet)
Splits the change set content and moves the specified operations to another change set. |
|
void |
MMStereotype.stereotypeParents(List<? extends ELElement> seq)
Modify the generalizations of this stereotype. |
|
void |
ADLogin.SU(boolean isSuperUser,
String pass)
Changes the super user mode for the current object. |
|
void |
ADM2AttrModifyAble.tabCellModify(MM2TypedElement ohCell,
String strValue,
ADClientAble ohValue)
Modifies the specified property of this element. |
|
List<ADClientAble> |
ADM2AttrModifyAble.tabCreateTemplate(MMCreateTemplate ohTmpl,
Class<? extends ELObject> kVOcl,
K_VATTR kVAttr,
List<? extends ADClientAble> seqElem)
Create a new element with the specified create template. |
|
void |
ADM2AttrModifyAble.tabElementModify(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. |
|
void |
ADLogin.unlock(List<? extends ELElement> seq)
If no selection is made, it removes all element locks for the current object. |
|
static void |
ADLockAbleHelper.unlock(SrvContext srvCtx,
List<? extends ADLockAble> sel)
Deletes the lock for the current object. |
|
static void |
MMProfileHelper.unlockProfiles(SrvContext srvCtx)
Unlocks all profiles locked by the user. |
|
void |
ADLogin.unlockRecursive(List<? extends ADClientAble> seqSel)
Unlocks all selected elements recursively. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2model |
|---|
| Methods in de.mid.innovator.srv2api.icw2model that throw InoNetException | ||
|---|---|---|
MEAttachmentAssign |
MEAttachment.addElementAssigned(MMAttachmentAble item)
Adds an element that uses the MEAttachment. |
|
void |
MEReferenceContainerAble.addReferences(List<? extends ELElement> seq)
Adds references to the specified list of referenceable elements to this hierarchical element. |
|
List<MEAttachmentAssign> |
MEAttachment.assignAttachment(List<? extends ELElement> seq)
Assigns this attachment to a list of elements. |
|
List<MECommentAssign> |
MEComment.assignComment(List<? extends ELElement> seq)
Assigns this comment to a list of elements. |
|
List<MEConstraintAssign> |
MEAssignAbleConstraint.assignConstraint(List<? extends ELElement> seq)
Assign this constraint to a list of elements. |
|
void |
MESection.assignSection(List<? extends ADClientAble> seqPart,
boolean withHier)
Assign a list of elements to this section. |
|
static void |
MESectionHelper.assignSectionLoginAble(SrvContext srvCtx,
ELElement item)
Assigns this MESection to the ADLoginAble as login able section. |
|
void |
MESection.assignSectionModel()
Assigns this section to the model as model section. |
|
ARG_MEMappingConfiguration |
MEMappingConfigurationPackage.buildMappingEnvironmentInnovator(String cpNameRepository,
String cpNameModel,
K_ADMODEL modelType)
Creates a mapping environment if possible and returns the mapping configuration data for the mapping. |
|
void |
MEModelElement.buildProxyConnection(String proxyBuildInformation,
String mappingName)
Builds a model reference to the element coded in the given XML text with the given mapping method. |
|
static MESection |
MESectionHelper.create(SrvContext srvCtx,
MESection ohSection,
String strName)
Create a new section. |
|
static MEAttachment |
MEAttachmentHelper.create(SrvContext srvCtx,
MMAttachmentAble ohElement,
ARG_File valFile)
Attaches a file to an element. |
|
static MESystemModelManagement |
MESystemModelManagementHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new System Model Management with template and container. |
|
static MESystemModel |
MESystemModelHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new System Model with template and container. |
|
static MEStubPackageInnovator |
MEStubPackageInnovatorHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Stub Package (Innovator Model) with template and container. |
|
static MEStubPackageExternalModel |
MEStubPackageExternalModelHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Stub Package (External Model) with template and container. |
|
static MEStubPackageBase |
MEStubPackageBaseHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Mapping Base Package with template and container. |
|
static MERequirement |
MERequirementHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Requirement with template and container. |
|
static MEProxyInnovator |
MEProxyInnovatorHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Proxy with template and container. |
|
static MEProxyExternal |
MEProxyExternalHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Proxy (External) with template and container. |
|
static MEPackage |
MEPackageHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Package with template and container. |
|
static MEModel |
MEModelHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Model with template and container. |
|
static MEMappingPackageTypeReverse |
MEMappingPackageTypeReverseHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Mapping Package Type (Reverse) with template and container. |
|
static MEMappingPackageTypeForward |
MEMappingPackageTypeForwardHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Mapping Package Type (Forward) with template and container. |
|
static MEMappingPackageContent |
MEMappingPackageContentHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Mapping Content Package with template and container. |
|
static MEMappingConfigurationPackageReverse |
MEMappingConfigurationPackageReverseHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Mapping Configuration (Reverse) with template and container. |
|
static MEMappingConfigurationPackageForward |
MEMappingConfigurationPackageForwardHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Mapping Configuration (Forward) with template and container. |
|
static MEConstraint |
MEConstraintHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Constraint with template and container. |
|
static MEConfigurationManagement |
MEConfigurationManagementHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Configuration Base Package with template and container. |
|
static MEComment |
MECommentHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Comment with template 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 MERealization |
MERealizationHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Realization with template 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 MEPackageImport |
MEPackageImportHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Package Import with template from source to target element. |
|
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 MEElementImport |
MEElementImportHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Element Import with template from source to target element. |
|
static MEDependency |
MEDependencyHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Dependency with template from source to target element. |
|
static MECopy |
MECopyHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Copy with template from source to target element. |
|
static MEAbstraction |
MEAbstractionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Abstraction with template 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 MESimpleConstraint |
MESimpleConstraintHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
K_CONTASGN kContAsgn)
Creates a new condition 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 MESystemModel |
MESystemModelHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new System Model with stereotype and container. |
|
static MEStubPackageInnovator |
MEStubPackageInnovatorHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Stub Package (Innovator Model) with stereotype and container. |
|
static MEStubPackageExternalModel |
MEStubPackageExternalModelHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Stub Package (External Model) with stereotype and container. |
|
static MEStubPackageBase |
MEStubPackageBaseHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Mapping Base Package with stereotype and container. |
|
static MERequirement |
MERequirementHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Requirement with stereotype and container. |
|
static MEProxyInnovator |
MEProxyInnovatorHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Proxy with stereotype and container. |
|
static MEProxyExternal |
MEProxyExternalHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Proxy (External) with stereotype and container. |
|
static MEPackage |
MEPackageHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Package with stereotype and container. |
|
static MEModel |
MEModelHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Model with stereotype and container. |
|
static MEMappingPackageTypeReverse |
MEMappingPackageTypeReverseHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Mapping Package Type (Reverse) with stereotype and container. |
|
static MEMappingPackageTypeForward |
MEMappingPackageTypeForwardHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Mapping Package Type (Forward) with stereotype and container. |
|
static MEMappingPackageContent |
MEMappingPackageContentHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Mapping Content Package with stereotype and container. |
|
static MEMappingConfigurationPackageReverse |
MEMappingConfigurationPackageReverseHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Mapping Configuration (Reverse) with stereotype and container. |
|
static MEMappingConfigurationPackageForward |
MEMappingConfigurationPackageForwardHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Mapping Configuration (Forward) with stereotype and container. |
|
static MEConstraint |
MEConstraintHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Constraint with stereotype and container. |
|
static MEConfigurationManagement |
MEConfigurationManagementHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Configuration Base Package with stereotype and container. |
|
static MEComment |
MECommentHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Comment with stereotype and container. |
|
static MEUsage |
MEUsageHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Usage with stereotype 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 MEProxyAssignment |
MEProxyAssignmentHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Proxy Assignment with stereotype 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 MEMappingDependency |
MEMappingDependencyHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Mapping Dependency with stereotype 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 MEDependency |
MEDependencyHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Dependency with stereotype 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 MEAbstraction |
MEAbstractionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Abstraction with stereotype from source to target element. |
|
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 MESimpleConstraint |
MESimpleConstraintHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
K_CONTASGN kContAsgn)
Creates a new condition with stereotype and container. |
|
List<ACPartition> |
MEModelElement.getActivityPartition()
The partitions which represent the element. |
|
List<BPActivityResource> |
MERefAbleAsResource.getActivityResource()
All BPActivityResource which represent the element. |
|
List<MEComment> |
MECommentAble.getAssignedComment(K_CONTROL_OPTION... behaviourFlags)
Returns all comments assigned to the current object. |
|
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. |
|
|
MEConstraintAble.getAssignedConstraint(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All constraints which are assigned to this element. |
|
|
MEConstraintAble.getAssignedConstraint(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(List<? extends ADClientAble> seqAdd,
List<? extends ADClientAble> seqRemove,
List<? extends ADClientAble> seqContainer)
Expands the target MESection for client display. |
|
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. |
|
MECommentAble |
MECommentAssign.getCommentAble()
The comments of the current object. |
|
|
MEComment.getCommentAble(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All elements which are annotated by this the current object. |
|
|
MEComment.getCommentAble(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getCommentAble and filters its return values according to the given stereotype value. |
|
List<MECommentAssign> |
MECommentAble.getCommentAssign(K_CONTROL_OPTION... behaviourFlags)
All assignments of the current object. |
|
CLComponent |
MEPackageAble.getComponent()
The component owning this element. |
|
CLParameterSet |
MESimpleConstraint.getConditionOwningParameterSet()
|
|
List<IAConsider> |
MEModelElement.getConsider()
All considered elements of this model element. |
|
MEAssignAbleConstraint |
MEConstraintAssign.getConstraint()
The constraint owning this assignment. |
|
MEConstraintAble |
MEConstraintAssign.getConstraintAble()
The constraint of this assignment. |
|
|
MESimpleConstraint.getConstraintAble(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All constraintable elements which are connected to this simple constraint. |
|
|
MEIntervalConstraint.getConstraintAble(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All constraintable elements which are connected to this interval constraint. |
|
|
MEConstraint.getConstraintAble(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All constraintable elements which are connected to this constraint. |
|
|
MESimpleConstraint.getConstraintAble(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getConstraintAble and filters its return values according to the given stereotype value. |
|
|
MEIntervalConstraint.getConstraintAble(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getConstraintAble and filters its return values according to the given stereotype value. |
|
|
MEConstraint.getConstraintAble(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.getConstraintAssign(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All assignments of this constraint. |
|
List<MMStereotype> |
MEModelElement.getContentStereotypeByClass(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 . |
|
List<MMCreateTemplate> |
MEModelElement.getCreateTemplateByClass(Class<? extends ELObject> kind,
K_CONTROL_OPTION... behaviourFlags)
Create templates for instances of argument kind with this element as selection. |
|
static ARG_DependencySourceTargetListOut |
MEDependencyHelper.getDependencySourceTargetList(SrvContext srvCtx,
Class<? extends ELObject> kVOclDependency,
boolean isExactDependency,
MMStereotype ohStereoDependency,
Class<? extends ELObject> kVOclSource,
boolean isExactSource,
Class<? extends ELObject> kVOclTarget,
boolean isExactTarget,
boolean onlyExisting,
List<? extends ADClientAble> seqSource,
List<? extends ADClientAble> seqTarget)
Returns a list of all dependencies of the specified meta class. |
|
List<MMText> |
MEModel.getDocumentAreaTextOfClassification(MM2Classification refObj,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
All texts with classification and argument pattern within valid profiles of this model. |
|
|
MEAttachment.getElementAssignedTo(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All elements the file is attached to. |
|
|
MEAttachment.getElementAssignedTo(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getElementAssignedTo and filters its return values according to the given stereotype value. |
|
String |
MEModelElement.getElementColor()
Color of this model element. |
|
String |
MEProxyInnovator.getElemTypeName()
Returns the referenced elements meta name for the Innovator element. |
|
String |
MEProxyExternal.getElemTypeName()
Returns the referenced external element meta name. |
|
String |
MEStubPackageExternalModel.getExternalModelIdentifier()
External model identifier. |
|
String |
MEStubPackageExternalModel.getExternalModelType()
External model type. |
|
Date |
MEAttachment.getFileModificationTime()
The modification time of the corresponding file of this attachment. |
|
static
|
MEProxyHelper.getFindProxyByRefData(Class<T> returnType,
SrvContext srvCtx,
int elemType,
int elemKind,
int elemId,
String elemIdReference,
String elemDisplayName,
String elemHREF,
MEPackage ohTransitiveOwner)
Returns a list of Proxies referencing the element with the specified data. |
|
static
|
MEProxyHelper.getFindProxyByRefUUID(Class<T> returnType,
SrvContext srvCtx,
String sUUID,
MEPackage ohTransitiveOwner)
Returns a list of Proxy referencing the specified UUID. |
|
MMStereotype |
MEModelElement.getFirstValidContentStereotype(Class<? extends ELObject> kind)
Stereotypes for instances of argument kind which are valid as content within the model container of this element. |
|
List<MMText> |
MEModel.getFlowDocumentTextOfClassification(MM2Classification refObj,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
All flow document texts with classification and argument pattern within valid profiles of this model. |
|
List<BPGlobalTaskResource> |
MERefAbleAsResource.getGlobalTaskResource()
All BPGlobalTaskResource which represent the element. |
|
ACActivityEdge |
MEValSpecOpaqueExpr.getGuardOwnerEdge()
The edge which the guard belongs to. |
|
SMTransition |
MESimpleConstraint.getGuardOwningTransition()
|
|
String |
MEStubPackageExternalModel.getHREF()
External model hyper reference field. |
|
List<IAIgnore> |
MEModelElement.getIgnore()
All ignored elements of this model element. |
|
SMState |
MESimpleConstraint.getInvariantOwningState()
|
|
List<MMCreateTemplate> |
MEModel.getKnownCreateTemplatesByMetaClassification(MMStereotype refObj,
String pattern,
Class<? extends ELObject> kind,
K_CONTROL_OPTION... behaviourFlags)
All create templates of meta class or stereotype specified by argument refObj or argument kind which are owned by profiles transitive imported by this model. |
|
List<MMStereotype> |
MEModel.getKnownStereotypesByMetaClass(MM2Class refObj,
String pattern,
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. |
|
List<MMTypeSystem> |
MEModelElement.getKnownTypeSystems(K_CONTROL_OPTION... behaviourFlags)
List of all type systems known by this Innovator Data MEModelElement. |
|
List<MMLabel> |
MEModel.getLabelOfClassification(MM2Classification refObj,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
All labels with classification and argument pattern within valid profiles of this model. |
|
List<BPResourceAtLane> |
MERefAbleAsResource.getLaneR(K_CONTROL_OPTION... behaviourFlags)
All lanes which represent the element. |
|
List<BPLane> |
MERefAbleAsResource.getLaneWithResource(K_CONTROL_OPTION... behaviourFlags)
All lanes which represent the resource. |
|
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. |
|
List<CLManifestation> |
MEPackageAble.getManifest(K_CONTROL_OPTION... behaviourFlags)
All manifestations with this element as target. |
|
|
MEAbstraction.getMapping(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
A composition of an expression that states the abstraction relationship between the supplier and the client. |
|
static List<ARG_MEMappingEnvironment> |
MEMappingConfigurationPackageHelper.getMappingConfiguration(SrvContext srvCtx,
MEModelElement ohStartElement,
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 |
MEProxyAssignment.getMappingConfigurationPackage()
Calculates the mapping configuration package. |
|
MEMappingConfigurationPackage |
MEProxy.getMappingConfigurationPackage()
Finds the mapping configuration package for the current mapping package type. |
|
MEMappingConfigurationPackage |
MEMappingPackageType.getMappingConfigurationPackage()
Find the mapping configuration package for the current mapping type package. |
|
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. |
|
String |
MEMappingPackageType.getMappingName()
Name of the mapping type. |
|
String |
MEMappingConfigurationPackage.getMappingName()
Mapping name. |
|
MEMappingPackageType |
MEProxy.getMappingPackageType()
Determines the mapping type package. |
|
MERequirement |
MERequirement.getMaster()
The master requirement for this slave requirement. |
|
MERequirement |
MECopy.getMaster()
The master requirement of this copy dependency. |
|
List<MECopy> |
MERequirement.getMasterCopy(K_CONTROL_OPTION... behaviourFlags)
All copy dependencies with this requirement as master. |
|
String |
MEIntervalConstraint.getMax()
Specifies the upper bound of the time interval. |
|
static List<ARG_MEDependencyAssignmentInfo> |
MEDependencyHelper.getMEDependencyAssignmentInfo(SrvContext srvCtx,
List<? extends ELElement> seqSource,
List<? extends ELElement> seqTarget,
MMStereotype ohDepStereotype,
ELContainerAble ohTransitiveParent)
Calculates for a quantity of elements its dependency assignments. |
|
String |
MEModelElement.getMEModelName()
Name of the model which contains this element. |
|
MENamespaceAble |
MENamespaceAsgnAble.getMENamespace()
Specifies the namespace that owns this named element. |
|
|
MENamespaceAble.getMEOwnedMember(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
A collection of named elements owned by this namespace. |
|
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. |
|
|
MENamedElement.getMESupplierDependency(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Indicates the dependencies that reference the supplier. |
|
List<MEMappingDependency> |
MENamedElement.getMESupplierMappingDependency(K_CONTROL_OPTION... behaviourFlags)
List of the mapping dependencies of this requirement element. |
|
String |
MEIntervalConstraint.getMin()
Specifies the lower bound of the time interval. |
|
String |
MEProxyInnovator.getMnClassicTREFNameRemoteElement()
Returns the TREF - multiname of the element in the form of classic Innovator models for the element referenced by the proxy. |
|
List<ARG_AvailableMappingTypes> |
MESystemModel.getModelAvailableMappings()
Searches the system model for available mapping configurations and returns the names of the available mappings. |
|
|
MEModelElement.getModelElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns this element. |
|
|
MEModelElement.getModelElement(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getModelElement and filters its return values according to the given stereotype value. |
|
String |
MEStubPackage.getModelName()
Represents the model's name. |
|
Date |
MEAttachment.getModelSynchronizationTime()
The time of the last synchronization of model and file of this attachment. |
|
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. |
|
|
MEPackage.getNestedPackage(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The package owning this package. |
|
List<MERequirement> |
MERequirement.getNestedRequirement(K_CONTROL_OPTION... behaviourFlags)
All requirements owned by this requirement. |
|
List<MESection> |
MESection.getNestedSection(K_CONTROL_OPTION... behaviourFlags)
All sections owned by this section. |
|
MEPackage |
MEPackage.getNestingPackage()
The package owning this package. |
|
MESection |
MESection.getNestingSection()
The section owning this section. |
|
MM2Classification |
MECreateRedirect.getNewPackageClassification()
The classification for new packages of this create redirection. |
|
List<GCConceptRealization> |
MEStereotypeAble.getOutgoingConceptRealization(K_CONTROL_OPTION... behaviourFlags)
All concept realizations. |
|
List<MEAttachmentAssign> |
MEAttachment.getOwnedAttachmentAssign(K_CONTROL_OPTION... behaviourFlags)
The attachment reference elements of the MEAttachment. |
|
List<BPDia> |
MEPackage.getOwnedBPDia(K_CONTROL_OPTION... behaviourFlags)
All business process diagrams of the MEPackage. |
|
List<BRDia> |
MEPackage.getOwnedBRDiagram(K_CONTROL_OPTION... behaviourFlags)
The business resource diagrams in this MEPackage. |
|
List<MECommentAssign> |
MEComment.getOwnedCommentAssign(K_CONTROL_OPTION... behaviourFlags)
All comment assigns owned by this element. |
|
List<CLComponentDia> |
MESystemModelManagement.getOwnedComponentDia(K_CONTROL_OPTION... behaviourFlags)
All component diagrams owned by this system model management. |
|
List<CLComponentDia> |
MEMappingConfigurationPackage.getOwnedComponentDia(K_CONTROL_OPTION... behaviourFlags)
All component diagrams owned by this mapping configuration package. |
|
List<CLComponentDia> |
MEConfigurationManagement.getOwnedComponentDia(K_CONTROL_OPTION... behaviourFlags)
All component diagrams owned by this configuration base package. |
|
List<MEConfigurationManagement> |
MESystemModelManagement.getOwnedConfigurationManagement(K_CONTROL_OPTION... behaviourFlags)
All component diagrams owned by this configuration base package. |
|
|
MEAssignAbleConstraint.getOwnedConstraintAssign(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All assignments of this constraint to constraintable elements. |
|
|
MEPackage.getOwnedDiagram(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All classifier diagrams owned by this package. |
|
List<PRDiaWhiteboard> |
MEHierarchyAble.getOwnedDiaWhiteboard(K_CONTROL_OPTION... behaviourFlags)
All whiteboards owned by this hierarchical element. |
|
List<GCDia> |
MEHierarchyAble.getOwnedGCDia(K_CONTROL_OPTION... behaviourFlags)
All concept diagrams owned by this hierarchical element. |
|
|
MEPackage.getOwnedIMConstraint(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All constraints owned by this package. |
|
|
MEConfigurationManagement.getOwnedMappingConfigurationPackage(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Get MappingConfigurationPackage Package |
|
List<MEMappingPackageContent> |
MEMappingPackageType.getOwnedMappingPackageContent(K_CONTROL_OPTION... behaviourFlags)
Get MappingPackageContent Package. |
|
List<MEMappingPackageContent> |
MEMappingPackageContent.getOwnedMappingPackageContent(K_CONTROL_OPTION... behaviourFlags)
All component diagrams owned by this configuration base package. |
|
|
MEStubPackage.getOwnedMappingPackageType(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Get MappingPackageType Package. |
|
|
MESystemModel.getOwnedModel(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All model packages owned by this system model package. |
|
|
MEMappingPackageContent.getOwnedProxy(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Get assigned Proxies. |
|
List<MEProxyInnovator> |
MEProxyInnovator.getOwnedProxy(K_CONTROL_OPTION... behaviourFlags)
The parent element. |
|
List<MEProxyExternal> |
MEProxyExternal.getOwnedProxy(K_CONTROL_OPTION... behaviourFlags)
All component diagrams owned by this configuration base package. |
|
List<MEProxyAssignment> |
MEProxy.getOwnedProxyAssignment(K_CONTROL_OPTION... behaviourFlags)
Get Proxy Assignment |
|
|
MEPackage.getOwnedRule(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All constraints owned by this package. |
|
List<BSDia> |
MEPackage.getOwnedStateDiagram(K_CONTROL_OPTION... behaviourFlags)
All state diagrams owned by this package. |
|
|
MEStubPackageBase.getOwnedStubPackage(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Get Base Stub Package: |
|
List<MEStubPackageBase> |
MESystemModelManagement.getOwnedStubPackageBase(K_CONTROL_OPTION... behaviourFlags)
All component diagrams owned by this configuration base package. |
|
List<MESystemModelManagement> |
MESystemModel.getOwnedSystemModelManagement(K_CONTROL_OPTION... behaviourFlags)
|
|
ACJoinNode |
MEValSpecOpaqueExpr.getOwnerJoin()
The join specified by this condition. |
|
MEAttachment |
MEAttachmentAssign.getOwningAttachment()
The owning MEAttachment. |
|
BEBehavior |
MESimpleConstraint.getOwningBehavior()
|
|
IACombined |
MESimpleConstraint.getOwningCombined()
|
|
MMCommentContainerAble |
MEComment.getOwningCommentContainer()
The element owning this comment. |
|
MMAttachmentAble |
MEAttachment.getOwningElement()
The element that owns this attachment. |
|
CLExtend |
MESimpleConstraint.getOwningExtend()
The extend relationship owning this constraint. |
|
IAInteraction |
METimeConstraint.getOwningInteraction()
|
|
IAInteraction |
MEDurationConstraint.getOwningInteraction()
|
|
ADXModel |
MESection.getOwningModel()
The model owning this section. |
|
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. |
|
List<BPParticipant> |
MERefAbleAsResource.getParticipantAsEntity(K_CONTROL_OPTION... behaviourFlags)
All participants being assigned to this partner entity. |
|
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. |
|
List<BPParticipantEntity> |
MERefAbleAsResource.getParticipantAsEntityR(K_CONTROL_OPTION... behaviourFlags)
All participants being assigned to this partner entity. |
|
List<BPParticipant> |
MERefAbleAsResource.getParticipantInRole(K_CONTROL_OPTION... behaviourFlags)
All participants being assigned to this partner role. |
|
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. |
|
List<BPParticipantRole> |
MERefAbleAsResource.getParticipantInRoleR(K_CONTROL_OPTION... behaviourFlags)
All participants being assigned to this partner role. |
|
String |
MERequirement.getPlainReqText()
The plain text of this requirement. |
|
static
|
MEStereotypeAbleHelper.getPossibleContainer(Class<T> returnType,
SrvContext srvCtx,
MMStereotype ohStereo,
Class<? extends ELObject> kVOcl,
boolean onlyHierAble)
Get a list of all elements which may be used as container for a new element of the specified element type. |
|
List<ARG_GetPossibleDependency> |
MERequirement.getPossibleDependency(K_SIDE item)
Get a list of allowed dependencies and stereotypes for this requirement. |
|
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()
|
|
|
MEModelElement.getPresContext(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The presentation contexts where the given element is represented. |
|
|
MEModelElement.getPresContext(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPresContext and filters its return values according to the given stereotype value. |
|
String |
MEModelElement.getPresetMapping(K_ADMODEL item)
Determines the model's current configured default mapping method. |
|
List<MMProfileApplication> |
MEModel.getProfileApplication(K_CONTROL_OPTION... behaviourFlags)
All profile applications owned by this model package. |
|
List<ARG_MEProxyProperty> |
MEStereotypeAble.getProxyAsgProperty(MEMappingPackageType ohMappingPackageType,
String sRepositoryName,
String sModelName,
K_ADMODEL kModelType,
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,
String sRepositoryName,
String sModelName,
K_ADMODEL kModelType,
String sMappingName,
boolean bIsForwardMapping,
int iRestriction,
K_PROXY_DETAILLEVEL iDetailLevel)
Returns the ARG_ELPRoxyProperty structure of the proxy. |
|
|
MEModelElement.getPRPresContent(Class<T> returnType)
All presentation contents representing this model element. |
|
List<GCConcept> |
MEStereotypeAble.getRealizedConcept(K_CONTROL_OPTION... behaviourFlags)
All concepts being realized by this element. |
|
List<GCConcept> |
MEStereotypeAble.getRealizedConcept(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getRealizedConcept and filters its return values according to the given stereotype value. |
|
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. |
|
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. |
|
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. |
|
String |
MEProxyInnovator.getRefElementXMLInfo()
Returns the XML information for the element. |
|
|
MEReferenceContainerAble.getReferenceAble(Class<T> returnType)
All referenced elements of this hierarchical element. |
|
String |
MEStubPackageInnovator.getRepositoryName()
Repository of the Innovotor model represented by the stub package. |
|
|
MEStereotypeAble.getRepresentingArtifact(Class<T> returnType)
All artifacts which represent the element. |
|
String |
MERequirement.getReqId()
The unique id of this requirement. |
|
String |
MERequirement.getReqIndexHierarchy()
The concatenated indices of this requirement within the container. |
|
String |
MERequirement.getReqSource()
The source of this requirement. |
|
String |
MERequirement.getReqText()
The textual representation or a reference to the textual representation of this requirement. |
|
MENamedElement |
MEMappingDependency.getRequirementElement()
The requirement element of this MEMappingDependency. |
|
List<MERequirement> |
MEStereotypeAble.getRequirementOfStakeholder()
All requirements with this stakeholder. |
|
List<MERequirement> |
MEStereotypeAble.getRequirementOfStakeholderOwner()
All requirements with this stakeholder as owner. |
|
|
MESection.getSectionClass(Class<T> returnType)
All meta classes allowed in this section. |
|
|
MESection.getSectionLoginAble(Class<T> returnType)
All users using this section. |
|
ADXModel |
MESection.getSectionModel()
The model of this section. |
|
|
MESection.getSectionPart(Class<T> returnType)
All parts of this section. |
|
static List<ARG_SectionEntry> |
MESectionHelper.getSectionsList(SrvContext srvCtx,
boolean item)
Returns all sections as list. |
|
MERequirement |
MECopy.getSlave()
The slave requirement of this copy dependency. |
|
List<MERequirement> |
MERequirement.getSlave(K_CONTROL_OPTION... behaviourFlags)
All slave requirements for this master requirement. |
|
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. |
|
List<MECopy> |
MERequirement.getSlaveCopy(K_CONTROL_OPTION... behaviourFlags)
All copy dependencies with this requirement as slave. |
|
|
MERequirement.getStakeholderOfRequirement(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. |
|
String |
MEComment.getTextExpandedValue()
Returns the body of the current object where fill-ins are expanded. |
|
List<MMText> |
MEModel.getTextOfClassification(MM2Classification refObj,
String pattern,
K_CONTROL_OPTION... behaviourFlags)
All texts with classification and argument pattern within valid profiles of this model. |
|
static ARG_TreeArgNameAbleSelectDlgNode |
MEStereotypeAbleHelper.getTransformDlgInit(SrvContext srvCtx,
List<? extends MMStereotypeAble> seqSel)
Initialization of the transformation rules dialog. |
|
static List<ARG_TransformPreView> |
MEStereotypeAbleHelper.getTransformPreView(SrvContext srvCtx,
List<? extends MEStereotypeAble> seqSel,
MMMenuItem ohMenueItem,
ELElement ohReq)
Evaluates the delete control list. |
|
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. |
|
String |
MEModel.getViewpoint()
The name of the viewpoint that is expressed by a model. |
|
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. |
|
String |
MEHierarchyAble.getWorkingDirectory()
Returns the working directory. |
|
boolean |
MEModel.hasMaintainedDBTables()
If true, this MEModel contains tables created by automatic ER/DB mapping maintenance. |
|
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, this MEMappingDependency 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, see MEMappingDependency. |
|
boolean |
MEPackage.isProtected()
True, if the package can only be modified by users with the configuration privilege. |
|
void |
MESystemModel.loadAddOn(String name)
Loads a configuration profile as an add-on. |
|
void |
MEProxyInnovator.modifyProxyInnovator(String valElemDisplayName,
int valElemType,
int valElemKind,
int valElemId,
String valElemIdReference,
String valElemUUID,
String valHREF,
boolean modifyElemDisplayName,
boolean modifyElemType,
boolean modifyElemKind,
boolean modifyElemId,
boolean modifyElemIdReference,
boolean modifyElemUUID,
boolean modifyHREF)
Modifies the innovator proxy data in one draw |
|
void |
MERequirement.modifyRequirement(String strName,
String strId,
String strStUUID,
List<ARG_ModifyTypedElementCmd> seqValue)
Set the property values for this requirement. |
|
void |
MEReferenceContainerAble.moveReferences(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(List<? extends ELElement> seq)
Removes all specified elements with all contents from this section and all nested sections. |
|
void |
MEAttachment.replaceAttachmentContent(ARG_File valFile)
Replaces the content of the attachment with the modified file. |
|
List<MEAttachmentAssign> |
MEAttachment.replaceElementsAssigned(List<? extends MMAttachmentAble> seq)
Replaces the sequence of elements that use the MEAttachment. |
|
void |
MEStereotypeAble.replaceRealizedConcepts(List<? extends MEStereotypeAble> seqRealizedConcept)
Replaces the current set of concepts with the set passed and creates and deletes concept realizations accordingly. |
|
void |
MESection.sectionDBMaintain()
Removes all database objects ( DBTable and DBView) from this MESection, if there is no requirement EREntity in this section. |
|
void |
MEComment.setCommentAble(List<? extends MECommentAble> values)
Set the value of View CommentAble. |
|
void |
MESimpleConstraint.setConstraintAble(List<? extends MEConstraintAble> values)
Set the value of View ConstraintAble. |
|
void |
MEIntervalConstraint.setConstraintAble(List<? extends MEConstraintAble> values)
Set the value of View ConstraintAble. |
|
void |
MEConstraint.setConstraintAble(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 |
MECreateRedirect.setDefaultStereotype(boolean value)
Set the value of Attribut IsDefaultStereotype. |
|
void |
MEAttachment.setElementAssignedTo(List<? extends MMAttachmentAble> values)
Set the value of View ElementAssignedTo. |
|
void |
MEModelElement.setElementColor(String value)
Set the value of Attribut ElementColor. |
|
void |
MEStubPackageExternalModel.setExternalModelIdentifier(String value)
Set the value of Attribut ExternalModelIdentifier. |
|
void |
MEStubPackageExternalModel.setExternalModelType(String value)
Set the value of Attribut ExternalModelType. |
|
void |
MEStubPackageExternalModel.setHREF(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 |
MEMappingPackageType.setMappingName(String value)
Set the value of Attribut MappingName. |
|
void |
MEMappingConfigurationPackage.setMappingName(String value)
Set the value of Attribut MappingName. |
|
void |
MEIntervalConstraint.setMax(String value)
Set the value of Attribut Max. |
|
void |
MEIntervalConstraint.setMin(String value)
Set the value of Attribut Min. |
|
void |
MEStubPackage.setModelName(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(String value)
Set the value of Info PlainReqText. |
|
void |
MEModel.setProfileApplication(List<? extends ELElement> seq)
Creates a profile application for each specified profile. |
|
void |
MEPackage.setProtected(boolean value)
Set the value of Attribut IsProtected. |
|
void |
MEStereotypeAble.setRealizedConcept(List<? extends GCConcept> values)
Set the value of View RealizedConcept. |
|
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(List<? extends ADReferenceAble> values)
Set the value of Foreign Key ReferenceAble. |
|
void |
MEStubPackageInnovator.setRepositoryName(String value)
Set the value of Attribut RepositoryName. |
|
void |
MERequirement.setReqId(String value)
Set the value of Attribut ReqId. |
|
void |
MERequirement.setReqIndexHierarchy(String value)
Set the value of Info ReqIndexHierarchy. |
|
void |
MERequirement.setReqSource(String value)
Set the value of Attribut ReqSource. |
|
void |
MERequirement.setReqText(String value)
Set the value of Info ReqText. |
|
void |
MEStereotypeAble.setRequirementOfStakeholder(List<? extends MERequirement> values)
Set the value of Foreign Key RequirementOfStakeholder. |
|
void |
MERequirement.setStakeholderOfRequirement(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(String value)
Set the value of Attribut Viewpoint. |
|
void |
MEReferenceContainerAble.subtractReferences(List<? extends ELElement> seq)
Subtracts the references to the specified list of referenceable elements from this reference container. |
|
static void |
MEReferenceContainerAbleHelper.subtractReferences(SrvContext srvCtx,
List<ARG_RefContainerElementList> seq)
Subtracts the references to the specified list of referenceable elements from the list of reference containers. |
|
static List<MMStereotypeAble> |
MEStereotypeAbleHelper.transformInstance(SrvContext srvCtx,
List<? extends MEStereotypeAble> seqSel,
MMMenuItem ohMenueItem,
ELElement ohReq)
Applies the transformation rules to the provided instances. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2pres |
|---|
| Methods in de.mid.innovator.srv2api.icw2pres that throw InoNetException | ||
|---|---|---|
List<PRPresContent> |
PRDia.addAbleDiaEdge(List<ARG_PRAddAbleEdgeList> seq)
Add a list of model elements as edge to this diagram. |
|
static List<PRDiaAttachmentNode> |
PRDiaAttachmentNodeHelper.addAttachmentNode(SrvContext srvCtx,
PRDia ohDia,
List<? extends MEAttachment> seqAttachment,
Point ptPos)
Adds attachments as nodes. |
|
static List<PRDiaCalloutNode> |
PRDiaCalloutNodeHelper.addCalloutNodes(SrvContext srvCtx,
List<? extends ELElement> seq)
Adds callout nodes to the specified presentation contents. |
|
PRDiaEdge |
PRDia.addEdgeAndTargetNode(ADClientAble ohNode,
ADClientAble ohElem,
Class<? extends ELObject> kVOclEdge,
Point ptPos,
boolean isSourceSide)
Adds an element as edge to this diagram. |
|
void |
PRDiaNode.collapse()
Collapses a node which is currently expanded. |
|
static void |
PRDiaNodeHelper.collapse(SrvContext srvCtx,
List<? extends PRDiaNode> sel)
Collapses a node which is currently expanded. |
|
static PRDiaFrameNode |
PRDiaFrameNodeHelper.create(SrvContext srvCtx,
ADClientAble ohContainer,
Point ptPosition,
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 ADClientAble |
PRDiaAttachmentNodeHelper.createAttachmentWithNode(SrvContext srvCtx,
PRPresElement ohSel,
ARG_File valFile,
Point position)
Attaches a file to the element represented by the presentation element. |
|
List<PRDiaSegEdge> |
PRDiaEdge.createEdgeSegs()
Displays the edge as two segments, each of which has one PRDiaSegEdge and one PRDiaSegNode. |
|
static List<PRDiaSegEdge> |
PRDiaEdgeHelper.createEdgeSegs(SrvContext srvCtx,
List<? extends PRDiaEdge> seqOhEdge)
Creates two edge segments to replace the PRDiaEdge. |
|
static void |
PRBDiaHelper.createGeneration(SrvContext srvCtx,
List<? extends PRBDia> sel,
String item)
Creates a new generation of correponding behavior of the current object. |
|
void |
PRBDia.createGeneration(String item)
Creates a new generation of correponding behavior of the current object. |
|
static List<PRPresContent> |
PRPresElementHelper.diaDrop(SrvContext srvCtx,
List<? extends ADClientAble> seqSel,
PRPresElement dropTarget,
Point position,
Point size,
Point offset,
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,
List<? extends PRDiaNode> sel)
Expands a node which is expandable but currently collapsed. |
|
static ARG_FilterByTranslationState |
PRPresContextHelper.filterByTranslationState(SrvContext srvCtx,
MMModelLocale ohLocale,
List<? extends PRPresContext> seqPresContext)
Categorizes the provided diagrams by the state of the represented elements. |
|
List<Point> |
PRDiaEdge.getAbsoluteEdgePositions()
Returns the absolute points or positions (relative to the upper left (0,0) corner of the diagram) which define the edge. |
|
List<ARG_PRAddAbleEdgeList> |
PRDia.getAddAbleDiaEdge()
Returns a list of all model elements which may be added as edge to this diagram. |
|
List<ARG_AddAbleEdgeListType> |
PRDia.getAddEdgeAndTargetNodeList(ADClientAble ohNode,
Class<? extends ELObject> kVOclEdge)
Calculates all model elements which may be added as edge of the specified type. |
|
|
PRDiaNote.getConnectedElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All PRPresContents which are connected to this note. |
|
|
PRDiaAttachmentNode.getConnectedElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All contents which are connected to this attachment. |
|
String |
PRPresContext.getContextValue()
The string value of this presentation context. |
|
List<String> |
PRPresContext.getCopy(List<? extends ELElement> seqSel,
boolean ownedElementTransitive)
Fills the copy buffer with the specified elements. |
|
PRDia |
PRDiaNode.getDiagram()
The diagram of the given node. |
|
List<PRDiaWhiteboardNode> |
PRDia.getDiaWhiteboardNode()
All nodes representing this diagram. |
|
List<Point> |
PRDiaEdge.getEdgePositions()
Returns the points or positions which define the edge. |
|
PRDiaNode |
PRDiaNode.getExpandedNodeRoot()
The node to be drawn as the root node of the expanded content of this node. |
|
PRPresContext |
PRDiaNode.getExpandedPresContext()
The presentation context to be drawn as an expanded graphical content of the node. |
|
static
|
PRDiaHelper.getFindDiagramsWithAnnotations(Class<T> returnType,
SrvContext srvCtx)
Find all diagrams which contain elements with assigned annotation. |
|
String |
PRPresContext.getFormat()
Returns the format of the presentation context. |
|
String |
PRDiaFrameNode.getFrameTitle()
The title of this frame. |
|
K_ALIGN |
PRPresText.getHorizontalAlignment()
The horizontal alignment of this text. |
|
int |
PRPresContext.getHorPage()
Returns the number of horizontal pages of the presentation context. |
|
|
PRPresContent.getIncoming(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. |
|
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. |
|
|
PRPresContent.getMEModelElement(Class<T> returnType)
All model elements represented by this presentation content. |
|
ELContainerAble |
PRPresContent.getModelContainer(ADClientAble refObj,
Class<? extends ELObject> kind,
Class<? extends ELObject> mode)
The model container for a new model element of class argument kind if this Presentation Content is selected. |
|
|
PRPresContext.getModelElementOfTransitiveOwnedPresentationElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
returns the model elements assigned to presentation elements transitively owned by this presentation context. |
|
|
PRPresContext.getModelElementOfTransitiveOwnedPresentationElement(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. |
|
K_ORIENTATION |
PRPresContext.getOrientation()
Returns the orientation of the presentation context. |
|
K_ORIENTATION |
PRDiaNode.getOrientation()
Returns the orientation of the node. |
|
Point |
PRPresContext.getOrigin()
Returns the position of the upper left corner of this presentation context. |
|
|
PRPresContent.getOutgoing(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All outgoing edges of this node. |
|
PRDiaCalloutEdge |
PRDiaCalloutNode.getOwnedCalloutEdge()
The callout edge owned by this callout node. |
|
List<PRDiaCalloutNode> |
PRDia.getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this diagram. |
|
List<PRDiaAttachmentEdge> |
PRDiaAttachmentNode.getOwnedDiaAttachmentEdge(K_CONTROL_OPTION... behaviourFlags)
All attachment edges owned by this attachment node. |
|
List<PRDiaAttachmentNode> |
PRDia.getOwnedDiaAttachmentNode(K_CONTROL_OPTION... behaviourFlags)
All attachment nodes owned by this diagram. |
|
|
PRDiaFrameNode.getOwnedDiaNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All nodes owned by this frame node. |
|
List<PRDiaNote> |
PRDia.getOwnedDiaNote(K_CONTROL_OPTION... behaviourFlags)
All notes owned by this diagram. |
|
List<PRDiaNoteEdge> |
PRDiaNote.getOwnedDiaNoteEdge(K_CONTROL_OPTION... behaviourFlags)
The note edges owned by this PRDiaNote. |
|
List<PRDiaWhiteboardEdge> |
PRDiaWhiteboard.getOwnedDiaWhiteboardEdge(K_CONTROL_OPTION... behaviourFlags)
All edges owned by this whiteboard. |
|
List<PRDiaWhiteboardNode> |
PRDiaWhiteboard.getOwnedDiaWhiteboardNode(K_CONTROL_OPTION... behaviourFlags)
All nodes owned by this whiteboard. |
|
List<PRDiaEdgePoint> |
PRDiaEdge.getOwnedEdgePoint(K_CONTROL_OPTION... behaviourFlags)
All points of this edge. |
|
PRPresText |
PRPresContext.getOwnedFooterText()
The footer text of this context. |
|
List<PRDiaFrameNode> |
PRDia.getOwnedFrameNode(K_CONTROL_OPTION... behaviourFlags)
All frame nodes owned by this diagram. |
|
PRPresText |
PRPresContext.getOwnedHeaderText()
The header text of this context. |
|
|
PRPresContext.getOwnedPresContent(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All presentation contents owned by this presentation context. |
|
|
PRPresContent.getOwnedPresContent(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All presentation contents owned by this presentation content. |
|
|
PRPresElement.getOwnedPresContentElement(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. |
|
List<ACDiaValSpecNode> |
PRDiaSegEdge.getOwnedValSpec(K_CONTROL_OPTION... behaviourFlags)
The value specification text of an activity edge's edge segment. |
|
ACDiaACNode |
PRDiaNote.getOwningACNode()
The activity owning this note. |
|
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 |
PRDiaNote.getOwningCLDiaHierNode()
The hierachical node owning this note. |
|
CLDiaHierNode |
PRDiaCalloutNode.getOwningCLDiaHierNode()
The hierachical node owning this callout node. |
|
CLDiaSubjectNode |
PRDiaCalloutNode.getOwningCLDiaSubjectNode()
The subject node owning this callout node. |
|
PRDiaAttachmentNode |
PRDiaAttachmentEdge.getOwningDiaAttachmentNode()
The attachment node owning this attachment edge. |
|
PRDia |
PRDiaNote.getOwningDiagram()
The diagram owning this note. |
|
PRDia |
PRDiaFrameNode.getOwningDiagram()
The diagram owning this frame node. |
|
PRDia |
PRDiaCalloutNode.getOwningDiagram()
The diagram owning this callout node. |
|
PRDia |
PRDiaAttachmentNode.getOwningDiagram()
The diagram owning this attachment node. |
|
PRDiaNote |
PRDiaNoteEdge.getOwningDiaNote()
The PRDiaNote owning this PRDiaNoteEdge. |
|
PRDiaWhiteboard |
PRDiaWhiteboardNode.getOwningDiaWhiteboard()
The whiteboard owning this node. |
|
PRDiaWhiteboard |
PRDiaWhiteboardEdge.getOwningDiaWhiteboard()
The whiteboard owning this edge. |
|
PRDiaEdge |
PRDiaEdgePoint.getOwningEdge()
The edge this point belongs to. |
|
PRDiaEdgeSeg |
PRDiaSegNode.getOwningEdgeSeg()
The edge segment which consists of this node and one edge. |
|
PRDiaEdgeSeg |
PRDiaSegEdge.getOwningEdgeSeg()
The edge segment which consists of this edge and one node. |
|
PRPresContext |
PRPresText.getOwningFooterContext()
The context of this footer text. |
|
PRDiaFrameNode |
PRDiaNode.getOwningFrameNode()
The frame node owning this node. |
|
GCDiaConceptNode |
PRDiaCalloutNode.getOwningGCDiaConceptNode()
The concept node owning this callout node. |
|
PRPresContext |
PRPresText.getOwningHeaderContext()
The context of this header text. |
|
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. |
|
String |
PRPresContext.getPageBreakX()
The string of all page break x coordinates for this presentation context. |
|
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. |
|
Point |
PRDiaNode.getPosition()
Returns the position of the node. |
|
Point |
PRDiaEdgePoint.getPosition()
Returns the position of the given edgepoint. |
|
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. |
|
String |
PRPresElement.getPresColor()
Color of this presentation element. |
|
PRPresElement |
PRDiaNode.getPresContainer(PRPresElement refObj)
The presentation container of this Diagram Node. |
|
PRPresElement |
PRDiaEdge.getPresContainer(PRPresElement refObj)
The presentation container of this Diagram Edge. |
|
|
PRPresElement.getPresentationOfLogic(Class<T> returnType,
MEModelElement refObj,
K_CONTROL_OPTION... behaviourFlags)
All presentation contents of this presentation element which are connected to the model element specified by argument refObj. |
|
static List<ARG_MEProxyProperty> |
PRPresElementHelper.getReferencesModelExtern(SrvContext srvCtx,
List<? extends ELElement> seq)
Determines the element's jump reference data to external models. |
|
List<PRDiaSegEdge> |
PRDiaEdgeSeg.getSegEdge(K_CONTROL_OPTION... behaviourFlags)
The edge of the edge segment. |
|
List<PRDiaSegNode> |
PRDiaEdgeSeg.getSegNode(K_CONTROL_OPTION... behaviourFlags)
The node of the edge segment. |
|
boolean |
PRPresText.getShowLine()
true, if a line of this text is shown. |
|
boolean |
PRPresText.getShowText()
true, if this text is shown. |
|
Point |
PRDiaNode.getSize()
Returns the size of the node. |
|
PRPresContent |
PRDiaEdge.getSource()
The source node of this edge. |
|
List<PRDiaEdgeSeg> |
PRDiaEdge.getSourceEdgeSeg(K_CONTROL_OPTION... behaviourFlags)
The combination of edge and node at the source side of the PRDiaEdge. |
|
PRDiaEdge |
PRDiaEdgeSeg.getSourceOwningEdge()
The PRDiaEdge being displayed as two segments. |
|
Point |
PRDiaEdge.getSourceTextPosition()
The position of the text on source side of this edge. |
|
Point |
PRDiaEdge.getSourceTextSize()
The size of the text on source side of this edge. |
|
PRPresContent |
PRDiaEdge.getTarget()
The target node of this edge. |
|
List<PRDiaEdgeSeg> |
PRDiaEdge.getTargetEdgeSeg(K_CONTROL_OPTION... behaviourFlags)
The combination of edge and node at the target side of the PRDiaEdge. |
|
PRDiaEdge |
PRDiaEdgeSeg.getTargetOwningEdge()
The PRDiaEdge being displayed as two segments. |
|
Point |
PRDiaEdge.getTargetTextPosition()
The position of the text on target side of this edge. |
|
Point |
PRDiaEdge.getTargetTextSize()
The size of the text on target side of this edge. |
|
String |
PRPresText.getTextColor()
The color name of the text for this text. |
|
String |
PRDiaNote.getTextExpandedValue()
Returns the textual content of the note where fill-ins are expanded. |
|
String |
PRPresText.getTextFont()
The font name of this text. |
|
Point |
PRPresContent.getTextPosition()
Returns the text position of the element. |
|
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. |
|
Point |
PRPresContent.getTextSize()
Returns the text size of the element. |
|
String |
PRPresText.getTextString()
String of this text. |
|
int |
PRDiaFrameNode.getThickness()
Thickness of the frame. |
|
int |
PRPresContext.getVerPage()
Returns the number of vertical pages of the presentation context. |
|
|
PRVersionAbleDia.getVersionAbleDiaClientDependency(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Indicates the dependencies that reference the diagram as client. |
|
|
PRVersionAbleDia.getVersionAbleDiaSupplierDependency(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()
The diagram represented by this node. |
|
ARG_XClientOut |
PRPresContext.getXClient(String nameLabel,
boolean dispCompleteness,
boolean withAddAbleEdge,
boolean withAddAbleCompartments,
MMModelLocale ohLocale,
MESection ohSection,
K_ERDIA kERDia)
Fills the client X structure for this presentation context. |
|
ARG_XClientHashOut |
PRPresContext.getXClientHash(MMModelLocale ohLocale,
String nameLabel,
String strHash)
Fills the client X structure for this presentation context and calculates a hash value. |
|
ARG_XClientOut |
PRDiaNode.getXClientNode(String nameLabel,
boolean dispCompleteness,
boolean withAddAbleEdge,
boolean withAddAbleCompartments,
MMModelLocale ohLocale,
MESection ohSection,
K_ERDIA kERDia)
Fills the client X structure for this node which behaves like a presentation context. |
|
int |
PRPresContext.getZoom()
Returns the zoom factor the presentation context. |
|
boolean |
PRDiaNode.hasEmbeddedContent()
True if there is a presentation context or content to be displayed. |
|
boolean |
PRDiaNode.isExpanded()
TRUE if the node shall be expanded. |
|
boolean |
PRVersionAbleDia.isMapped()
If true, this diagram was created by a mapping process, see MEMappingDependency. |
|
boolean |
PRPresContext.isPageViewActive()
true, if page view is active for this presentation context. |
|
static void |
PRPresContextHelper.layout(SrvContext srvCtx,
List<? extends PRPresContext> sel,
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 |
PRPresContext.layout(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,
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,
String format,
List<Integer> seqPageBreakX,
List<Integer> seqPageBreakY,
ARG_PageViewTextLine valHeader,
ARG_PageViewTextLine valFooter)
Set all page view informations for this presentation context. |
|
List<ELElement> |
PRPresContext.paste(List<? extends ELElement> seqSel,
List<String> seqVList,
boolean checkConstraint,
Point pos)
Pastes the content of the copy buffer in this presentation context. |
|
void |
PRBDia.rename(String name,
boolean checkCnstr)
Renames the corresponding behavior of the current object. |
|
void |
PRPresContext.setContextValue(String value)
Set the value of Attribut ContextValue. |
|
void |
PRDiaNode.setCoord(Point posNode,
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 |
PRDiaEdge.setEdgePositions(List<? extends Point> seq)
Sets the positions that define the edge. |
|
void |
PRDiaNode.setEmbeddedContent(boolean value)
Set the value of Attribut HasEmbeddedContent. |
|
void |
PRPresContext.setFormat(String value)
Set the value of Attribut Format. |
|
void |
PRDiaFrameNode.setFrameTitle(String value)
Set the value of Attribut FrameTitle. |
|
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 |
PRPresContext.setOrientation(K_ORIENTATION value)
Set the value of Attribut Orientation. |
|
void |
PRDiaNode.setPosition(Point item)
Sets the position of the PRDiaNode. |
|
void |
PRPresElement.setPresColor(String value)
Set the value of Attribut PresColor. |
|
void |
PRDiaNode.setSize(Point item)
Sets the size of the PRDiaNode. |
|
void |
PRDiaEdge.setSourceTextCoord(Point posNode,
Point sizNode)
Sets the position and the size of the source text. |
|
void |
PRDiaEdge.setSourceTextPosition(Point item)
Sets the position of the source text. |
|
void |
PRDiaEdge.setSourceTextSize(Point item)
Sets the size of the source text. |
|
void |
PRDiaEdge.setTargetTextCoord(Point posNode,
Point sizNode)
Sets the position and the size of the target text. |
|
void |
PRDiaEdge.setTargetTextPosition(Point item)
Sets the position of the target text. |
|
void |
PRDiaEdge.setTargetTextSize(Point item)
Sets the size of the target text. |
|
void |
PRPresContent.setTextCoord(Point posNode,
Point sizNode)
Sets the center point coordinate and the width and height of the text. |
|
void |
PRPresContent.setTextPosition(Point item)
Sets the position of the text. |
|
void |
PRPresContent.setTextSize(Point item)
Sets the size of the text. |
|
void |
PRDiaFrameNode.setThickness(int value)
Set the value of Attribut Thickness. |
|
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,
List<? extends PRBDia> sel)
Unlocks the correponding behavior of the current object. |
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2sm |
|---|
| Methods in de.mid.innovator.srv2api.icw2sm that throw InoNetException | ||
|---|---|---|
static SMTerminator |
SMTerminatorHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Terminator - Pseudostate with template and container. |
|
static SMStateMachine |
SMStateMachineHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new State Machine with template and container. |
|
static SMShallowHistory |
SMShallowHistoryHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Shallow History - Pseudostate with template and container. |
|
static SMRegularState |
SMRegularStateHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new State with template and container. |
|
static SMRegion |
SMRegionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Region with template and container. |
|
static SMProtocolStateMachine |
SMProtocolStateMachineHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Protocol State Machine with template and container. |
|
static SMJunction |
SMJunctionHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Junction - Pseudostate with template and container. |
|
static SMJoinFork |
SMJoinForkHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Join/Fork - Pseudostate with template and container. |
|
static SMInit |
SMInitHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Initial State with template and container. |
|
static SMFinalState |
SMFinalStateHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Final State with template and container. |
|
static SMExitPoint |
SMExitPointHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Exit Point with template and container. |
|
static SMEntryPoint |
SMEntryPointHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Entry Point with template and container. |
|
static SMDeepHistory |
SMDeepHistoryHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Deep History - Pseudostate with template and container. |
|
static SMChoice |
SMChoiceHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Choice - Pseudostate with template and container. |
|
static SMTransExt |
SMTransExtHelper.create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Transiton with template from source to target element. |
|
static SMTerminator |
SMTerminatorHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Terminator - Pseudostate with stereotype and container. |
|
static SMStateMachine |
SMStateMachineHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new State Machine with stereotype and container. |
|
static SMShallowHistory |
SMShallowHistoryHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Shallow History - Pseudostate with stereotype and container. |
|
static SMRegularState |
SMRegularStateHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new State with stereotype and container. |
|
static SMRegion |
SMRegionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Region with stereotype and container. |
|
static SMProtocolStateMachine |
SMProtocolStateMachineHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Protocol State Machine with stereotype and container. |
|
static SMJunction |
SMJunctionHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Junction - Pseudostate with stereotype and container. |
|
static SMJoinFork |
SMJoinForkHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Join/Fork - Pseudostate with stereotype and container. |
|
static SMInit |
SMInitHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Initial State with stereotype and container. |
|
static SMFinalState |
SMFinalStateHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Final State with stereotype and container. |
|
static SMExitPoint |
SMExitPointHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Exit Point with stereotype and container. |
|
static SMEntryPoint |
SMEntryPointHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Entry Point with stereotype and container. |
|
static SMDeepHistory |
SMDeepHistoryHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Deep History - Pseudostate with stereotype and container. |
|
static SMChoice |
SMChoiceHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Choice - Pseudostate with stereotype and container. |
|
static SMTransExt |
SMTransExtHelper.create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Transiton with stereotype from source to target element. |
|
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. |
|
List<SMTransExt> |
SMVertex.getComesFromVertex(SMVertex refObj,
K_CONTROL_OPTION... behaviourFlags)
All transitions which come from the state given by argument refObj to the state given state. |
|
List<SMProtocolConformance> |
SMProtocolStateMachine.getConformance(K_CONTROL_OPTION... behaviourFlags)
|
|
SMRegion |
SMVertex.getContainer()
The region that contains this vertex. |
|
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. |
|
|
SMRegularState.getDoActivity(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. |
|
|
SMRegularState.getEntry(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. |
|
List<SMEntryPoint> |
SMStateMachine.getEntryPoint(K_CONTROL_OPTION... behaviourFlags)
The set of entry points owned by the statemachine. |
|
List<SMEntryPoint> |
SMRegularState.getEntryPoint(K_CONTROL_OPTION... behaviourFlags)
The set of entry points owned by the state. |
|
|
SMRegularState.getExit(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. |
|
List<SMExitPoint> |
SMStateMachine.getExitPoint(K_CONTROL_OPTION... behaviourFlags)
The set of exit points owned by the state machine. |
|
List<SMExitPoint> |
SMRegularState.getExitPoint(K_CONTROL_OPTION... behaviourFlags)
The set of exit points owned by the state. |
|
List<SMProtocolStateMachine> |
SMStateMachine.getGeneral(K_CONTROL_OPTION... behaviourFlags)
The general protocol state machine |
|
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()
|
|
List<SMProtocolConformance> |
SMProtocolStateMachine.getGeneralMachine(K_CONTROL_OPTION... behaviourFlags)
|
|
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. |
|
List<SMTransExt> |
SMVertex.getGoesToVertex(SMVertex refObj,
K_CONTROL_OPTION... behaviourFlags)
All transitions which go from the given vertex to the vertex given by argument refObj. |
|
MESimpleConstraint |
SMTransition.getGuard()
|
|
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 the SMStateMachine. |
|
|
SMState.getObjectNode(Class<T> returnType)
All ACObjectNode that have the given state. |
|
K_ORIENTATION |
SMJoinFork.getOrientation()
Returns the orientation of the join or fork node. |
|
List<SMTransExt> |
SMVertex.getOutgoing(K_CONTROL_OPTION... behaviourFlags)
The source vertex of the transition. |
|
List<MESimpleConstraint> |
SMTransition.getOwnedRule(K_CONTROL_OPTION... behaviourFlags)
|
|
List<MESimpleConstraint> |
SMState.getOwnedRule(K_CONTROL_OPTION... behaviourFlags)
All constraints owned by this SMState. |
|
List<MESimpleConstraint> |
SMRegion.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. |
|
List<CLPort> |
SMProtocolStateMachine.getPort()
All ports used by this protocol state machine. |
|
MESimpleConstraint |
SMTransition.getPostcondition()
|
|
MESimpleConstraint |
SMTransition.getPrecondition()
|
|
|
SMVertex.getReachedVertex(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All vertices which are reached transitive via transitions starting from the given vertex. |
|
|
SMVertex.getReachedVertex(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getReachedVertex and filters its return values according to the given stereotype value. |
|
List<SMRegion> |
SMStateMachine.getRegion(K_CONTROL_OPTION... behaviourFlags)
|
|
List<SMRegion> |
SMRegularState.getRegion(K_CONTROL_OPTION... behaviourFlags)
The regions owned directly by the state. |
|
SMVertex |
SMTransExt.getSource()
The source vertex of the transition. |
|
List<SMProtocolStateMachine> |
SMProtocolStateMachine.getSpecific(K_CONTROL_OPTION... behaviourFlags)
The specific protocol state machine. |
|
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 |
SMRegion.getState()
The state that owns the region. |
|
SMRegularState |
SMExitPoint.getState()
The state that contains this exit point. |
|
SMRegularState |
SMEntryPoint.getState()
The state that contains this entry point. |
|
MESimpleConstraint |
SMState.getStateInvariant()
|
|
SMStateMachine |
SMRegion.getStateMachine()
The StateMachine that owns the region. |
|
SMStateMachine |
SMExitPoint.getStateMachine()
The state machine that contains this exit point. |
|
SMStateMachine |
SMEntryPoint.getStateMachine()
The state machine that contains this entry point. |
|
SMStateMachine |
SMRegularState.getSubmachine()
The sub state machine of this state. |
|
|
SMStateMachine.getSubmachine(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Determines all state machines which are assigned to submachine states of the given state machine. |
|
|
SMStateMachine.getSubmachine(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSubmachine and filters its return values according to the given stereotype value. |
|
List<SMRegularState> |
SMStateMachine.getSubmachineState()
All states of this sub state machine. |
|
|
SMRegion.getSubvertex(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. |
|
List<SMTransInt> |
SMRegularState.getTransition(K_CONTROL_OPTION... behaviourFlags)
The set of transitions onwed by the state. |
|
List<SMTransExt> |
SMRegion.getTransition(K_CONTROL_OPTION... behaviourFlags)
The set of transitions owned by the region. |
|
List<BETrigger> |
SMTransition.getTrigger(K_CONTROL_OPTION... behaviourFlags)
Specifies an optional trigger that may fire the transition. |
|
boolean |
SMTransition.hasTriggerByRef(MEModelElement refObj)
True, if the Transition has a trigger which is identified by argument refObj. |
|
boolean |
SMRegularState.hasTriggerByRef(MEModelElement refObj)
True, if the state contains a deferred trigger which is identified by argument refObj. |
|
static SMRegion |
SMRegionHelper.insertAtSelection(SrvContext srvCtx,
MMCreateTemplate ohTemplateRegion,
SMRegion ohRegion,
K_INSERT kInsertAt)
Inserts a new SMRegion using a region template. |
|
SMTransExt |
SMTransExt.invert()
Inverts the direction of the selected SMTransExt. |
|
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 by argument 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. |
|
static void |
SMStateMachineHelper.layout(SrvContext srvCtx,
List<? extends SMStateMachine> sel,
String format,
K_ORIENTATION orientation,
int marginLeft,
int marginRight,
int marginTop,
int marginBottom,
int horPage,
int verPage)
Sets the layout information of the SMStateMachine. |
|
void |
SMStateMachine.layout(String format,
K_ORIENTATION orientation,
int marginLeft,
int marginRight,
int marginTop,
int marginBottom,
int horPage,
int verPage)
Sets the layout information of the SMStateMachine. |
|
SMTransExt |
SMTransExt.reconnect(ADClientAble ohNew,
K_SIDE side,
Point pos)
Reconnects the selected SMTransExt on source or target side. |
|
void |
SMStateMachine.setGeneral(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 InoNetException in de.mid.innovator.srv2api.icw2smdia |
|---|
| Methods in de.mid.innovator.srv2api.icw2smdia that throw InoNetException | ||
|---|---|---|
List<SMDiaConstraintEdge> |
SMDiaSMNode.getConstraintEdge(K_CONTROL_OPTION... behaviourFlags)
|
|
List<SMDiaTransEdge> |
SMDiaVertexNode.getIncomingTransitionEdge(K_CONTROL_OPTION... behaviourFlags)
|
|
List<SMDiaTransEdge> |
SMDiaVertexNode.getOutgoingTransitionEdge(K_CONTROL_OPTION... behaviourFlags)
|
|
SMDia |
SMDiaSMNode.getOwningDia()
|
|
List<SMDiaPseudoNode> |
SMDiaStateNode.getPseudoNode(K_CONTROL_OPTION... behaviourFlags)
|
|
List<SMDiaPseudoNode> |
SMDiaSMNode.getPseudoNode(K_CONTROL_OPTION... behaviourFlags)
|
|
List<SMDiaRegionNode> |
SMDiaStateNode.getRegion(K_CONTROL_OPTION... behaviourFlags)
|
|
SMDiaRegionNode |
SMDiaVertexNode.getRegionNode()
|
|
SMDiaRegionNode |
SMDiaTransEdge.getRegionNode()
|
|
List<SMDiaRegionNode> |
SMDiaSMNode.getRegionNode(K_CONTROL_OPTION... behaviourFlags)
|
|
SMDiaSMNode |
SMDiaTextNode.getSMNode()
|
|
SMDiaSMNode |
SMDiaRegionNode.getSMNode()
|
|
SMDiaSMNode |
SMDiaPseudoNode.getSMNode()
|
|
SMDiaSMNode |
SMDiaConstraintEdge.getSMNode()
|
|
SMDiaSMNode |
SMDia.getSMNode()
|
|
SMDiaVertexNode |
SMDiaTransEdge.getSourceNode()
|
|
SMStateMachine |
SMDia.getStateMachine()
The state machine which is displayed by this diagram. |
|
SMDiaStateNode |
SMDiaRegionNode.getStateNode()
|
|
SMDiaStateNode |
SMDiaPseudoNode.getStateNode()
|
|
SMDiaVertexNode |
SMDiaTransEdge.getTargetNode()
|
|
|
SMDiaVertexNode.getTextNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
|
|
|
SMDiaTransEdge.getTextNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
|
|
|
SMDiaSMNode.getTextNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
|
|
SMDiaTransEdge |
SMDiaTextNode.getTransEdge()
|
|
List<SMDiaTransEdge> |
SMDiaRegionNode.getTransEdge(K_CONTROL_OPTION... behaviourFlags)
|
|
SMDiaVertexNode |
SMDiaTextNode.getVertexNode()
|
|
|
SMDiaRegionNode.getVertexNode(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
|
|
| Uses of InoNetException in de.mid.innovator.srv2api.icw2sqdia |
|---|
| Methods in de.mid.innovator.srv2api.icw2sqdia that throw InoNetException | |
|---|---|
SQDiaCombinedNode |
SQDiaMessageEndNode.getCombinedNode()
|
List<SQDiaCombinedNode> |
SQDiaIANode.getCombinedNode(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaConstraintEdge> |
SQDiaIANode.getConstraintEdge(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaConstraintNode> |
SQDiaOperandNode.getConstraintNode(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaConstraintNode> |
SQDiaIANode.getConstraintNode(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaContinuationNode> |
SQDiaOperandNode.getContinuationNode(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaContinuationNode> |
SQDiaIANode.getContinuationNode(K_CONTROL_OPTION... behaviourFlags)
|
SQDiaExecNode |
SQDiaOccSpecNode.getExecNode()
|
List<SQDiaExecNode> |
SQDiaLifelineNode.getExecNode(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaExecNode> |
SQDiaExecNode.getExecNode(K_CONTROL_OPTION... behaviourFlags)
|
SQDiaIANode |
SQDiaRefNode.getIANode()
|
SQDiaIANode |
SQDiaPreNode.getIANode()
|
SQDiaIANode |
SQDiaPostNode.getIANode()
|
SQDiaIANode |
SQDiaOrderingEdge.getIANode()
|
SQDiaIANode |
SQDiaMessageEndNode.getIANode()
|
SQDiaIANode |
SQDiaMessageEdge.getIANode()
|
SQDiaIANode |
SQDiaLifelineNode.getIANode()
|
SQDiaIANode |
SQDiaContinuationNode.getIANode()
|
SQDiaIANode |
SQDiaConstraintNode.getIANode()
|
SQDiaIANode |
SQDiaConstraintEdge.getIANode()
|
SQDiaIANode |
SQDiaCombinedNode.getIANode()
|
SQDiaIANode |
SQDia.getIANode()
|
List<SQDiaMessageEdge> |
SQDiaOccSpecNode.getIncomingMessage(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaMessageEdge> |
SQDiaMessageEndNode.getIncomingMessageEdge(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaOrderingEdge> |
SQDiaOccSpecNode.getIncomingOrdering(K_CONTROL_OPTION... behaviourFlags)
|
IAInteraction |
SQDia.getInteraction()
The interaction which is displayed by this diagram. |
List<SQDiaInvariantNode> |
SQDiaLifelineNode.getInvariantNode(K_CONTROL_OPTION... behaviourFlags)
|
SQDiaLifelineNode |
SQDiaOccSpecNode.getLifelineNode()
|
SQDiaLifelineNode |
SQDiaInvariantNode.getLifelineNode()
|
List<SQDiaLifelineNode> |
SQDiaIANode.getLifelineNode(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaMessageEdge> |
SQDiaIANode.getMessageEdge(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaMessageEndNode> |
SQDiaRefNode.getMessageEndNode(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaMessageEndNode> |
SQDiaIANode.getMessageEndNode(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaMessageEndNode> |
SQDiaCombinedNode.getMessageEndNode(K_CONTROL_OPTION... behaviourFlags)
|
SQDiaMessageEndNode |
SQDiaMessageEdge.getMessageEndSource()
|
SQDiaMessageEndNode |
SQDiaMessageEdge.getMessageEndTarget()
|
List<SQDiaOccSpecNode> |
SQDiaLifelineNode.getOccSpecNode(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaOccSpecNode> |
SQDiaExecNode.getOccSpecNode(K_CONTROL_OPTION... behaviourFlags)
|
SQDiaOccSpecNode |
SQDiaMessageEdge.getOccuranceSource()
|
SQDiaOccSpecNode |
SQDiaMessageEdge.getOccuranceTarget()
|
SQDiaOperandNode |
SQDiaRefNode.getOperand()
|
SQDiaOperandNode |
SQDiaContinuationNode.getOperandNode()
|
SQDiaOperandNode |
SQDiaConstraintNode.getOperandNode()
|
List<SQDiaOperandNode> |
SQDiaCombinedNode.getOperandNode(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaOrderingEdge> |
SQDiaIANode.getOrderingEdge(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaMessageEdge> |
SQDiaOccSpecNode.getOutgoingMessage(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaMessageEdge> |
SQDiaMessageEndNode.getOutgoingMessageEdge(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaOrderingEdge> |
SQDiaOccSpecNode.getOutgoingOrdering(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaCombinedNode> |
SQDiaOperandNode.getOwnedCombinedNode(K_CONTROL_OPTION... behaviourFlags)
|
SQDiaCombinedNode |
SQDiaOperandNode.getOwningCombinedNode()
|
SQDia |
SQDiaIANode.getOwningDia()
|
SQDiaExecNode |
SQDiaExecNode.getOwningExecNode()
|
SQDiaLifelineNode |
SQDiaExecNode.getOwningLifelineNode()
|
SQDiaOperandNode |
SQDiaCombinedNode.getOwningOperandNode()
|
List<SQDiaPostNode> |
SQDiaIANode.getPostconditionNode(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaPreNode> |
SQDiaIANode.getPreconditionNode(K_CONTROL_OPTION... behaviourFlags)
|
SQDiaRefNode |
SQDiaMessageEndNode.getRefNode()
|
List<SQDiaRefNode> |
SQDiaOperandNode.getRefNode(K_CONTROL_OPTION... behaviourFlags)
|
List<SQDiaRefNode> |
SQDiaIANode.getRefNode(K_CONTROL_OPTION... behaviourFlags)
|
SQDiaOccSpecNode |
SQDiaOrderingEdge.getToAfter()
|
SQDiaOccSpecNode |
SQDiaOrderingEdge.getToBefore()
|
| Uses of InoNetException in de.mid.innovator.ui |
|---|
| Methods in de.mid.innovator.ui that throw InoNetException | |
|---|---|
String |
InnovatorBatchLoginDefault.getInoHost()
Gets the INOHOST string which determines the license server's IP name and its listener port separated by a colon. |
|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||