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

Packages that use LayoutAlgorithm
de.cau.cs.kieler.kwebs Central classes needed on server and client side of the layout service. 
de.cau.cs.kieler.kwebs.servicedata
de.cau.cs.kieler.kwebs.servicedata.impl   
de.cau.cs.kieler.kwebs.servicedata.util   
 

Uses of LayoutAlgorithm in de.cau.cs.kieler.kwebs
 

Methods in de.cau.cs.kieler.kwebs with parameters of type LayoutAlgorithm
static ServiceDataConfigurationElement ServiceDataConfigurationElement.getLayoutAlgorithmElementFromModel(LayoutAlgorithm algorithm)
          Returns a configuration element representing a layout algorithm.
 

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

Methods in de.cau.cs.kieler.kwebs.servicedata that return LayoutAlgorithm
 LayoutAlgorithm ServiceDataFactory.createLayoutAlgorithm()
          Returns a new object of class 'Layout Algorithm'.
 

Methods in de.cau.cs.kieler.kwebs.servicedata that return types with arguments of type LayoutAlgorithm
 EList<LayoutAlgorithm> ServiceData.getLayoutAlgorithms()
          Returns the value of the 'Layout Algorithms' containment reference list.
 

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

Classes in de.cau.cs.kieler.kwebs.servicedata.impl that implement LayoutAlgorithm
 class LayoutAlgorithmImpl
          An implementation of the model object 'Layout Algorithm'.
 

Fields in de.cau.cs.kieler.kwebs.servicedata.impl with type parameters of type LayoutAlgorithm
protected  EList<LayoutAlgorithm> ServiceDataImpl.layoutAlgorithms
          The cached value of the 'Layout Algorithms' containment reference list.
 

Methods in de.cau.cs.kieler.kwebs.servicedata.impl that return LayoutAlgorithm
 LayoutAlgorithm ServiceDataFactoryImpl.createLayoutAlgorithm()
           
 

Methods in de.cau.cs.kieler.kwebs.servicedata.impl that return types with arguments of type LayoutAlgorithm
 EList<LayoutAlgorithm> ServiceDataImpl.getLayoutAlgorithms()
           
 

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

Methods in de.cau.cs.kieler.kwebs.servicedata.util with parameters of type LayoutAlgorithm
 T ServiceDataSwitch.caseLayoutAlgorithm(LayoutAlgorithm object)
          Returns the result of interpreting the object as an instance of 'Layout Algorithm'.