Uses of Interface
de.mid.innovator.srv2api.icw2brdia.BRDiaResourceNode
-
Packages that use BRDiaResourceNode Package Description de.mid.innovator.srv2api.icw2brdia Diagrams and graphical representations for elements of the icw2br package. -
-
Uses of BRDiaResourceNode in de.mid.innovator.srv2api.icw2brdia
Fields in de.mid.innovator.srv2api.icw2brdia declared as BRDiaResourceNode Modifier and Type Field Description BRDiaResourceNode
ARG_BRDiaAddEdge. ohNodeSrc
source nodeBRDiaResourceNode
ARG_BRDiaAddEdge. ohNodeTrg
target nodeFields in de.mid.innovator.srv2api.icw2brdia with type parameters of type BRDiaResourceNode Modifier and Type Field Description java.util.List<BRDiaResourceNode>
ARG_BRDiaAddResourceRelationshipList. seqNode
List of selected nodesMethods in de.mid.innovator.srv2api.icw2brdia that return BRDiaResourceNode Modifier and Type Method Description BRDiaResourceNode
BRDia. addNodeForResource(BRResource ohResource, java.lang.Class<? extends ELObject> kVOclPres, boolean allowMultiple, java.awt.Point position, java.awt.Point size)
BRDiaResourceNode
BRDiaExprNode. getOwningNodeOfExpression()
TheBRDiaResourceNode
owning thisBRDiaExprNode
.Methods in de.mid.innovator.srv2api.icw2brdia that return types with arguments of type BRDiaResourceNode Modifier and Type Method Description java.util.List<BRDiaResourceNode>
BRDia. getNodeForResource(BRResource refObj, K_CONTROL_OPTION... behaviourFlags)
java.util.List<BRDiaResourceNode>
BRDia. getOwnedResourceNode(K_CONTROL_OPTION... behaviourFlags)
The resource nodes in thisBRDia
.Methods in de.mid.innovator.srv2api.icw2brdia with parameters of type BRDiaResourceNode Modifier and Type Method Description BRDiaResourceEdge
BRDia. addEdgeForResourceRel(BRResourceRel ohResourceRel, java.lang.Class<? extends ELObject> kVOclPres, BRDiaResourceNode ohNodeSrc, BRDiaResourceNode ohNodeTrg, boolean ifExistsDontAdd)
<T extends BRDiaResourceEdge>
java.util.List<T>BRDiaResourceNode. getIncomingResourceEdgeFrom(java.lang.Class<T> returnType, BRDiaResourceNode refObj, K_CONTROL_OPTION... behaviourFlags)
Returns all incoming edges from the source node.<T extends BRDiaResourceEdge>
java.util.List<T>BRDiaResourceNode. getOutgoingResourceEdgeTo(java.lang.Class<T> returnType, BRDiaResourceNode refObj, K_CONTROL_OPTION... behaviourFlags)
Returns all outgoing edges to the target node.Method parameters in de.mid.innovator.srv2api.icw2brdia with type arguments of type BRDiaResourceNode Modifier and Type Method Description java.util.List<BRDiaResourceEdge>
BRDia. addResourceRelationship(java.util.List<? extends BRDiaResourceNode> seqNode, java.util.List<? extends BRResourceRel> seqSel, boolean isDirParent, boolean addNode)
Constructors in de.mid.innovator.srv2api.icw2brdia with parameters of type BRDiaResourceNode Constructor Description ARG_BRDiaAddEdge(BRResourceRel ohResourceRel, java.lang.Class<? extends ELObject> kVOclPres, BRDiaResourceNode ohNodeSrc, BRDiaResourceNode ohNodeTrg, boolean ifExistsDontAdd)
Constructor parameters in de.mid.innovator.srv2api.icw2brdia with type arguments of type BRDiaResourceNode Constructor Description ARG_BRDiaAddResourceRelationshipList(java.util.List<BRDiaResourceNode> seqNode, java.util.List<BRResourceRel> seqSel, boolean isDirParent, boolean addNode)
-