Uses of Package
de.cau.cs.kieler.kiml

Packages that use de.cau.cs.kieler.kiml
de.cau.cs.kieler.core.annotations.ui Base package of the textual editor code for the Annotations model. 
de.cau.cs.kieler.kaom.custom Classes for custom behavior of the KIELER Actor Oriented Modeling editor. 
de.cau.cs.kieler.keg.diagram.custom Custom code for KEG diagram. 
de.cau.cs.kieler.kiml Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
de.cau.cs.kieler.kiml.gmf KIML bridge implementation for GMF, the Graphical Modeling Framework. 
de.cau.cs.kieler.kiml.graphiti   
de.cau.cs.kieler.kiml.graphviz.layouter Connection of the Graphviz layouter to the KIML interface for automatic layout. 
de.cau.cs.kieler.kiml.ogdf Wrapper classes and layout provider to connect the OGDF to KIML. 
de.cau.cs.kieler.kiml.service   
de.cau.cs.kieler.kiml.ui Base package of the KIML user interface. 
de.cau.cs.kieler.kiml.ui.layout Classes with generic implementations to apply layout to GMF diagrams. 
de.cau.cs.kieler.kiml.ui.preferences Preferences for KIML. 
de.cau.cs.kieler.kiml.ui.util Utility classes for the KIML UI plugin. 
de.cau.cs.kieler.kiml.ui.views Views for the KIML UI. 
de.cau.cs.kieler.kiml.util Utility classes for automatic layout using KIML. 
de.cau.cs.kieler.klay.layered Base package of the layered layouter. 
de.cau.cs.kieler.klodd.hierarchical Base package of the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.synccharts.diagram.custom General classes that depend on the synccharts diagram editor. 
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.core.annotations.ui
ILayoutConfig
          Layout option configuration interface for default values and configuration of specific diagram elements.
LayoutOptionData
          Data type used to store information for a layout option.
SemanticLayoutConfig
          An abstract layout configuration that is able to consider semantic model properties.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.kaom.custom
ILayoutConfig
          Layout option configuration interface for default values and configuration of specific diagram elements.
LayoutOptionData
          Data type used to store information for a layout option.
SemanticLayoutConfig
          An abstract layout configuration that is able to consider semantic model properties.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.keg.diagram.custom
ILayoutConfig
          Layout option configuration interface for default values and configuration of specific diagram elements.
LayoutOptionData
          Data type used to store information for a layout option.
SemanticLayoutConfig
          An abstract layout configuration that is able to consider semantic model properties.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.kiml
AbstractLayoutProvider
          A layout provider executes a layout algorithm to layout the child elements of a node.
ILayoutConfig
          Layout option configuration interface for default values and configuration of specific diagram elements.
ILayoutData
          Interface for data holder classes that describe the layout infrastructure.
LayoutAlgorithmData
          Data type used to store information for a layout algorithm.
LayoutDataService
          Singleton class for access to the KIML layout data.
LayoutDataService.Registry
          Class used to register the layout services.
LayoutOptionData
          Data type used to store information for a layout option.
LayoutOptionData.Target
          option target enumeration.
LayoutOptionData.Type
          data type enumeration.
LayoutTypeData
          Data type used to store information for a layout type.
SemanticLayoutConfig
          An abstract layout configuration that is able to consider semantic model properties.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.kiml.gmf
DefaultLayoutConfig
          Default implementation of the layout configuration interface.
ILayoutConfig
          Layout option configuration interface for default values and configuration of specific diagram elements.
LayoutOptionData
          Data type used to store information for a layout option.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.kiml.graphiti
DefaultLayoutConfig
          Default implementation of the layout configuration interface.
ILayoutConfig
          Layout option configuration interface for default values and configuration of specific diagram elements.
LayoutOptionData
          Data type used to store information for a layout option.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.kiml.graphviz.layouter
AbstractLayoutProvider
          A layout provider executes a layout algorithm to layout the child elements of a node.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.kiml.ogdf
AbstractLayoutProvider
          A layout provider executes a layout algorithm to layout the child elements of a node.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.kiml.service
AbstractLayoutProvider
          A layout provider executes a layout algorithm to layout the child elements of a node.
LayoutAlgorithmData
          Data type used to store information for a layout algorithm.
LayoutDataService
          Singleton class for access to the KIML layout data.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.kiml.ui
ILayoutData
          Interface for data holder classes that describe the layout infrastructure.
LayoutAlgorithmData
          Data type used to store information for a layout algorithm.
LayoutOptionData
          Data type used to store information for a layout option.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.kiml.ui.layout
DefaultLayoutConfig
          Default implementation of the layout configuration interface.
ILayoutConfig
          Layout option configuration interface for default values and configuration of specific diagram elements.
LayoutAlgorithmData
          Data type used to store information for a layout algorithm.
LayoutDataService
          Singleton class for access to the KIML layout data.
LayoutOptionData
          Data type used to store information for a layout option.
LayoutOptionData.Target
          option target enumeration.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.kiml.ui.preferences
LayoutOptionData
          Data type used to store information for a layout option.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.kiml.ui.util
AbstractLayoutProvider
          A layout provider executes a layout algorithm to layout the child elements of a node.
LayoutAlgorithmData
          Data type used to store information for a layout algorithm.
LayoutOptionData
          Data type used to store information for a layout option.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.kiml.ui.views
ILayoutConfig
          Layout option configuration interface for default values and configuration of specific diagram elements.
LayoutAlgorithmData
          Data type used to store information for a layout algorithm.
LayoutOptionData
          Data type used to store information for a layout option.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.kiml.util
AbstractLayoutProvider
          A layout provider executes a layout algorithm to layout the child elements of a node.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.klay.layered
AbstractLayoutProvider
          A layout provider executes a layout algorithm to layout the child elements of a node.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.klodd.hierarchical
AbstractLayoutProvider
          A layout provider executes a layout algorithm to layout the child elements of a node.
 

Classes in de.cau.cs.kieler.kiml used by de.cau.cs.kieler.synccharts.diagram.custom
ILayoutConfig
          Layout option configuration interface for default values and configuration of specific diagram elements.
LayoutOptionData
          Data type used to store information for a layout option.
SemanticLayoutConfig
          An abstract layout configuration that is able to consider semantic model properties.