Uses of Interface
de.mid.innovator.srv2api.icw2br.BRResourceRel
-
Packages that use BRResourceRel Package Description de.mid.innovator.srv2api.icw2br Business resource modeling package.de.mid.innovator.srv2api.icw2brdia Diagrams and graphical representations for elements of the icw2br package. -
-
Uses of BRResourceRel in de.mid.innovator.srv2api.icw2br
Subinterfaces of BRResourceRel in de.mid.innovator.srv2api.icw2br Modifier and Type Interface Description interfaceBROrgUnitMemberRelinterfaceBROrgUnitPersonRelinterfaceBROrgUnitRequiresRoleinterfaceBRPersonInRoleinterfaceBRResourceHierRelinterfaceBRResourceNamedRelinterfaceBRResourceNonHierRelThis is a utility class for BRResourceNonHierRel that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2br with type parameters of type BRResourceRel Modifier and Type Method Description <T extends BRResourceRel>
java.util.List<T>BRResource. getIncoming(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The incomingBRResourceRel.<T extends BRResourceRel>
java.util.List<T>BRResource. getOutgoing(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)The outgoingBRResourceRel. -
Uses of BRResourceRel in de.mid.innovator.srv2api.icw2brdia
Fields in de.mid.innovator.srv2api.icw2brdia declared as BRResourceRel Modifier and Type Field Description BRResourceRelARG_BRDiaAddEdge. ohResourceRelModel Element to be addedFields in de.mid.innovator.srv2api.icw2brdia with type parameters of type BRResourceRel Modifier and Type Field Description java.util.List<BRResourceRel>ARG_BRDiaAddResourceRelationshipList. seqSelList of selected relationshipsMethods in de.mid.innovator.srv2api.icw2brdia with parameters of type BRResourceRel Modifier and Type Method Description BRDiaResourceEdgeBRDia. addEdgeForResourceRel(BRResourceRel ohResourceRel, java.lang.Class<? extends ELObject> kVOclPres, BRDiaResourceNode ohNodeSrc, BRDiaResourceNode ohNodeTrg, boolean ifExistsDontAdd)Constructors in de.mid.innovator.srv2api.icw2brdia with parameters of type BRResourceRel Constructor Description ARG_BRDiaAddEdge(BRResourceRel ohResourceRel, java.lang.Class<? extends ELObject> kVOclPres, BRDiaResourceNode ohNodeSrc, BRDiaResourceNode ohNodeTrg, boolean ifExistsDontAdd)
-