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

Packages that use Subgraph
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 Subgraph in de.cau.cs.kieler.kiml.graphviz.dot.dot
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot that return Subgraph
 Subgraph DotFactory.createSubgraph()
          Returns a new object of class 'Subgraph'.
 Subgraph EdgeTarget.getTargetSubgraph()
          Returns the value of the 'Target Subgraph' containment reference.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot with parameters of type Subgraph
 void EdgeTarget.setTargetSubgraph(Subgraph value)
          Sets the value of the 'Target Subgraph' containment reference.
 

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

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

Fields in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl declared as Subgraph
protected  Subgraph EdgeTargetImpl.targetSubgraph
          The cached value of the 'Target Subgraph' containment reference.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that return Subgraph
 Subgraph DotFactoryImpl.createSubgraph()
           
 Subgraph EdgeTargetImpl.getTargetSubgraph()
           
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl with parameters of type Subgraph
 NotificationChain EdgeTargetImpl.basicSetTargetSubgraph(Subgraph newTargetSubgraph, NotificationChain msgs)
           
 void EdgeTargetImpl.setTargetSubgraph(Subgraph newTargetSubgraph)
           
 

Uses of Subgraph 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 Subgraph
 T DotSwitch.caseSubgraph(Subgraph object)
          Returns the result of interpreting the object as an instance of 'Subgraph'.