Uses of Interface
java.lang.Comparable

Packages that use Comparable
de.cau.cs.kieler.core.annotations Base package of the Annotations model. 
de.cau.cs.kieler.core.annotations.ui.properties Properties code for the Annotations model. 
de.cau.cs.kieler.core.kexpressions   
de.cau.cs.kieler.core.kivi Base package of the KIELER View Management. 
de.cau.cs.kieler.core.kivi.menu Menu contribution service classes for the View Management. 
de.cau.cs.kieler.core.model.triggers A collections of general triggers independent of any concrete tooling. 
de.cau.cs.kieler.core.model.xtext.triggers Xtext specific KIVi triggers. 
de.cau.cs.kieler.core.properties Interfaces and default implementation for properties and property holders. 
de.cau.cs.kieler.core.ui.listeners General listeners for the KIELER user interface. 
de.cau.cs.kieler.core.util General purpose utility classes in the style of java.util
de.cau.cs.kieler.karma Classes for custom rendering of figures. 
de.cau.cs.kieler.keg The KEG base package contains the generated model code for the KEG graph. 
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.kex.controller All classes that build the controller part of kex. 
de.cau.cs.kieler.kex.model Represents model classes and the implementations of kex-backend. 
de.cau.cs.kieler.kies.transformation.util Contains code responsible for executing a esterel to synccharts transformation. 
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.export Base classes for the graph export. 
de.cau.cs.kieler.kiml.grana Base classes for implementation of analysis algorithms and classes that provide the analyses as services. 
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.graphviz.layouter Connection of the Graphviz layouter to the KIML interface for automatic layout. 
de.cau.cs.kieler.kiml.ogdf.options Special OGDF layout options. 
de.cau.cs.kieler.kiml.options Definition of layout options for automatic layout. 
de.cau.cs.kieler.kiml.ui.preferences Preferences for KIML. 
de.cau.cs.kieler.kiml.util Utility classes for automatic layout using KIML. 
de.cau.cs.kieler.klay.force.model Force model of the KLay Force layout algorithm. 
de.cau.cs.kieler.klay.layered.graph Basic structures for the layered layouter. 
de.cau.cs.kieler.klay.layered.intermediate Intermediate layout processors. 
de.cau.cs.kieler.klay.layered.p1cycles Phase 1 - cycle breaking by edge reversal. 
de.cau.cs.kieler.klay.layered.p2layers Phase 2 - layer assignment. 
de.cau.cs.kieler.klay.layered.p3order Phase 3 - crossing minimization by node reordering. 
de.cau.cs.kieler.klay.layered.p5edges Phase 5 - edge routing and horizontal node placement. 
de.cau.cs.kieler.klay.layered.properties This package contains classes defining layout properties for KLay Layered. 
de.cau.cs.kieler.klodd.hierarchical Base package of the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.klodd.hierarchical.structures The layered graph data structure used internally by the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph Slim graph representation for undirected graphs, used in many graph algorithms. 
de.cau.cs.kieler.klots.util KLOTS utility classes. 
de.cau.cs.kieler.ksbase.ui.menus KSBAsE menu contribution package. 
de.cau.cs.kieler.kvid.data Package to hold data classes used by KviD. 
de.cau.cs.kieler.kwebs.client
de.cau.cs.kieler.kwebs.client.ui XXX 
de.cau.cs.kieler.sim.kiem.automated.data This package contains the data storing classes of the KiemAuto. 
de.cau.cs.kieler.sim.kiem.automated.execution This package contains the classes responsible for running the actual execution. 
de.cau.cs.kieler.sim.kiem.config.data This package contains the data storing classes for all managers. 
de.cau.cs.kieler.sim.kiem.execution This package contains the classes for the raw execution, the thread handling and synchronization as well as for the data pool and timeout error implementation. 
de.cau.cs.kieler.sj A package for synchronous programming in java. 
de.cau.cs.kieler.sj.util Package with short and fast data structures used by SJ. 
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.custom.update Classes for updating of old synccharts files. 
de.cau.cs.kieler.synccharts.synchronizer   
de.cau.cs.kieler.synccharts.synchronizer.kitsView   
de.tu_berlin.cs.tfs.muvitorkit.ui.utils.test   
java.lang Core Java classes 
java.lang.annotation Basic support for annotations 
js.tinyvm   
lejos.pc.comm Communication from the PC to the NXT 
lejos.robotics Hardware abstraction interfaces for the robotics package. 
net.ogdf.ogml   
org.apache.bcel.classfile This package contains the classes that describe the structure of a Java class file and a class file parser. 
org.eclipse.core.internal.jobs   
org.eclipse.core.runtime.jobs   
org.graphdrawing.graphml   
org.w3._1999.xlink   
 

Uses of Comparable in de.cau.cs.kieler.core.annotations
 

Classes in de.cau.cs.kieler.core.annotations that implement Comparable
 class AnnotationType
          Enumeration of annotation types and utility methods for conversion.
 

Uses of Comparable in de.cau.cs.kieler.core.annotations.ui.properties
 

Classes in de.cau.cs.kieler.core.annotations.ui.properties that implement Comparable
static class AddAnnotationAction.AddHow
          enumeration of available action types.
 

Uses of Comparable in de.cau.cs.kieler.core.kexpressions
 

Classes in de.cau.cs.kieler.core.kexpressions that implement Comparable
 class CombineOperator
          A representation of the literals of the enumeration 'Combine Operator', and utility methods for working with them.
 class OperatorType
          A representation of the literals of the enumeration 'Operator Type', and utility methods for working with them.
 class ValueType
          A representation of the literals of the enumeration 'Value Type', and utility methods for working with them.
 

Uses of Comparable in de.cau.cs.kieler.core.kivi
 

Methods in de.cau.cs.kieler.core.kivi that return Comparable
 Comparable<T> CombinationParameter.getLowerBound()
          Returns the lower bound of this property.
 Comparable<T> CombinationParameter.getUpperBound()
          Returns the upper bound of this property.
 

Uses of Comparable in de.cau.cs.kieler.core.kivi.menu
 

Classes in de.cau.cs.kieler.core.kivi.menu that implement Comparable
static class KiviMenuContributionService.LocationScheme
          A location scheme enumeration allowing to determine the locations of KIVi menu contributions.
 

Uses of Comparable in de.cau.cs.kieler.core.model.triggers
 

Classes in de.cau.cs.kieler.core.model.triggers that implement Comparable
static class PartTrigger.EventType
          Possible EventTypes PartStates are indicating.
 

Uses of Comparable in de.cau.cs.kieler.core.model.xtext.triggers
 

Classes in de.cau.cs.kieler.core.model.xtext.triggers that implement Comparable
static class XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType
          Type of event to be denoted.
 

Uses of Comparable in de.cau.cs.kieler.core.properties
 

Classes in de.cau.cs.kieler.core.properties that implement Comparable
 class Property<T>
          A property that uses a string for identification.
 

Fields in de.cau.cs.kieler.core.properties declared as Comparable
static Comparable<?> Property.NEGATIVE_INFINITY
          the default lower bound, which is smaller than everything else.
static Comparable<?> Property.POSITIVE_INFINITY
          the default upper bound, which is greater than everything else.
 

Methods in de.cau.cs.kieler.core.properties that return Comparable
 Comparable<T> IProperty.getLowerBound()
          Returns the lower bound of this property.
 Comparable<T> Property.getLowerBound()
          Returns the lower bound of this property.
 Comparable<T> IProperty.getUpperBound()
          Returns the upper bound of this property.
 Comparable<T> Property.getUpperBound()
          Returns the upper bound of this property.
 

Constructors in de.cau.cs.kieler.core.properties with parameters of type Comparable
Property(IProperty<T> other, T thedefaultValue, Comparable<T> thelowerBound)
          Creates a property using another property as identifier, but changing the default value and lower bound.
Property(IProperty<T> other, T thedefaultValue, Comparable<T> thelowerBound, Comparable<T> theupperBound)
          Creates a property using another property as identifier, but changing the default value, lower bound, and upper bound.
Property(IProperty<T> other, T thedefaultValue, Comparable<T> thelowerBound, Comparable<T> theupperBound)
          Creates a property using another property as identifier, but changing the default value, lower bound, and upper bound.
Property(String theid, T thedefaultValue, Comparable<T> thelowerBound)
          Creates a property with given identifier, default value, and lower bound.
Property(String theid, T thedefaultValue, Comparable<T> thelowerBound, Comparable<T> theupperBound)
          Creates a property with given identifier, default value, and lower and upper bound.
Property(String theid, T thedefaultValue, Comparable<T> thelowerBound, Comparable<T> theupperBound)
          Creates a property with given identifier, default value, and lower and upper bound.
 

Uses of Comparable in de.cau.cs.kieler.core.ui.listeners
 

Classes in de.cau.cs.kieler.core.ui.listeners that implement Comparable
static class RefactoringListener.OP
          Contains the different refactoring operations.
 

Uses of Comparable in de.cau.cs.kieler.core.util
 

Classes in de.cau.cs.kieler.core.util with type parameters of type Comparable
 class Dependency<T extends Comparable<T>>
          The class representing an object dependency.
 class DependencyGraph<S extends Comparable<S>,T extends IDepending<S>>
          A graph structure for expressing and resolving object dependencies.
 interface IDependencyGraph<S extends Comparable<S>,T extends IDepending<S>>
          The interface for graph structures that express and resolve object dependencies.
 interface IDepending<T extends Comparable<T>>
          An interface for classes that can be identified by an identifier and have dependencies on other objects.
static class Pair.FirstComparator<F extends Comparable<F>,S>
          Comparator that uses the first element as base.
static class Pair.SecondComparator<F,S extends Comparable<S>>
          Comparator that uses the second element as base.
 

Uses of Comparable in de.cau.cs.kieler.karma
 

Classes in de.cau.cs.kieler.karma that implement Comparable
static class IRenderingProvider.CollapseStatus
           
 

Uses of Comparable in de.cau.cs.kieler.keg
 

Classes in de.cau.cs.kieler.keg that implement Comparable
 class EdgeType
          A representation of the literals of the enumeration 'Edge Type', and utility methods for working with them.
 

Uses of Comparable in de.cau.cs.kieler.keg.diagram.custom.random
 

Classes in de.cau.cs.kieler.keg.diagram.custom.random that implement Comparable
static class RandomGraphGenerator.EdgeDetermination
          the possible ways to determine edges.
static class RandomGraphGenerator.GraphType
          the possible graph types.
 

Uses of Comparable in de.cau.cs.kieler.keg.importer
 

Classes in de.cau.cs.kieler.keg.importer that implement Comparable
 class ImporterOption<T>
          An importer option providing a description in addition to the Property functionality.
 

Uses of Comparable in de.cau.cs.kieler.kex.controller
 

Classes in de.cau.cs.kieler.kex.controller that implement Comparable
 class ExampleElement
          This enumeration contains a lot of example element values.
 

Uses of Comparable in de.cau.cs.kieler.kex.model
 

Classes in de.cau.cs.kieler.kex.model that implement Comparable
static class ExampleResource.Type
          Used to distinguish the resources.
 class SourceType
          Sourcetype describes the backend of kex.
 

Uses of Comparable in de.cau.cs.kieler.kies.transformation.util
 

Classes in de.cau.cs.kieler.kies.transformation.util that implement Comparable
static class TransformationUtil.TransformationType
          The enumeration is used to determine which type of headless transformation should be performed.
 

Uses of Comparable in de.cau.cs.kieler.kiml
 

Classes in de.cau.cs.kieler.kiml that implement Comparable
 class LayoutOptionData<T>
          Data type used to store information for a layout option.
static class LayoutOptionData.Target
          option target enumeration.
static class LayoutOptionData.Type
          data type enumeration.
 

Methods in de.cau.cs.kieler.kiml that return Comparable
 Comparable<T> LayoutOptionData.getLowerBound()
          Returns the lower bound of this property.
 Comparable<T> LayoutOptionData.getUpperBound()
          Returns the upper bound of this property.
 

Uses of Comparable in de.cau.cs.kieler.kiml.export
 

Classes in de.cau.cs.kieler.kiml.export that implement Comparable
 class ExporterOption<T>
          An exporter option providing a description in addition to the Property functionality.
 

Uses of Comparable in de.cau.cs.kieler.kiml.grana
 

Classes in de.cau.cs.kieler.kiml.grana that implement Comparable
static class AnalysisFailed.Type
          the analysis failed types.
 

Uses of Comparable in de.cau.cs.kieler.kiml.graphviz.dot.transform
 

Classes in de.cau.cs.kieler.kiml.graphviz.dot.transform that implement Comparable
 class Command
          Definition of available Graphviz commands.
 class NeatoModel
          Definition of Neato distance computation models.
 class OverlapMode
          Definition of overlap removal modes.
 

Uses of Comparable in de.cau.cs.kieler.kiml.graphviz.layouter
 

Classes in de.cau.cs.kieler.kiml.graphviz.layouter that implement Comparable
static class GraphvizTool.Cleanup
          Available cleanup modes.
 

Uses of Comparable in de.cau.cs.kieler.kiml.ogdf.options
 

Classes in de.cau.cs.kieler.kiml.ogdf.options that implement Comparable
 class AttractionFormula
          Definition of attraction formula option for the GEM layouter.
 class Costs
          Definition of the costs option for the Davidson-Harel layouter.
 class LayoutAlgorithm
          Definition of available layout algorithms.
 class Orientation
          Definition of orientation of a layouter.
 class QualityVsSpeed
          Definition of the quality vs speed option for fmmm.
 class Speed
          Definition of the speed option for the Davidson-Harel layouter.
 

Uses of Comparable in de.cau.cs.kieler.kiml.options
 

Classes in de.cau.cs.kieler.kiml.options that implement Comparable
 class Alignment
          Enumeration of node alignment options.
 class Direction
          Definition of layout directions.
 class EdgeLabelPlacement
          Definition of placement positions for edge labels.
 class EdgeRouting
          Definition of edge routing styles.
 class PortConstraints
          Definition of port constraints.
 class PortSide
          Definition of port sides on a node.
 class PortType
          Definition of port types.
 class Shape
          Definition of node shapes.
 

Uses of Comparable in de.cau.cs.kieler.kiml.ui.preferences
 

Classes in de.cau.cs.kieler.kiml.ui.preferences that implement Comparable
 class ElementType
          Enumeration of element types that can receive default options.
 

Uses of Comparable in de.cau.cs.kieler.kiml.util
 

Classes in de.cau.cs.kieler.kiml.util that implement Comparable
static class IDebugCanvas.Color
          color definitions.
 

Uses of Comparable in de.cau.cs.kieler.klay.force.model
 

Classes in de.cau.cs.kieler.klay.force.model that implement Comparable
 class ForceModelStrategy
          Enumeration of available force models to use in the strategy pattern.
 

Uses of Comparable in de.cau.cs.kieler.klay.layered.graph
 

Classes in de.cau.cs.kieler.klay.layered.graph that implement Comparable
 class Layer
          A layer in a layered graph.
 class LayeredGraph
          A layered graph has a set of layers that contain the nodes, as well as a list of nodes that are not yet assigned to a layer.
 class LEdge
          An edge in a layered graph.
 class LGraphElement
          Abstract superclass for the layers, nodes, ports, and edges of a layered graph.
 class LLabel
          A label in the layered graph structure.
 class LNode
          A node in a layered graph.
 class LPort
          A port in a layered graph.
 class LShape
          Abstract superclass for LGraphElements that can have a position and a size.
 

Uses of Comparable in de.cau.cs.kieler.klay.layered.intermediate
 

Classes in de.cau.cs.kieler.klay.layered.intermediate that implement Comparable
static class GraphTransformer.Mode
          definition of transformation modes.
 class IntermediateLayoutProcessor
          Definition of available intermediate layout processors for the layered layouter.
 

Uses of Comparable in de.cau.cs.kieler.klay.layered.p1cycles
 

Classes in de.cau.cs.kieler.klay.layered.p1cycles that implement Comparable
 class CycleBreakingStrategy
          Definition of available cycle breaking strategies for the layered layouter.
 

Uses of Comparable in de.cau.cs.kieler.klay.layered.p2layers
 

Classes in de.cau.cs.kieler.klay.layered.p2layers that implement Comparable
 class LayeringStrategy
          Definition of available node layering strategies for the layered layouter.
 

Uses of Comparable in de.cau.cs.kieler.klay.layered.p3order
 

Classes in de.cau.cs.kieler.klay.layered.p3order that implement Comparable
 class CrossingMinimizationStrategy
          Definition of available crossing minimization strategies for the layered layouter.
 class NodeGroup
          A NodeGroup contains one or more nodes.
 

Uses of Comparable in de.cau.cs.kieler.klay.layered.p5edges
 

Classes in de.cau.cs.kieler.klay.layered.p5edges that implement Comparable
static class SplineGenerator.Curvature
          Defines whether curvature should be increased or decreased.
 

Uses of Comparable in de.cau.cs.kieler.klay.layered.properties
 

Classes in de.cau.cs.kieler.klay.layered.properties that implement Comparable
 class AnchorPoint
          Describes where an anchor point lies relative to a node.
 class EdgeConstraint
          Enumeration of edge constraints.
 class GraphProperties
          An enumeration of properties a graph may have.
 class InLayerConstraint
          Enumeration of in-layer constraint types.
 class LayerConstraint
          Enumeration of layer constraint types.
 class NodeType
          Definition of node types used in the layered approach.
 

Uses of Comparable in de.cau.cs.kieler.klodd.hierarchical
 

Classes in de.cau.cs.kieler.klodd.hierarchical that implement Comparable
 class InteractionLevel
          Definition of possible interaction levels.
 

Uses of Comparable in de.cau.cs.kieler.klodd.hierarchical.structures
 

Classes in de.cau.cs.kieler.klodd.hierarchical.structures that implement Comparable
 class LinearSegment
          A linear segment of layer elements that represents a long edge in a layered graph.
 

Uses of Comparable in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph
 

Classes in de.cau.cs.kieler.klodd.hierarchical.structures.slimgraph that implement Comparable
 class KSlimEdge
          An edge in the slim graph structure.
static class KSlimEdge.Bend.Type
          Type of edge bend, from the perspective of the source node.
 class KSlimFace
          A face in the slim graph structure.
 class KSlimGraphElement
          An element of a slim graph, which can be a node, an edge or a face.
 class KSlimNode
          A node in the slim graph structure.
static class KSlimNode.IncEntry.Type
          type of incidence entry: incoming or outgoing edge.
static class KSlimNode.Side
          Definition of sides of a node.
 

Uses of Comparable in de.cau.cs.kieler.klots.util
 

Classes in de.cau.cs.kieler.klots.util that implement Comparable
 class KlotsJob
           
 

Uses of Comparable in de.cau.cs.kieler.ksbase.ui.menus
 

Classes in de.cau.cs.kieler.ksbase.ui.menus that implement Comparable
static class KSBasEMenuContributionService.LocationScheme
          A location scheme enumeration allowing to determine the locations of KIVi menu contributions.
 

Uses of Comparable in de.cau.cs.kieler.kvid.data
 

Classes in de.cau.cs.kieler.kvid.data that implement Comparable
 class DataType
          Deprecated. the detection of the data type has to be done by clients now
 

Uses of Comparable in de.cau.cs.kieler.kwebs.client
 

Classes in de.cau.cs.kieler.kwebs.client that implement Comparable
static class ServerConfigs.ServerConfigError
          Error constants for the validity test on a server configuration.
 

Uses of Comparable in de.cau.cs.kieler.kwebs.client.ui
 

Classes in de.cau.cs.kieler.kwebs.client.ui that implement Comparable
 class AbstractServerBasedJob
          This is an abstract job with the support for testing the servers availability.
 class CheckAvailabilityJob
          This job tests layout service availability and displays a status dialog afterwards.
 class ServerDetailsJob
          This job tests layout service availability and displays the layout servers capabilities afterwards or an error message if the service is not available.
 

Uses of Comparable in de.cau.cs.kieler.sim.kiem.automated.data
 

Classes in de.cau.cs.kieler.sim.kiem.automated.data that implement Comparable
 class ResultStatus
          This enumeration contains the different states that an execution can be in from the point of view of the iteration result.
 

Uses of Comparable in de.cau.cs.kieler.sim.kiem.automated.execution
 

Classes in de.cau.cs.kieler.sim.kiem.automated.execution that implement Comparable
 class AutomationJob
          This job is responsible for starting the execution in the execution manager.
static class CancelManager.CancelStatus
          The status of the operation.
 

Uses of Comparable in de.cau.cs.kieler.sim.kiem.config.data
 

Classes in de.cau.cs.kieler.sim.kiem.config.data that implement Comparable
 class AbstractStringWrapper
          A wrapper for a string.
 class EditorDefinition
          Definition class for the editor.
 class EditorIdWrapper
          Wraps around editor ids.
 class KiemPropertyKeyWrapper
          Wraps around the property key.
 

Uses of Comparable in de.cau.cs.kieler.sim.kiem.execution
 

Classes in de.cau.cs.kieler.sim.kiem.execution that implement Comparable
 class Execution
          The Class Execution.
 

Uses of Comparable in de.cau.cs.kieler.sj
 

Classes in de.cau.cs.kieler.sj that implement Comparable
static class SJLogger.LogMsgTyp
          The different Levels which can be used for logging.
 

Uses of Comparable in de.cau.cs.kieler.sj.util
 

Classes in de.cau.cs.kieler.sj.util with type parameters of type Comparable
 class PriorityQueue<T extends Comparable<T>>
          A simple PriorityQueue how we need them for SJ.
 

Uses of Comparable in de.cau.cs.kieler.synccharts
 

Classes in de.cau.cs.kieler.synccharts that implement Comparable
 class StateType
          A representation of the literals of the enumeration 'State Type', and utility methods for working with them.
 class TransitionType
          A representation of the literals of the enumeration 'Transition Type', and utility methods for working with them.
 

Uses of Comparable in de.cau.cs.kieler.synccharts.custom.update
 

Classes in de.cau.cs.kieler.synccharts.custom.update that implement Comparable
static class UpdateResourceFactoryImpl.Synccharts_MM_Version
           
 

Uses of Comparable in de.cau.cs.kieler.synccharts.synchronizer
 

Classes in de.cau.cs.kieler.synccharts.synchronizer that implement Comparable
 class ModelSynchronizerJob
           
 

Uses of Comparable in de.cau.cs.kieler.synccharts.synchronizer.kitsView
 

Classes in de.cau.cs.kieler.synccharts.synchronizer.kitsView that implement Comparable
 class SyncChartSynchronizerJob
           
 

Uses of Comparable in de.tu_berlin.cs.tfs.muvitorkit.ui.utils.test
 

Classes in de.tu_berlin.cs.tfs.muvitorkit.ui.utils.test that implement Comparable
 class EditorJob
          TODO EditorJob: documentation and purpose description
 

Uses of Comparable in java.lang
 

Classes in java.lang that implement Comparable
 class Boolean
          Wrapper class for booleans.
 class Character
           
 class Enum<E extends Enum<E>>
           
 class Integer
          Minimal Integer implementation that supports converting an int to a String.
 class Long
          Wrapper class for long integers.
 

Uses of Comparable in java.lang.annotation
 

Classes in java.lang.annotation that implement Comparable
 class RetentionPolicy
           
 

Uses of Comparable in js.tinyvm
 

Classes in js.tinyvm that implement Comparable
 class RunTimeOptions
           
 

Uses of Comparable in lejos.pc.comm
 

Classes in lejos.pc.comm that implement Comparable
 class NXTConnectionState
           
 

Uses of Comparable in lejos.robotics
 

Classes in lejos.robotics that implement Comparable
static class Colors.Color
           
static class Movement.MovementType
          The type of movement made in sufficient detail to allow errors in the movement to be modelled.
 

Uses of Comparable in net.ogdf.ogml
 

Classes in net.ogdf.ogml that implement Comparable
 class AlignmentType
          A representation of the literals of the enumeration 'Alignment Type', and utility methods for working with them.
 class BoolIntType
          A representation of the literals of the enumeration 'Bool Int Type', and utility methods for working with them.
 class BoolTFType
          A representation of the literals of the enumeration 'Bool TF Type', and utility methods for working with them.
 class DecorationType
          A representation of the literals of the enumeration 'Decoration Type', and utility methods for working with them.
 class EndpointStylesType
          A representation of the literals of the enumeration 'Endpoint Styles Type', and utility methods for working with them.
 class FontStretchType
          A representation of the literals of the enumeration 'Font Stretch Type', and utility methods for working with them.
 class FontStyleType
          A representation of the literals of the enumeration 'Font Style Type', and utility methods for working with them.
 class FontVariantType
          A representation of the literals of the enumeration 'Font Variant Type', and utility methods for working with them.
 class FontWeightType
          A representation of the literals of the enumeration 'Font Weight Type', and utility methods for working with them.
 class LineStyleTypeType
          A representation of the literals of the enumeration 'Line Style Type Type', and utility methods for working with them.
 class PatternType
          A representation of the literals of the enumeration 'Pattern Type', and utility methods for working with them.
 class ShapeType
          A representation of the literals of the enumeration 'Shape Type', and utility methods for working with them.
 class TransformType
          A representation of the literals of the enumeration 'Transform Type', and utility methods for working with them.
 

Uses of Comparable in org.apache.bcel.classfile
 

Classes in org.apache.bcel.classfile that implement Comparable
 class JavaClass
          Represents a Java class, i.e., the data structures, constant pool, fields, methods and commands contained in a Java .class file.
 

Uses of Comparable in org.eclipse.core.internal.jobs
 

Classes in org.eclipse.core.internal.jobs that implement Comparable
 class org.eclipse.core.internal.jobs.InternalJob
           
 

Uses of Comparable in org.eclipse.core.runtime.jobs
 

Classes in org.eclipse.core.runtime.jobs that implement Comparable
 class Job
           
 

Uses of Comparable in org.graphdrawing.graphml
 

Classes in org.graphdrawing.graphml that implement Comparable
 class EndpointTypeType
          A representation of the literals of the enumeration 'Endpoint Type Type', and utility methods for working with them.
 class GraphEdgedefaultType
          A representation of the literals of the enumeration 'Graph Edgedefault Type', and utility methods for working with them.
 class GraphEdgeidsType
          A representation of the literals of the enumeration 'Graph Edgeids Type', and utility methods for working with them.
 class GraphNodeidsType
          A representation of the literals of the enumeration 'Graph Nodeids Type', and utility methods for working with them.
 class GraphOrderType
          A representation of the literals of the enumeration 'Graph Order Type', and utility methods for working with them.
 class KeyForType
          A representation of the literals of the enumeration 'Key For Type', and utility methods for working with them.
 class KeyTypeType
          A representation of the literals of the enumeration 'Key Type Type', and utility methods for working with them.
 

Uses of Comparable in org.w3._1999.xlink
 

Classes in org.w3._1999.xlink that implement Comparable
 class TypeType
          A representation of the literals of the enumeration 'Type Type', and utility methods for working with them.