|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
org.eclipse.uml2.uml | |
org.eclipse.uml2.uml.util |
Uses of Node in org.eclipse.uml2.uml |
---|
Subinterfaces of Node in org.eclipse.uml2.uml | |
---|---|
interface |
Device
A representation of the model object 'Device' |
interface |
ExecutionEnvironment
A representation of the model object 'Execution Environment' |
Methods in org.eclipse.uml2.uml that return Node | |
---|---|
Node |
Node.createNestedNode(java.lang.String name)
Creates a new Node , with the specified 'Name', and appends it to the 'Nested Node' containment reference list |
Node |
Node.createNestedNode(java.lang.String name,
org.eclipse.emf.ecore.EClass eClass)
Creates a new Node , with the specified 'Name', and appends it to the 'Nested Node' containment reference list |
Node |
UMLFactory.createNode()
Returns a new object of class 'Node' |
Node |
Node.getNestedNode(java.lang.String name)
Retrieves the first Node with the specified 'Name' from the 'Nested Node' containment reference list |
Node |
Node.getNestedNode(java.lang.String name,
boolean ignoreCase,
org.eclipse.emf.ecore.EClass eClass,
boolean createOnDemand)
Retrieves the first Node with the specified 'Name' from the 'Nested Node' containment reference list |
Methods in org.eclipse.uml2.uml that return types with arguments of type Node | |
---|---|
org.eclipse.emf.common.util.EList<Node> |
Node.getNestedNodes()
Returns the value of the 'Nested Node' containment reference list. |
Methods in org.eclipse.uml2.uml with parameters of type Node | |
---|---|
CommunicationPath |
Node.createCommunicationPath(boolean end1IsNavigable,
AggregationKind end1Aggregation,
java.lang.String end1Name,
int end1Lower,
int end1Upper,
Node end1Node,
boolean end2IsNavigable,
AggregationKind end2Aggregation,
java.lang.String end2Name,
int end2Lower,
int end2Upper)
Creates a (binary) communication path between this node and the specified other node, with the specified navigabilities, aggregations, names, lower bounds, and upper bounds, and owned by this node's nearest package. |
Uses of Node in org.eclipse.uml2.uml.util |
---|
Methods in org.eclipse.uml2.uml.util with parameters of type Node | |
---|---|
T |
UMLSwitch.caseNode(Node object)
Returns the result of interpreting the object as an instance of 'Node' |
boolean |
UMLValidator.validateNode_validateInternalStructure(Node node,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the validateInternalStructure constraint of 'Node' |
boolean |
UMLValidator.validateNode(Node node,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |