Uses of Package
de.cau.cs.kieler.core.properties

Packages that use de.cau.cs.kieler.core.properties
de.cau.cs.kieler.core.kgraph Base package for the KGraph data structure with its public API. 
de.cau.cs.kieler.core.kgraph.impl Internal implementation of the KGraph data structure. 
de.cau.cs.kieler.core.kgraph.util Utility classes for the KGraph data structure. 
de.cau.cs.kieler.core.kivi Base package of the KIELER View Management. 
de.cau.cs.kieler.core.model.triggers A collections of general triggers independent of any concrete tooling. 
de.cau.cs.kieler.core.properties Interfaces and default implementation for properties and property holders. 
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.keg.diagram.custom.random Random graph generation for the KEG editor. 
de.cau.cs.kieler.keg.importer The base package for KEG importers. 
de.cau.cs.kieler.keg.importer.importer KEG importer implementations. 
de.cau.cs.kieler.keg.importer.wizards KEG importer wizards. 
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.config Interfaces and default implementations for layout configuration. 
de.cau.cs.kieler.kiml.export Base classes for the graph export. 
de.cau.cs.kieler.kiml.export.exporter Exporter implementations. 
de.cau.cs.kieler.kiml.export.ui Export UI contributions. 
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.dot.transform The package which contains the functionality to transform a KGraph instance to a Dot instance. 
de.cau.cs.kieler.kiml.klayoutdata Base package for the KLayoutData structure, which is an extension of KGraph to store layout data in a graph model. 
de.cau.cs.kieler.kiml.klayoutdata.impl Internal implementation of the layout data extension. 
de.cau.cs.kieler.kiml.klayoutdata.util Utility classes for the layout data extension. 
de.cau.cs.kieler.kiml.ogdf Wrapper classes and layout provider to connect the OGDF to KIML. 
de.cau.cs.kieler.kiml.options Definition of layout options for automatic layout. 
de.cau.cs.kieler.kiml.service.formats KIML support for graph formats. 
de.cau.cs.kieler.kiml.ui.diagram Generic API for layout of graphical diagrams. 
de.cau.cs.kieler.kiml.ui.service Layout service extensions for the Eclipse UI. 
de.cau.cs.kieler.klay.force.graph Basic structures for the force layouter. 
de.cau.cs.kieler.klay.force.properties This package contains classes defining layout properties for KLay Force. 
de.cau.cs.kieler.klay.layered Base package of the layered layouter. 
de.cau.cs.kieler.klay.layered.graph Basic structures for the layered layouter. 
de.cau.cs.kieler.klodd.hierarchical Base package of the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.kwebs Central classes needed on server and client side of the layout service. 
de.cau.cs.kieler.synccharts.diagram.custom General classes that depend on the synccharts diagram editor. 
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.core.kgraph
IProperty
          Interface for property identifiers.
IPropertyHolder
          Interface for holders of property values.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.core.kgraph.impl
IProperty
          Interface for property identifiers.
IPropertyHolder
          Interface for holders of property values.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.core.kgraph.util
IProperty
          Interface for property identifiers.
IPropertyHolder
          Interface for holders of property values.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.core.kivi
IProperty
          Interface for property identifiers.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.core.model.triggers
IProperty
          Interface for property identifiers.
IPropertyHolder
          Interface for holders of property values.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.core.properties
IProperty
          Interface for property identifiers.
IPropertyHolder
          Interface for holders of property values.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kaom.custom
IProperty
          Interface for property identifiers.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.keg.diagram.custom
IProperty
          Interface for property identifiers.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.keg.diagram.custom.random
IPropertyHolder
          Interface for holders of property values.
Property
          A property that uses a string for identification.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.keg.importer
IProperty
          Interface for property identifiers.
IPropertyHolder
          Interface for holders of property values.
Property
          A property that uses a string for identification.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.keg.importer.importer
IPropertyHolder
          Interface for holders of property values.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.keg.importer.wizards
IPropertyHolder
          Interface for holders of property values.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml
IProperty
          Interface for property identifiers.
IPropertyHolder
          Interface for holders of property values.
MapPropertyHolder
          An abstract holder class for properties that uses a hash map.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.config
IProperty
          Interface for property identifiers.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.export
IProperty
          Interface for property identifiers.
MapPropertyHolder
          An abstract holder class for properties that uses a hash map.
Property
          A property that uses a string for identification.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.export.exporter
MapPropertyHolder
          An abstract holder class for properties that uses a hash map.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.export.ui
MapPropertyHolder
          An abstract holder class for properties that uses a hash map.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.gmf
IProperty
          Interface for property identifiers.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.graphiti
IProperty
          Interface for property identifiers.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.graphviz.dot.transform
IProperty
          Interface for property identifiers.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.klayoutdata
IPropertyHolder
          Interface for holders of property values.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.klayoutdata.impl
IPropertyHolder
          Interface for holders of property values.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.klayoutdata.util
IPropertyHolder
          Interface for holders of property values.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.ogdf
IProperty
          Interface for property identifiers.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.options
IProperty
          Interface for property identifiers.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.service.formats
IPropertyHolder
          Interface for holders of property values.
MapPropertyHolder
          An abstract holder class for properties that uses a hash map.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.ui.diagram
IProperty
          Interface for property identifiers.
IPropertyHolder
          Interface for holders of property values.
MapPropertyHolder
          An abstract holder class for properties that uses a hash map.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kiml.ui.service
IProperty
          Interface for property identifiers.
Property
          A property that uses a string for identification.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.klay.force.graph
IPropertyHolder
          Interface for holders of property values.
MapPropertyHolder
          An abstract holder class for properties that uses a hash map.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.klay.force.properties
IProperty
          Interface for property identifiers.
Property
          A property that uses a string for identification.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.klay.layered
MapPropertyHolder
          An abstract holder class for properties that uses a hash map.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.klay.layered.graph
IPropertyHolder
          Interface for holders of property values.
MapPropertyHolder
          An abstract holder class for properties that uses a hash map.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.klodd.hierarchical
IProperty
          Interface for property identifiers.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.kwebs
IProperty
          Interface for property identifiers.
 

Classes in de.cau.cs.kieler.core.properties used by de.cau.cs.kieler.synccharts.diagram.custom
IProperty
          Interface for property identifiers.