Uses of Interface
de.cau.cs.kieler.kwebs.servicedata.SupportedDiagram

Packages that use SupportedDiagram
de.cau.cs.kieler.kwebs.servicedata
de.cau.cs.kieler.kwebs.servicedata.impl   
de.cau.cs.kieler.kwebs.servicedata.util   
 

Uses of SupportedDiagram in de.cau.cs.kieler.kwebs.servicedata
 

Methods in de.cau.cs.kieler.kwebs.servicedata that return SupportedDiagram
 SupportedDiagram ServiceDataFactory.createSupportedDiagram()
          Returns a new object of class 'Supported Diagram'.
 

Methods in de.cau.cs.kieler.kwebs.servicedata that return types with arguments of type SupportedDiagram
 EList<SupportedDiagram> LayoutAlgorithm.getSupportedDiagrams()
          Returns the value of the 'Supported Diagrams' containment reference list.
 

Uses of SupportedDiagram in de.cau.cs.kieler.kwebs.servicedata.impl
 

Classes in de.cau.cs.kieler.kwebs.servicedata.impl that implement SupportedDiagram
 class SupportedDiagramImpl
          An implementation of the model object 'Supported Diagram'.
 

Fields in de.cau.cs.kieler.kwebs.servicedata.impl with type parameters of type SupportedDiagram
protected  EList<SupportedDiagram> LayoutAlgorithmImpl.supportedDiagrams
          The cached value of the 'Supported Diagrams' containment reference list.
 

Methods in de.cau.cs.kieler.kwebs.servicedata.impl that return SupportedDiagram
 SupportedDiagram ServiceDataFactoryImpl.createSupportedDiagram()
           
 

Methods in de.cau.cs.kieler.kwebs.servicedata.impl that return types with arguments of type SupportedDiagram
 EList<SupportedDiagram> LayoutAlgorithmImpl.getSupportedDiagrams()
           
 

Uses of SupportedDiagram in de.cau.cs.kieler.kwebs.servicedata.util
 

Methods in de.cau.cs.kieler.kwebs.servicedata.util with parameters of type SupportedDiagram
 T ServiceDataSwitch.caseSupportedDiagram(SupportedDiagram object)
          Returns the result of interpreting the object as an instance of 'Supported Diagram'.