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

Packages that use LayoutType
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 LayoutType in de.cau.cs.kieler.kwebs
 

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

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

Methods in de.cau.cs.kieler.kwebs.servicedata that return LayoutType
 LayoutType ServiceDataFactory.createLayoutType()
          Returns a new object of class 'Layout Type'.
 LayoutType LayoutAlgorithm.getType()
          Returns the value of the 'Type' reference.
 

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

Methods in de.cau.cs.kieler.kwebs.servicedata with parameters of type LayoutType
 void LayoutAlgorithm.setType(LayoutType value)
          Sets the value of the 'Type' reference.
 

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

Classes in de.cau.cs.kieler.kwebs.servicedata.impl that implement LayoutType
 class LayoutTypeImpl
          An implementation of the model object 'Layout Type'.
 

Fields in de.cau.cs.kieler.kwebs.servicedata.impl declared as LayoutType
protected  LayoutType LayoutAlgorithmImpl.type
          The cached value of the 'Type' reference.
 

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

Methods in de.cau.cs.kieler.kwebs.servicedata.impl that return LayoutType
 LayoutType LayoutAlgorithmImpl.basicGetType()
           
 LayoutType ServiceDataFactoryImpl.createLayoutType()
           
 LayoutType LayoutAlgorithmImpl.getType()
           
 

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

Methods in de.cau.cs.kieler.kwebs.servicedata.impl with parameters of type LayoutType
 void LayoutAlgorithmImpl.setType(LayoutType newType)
           
 

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

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