Uses of Interface
de.cau.cs.kieler.kiml.graphviz.dot.dot.Node

Packages that use Node
de.cau.cs.kieler.kiml.graphviz.dot.dot   
de.cau.cs.kieler.kiml.graphviz.dot.dot.impl   
de.cau.cs.kieler.kiml.graphviz.dot.dot.util   
 

Uses of Node in de.cau.cs.kieler.kiml.graphviz.dot.dot
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot that return Node
 Node DotFactory.createNode()
          Returns a new object of class 'Node'.
 Node NodeStatement.getNode()
          Returns the value of the 'Node' containment reference.
 Node EdgeStatement.getSourceNode()
          Returns the value of the 'Source Node' containment reference.
 Node EdgeTarget.getTargetnode()
          Returns the value of the 'Targetnode' containment reference.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot with parameters of type Node
 void NodeStatement.setNode(Node value)
          Sets the value of the 'Node' containment reference.
 void EdgeStatement.setSourceNode(Node value)
          Sets the value of the 'Source Node' containment reference.
 void EdgeTarget.setTargetnode(Node value)
          Sets the value of the 'Targetnode' containment reference.
 

Uses of Node in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl
 

Classes in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that implement Node
 class NodeImpl
          An implementation of the model object 'Node'.
 

Fields in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl declared as Node
protected  Node NodeStatementImpl.node
          The cached value of the 'Node' containment reference.
protected  Node EdgeStatementImpl.sourceNode
          The cached value of the 'Source Node' containment reference.
protected  Node EdgeTargetImpl.targetnode
          The cached value of the 'Targetnode' containment reference.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that return Node
 Node DotFactoryImpl.createNode()
           
 Node NodeStatementImpl.getNode()
           
 Node EdgeStatementImpl.getSourceNode()
           
 Node EdgeTargetImpl.getTargetnode()
           
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl with parameters of type Node
 NotificationChain NodeStatementImpl.basicSetNode(Node newNode, NotificationChain msgs)
           
 NotificationChain EdgeStatementImpl.basicSetSourceNode(Node newSourceNode, NotificationChain msgs)
           
 NotificationChain EdgeTargetImpl.basicSetTargetnode(Node newTargetnode, NotificationChain msgs)
           
 void NodeStatementImpl.setNode(Node newNode)
           
 void EdgeStatementImpl.setSourceNode(Node newSourceNode)
           
 void EdgeTargetImpl.setTargetnode(Node newTargetnode)
           
 

Uses of Node in de.cau.cs.kieler.kiml.graphviz.dot.dot.util
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.util with parameters of type Node
 T DotSwitch.caseNode(Node object)
          Returns the result of interpreting the object as an instance of 'Node'.