de.cau.cs.kieler.kiml.service
Class ProgrammaticLayoutDataService

java.lang.Object
  extended by de.cau.cs.kieler.kiml.LayoutDataService
      extended by de.cau.cs.kieler.kiml.service.ExtensionLayoutDataService
          extended by de.cau.cs.kieler.kiml.service.ProgrammaticLayoutDataService
Direct Known Subclasses:
ServiceDataLayoutDataService

public abstract class ProgrammaticLayoutDataService
extends ExtensionLayoutDataService

A Layout data service that knows about the options defined vie extension and programmatic options.

Rating proposed yellow
(2011-08-25) reviewed by ckru, mri, msp

Nested Class Summary
 
Nested classes/interfaces inherited from class de.cau.cs.kieler.kiml.LayoutDataService
LayoutDataService.Registry
 
Field Summary
 
Fields inherited from class de.cau.cs.kieler.kiml.service.ExtensionLayoutDataService
ATTRIBUTE_ADVANCED, ATTRIBUTE_APPLIESTO, ATTRIBUTE_CATEGORY, ATTRIBUTE_CLASS, ATTRIBUTE_DEFAULT, ATTRIBUTE_DESCRIPTION, ATTRIBUTE_ENUMVALUES, ATTRIBUTE_ID, ATTRIBUTE_IMPLEMENTATION, ATTRIBUTE_NAME, ATTRIBUTE_OPTION, ATTRIBUTE_PARAMETER, ATTRIBUTE_PRIORITY, ATTRIBUTE_TYPE, ELEMENT_CATEGORY, ELEMENT_KNOWN_OPTION, ELEMENT_LAYOUT_ALGORITHM, ELEMENT_LAYOUT_OPTION, ELEMENT_LAYOUT_TYPE, ELEMENT_SUPPORTED_DIAGRAM, EXTP_ID_LAYOUT_PROVIDERS
 
Fields inherited from class de.cau.cs.kieler.kiml.LayoutDataService
DIAGRAM_TYPE_GENERAL, ECLIPSEDATASERVICE, REMOTEDATASERVICE, SERVICEDATASERVICE
 
Constructor Summary
ProgrammaticLayoutDataService()
           
 
Method Summary
protected  void registerProgrammaticOptions()
          Register the programmatic options to the layout data services option data.
 
Methods inherited from class de.cau.cs.kieler.kiml.service.ExtensionLayoutDataService
createLayoutAlgorithmData, getLayoutProviderFactory, getProviderExtensions, loadClass, loadLayoutProviderExtensions, reportError, reportError
 
Methods inherited from class de.cau.cs.kieler.kiml.LayoutDataService
addService, getAlgorithmData, getAlgorithmData, getAlgorithmDataBySuffix, getCategoryName, getInstance, getInstanceOf, getMode, getOptionData, getOptionData, getOptionData, getOptionDataBySuffix, getRegistry, getTypeData, getTypeData, getTypeDataBySuffix, removeService, setMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgrammaticLayoutDataService

public ProgrammaticLayoutDataService()
Method Detail

registerProgrammaticOptions

protected void registerProgrammaticOptions()
Register the programmatic options to the layout data services option data.