Uses of Interface
de.mid.innovator.srv2api.icw2pres.PRPresContent
-
Packages that use PRPresContent Package Description de.mid.innovator.srv2api.icw2acdia Diagrams and graphical representations for elements of the icw2ac package.de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package.de.mid.innovator.srv2api.icw2brdia Diagrams and graphical representations for elements of the icw2br package.de.mid.innovator.srv2api.icw2bsdia Diagrams and graphical representations for elements of the icw2bs package.de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.de.mid.innovator.srv2api.icw2dbdia Database Diagrams and representations of tables and foreign keys, as well as views and from clauses.de.mid.innovator.srv2api.icw2drdia The decision requirements level of a decision model in DMN consists of a Decision Requirement Graph depicted in one or more Decision Requirement Diagrams.de.mid.innovator.srv2api.icw2erdia Entity Relationship Diagrams and representations of entities and relationships, as well as conceptual views and from clauses.de.mid.innovator.srv2api.icw2gcdia Concept diagrams and graphical representations for elements of the icw2gc package.de.mid.innovator.srv2api.icw2imdia Information Management Metamodel Diagram is a subclass of Class Diagram.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams.de.mid.innovator.srv2api.icw2smdia Diagrams and graphical representations for elements of the icw2sm package.de.mid.innovator.srv2api.icw2sqdia Diagrams and graphical representations for elements of the icw2ia package. -
-
Uses of PRPresContent in de.mid.innovator.srv2api.icw2acdia
Subinterfaces of PRPresContent in de.mid.innovator.srv2api.icw2acdia Modifier and Type Interface Description interface
ACDiaACNode
Presentation element of the activity itself.interface
ACDiaActNode
Presentation element of actions which do not depend on other elements.interface
ACDiaConstraintEdge
The connecting edge to anACDiaConstraintNode
.interface
ACDiaConstraintNode
Client representation of a constraint.interface
ACDiaControlNode
interface
ACDiaDecisionInputBehavior
Client representation of a decision input behavior.interface
ACDiaException
interface
ACDiaFlowEdge
interface
ACDiaFlowSelBehavior
Client representation of a selection behavior at a flow.interface
ACDiaFlowTransBehavior
Client representation of a transformation behavior at a flow.interface
ACDiaGroupNode
interface
ACDiaHorGroupNode
Specialization ofACDiaGroupNode
.interface
ACDiaNodeSelBehavior
Client representation of a selection behavior at an object node.interface
ACDiaObjNode
interface
ACDiaPostNode
Client representation of a postcondition.interface
ACDiaPreNode
Client representation of a precondition.interface
ACDiaTextNode
Abstract node that represents all text nodes in anACDia
.interface
ACDiaValSpecNode
Client representation of a value specification text.interface
ACDiaVariableNode
Client representation of a variable.interface
ACDiaVerGroupNode
Specialization ofACDiaGroupNode
. -
Uses of PRPresContent in de.mid.innovator.srv2api.icw2bpdia
Subinterfaces of PRPresContent in de.mid.innovator.srv2api.icw2bpdia Modifier and Type Interface Description interface
BPDiaArtifactNode
interface
BPDiaAssocEdge
interface
BPDiaChoreographySubProcessNode
interface
BPDiaChoreographyTaskNode
interface
BPDiaChoreographyViewNode
interface
BPDiaCollaborationViewNode
interface
BPDiaDataAssocEdge
interface
BPDiaDataNode
The node representing an item definition which in this context is seen as a data object.interface
BPDiaErrorNode
Represents an error.interface
BPDiaEventNode
interface
BPDiaFlowEdge
This is a utility class for BPDiaFlowEdge that provides static methods for creation or other purposes.interface
BPDiaFlowNode
This is a utility class for BPDiaFlowNode that provides static methods for creation or other purposes.interface
BPDiaGatewayNode
interface
BPDiaGroupAssignment
interface
BPDiaGroupNode
interface
BPDiaItemDefinitionNode
interface
BPDiaItemNode
interface
BPDiaLaneNode
interface
BPDiaMappingAssoc
interface
BPDiaMaskCompartmentEntry
interface
BPDiaMaskCompartmentNode
interface
BPDiaMaskNode
interface
BPDiaMaskTaskNode
interface
BPDiaMessageFlow
[Prim2For] AllBPDiaMessageFlow
of theBPDia
.interface
BPDiaMessageFlowNode
This is a utility class for BPDiaMessageFlowNode that provides static methods for creation or other purposes.interface
BPDiaMessageNode
The node representing aBPMessage
.interface
BPDiaParticipantCompartmentNode
interface
BPDiaParticipantNode
interface
BPDiaProcessViewNode
interface
BPDiaRedundantEdge
interface
BPDiaRenderingNode
interface
BPDiaSequenceFlow
interface
BPDiaSequenceFlowNode
This is a utility class for BPDiaSequenceFlowNode that provides static methods for creation or other purposes.interface
BPDiaStructureEdge
interface
BPDiaSubProcessNode
interface
BPDiaSupportEdge
interface
BPDiaTaskNode
interface
BPDiaTermEdge
interface
BPDiaTermNode
interface
BPDiaTextNode
interface
BPDiaViewContentEdge
interface
BPDiaViewNode
This is a utility class for BPDiaViewNode that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2bpdia with type parameters of type PRPresContent Modifier and Type Method Description <T extends PRPresContent>
java.util.List<T>BPDia. getContentForHighlighting(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All elements eligible for being highlighted in the diagram, e.g. the path contents of the paths selected for highlighting.<T extends PRPresContent>
java.util.List<T>BPDiaFlowNode. getOwnedViewElementTransitiveDownByOrder(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends PRPresContent>
java.util.List<T>BPDiaLaneNode. getOwnedViewElementTransitiveDownByOrder(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends PRPresContent>
java.util.List<T>BPDiaViewNode. getOwnedViewElementTransitiveDownByOrder(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All presentation elements in this view.<T extends PRPresContent>
java.util.List<T>BPDiaViewNode. getPresentationInView(java.lang.Class<T> returnType, MEModelElement refObj, K_CONTROL_OPTION... behaviourFlags)
All presentation contents of this view which are connected to the model element specified byargument refObj
and which do not belong to another view nested into this one. -
Uses of PRPresContent in de.mid.innovator.srv2api.icw2brdia
Subinterfaces of PRPresContent in de.mid.innovator.srv2api.icw2brdia Modifier and Type Interface Description interface
BRDiaExprNode
interface
BRDiaResourceEdge
This is a utility class for BRDiaResourceEdge that provides static methods for creation or other purposes.interface
BRDiaResourceHierEdge
interface
BRDiaResourceNode
interface
BRDiaResourceNonHierEdge
interface
BRDiaTextNode
-
Uses of PRPresContent in de.mid.innovator.srv2api.icw2bsdia
Subinterfaces of PRPresContent in de.mid.innovator.srv2api.icw2bsdia Modifier and Type Interface Description interface
BSDiaNode
This is a utility class for BSDiaNode that provides static methods for creation or other purposes.interface
BSDiaPseudoStateNode
interface
BSDiaStateMachineNode
interface
BSDiaStateNode
interface
BSDiaTransitionEdge
interface
BSDiaVertexNode
This is a utility class for BSDiaVertexNode that provides static methods for creation or other purposes. -
Uses of PRPresContent in de.mid.innovator.srv2api.icw2cldia
Subinterfaces of PRPresContent in de.mid.innovator.srv2api.icw2cldia Modifier and Type Interface Description interface
CLDiaActorNode
interface
CLDiaAssocEndEdge
interface
CLDiaAssocNode
interface
CLDiaCLNode
interface
CLDiaCnstrLinkEdge
interface
CLDiaCnstrNode
interface
CLDiaCollaborationNode
interface
CLDiaCommPathEdge
interface
CLDiaCompartmentAbleNode
This is a utility class for CLDiaCompartmentAbleNode that provides static methods for creation or other purposes.interface
CLDiaCompartmentContentNode
interface
CLDiaCompartmentNode
interface
CLDiaConnectorEdge
interface
CLDiaConnectorNode
interface
CLDiaElemNode
This is a utility class for CLDiaElemNode that provides static methods for creation or other purposes.interface
CLDiaHierCollaborationNode
interface
CLDiaHierCollaborationUseNode
interface
CLDiaHierCompNode
This is a utility class for CLDiaHierCompNode that provides static methods for creation or other purposes.interface
CLDiaHierCompStructNode
interface
CLDiaHierDeployNode
interface
CLDiaHierNode
This is a utility class for CLDiaHierNode that provides static methods for creation or other purposes.interface
CLDiaHierPartNode
interface
CLDiaHierStructDefinitionNode
interface
CLDiaHierStructEntryNode
interface
CLDiaHierStructGroupNode
interface
CLDiaHierStructNode
This is a utility class for CLDiaHierStructNode that provides static methods for creation or other purposes.interface
CLDiaInstLinkEdge
interface
CLDiaInstLinkNode
interface
CLDiaInstNode
interface
CLDiaMergeAbleEdge
This is a utility class for CLDiaMergeAbleEdge that provides static methods for creation or other purposes.interface
CLDiaMergeAbleNode
This is a utility class for CLDiaMergeAbleNode that provides static methods for creation or other purposes.interface
CLDiaOwnershipEdge
interface
CLDiaOwnershipNode
interface
CLDiaPartEdge
interface
CLDiaPkgNode
interface
CLDiaPortBehaviorEdge
interface
CLDiaPortBehaviorNode
interface
CLDiaPortNode
interface
CLDiaReferenceEdge
interface
CLDiaRelshipLinkEdge
interface
CLDiaRelshipNode
interface
CLDiaReqNode
interface
CLDiaSocketBallEdge
interface
CLDiaSocketBallNode
interface
CLDiaSubjectNode
interface
CLDiaUseCaseNode
Methods in de.mid.innovator.srv2api.icw2cldia that return types with arguments of type PRPresContent Modifier and Type Method Description java.util.List<PRPresContent>
CLDia. addAssociationDlg(java.util.List<? extends ADClientAble> seqSel, boolean isDirParent, boolean addNode)
Adds associations as edges or nodes to this diagram.java.util.List<PRPresContent>
CLCompositeStructureDia. addConnectorDlg(CLDiaElemNode ohNode, java.util.List<? extends CLConnector> seqSel, boolean addNode)
Adds connectors as edges or nodes to this diagram. -
Uses of PRPresContent in de.mid.innovator.srv2api.icw2dbdia
Subinterfaces of PRPresContent in de.mid.innovator.srv2api.icw2dbdia Modifier and Type Interface Description interface
DBDiaCnstrLinkEdge
interface
DBDiaCnstrNode
interface
DBDiaCompartmentContentNode
interface
DBDiaCompartmentNode
interface
DBDiaReferenceEdge
interface
DBDiaTableNode
interface
DBDiaViewNode
-
Uses of PRPresContent in de.mid.innovator.srv2api.icw2drdia
Subinterfaces of PRPresContent in de.mid.innovator.srv2api.icw2drdia Modifier and Type Interface Description interface
DRDiaCompartmentContentNode
interface
DRDiaCompartmentNode
interface
DRDiaDecisionNode
ADRDiaDecisionNode
is the graphical representation of aDRDecision
.interface
DRDiaHierServiceNode
interface
DRDiaHierServicePartNode
interface
DRDiaInputDataNode
ADRDiaInputDataNode
is the graphical representation of aDRInputData
.interface
DRDiaKnowledgeNode
ADRDiaKnowledgeNode
is the graphical representation of aDRBusinessKnowledgeModel
.interface
DRDiaKnowledgeSourceNode
ADRDiaKnowledgeSourceNode
is the graphical representation of aDRKnowledgeSource
.interface
DRDiaNode
This is a utility class for DRDiaNode that provides static methods for creation or other purposes.interface
DRDiaRequirementEdge
ADRDiaRequirementEdge
is the graphical representation of aDRAuthorityRequirement
,DRInformationRequirement
orDRKnowledgeRequirement
.interface
DRDiaServiceNode
-
Uses of PRPresContent in de.mid.innovator.srv2api.icw2erdia
Subinterfaces of PRPresContent in de.mid.innovator.srv2api.icw2erdia Modifier and Type Interface Description interface
ERDiaCnstrLinkEdge
interface
ERDiaCnstrNode
interface
ERDiaCompartmentContentNode
interface
ERDiaCompartmentNode
interface
ERDiaCubeDimensionEdge
interface
ERDiaCubeDimensionHierarchyEdge
interface
ERDiaCubeDimensionNode
interface
ERDiaCubeNode
interface
ERDiaDimensionLevelEdge
interface
ERDiaDimensionLevelNode
interface
ERDiaDimensionPrecedenceEdge
interface
ERDiaDimensionTreeNode
interface
ERDiaEntityNode
interface
ERDiaGeneralizationEdge
interface
ERDiaGeneralizationSetNode
interface
ERDiaHierarchyEdge
interface
ERDiaHierarchyLevelEdge
interface
ERDiaHierarchyLevelNode
interface
ERDiaHierarchyNode
interface
ERDiaHierDimensionTreeNode
interface
ERDiaHierHierarchyNode
interface
ERDiaReferenceEdge
interface
ERDiaRelshipEdge
interface
ERDiaRelshipNode
interface
ERDiaRoleEdge
interface
ERDiaViewNode
-
Uses of PRPresContent in de.mid.innovator.srv2api.icw2gcdia
Subinterfaces of PRPresContent in de.mid.innovator.srv2api.icw2gcdia Modifier and Type Interface Description interface
GCDiaConceptEdge
interface
GCDiaConceptNode
Fields in de.mid.innovator.srv2api.icw2gcdia declared as PRPresContent Modifier and Type Field Description PRPresContent
ARG_AddConceptEdge. ohSource
source nodePRPresContent
ARG_AddConceptEdge. ohTarget
target node or edgeMethods in de.mid.innovator.srv2api.icw2gcdia with parameters of type PRPresContent Modifier and Type Method Description static GCDiaConceptEdge
GCDiaConceptEdgeHelper. addConceptEdge(SrvContext srvCtx, GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, java.util.List<java.awt.Point> seqStep)
Add aGCConceptConnection
asGCDiaConceptEdge
between the specified source and target element.Constructors in de.mid.innovator.srv2api.icw2gcdia with parameters of type PRPresContent Constructor Description ARG_AddConceptEdge(GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, java.util.List<java.awt.Point> seqStep)
-
Uses of PRPresContent in de.mid.innovator.srv2api.icw2imdia
Subinterfaces of PRPresContent in de.mid.innovator.srv2api.icw2imdia Modifier and Type Interface Description interface
IMDiaAssocNode
Association node in anIMDia
if the association is represented by three grafical elements, one node and two edges for their association ends.interface
IMDiaClassifierNode
Classifier node in anIMDia
.interface
IMDiaCnstrLinkEdge
Edge in anIMDia
between anIMDiaCnstrNode
and the constrained element.interface
IMDiaCnstrNode
Constraint Node in anIMDia
.interface
IMDiaCompartmentContentNode
Compartement entry in aIMDiaCompartmentNode
.interface
IMDiaCompartmentNode
Compartement in aIMDiaClassifierNode
.interface
IMDiaEdge
Edge in anIMDia
.interface
IMDiaGeneralizationSetNode
Node of aIMGeneralizationSet
in anIMDia
.interface
IMDiaHierNode
This is a utility class for IMDiaHierNode that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2imdia that return types with arguments of type PRPresContent Modifier and Type Method Description java.util.List<PRPresContent>
IMDia. addEdgeDlg(java.util.List<? extends ADClientAble> seqSel, java.lang.Class<? extends ELObject> kVOclPres, boolean isDirParent, boolean addNode)
Add generalizations or relationships as edges to this diagram. -
Uses of PRPresContent in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model with type parameters of type PRPresContent Modifier and Type Method Description <T extends PRPresContent>
java.util.List<T>MEModelElement. getPRPresContent(java.lang.Class<T> returnType)
All presentation contents representing this model element. -
Uses of PRPresContent in de.mid.innovator.srv2api.icw2pres
Subinterfaces of PRPresContent in de.mid.innovator.srv2api.icw2pres Modifier and Type Interface Description interface
PRBDiaBENode
This is a utility class for PRBDiaBENode that provides static methods for creation or other purposes.interface
PRDiaAttachmentEdge
interface
PRDiaAttachmentNode
interface
PRDiaCalloutEdge
interface
PRDiaCalloutNode
interface
PRDiaEdge
This is a utility class for PRDiaEdge that provides static methods for creation or other purposes.interface
PRDiaEdgeSeg
The combination of aPRDiaSegNode
and aPRDiaSegEdge
.interface
PRDiaFrameNode
interface
PRDiaNode
This is a utility class for PRDiaNode that provides static methods for creation or other purposes.interface
PRDiaNote
interface
PRDiaNoteEdge
interface
PRDiaSegEdge
The connector edge of an edge segment.interface
PRDiaSegNode
The connector node of an edge segment.interface
PRDiaWhiteboardAttributeEdge
interface
PRDiaWhiteboardEdge
interface
PRDiaWhiteboardNode
Fields in de.mid.innovator.srv2api.icw2pres with type parameters of type PRPresContent Modifier and Type Field Description java.util.List<PRPresContent>
ARG_PRAddAbleEdgeEntry. seqNode
list of the connected nodes (without start node)Methods in de.mid.innovator.srv2api.icw2pres with type parameters of type PRPresContent Modifier and Type Method Description <T extends PRPresContent>
java.util.List<T>PRDiaAttachmentNode. getConnectedElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All contents which are connected to this attachment.<T extends PRPresContent>
java.util.List<T>PRDiaNote. getConnectedElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllPRPresContent
s which are connected to this note.<T extends PRPresContent>
java.util.List<T>PRPresContent. getOwnedPresContent(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All presentation contents owned by this presentation content.<T extends PRPresContent>
java.util.List<T>PRPresContext. getOwnedPresContent(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All presentation contents owned by this presentation context.<T extends PRPresContent>
java.util.List<T>PRPresElement. getOwnedPresContentElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All presentation contents owned by this presentation element.<T extends PRPresContent>
java.util.List<T>PRPresElement. getPresentationOfLogic(java.lang.Class<T> returnType, MEModelElement refObj, K_CONTROL_OPTION... behaviourFlags)
All presentation contents of this presentation element which are connected to the model element specified byargument refObj
.Methods in de.mid.innovator.srv2api.icw2pres that return PRPresContent Modifier and Type Method Description PRPresContent
PRPresContent. getOwningPresContent()
The presentation content owning this presentation content.PRPresContent
PRDiaEdge. getSource()
The source node of this edge.PRPresContent
PRDiaEdge. getTarget()
The target node of this edge.Methods in de.mid.innovator.srv2api.icw2pres that return types with arguments of type PRPresContent Modifier and Type Method Description java.util.List<PRPresContent>
PRDia. addAbleDiaEdge(java.util.List<ARG_PRAddAbleEdgeList> seq)
static java.util.List<PRPresContent>
PRPresElementHelper. diaDrop(SrvContext srvCtx, java.util.List<? extends ADClientAble> seqSel, PRPresElement dropTarget, java.awt.Point position, java.awt.Point size, java.awt.Point offset, java.lang.Class<? extends ELObject> kVOclPres)
Drop elements as presentation content to the specified drop target.Constructor parameters in de.mid.innovator.srv2api.icw2pres with type arguments of type PRPresContent Constructor Description ARG_PRAddAbleEdgeEntry(MEModelElement ohElem, java.lang.String strElem, java.lang.Class<? extends ELObject> kVOclEdge, boolean isSourceSide, java.util.List<PRPresContent> seqNode, ARG_XPRDiaEdgeRep valEdgeRep, ARG_XPRDiaNodeRep valNodeRep, K_VATTR kVAttr)
-
Uses of PRPresContent in de.mid.innovator.srv2api.icw2smdia
Subinterfaces of PRPresContent in de.mid.innovator.srv2api.icw2smdia Modifier and Type Interface Description interface
SMDiaConstraintEdge
interface
SMDiaConstraintNode
interface
SMDiaDoActNode
interface
SMDiaEntryActNode
interface
SMDiaExitActNode
interface
SMDiaGuardNode
interface
SMDiaInvariantNode
interface
SMDiaPostNode
interface
SMDiaPreNode
interface
SMDiaPseudoNode
interface
SMDiaRegionNode
interface
SMDiaSMNode
interface
SMDiaStateNode
interface
SMDiaTextNode
This is a utility class for SMDiaTextNode that provides static methods for creation or other purposes.interface
SMDiaTransActNode
interface
SMDiaTransEdge
interface
SMDiaTriggerNode
interface
SMDiaVertexNode
This is a utility class for SMDiaVertexNode that provides static methods for creation or other purposes. -
Uses of PRPresContent in de.mid.innovator.srv2api.icw2sqdia
Subinterfaces of PRPresContent in de.mid.innovator.srv2api.icw2sqdia Modifier and Type Interface Description interface
SQDiaCombinedNode
interface
SQDiaConstraintEdge
interface
SQDiaConstraintNode
interface
SQDiaContinuationNode
interface
SQDiaExecNode
interface
SQDiaIANode
interface
SQDiaInvariantNode
interface
SQDiaLifelineNode
interface
SQDiaMessageEdge
interface
SQDiaMessageEndNode
interface
SQDiaOccSpecNode
interface
SQDiaOperandNode
interface
SQDiaOrderingEdge
interface
SQDiaPostNode
interface
SQDiaPreNode
interface
SQDiaRefNode
interface
SQDiaTextNode
This is a utility class for SQDiaTextNode that provides static methods for creation or other purposes.
-