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

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

Subinterfaces of Statement in de.cau.cs.kieler.kiml.graphviz.dot.dot
 interface Attribute
          A representation of the model object 'Attribute'.
 interface AttributeStatement
          A representation of the model object 'Attribute Statement'.
 interface EdgeStatement
          A representation of the model object 'Edge Statement'.
 interface NodeStatement
          A representation of the model object 'Node Statement'.
 interface Subgraph
          A representation of the model object 'Subgraph'.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot that return Statement
 Statement DotFactory.createStatement()
          Returns a new object of class 'Statement'.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot that return types with arguments of type Statement
 EList<Statement> Graph.getStatements()
          Returns the value of the 'Statements' containment reference list.
 EList<Statement> Subgraph.getStatements()
          Returns the value of the 'Statements' containment reference list.
 

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

Fields in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl with type parameters of type Statement
protected  EList<Statement> GraphImpl.statements
          The cached value of the 'Statements' containment reference list.
protected  EList<Statement> SubgraphImpl.statements
          The cached value of the 'Statements' containment reference list.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that return Statement
 Statement DotFactoryImpl.createStatement()
           
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that return types with arguments of type Statement
 EList<Statement> GraphImpl.getStatements()
           
 EList<Statement> SubgraphImpl.getStatements()
           
 

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