Uses of Interface
de.mid.innovator.srv2api.icw2gc.GCNode
Packages that use GCNode
Package
Description
Package for concept modeling.
Concept diagrams and graphical representations for elements of the icw2gc
package.
-
Uses of GCNode in de.mid.innovator.srv2api.icw2gc
Subinterfaces of GCNode in de.mid.innovator.srv2api.icw2gcModifier and TypeInterfaceDescriptioninterfaceA concept is a generic modeling construct which may be realized by different model elements.interfaceAGCJunctionis used to connect concept connections of the same type.Methods in de.mid.innovator.srv2api.icw2gc with type parameters of type GCNodeModifier and TypeMethodDescriptionGCNode.getDirectlyConnectedPredecessors(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) GCNode.getDirectlyConnectedPredecessors(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDirectlyConnectedPredecessors and filters its return values according to the given stereotype value.GCNode.getDirectlyConnectedSuccessors(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) GCNode.getDirectlyConnectedSuccessors(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDirectlyConnectedSuccessors and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2gc that return GCNodeModifier and TypeMethodDescriptionGCConceptConnection.getSourceNode()The sourceGCNodeof the connection.GCConceptConnection.getTargetNode()The targetGCNodeof the connection. -
Uses of GCNode in de.mid.innovator.srv2api.icw2gcdia
Fields in de.mid.innovator.srv2api.icw2gcdia with type parameters of type GCNodeModifier and TypeFieldDescriptionARG_AddAndIgnoreNodes.seqAddnodes to be added to this diagramARG_AddAndIgnoreNodes.seqIgnorenodes to be ignored for this diagramMethods in de.mid.innovator.srv2api.icw2gcdia with type parameters of type GCNodeModifier and TypeMethodDescriptionGCDynDia.getIgnoredNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Method parameters in de.mid.innovator.srv2api.icw2gcdia with type arguments of type GCNodeModifier and TypeMethodDescriptionGCDynDia.addAndIgnoreNodes(List<? extends GCNode> seqAdd, List<? extends GCNode> seqIgnore) voidGCDynDia.setIgnoredNode(List<? extends GCNode> values) Set the value of Foreign Key IgnoredNode.Constructor parameters in de.mid.innovator.srv2api.icw2gcdia with type arguments of type GCNode