Uses of Interface
org.graphdrawing.graphml.GraphType

Packages that use GraphType
org.graphdrawing.graphml   
org.graphdrawing.graphml.impl   
org.graphdrawing.graphml.util   
 

Uses of GraphType in org.graphdrawing.graphml
 

Methods in org.graphdrawing.graphml that return GraphType
 GraphType GraphMLFactory.createGraphType()
          Returns a new object of class 'Graph Type'.
 GraphType DocumentRoot.getGraph()
          Returns the value of the 'Graph' containment reference.
 GraphType EdgeType.getGraph()
          Returns the value of the 'Graph' containment reference.
 GraphType HyperedgeType.getGraph()
          Returns the value of the 'Graph' containment reference.
 GraphType NodeType.getGraph()
          Returns the value of the 'Graph' containment reference.
 

Methods in org.graphdrawing.graphml that return types with arguments of type GraphType
 EList<GraphType> GraphmlType.getGraph()
          Returns the value of the 'Graph' containment reference list.
 

Methods in org.graphdrawing.graphml with parameters of type GraphType
 void DocumentRoot.setGraph(GraphType value)
          Sets the value of the 'Graph' containment reference.
 void EdgeType.setGraph(GraphType value)
          Sets the value of the 'Graph' containment reference.
 void HyperedgeType.setGraph(GraphType value)
          Sets the value of the 'Graph' containment reference.
 void NodeType.setGraph(GraphType value)
          Sets the value of the 'Graph' containment reference.
 

Uses of GraphType in org.graphdrawing.graphml.impl
 

Fields in org.graphdrawing.graphml.impl declared as GraphType
protected  GraphType EdgeTypeImpl.graph
          The cached value of the 'Graph' containment reference.
protected  GraphType HyperedgeTypeImpl.graph
          The cached value of the 'Graph' containment reference.
protected  GraphType NodeTypeImpl.graph
          The cached value of the 'Graph' containment reference.
 

Methods in org.graphdrawing.graphml.impl that return GraphType
 GraphType GraphMLFactoryImpl.createGraphType()
           
 GraphType DocumentRootImpl.getGraph()
           
 GraphType EdgeTypeImpl.getGraph()
           
 GraphType HyperedgeTypeImpl.getGraph()
           
 GraphType NodeTypeImpl.getGraph()
           
 

Methods in org.graphdrawing.graphml.impl that return types with arguments of type GraphType
 EList<GraphType> GraphmlTypeImpl.getGraph()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type GraphType
 NotificationChain DocumentRootImpl.basicSetGraph(GraphType newGraph, NotificationChain msgs)
           
 NotificationChain EdgeTypeImpl.basicSetGraph(GraphType newGraph, NotificationChain msgs)
           
 NotificationChain HyperedgeTypeImpl.basicSetGraph(GraphType newGraph, NotificationChain msgs)
           
 NotificationChain NodeTypeImpl.basicSetGraph(GraphType newGraph, NotificationChain msgs)
           
 void DocumentRootImpl.setGraph(GraphType newGraph)
           
 void EdgeTypeImpl.setGraph(GraphType newGraph)
           
 void HyperedgeTypeImpl.setGraph(GraphType newGraph)
           
 void NodeTypeImpl.setGraph(GraphType newGraph)
           
 

Uses of GraphType in org.graphdrawing.graphml.util
 

Methods in org.graphdrawing.graphml.util with parameters of type GraphType
 T GraphMLSwitch.caseGraphType(GraphType object)
          Returns the result of interpreting the object as an instance of 'Graph Type'.