Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_SIDE
Packages that use K_SIDE
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
Package for Business Process Model and Notation (BPMN).
Diagrams and graphical representations for elements of the icw2br package.
State machine for Business Object Modeling.
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
Diagrams and graphical representations for elements of the icw2class package.
Describes the common behavior of all elements stored in a model server
repository even configuration elements in profiles and schema elements of the
meta model.
Concept diagrams and graphical representations for elements of the icw2gc
package.
The Interaction package describes the concepts needed to express interactions.
Meta model and administration information.
This packagage contains elements representing the logical model.
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
-
Uses of K_SIDE in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac with parameters of type K_SIDEModifier and TypeMethodDescriptionACActivityEdge.reconnect(ADClientAble ohNew, K_SIDE side, Point pos) Reconnects the edge.ACExceptionHandler.reconnect(ADClientAble ohNew, K_SIDE side, Point pos) Reconnects the exception handler. -
Uses of K_SIDE in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp with parameters of type K_SIDEModifier and TypeMethodDescriptionvoidBPDataIOAssociation.reconnectRelship(ELElement ohNew, K_SIDE kSide) Assigns this data association to a new source/target element. -
Uses of K_SIDE in de.mid.innovator.srv2api.icw2brdia
Methods in de.mid.innovator.srv2api.icw2brdia with parameters of type K_SIDEModifier and TypeMethodDescriptionvoidBRDiaResourceEdge.reconnectEdge(ELElement ohNew, K_SIDE kSide) Assigns theBRResourceRelof this edge to a new source/target node. -
Uses of K_SIDE in de.mid.innovator.srv2api.icw2bs
Methods in de.mid.innovator.srv2api.icw2bs with parameters of type K_SIDEModifier and TypeMethodDescriptionvoidBSTransition.reconnectTransition(ELElement ohNew, K_SIDE kSide) Assigns this transition to a new source/target vertex. -
Uses of K_SIDE in de.mid.innovator.srv2api.icw2class
Fields in de.mid.innovator.srv2api.icw2class declared as K_SIDEModifier and TypeFieldDescriptionARG_CLReconnectConnector.kSidespecifies the role of the new element in the connectorMethods in de.mid.innovator.srv2api.icw2class with parameters of type K_SIDEModifier and TypeMethodDescriptionvoidCLConnector.reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide) voidCLConnectorEnd.reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide) Connects a connector end to the specified connectable element.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type K_SIDEModifierConstructorDescriptionARG_CLReconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide) -
Uses of K_SIDE in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia with parameters of type K_SIDEModifier and TypeMethodDescriptionvoidCLDiaMergeAbleEdge.reconnectEdge(ELElement ohNew, K_SIDE kSide) Assigns the relationship or association of this edge to a new source/target node. -
Uses of K_SIDE in de.mid.innovator.srv2api.icw2elem
Fields in de.mid.innovator.srv2api.icw2elem declared as K_SIDEModifier and TypeFieldDescriptionARG_ELReconnect.kSidespecifies the role of the new element in the relationshipMethods in de.mid.innovator.srv2api.icw2elem that return K_SIDEModifier and TypeMethodDescriptionstatic K_SIDEK_SIDE.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_SIDEReturns the enum constant of this class with the specified name.static K_SIDE[]K_SIDE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type K_SIDEModifier and TypeMethodDescriptionvoidELAssociation.reconnectAssociation(ELElement ohNew, K_SIDE kSide) Assigns one this binary association's association ends to a new classifier.voidELProperty.reconnectAssociation(ELElement ohNew, K_SIDE kSide) Connects an association end to the specified element.voidELRelshipBinDir.reconnectRelship(ELElement ohNew, K_SIDE kSide) Assigns this relationship to a new source/target element.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type K_SIDE -
Uses of K_SIDE in de.mid.innovator.srv2api.icw2gcdia
Methods in de.mid.innovator.srv2api.icw2gcdia with parameters of type K_SIDEModifier and TypeMethodDescriptionvoidGCDiaConceptEdge.reconnectEdge(ELElement ohNew, K_SIDE kSide) Assigns theGCConceptConnectionof this edge to a new source/target node. -
Uses of K_SIDE in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia with parameters of type K_SIDEModifier and TypeMethodDescriptionvoidIAMessage.reconnect(ADClientAble ohNew, K_SIDE side, Point pos) Reconnects thisIAMessage. -
Uses of K_SIDE in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_SIDEModifier and TypeFieldDescriptionARG_EvaluateRelationshipTemplate.kSideside of the new nodeARG_EvaluateRelationshipTemplateWithRequirement.kSideside of the new nodeARG_Reconnect.sideMethods in de.mid.innovator.srv2api.icw2meta with parameters of type K_SIDEModifier and TypeMethodDescriptionMMCreateTemplate.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.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.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_SIDEModifierConstructorDescriptionARG_EvaluateRelationshipTemplate(ADClientAble ohSrc, ADClientAble ohTrg, MMCreateTemplate ohTmpl, K_SIDE kSide, Point ptPos, Class<? extends ELObject> kVOclNode, Class<? extends ELObject> kVOclEdge) ARG_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) ARG_Reconnect(ADClientAble ohNew, K_SIDE side, Point pos) -
Uses of K_SIDE in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model with parameters of type K_SIDE -
Uses of K_SIDE in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm with parameters of type K_SIDEModifier and TypeMethodDescriptionSMTransExt.reconnect(ADClientAble ohNew, K_SIDE side, Point pos) Reconnects the selectedSMTransExton source or target side.