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

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

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

Methods in de.cau.cs.kieler.kwebs.servicedata that return KnownOption
 KnownOption ServiceDataFactory.createKnownOption()
          Returns a new object of class 'Known Option'.
 

Methods in de.cau.cs.kieler.kwebs.servicedata that return types with arguments of type KnownOption
 EList<KnownOption> LayoutAlgorithm.getKnownOptions()
          Returns the value of the 'Known Options' containment reference list.
 

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

Classes in de.cau.cs.kieler.kwebs.servicedata.impl that implement KnownOption
 class KnownOptionImpl
          An implementation of the model object 'Known Option'.
 

Fields in de.cau.cs.kieler.kwebs.servicedata.impl with type parameters of type KnownOption
protected  EList<KnownOption> LayoutAlgorithmImpl.knownOptions
          The cached value of the 'Known Options' containment reference list.
 

Methods in de.cau.cs.kieler.kwebs.servicedata.impl that return KnownOption
 KnownOption ServiceDataFactoryImpl.createKnownOption()
           
 

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

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

Methods in de.cau.cs.kieler.kwebs.servicedata.util with parameters of type KnownOption
 T ServiceDataSwitch.caseKnownOption(KnownOption object)
          Returns the result of interpreting the object as an instance of 'Known Option'.