All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary
| Class |
Description |
| AbstractBPMNtoNESTCongruentConverter<T extends NESTAbstractWorkflowObject> |
Abstract implementation of a converter for converting a BPMN2 object directly into a congruent
NESTWorkflow object.
|
| AbstractBPMNtoNESTConverter<T extends NESTAbstractWorkflowObject> |
Abstract implementation of a converter for converting a block-oriented BPMN2 object into a
NESTWorkflow object.
|
| AbstractBPMNtoNESTConverterBase<T extends NESTAbstractWorkflowObject> |
Abstract base implementation of a converter for converting a BPMN2 object into a NESTWorkflow
object.
|
| AbstractDataClassImpl |
Abstract AbstractDataClassImpl class.
|
| AbstractEmptyFactoryObjectImplementation |
Empty factory implementation without parameters and without post or pre initialization
|
| AbstractMACFACRetriever<TCase extends DataObject> |
Generic super class for MAC/FAC retrievers.
|
| AbstractNESTtoBPMNConverter<T extends NESTAbstractWorkflowObject> |
Abstract implementation of a converter for converting a block-oriented NESTWorkflow object into a
BPMN2 object.
|
| AbstractParameter |
Acts as a key-value wrapper.
|
| AbstractSimilarityCache<T extends AbstractSimilarityCacheMatrix> |
Abstract class of the similarity cache which can be used to create a cache of similarities for a
case base.
|
| AbstractSimilarityCacheMatrix |
Abstract AbstractSimilarityCacheMatrix class.
|
| AbstractWorkflowItemClass |
CAKE I - Datatype for a WorkflowObject.
|
| AbstractWorkflowItemClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| AbstractWorkflowItemObject |
Interface of an abstract object used in a workflow.
|
| AbstractWorkflowItemObjectImpl |
Abstract object used in a workflow.
|
| AdaptationAlgorithm<TCase extends DataObject,TQuery extends DataObject,TAdaptationKnowledge extends DataObject> |
Abstract class of all adaptation algorithms
|
| AdaptationConfigHandler |
Handler for adaptation configuration files
|
| AdaptationConfigParser |
Parser for adaptation configuration files
|
| AdaptationConfigTags |
AdaptationConfigTags interface.
|
| AdaptationConfiguration |
The adaptation configuration for the execution with adaptation manager.
|
| AdaptationConfigurationImpl |
Implementation of the Adaptation Configuration.
|
| AdaptationError |
Class of all errors that occur during the Adaptation process
|
| AdaptationFactory |
This factory creates several adaptation instances.
|
| AdaptationFactoryObject |
The adaptation factory object provides the name of the adaptation algorithm.
|
| AdaptationManager<TCase extends DataObject,TQuery extends DataObject> |
Interface of the AdaptationManager
|
| AdaptationManagerImpl<TCase extends DataObject,TQuery extends DataObject> |
Definition of a AdaptationManager.
|
| AdaptationSession<TCase extends DataObject,TQuery extends DataObject> |
AdaptationSession interface.
|
| AdaptationSessionImpl<TCase extends DataObject,TQuery extends DataObject> |
AdaptationSessionImpl class.
|
| AdaptationSessionTags |
AdaptationSessionTags interface.
|
| AggregateClass |
The Aggregate Class uses the object oriented technique aggregation to combine several data
classes into one class.
|
| AggregateClass.AttributeInfo |
|
| AggregateClassImpl |
AggregateClassImpl class.
|
| AggregateObject |
An AggregateObject represents an collection of attribute value pairs.
|
| AggregateObjectImpl |
|
| AlgorithmConfiguration |
Implementation of the Adaptation Algorithm Configuration.
|
| AlgorithmParameter<t> |
Generic definition of an algorithm parameter.
|
| AlgorithmParameters |
Interface for the definition of adaptation algorithm parameters.
|
| ApplicationError |
An ApplicationError should be thrown for fatal application errors, e.g.,
OutOfMemoryError .
|
| AssertSameValueAsInException |
|
| AStarCacheManager |
|
| AStarCaseSolution |
Represents a possible solution for a case, with a specific mapping.
|
| AStarDataObject |
|
| AStarGenericSearch |
This class provides a generic search with an implementation of the A-Star-Algorithm in the
context of mappings for DataObjects.
|
| AStarGraphContainerMapSerializable |
Represents a mapping between a queryItem and a caseItem.
|
| AStarGraphEdgeMapping |
Represents a mapping between a query node and a case node.
|
| AStarGraphItemMapping |
Represents a mapping between a queryItem and a caseItem.
|
| AStarGraphItemMapping.MappingType |
|
| AStarGraphNodeMapping |
Represents a mapping between a query node and a case node.
|
| AStarHeuristic |
|
| AStarMapping |
|
| AStarNESTGraph |
|
| AStarResult |
|
| AStarRetrievalSolution |
Contains a possible solution for a retrieval situation.
|
| AStarSet |
|
| AStarState |
A state always represents the current solution for the mapping problem.
|
| AStarThreeHeuristic |
Heuristic object of A*III implementation
|
| AStarTwoHeuristic |
Heuristic object of A*II implementation
|
| AtomicClass |
The group of Atomic Classes is used to store exact one value.
|
| AtomicClassImpl |
Description is missing
|
| AtomicObject |
An AtomicObject represents an container for an plain old java object.
|
| AtomicObjectImpl |
|
| AttributePath |
An AttriutePath represents a list of attribute names.
|
| AttributePathImpl |
|
| BooleanClass |
A BooleanClass defines a BooleanObject that represents a Boolean value.
|
| BooleanClassImpl |
|
| BooleanObject |
A BooleanObject represents Boolean value.
|
| BooleanObjectImpl |
|
| BPMNtoLayoutedBPMNConverter |
Adds or updates layout information to BPMN XML string.
|
| BPMNtoNESTConversionException |
|
| ByteArrayClass |
A ByteArray can be used to store more complex data objects like images or documents.
|
| ByteArrayClassImpl |
|
| ByteArrayObject |
A BooleanObject represents a byte arry as value.
|
| ByteArrayObjectImpl |
|
| CakeCSVParser |
A CSV Parser, that uses the csv package from the Apache group.
|
| CakeException |
A CakeException extends Exception with additional information.
|
| CakeInstance |
Main starter class for ProCAKE.
|
| CakeInstanceCache |
CakeInstanceCache class.
|
| CakeIOException |
A CakeIOException is thrown for failures in io components
|
| CakeSaxException |
A CakeIOException is thrown for failures in XML components using the sax parser API.
|
| CasePair |
Utility class for representing a pair of two cases.
|
| ChronologicClass |
The class ChronologicalClass defines a specific instance in time, with millisecond
precision.
|
| ChronologicClassImpl |
Description is missing
|
| ChronologicDistanceCalculator |
|
| ChronologicIntervalDistanceCalculator |
|
| ChronologicObject |
A ChronologicObject represents an container for an plain old java object representing timing
aspects.
|
| ChronologicObjectImpl |
|
| ClassHierarchyConsistencyException |
The ClassHierarchyConsistencyException is thrown if an inconsistent class hierarchy
could be created.
|
| ClassNotFoundException |
The ClassNotFoundException if a requested DataClass cannot be found.
|
| CollectionClass |
The Collection Classes SetClass and ListClass are both containers that can store
each kind of data objects.
|
| CollectionClassImpl |
|
| CollectionObject |
A CollectionObject represents an container for other DataObjects.
|
| CollectionObjectImpl |
|
| CombinedTaxonomyNode |
|
| CompletenessMetric |
|
| CompositionDescription |
|
| CompositionHandler |
|
| CompositionManager |
The composition manager binds possible implementation of a factory to a factory.
|
| ContentHandler |
The ContentHandler extends the ContentHandler of the SAX parser API with an
additional unified method to get the parsed object.
|
| ControlflowItemClass |
CAKE I - Datatype for a ControlflowObject.
|
| ControlflowItemClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| ControlflowItemObject |
Interface of an abstract object used in the controlflow of a workflow.
|
| ControlflowItemObjectImpl |
Abstract object used in the controlflow of a workflow.
|
| Converter |
|
| CorrectnessMetric |
|
| CrossValidationBuilder<T extends DataObject> |
|
| DataClass |
DataClass
|
| DataClassImpl |
Thr concrete implementation of the data class as the root of all classes.
|
| DataflowWrapperClass |
CAKE I - Datatype for a workflow-dataelement.
|
| DataflowWrapperClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| DataflowWrapperObject |
Interface of a dataflow-object used to represent dataitems of a workflow.
|
| DataflowWrapperObjectImpl |
Data-element used in workflow-objects.
|
| DataObject |
A DataObject realises a wrapper for a value.
|
| DataObjectConverter |
|
| DataObjectImpl |
|
| DataObjectIterator<T extends DataObject> |
Extends the standard Iterator with an additional method.
|
| DataObjectIteratorImpl<T extends DataObject> |
|
| DataObjectPropertyConverter |
|
| DataObjectUtils |
|
| DataReferenceClass |
CAKE I - Datatype for a DataRef-element (reference between a task and a dataelement).
|
| DataReferenceClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| DataReferenceObject |
Interface of a reference between a task and a data item.
|
| DataReferenceObjectImpl |
Data-reference used to link tasks with dataitems.
|
| DateClass |
The DateClass is the specification of a date without time information.
|
| DateClassImpl |
|
| DateObject |
A DateObject represents a Date as value.
|
| DateObjectImpl |
|
| DefaultBPMNtoNESTCongruentConverter |
|
| DefaultBPMNtoNESTConverter |
|
| Dependency |
Interface for defining the structure of a dependency between two
NESTWorkflow graphs (see paper).
|
| DependencyHandler |
Class for dependency specific implementation of xml handler.
|
| DependencyImpl |
|
| DependencyModel |
Interface, that defines the structure for the dependency model, where all dependencies are saved
and retrieved during runtime.
|
| DependencyModelImpl |
|
| DependencyParser |
Interface for XML dependency parser.
|
| DependencyParserImpl |
|
| DependencyQuery |
|
| DependencyQueryImpl |
|
| DependencyRetrievalResult |
Interface for the dependency specific implementation of RetrievalResult, which contains a
list of the result objects and the similarity value.
|
| DependencyRetrievalResultImpl |
|
| DependencyRetrievalResultList |
|
| DependencyRetrievalResultListImpl |
|
| DependencyRetriever |
Interface for the dependency specific retriever, that implements the approach of
dependency-guided retrieval.
|
| DependencyRetrieverImpl |
|
| DependencySimilarity |
Interface for dependency specific similarities.
|
| DependencySimilarityImpl |
|
| DependencyTags |
Interface, that contains all tags, attributes and values of dependency.xsd.
|
| DependencyType |
Interface for defining a type of dependency.
|
| DependencyTypeImpl |
|
| DependencyWriterImpl |
DependencyWriterImpl class.
|
| Deserializer |
Deserializer class.
|
| DistanceCalculator |
This class calculates the distance between two value and the maximum distance for this class
|
| DistanceMetric |
Computes the average distance in ranks between the ground-truth ranking and the predicted
ranking.
|
| DoubleClass |
The DoubleClass is a class to specify double domains.
|
| DoubleClassImpl |
DoubleClassImpl class.
|
| DoubleObject |
A DoubleObject represents a double as value.
|
| DoubleObjectImpl |
|
| DP |
Super class/interface for different dynamic programming approaches.
|
| DPImpl |
|
| DTDBasedParser |
A XMLParser with full DTD checking enabled.
|
| DTW |
|
| DTWImpl |
|
| EnumerationDistanceCalculator |
|
| ErrorSpanMetric |
|
| EvalMetric |
Interface for representing ranking metrics.
|
| Factory |
The Factory interface defined three methods that must be implemented by each Factory
implementation.
|
| FactoryConfiguration |
The configuration of the factories including the implementations and the corresponding
parameters.
|
| FactoryImplementationInformation |
|
| FactoryInformation |
|
| FactoryObjectImplementation |
Each implementation of a factory object must extend this class.
|
| FeatureMACFACRetriever<TCase extends DataObject> |
|
| FeatureRetriever |
|
| FileToBPMNConverter |
|
| Formatter |
|
| Generalization |
|
| GlobalParameters |
GlobalParameters class.
|
| GraphAStarParallelRetrieverImpl |
Concrete retriever implementation of graph A* parallel retriever.
|
| GraphMLTags |
Contains all tags and attributes used in GraphML-XML-files
|
| HitsMetric |
Metric that returns the number of hits (not normalized).
|
| HitsNormMetric |
|
| IdSimilarityPair |
Wrapper class for a pair of case ID and a similarity value.
|
| IllegalEditException |
The IllegalEditException is thrown if a DataClass is edited after the class
is finished.
|
| IllegalInstantiationException |
The IllegalInstantiationException is thrown when an DataObject should be
created and the corresponding DataClass is not finished or is abstract.
|
| IndexOutOfBoundsException |
The IndexOutOfBoundsException is thrown when the access to an array of values failed
because an index is used that is out of bound.
|
| InstanceEnumerationPredicate |
The instance enumeration predicate can be used to define a set of possible values for an
AtomicClass.
|
| InstanceEnumerationPredicateImpl |
Description is missing
|
| InstanceIntervalPredicate |
The InstanceIntervalPredicate defines an interval on totally ordered elements.
|
| InstanceIntervalPredicateImpl |
Description is missing
|
| InstanceOntologyOrderPredicate |
InstanceOntologyOrderPredicate interface.
|
| InstanceOntologyOrderPredicateImpl |
InstanceOntologyOrderPredicateImpl class.
|
| InstancePredicate |
The InstancePredicate can be used in AtomicClasses to refine the range of
possible values.
|
| InstancePredicateImpl |
Description is missing
|
| InstanceTaxonomyOrderPredicate |
|
| InstanceTaxonomyOrderPredicateImpl |
Description is missing
|
| InstanceTotalOrderPredicate |
|
| InstanceTotalOrderPredicateImpl |
Description is missing
|
| InstanceValueOrderPredicate |
|
| InstanceValueOrderPredicateImpl |
Description is missing
|
| IntegerClass |
The IntegerClass is a class to specify integer domains.
|
| IntegerClassImpl |
IntegerClassImpl class.
|
| IntegerObject |
A IntegerObject represents a byte arry as value.
|
| IntegerObjectImpl |
|
| InterruptedException |
|
| IntervalClass |
Interval Classes are used to create data objects that specify a range of values.
|
| IntervalClassImpl |
IntervalClassImpl class.
|
| IntervalObject |
An IntervalObject contains two totally ordered AtomicClasses.
|
| IntervalObjectImpl |
|
| InvalidNativeValueException |
The InvalidNativeValueException is thrown when the native value does not match to
the specification in the data class.
|
| InvalidSemanticDescriptorException |
The InvalidSemanticDescriptorException is thrown when the requested semantic
descriptor of a NESTNodeObject is not a subclass of aggregate class.
|
| InvalidTypeException |
The InvalidTypeException is thrown when the type does not match to the specification
in the data class.
|
| IO |
The IO interace summarises constants and methods for all io components.
|
| IOFactory |
|
| IOImpl |
Standard implementation for all IO-operators
|
| IOUtil |
|
| ItemNotFoundException |
The requested item was not found in list/collection.
|
| JAXBUtil |
|
| KendallMetric |
|
| KEvalMetric |
Interface for metrics that only look at the top-k cases in the ranking.
|
| Level |
The Level class defines a set of standard logging levels that can be used to control logging
output.
|
| LinearRetrieverImpl |
|
| ListClass |
|
| ListClassImpl |
ListClassImpl class.
|
| ListObject |
|
| ListObjectImpl |
|
| LogComponentIdentifier |
Interface with constants required for the Logger.
Caution: Do not mix up with LogComponentIdentifier, which is responsible for the
SimilarityModel/Measures.
|
| LogComponentIdentifier |
Interface with constants required for the Logger.
|
| LogComponentIdentifier |
Interface with constants required for the Logger.
|
| LogComponentIdentifier |
Interface with constants required for the Logger.
|
| LogComponentIdentifier |
Interface with constants required for the Logger.
|
| Logger |
The Logger provides a unified method to log messages and to inform available log listeners.
|
| LoggerEvent |
|
| LoggerEvent |
A log event is send to log listeners.
|
| LoggerFactory |
The LoggerFactory contains the default Logger.
|
| LoggerFactoryObject |
|
| LoggerListener |
The LoggerListener interface must be implemented by each component that wants to be notified
about log events.
|
| MACFACQuery |
A MACFAC query needs additional parameters compared to a standard retrieval query.
|
| MACFACQueryImpl |
The query class for MAC/FAC queries which contains additional parameters to control the behavior
of the MAC/FAC retriever.
|
| MACFACRetrieverEvaluation |
|
| MACRetrievalResult |
|
| MAEMetric |
|
| MatrixPath |
Interface representing a path through a matrix.
|
| MatrixPath.MatrixCellPair |
Holds a pair of tasks and indices of their position and their predecessor in the matrix.
|
| MatrixPathImpl |
Class representing a path through a matrix.
|
| MedianAverageErrorMetric |
|
| MessageFormatter |
The MessageFormatter loads and formats local messages.
|
| MessageFormatterFactory |
|
| MessageFormatterFactoryObject |
|
| MessageFormatterImpl |
|
| Model |
The Model is the container of all DataClasses.
|
| ModelFactory |
This is the factory class to access the implementations to the data model interfaces.
|
| ModelFactoryObject |
Represents an object that is managed by the model factory.
|
| ModelFactoryObjectImpl |
Description is missing
|
| ModelHandler |
ModelHandler class.
|
| ModelImpl |
ModelImpl class.
|
| ModelIO |
ModelIO interface.
|
| ModelParser |
Interface for model parsers.
|
| ModelParserImpl |
ModelParserImpl class.
|
| ModelTags |
All tags, attributes and values of cdm.xsd
|
| ModelTaxonomyNode |
|
| ModelWriterImpl |
ModelWriterImpl class.
|
| MSEMetric |
|
| NameAlreadyExistsException |
A NameAlreadyExistsException should be thrown if a name already exists.
|
| NameNotFoundException |
A NameAlreadyExistsException should be thrown if a name is not found.
|
| NESTAbstractWorkflowHandler |
Abstract NESTAbstractWorkflowHandler class.
|
| NESTAbstractWorkflowModifier |
|
| NESTAbstractWorkflowModifierImpl<G extends NESTAbstractWorkflowObject> |
|
| NESTAbstractWorkflowObject |
|
| NESTAbstractWorkflowObjectImpl |
|
| NESTAndEndNodeClass |
|
| NESTAndEndNodeClassImpl |
|
| NESTAndEndNodeObject |
|
| NESTAndEndNodeObjectImpl |
|
| NESTAndStartNodeClass |
|
| NESTAndStartNodeClassImpl |
|
| NESTAndStartNodeObject |
|
| NESTAndStartNodeObjectImpl |
|
| NESTConstraintEdgeClass |
CAKE I - Datatype for a NEST-Constraint-Edge.
|
| NESTConstraintEdgeClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| NESTConstraintEdgeObject |
Interface of a Constraint-Edge of a NEST-graph.
|
| NESTConstraintEdgeObjectImpl |
Definition of a Constraint-Edge of a NEST-graph.
|
| NESTControlflowEdgeClass |
CAKE I - Datatype for a NEST-Controlflow-Edge.
|
| NESTControlflowEdgeClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| NESTControlflowEdgeObject |
Interface of a Controlflow-Edge of a NEST-graph.
|
| NESTControlflowEdgeObjectImpl |
Definition of a Controlflow-Edge of a NEST-graph.
|
| NESTControlflowNodeClass |
Datatype for a NEST-Controlflow-Node.
|
| NESTControlflowNodeClassImpl |
|
| NESTControlflowNodeObject |
Interface of a Controlflow-Node of a NEST-graph.
|
| NESTControlflowNodeObjectImpl |
Definition of a Controlflow-Node of a NEST-graph.
|
| NESTDataflowEdgeClass |
CAKE I - Datatype for a NEST-Dataflow-Edge.
|
| NESTDataflowEdgeClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| NESTDataflowEdgeObject |
Interface of a Dataflow-Edge of a NEST-graph.
|
| NESTDataflowEdgeObjectImpl |
Definition of a Dataflow-Edge of a NEST-graph.
|
| NESTDataNodeClass |
CAKE I - Datatype for a NEST-Data-Node.
|
| NESTDataNodeClassImpl |
|
| NESTDataNodeObject |
Interface of a Data-Node of a NEST-graph.
|
| NESTDataNodeObjectImpl |
Definition of a Data-Node of a NEST-graph.
|
| NESTEdgeClass |
CAKE I - Datatype for an abstract NEST-Edge.
|
| NESTEdgeClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| NESTEdgeObject |
Interface of an Edge of a NEST-graph.
|
| NESTEdgeObjectImpl |
Definition of an edge of a NEST-graph.
|
| NESTGraphBuilder<T extends NESTGraphObject> |
Interface of a nest graph builder.
|
| NESTGraphBuilderImpl<T extends NESTGraphObject> |
Definition of a NEST workflow builder.
|
| NESTGraphClass |
|
| NESTGraphClassImpl |
|
| NESTGraphHandler |
Effective SAX-Handler-class.
|
| NESTGraphIDManager |
|
| NESTGraphIDManagerImpl |
|
| NESTGraphItemClass |
CAKE I - Datatype for a abstract NEST-Workflow item.
|
| NESTGraphItemClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| NESTGraphItemObject |
Interface of an abstract graph-object used for code reuse.
|
| NESTGraphItemObjectImpl |
Abstract definition of a Graph-Item.
|
| NESTGraphListener |
Defines the methods, necessary to be implemented, when listening to NESTGraph-changes
|
| NESTGraphModifier |
|
| NESTGraphModifierImpl<G extends NESTGraphObject> |
|
| NESTGraphObject |
|
| NESTGraphObjectConverter |
|
| NESTGraphObjectImpl |
|
| NESTGraphParser |
|
| NESTGraphTags |
NESTGraphTags interface.
|
| NESTGraphValidator |
|
| NESTGraphValidatorImpl |
|
| NESTGraphVisualizer |
The visualizer to create an export or visualization format for a given NESTGraphObject.
|
| NESTGraphVisualizerFactory |
|
| NESTGraphVisualizerImpl<T extends NESTGraphObject> |
|
| NESTGraphWriterImpl |
|
| NESTLoopEndNodeClass |
|
| NESTLoopEndNodeClassImpl |
|
| NESTLoopEndNodeObject |
|
| NESTLoopEndNodeObjectImpl |
|
| NESTLoopStartNodeClass |
|
| NESTLoopStartNodeClassImpl |
|
| NESTLoopStartNodeObject |
|
| NESTLoopStartNodeObjectImpl |
|
| NESTNodeClass |
Datatype for an abstract NEST-Node.
|
| NESTNodeClassImpl |
|
| NESTNodeObject |
Interface of a Node of a NEST-Graph.
|
| NESTNodeObjectImpl |
Definition of a Node of a NEST-graph.
|
| NESTOrEndNodeClass |
|
| NESTOrEndNodeClassImpl |
|
| NESTOrEndNodeObject |
|
| NESTOrEndNodeObjectImpl |
|
| NESTOrStartNodeClass |
|
| NESTOrStartNodeClassImpl |
|
| NESTOrStartNodeObject |
|
| NESTOrStartNodeObjectImpl |
|
| NESTPartOfEdgeClass |
CAKE I - Datatype for a NEST-PartOf-Edge.
|
| NESTPartOfEdgeClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| NESTPartOfEdgeObject |
Interface of a PartOf-Edge of a NEST-graph.
|
| NESTPartOfEdgeObjectImpl |
Definition of a PartOf-Edge of a NEST-graph.
|
| NESTQueryTags |
NESTQueryTags interface.
|
| NESTSequenceNodeClass |
Datatype for an NEST sequence node.
|
| NESTSequenceNodeClassImpl |
|
| NESTSequenceNodeObject |
Interface of a Sequence-Node of a NEST-graph.
|
| NESTSequenceNodeObjectImpl |
Definition of a Sequence-Node of a NEST-graph.
|
| NESTSequentialWorkflowClass |
|
| NESTSequentialWorkflowClassImpl |
|
| NESTSequentialWorkflowHandler |
Effective SAX-Handler-class.
|
| NESTSequentialWorkflowObject |
Represents a de facto workflow instance.
|
| NESTSequentialWorkflowObjectImpl |
|
| NESTSequentialWorkflowParser |
|
| NESTSequentialWorkflowTags |
NESTSequentialWorkflowTags interface.
|
| NESTSequentialWorkflowValidator |
|
| NESTSequentialWorkflowValidatorImpl |
|
| NESTSequentialWorkflowWriterImpl |
|
| NESTSimilarityCacheCalculator<T extends NESTGraphObject> |
Multithreaded calculator to compute all pairwise similarities between nest graph objects stored
in a given pool.
|
| NESTSubWorkflowNodeClass |
CAKE I - Datatype for a NEST-SubWorkflow-Node.
|
| NESTSubWorkflowNodeClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| NESTSubWorkflowNodeObject |
Interface of a SubWorkflow-Node of a NEST-graph.
|
| NESTSubWorkflowNodeObjectImpl |
Definition of a SubWorkflow-Node of a NEST-graph.
|
| NESTTaskNodeClass |
Datatype for a NEST-Task-Node.
|
| NESTTaskNodeClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| NESTTaskNodeObject |
Interface of a Task-Node of a NEST-graph.
|
| NESTTaskNodeObjectImpl |
Definition of a Task-Node of a NEST-graph.
|
| NESTtoBPMNConversionException |
|
| NESTUtils<G extends NESTGraphObject> |
Generic implementation for nest graph utility classes.
|
| NESTWorkflowBuilder<T extends NESTAbstractWorkflowObject> |
Interface of a nest graph builder.
|
| NESTWorkflowBuilderImpl<T extends NESTAbstractWorkflowObject> |
Definition of a NEST workflow builder.
|
| NESTWorkflowClass |
Datatype for a NEST-graph-representation-container.
|
| NESTWorkflowClassImpl |
|
| NESTWorkflowDOTVisualizerImpl |
|
| NESTWorkflowExtractor |
Interface of the nest workflow extractor, which provides methods to extract components of a nest
workflow graph.
|
| NESTWorkflowExtractorImpl |
|
| NESTWorkflowHandler |
Effective SAX-Handler-class.
|
| NESTWorkflowModifier |
Interface of the basic nest workflow modifier.
|
| NESTWorkflowModifier.NESTControlflowNodePair |
Interface of a controlflow node pair consisting of a start and its corresponding end node.
|
| NESTWorkflowModifierImpl |
Definition of the basic nest graph modifier.
|
| NESTWorkflowModifierImpl.NESTControlflowNodePairImpl |
|
| NESTWorkflowNodeClass |
CAKE I - Datatype for a NEST-Workflow-Node.
|
| NESTWorkflowNodeClassImpl |
|
| NESTWorkflowNodeObject |
Interface of a Workflow-Node of a NEST-graph.
|
| NESTWorkflowNodeObjectImpl |
Definition of a Workflow-Node of a NEST-graph.
|
| NESTWorkflowObject |
Interface of a NEST-graph-object.
|
| NESTWorkflowObjectImpl |
Definition of a graph-object.
|
| NESTWorkflowParser |
|
| NESTWorkflowSequenceNodeIterator |
|
| NESTWorkflowStringVisualizerImpl<T extends NESTAbstractWorkflowObject> |
This class is the main implementation of a NESTGraphVisualizer and visualizes a NESTGraph as a
simple String that is printed in the Console.
|
| NESTWorkflowStringVisualizerScientificImpl |
This class is the main implementation of a NESTGraphVisualizer and visualizes a NESTGraph as a
simple String that is printed in the Console.
|
| NESTWorkflowTags |
NESTWorkflowTags interface.
|
| NESTWorkflowToFeatureVector |
Capable of transforming a NESTGraph representation into the feature vector created by Alexander
Stromer for his Master thesis in late 2012.
|
| NESTWorkflowToWFBlock |
Concrete implementation of transforming a workflow from NESTGraph to block-orientation.
|
| NESTWorkflowValidator |
|
| NESTWorkflowValidatorImpl |
|
| NESTWorkflowVisualizer |
The visualizer to create an export or visualization format for a given NESTGraphObject.
|
| NESTWorkflowVisualizerFactory |
|
| NESTWorkflowVisualizerImpl<T extends NESTAbstractWorkflowObject> |
|
| NESTWorkflowWithoutSubWorkflows |
Transforms a NESTGraph representation into a representation without any subworkflows by resolving
them.
|
| NESTWorkflowWriterImpl |
|
| NESTXorEndNodeClass |
|
| NESTXorEndNodeClassImpl |
|
| NESTXorEndNodeObject |
|
| NESTXorEndNodeObjectImpl |
|
| NESTXorStartNodeClass |
|
| NESTXorStartNodeClassImpl |
|
| NESTXorStartNodeObject |
|
| NESTXorStartNodeObjectImpl |
|
| NodeClass |
CAKE I - Datatype for a workflow-node.
|
| NodeClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| NodeObject |
Interface of a node-object used in the controlflow of a workflow.
|
| NodeObject.TYPES |
Allowed types of a node.
|
| NodeObjectImpl |
Node-object used in the controlflow of a workflow.
|
| NoSemanticDescriptorException |
The NoSemanticDescriptorException is thrown when the requested semantic descriptor
of a NESTNodeObject is not set.
|
| NoSequentialGraphException |
Exception representing the case that a NESTGraph object is not a de facto resource as required.
|
| NoSuchAttributeException |
The NoSuchAttributeException is thrown when the requested attribute does not exists
in the aggregate class.
|
| NoSuchAttributeValueException |
The NoSuchAttributeValueException is thrown when the requested attributeValue does
not exists in the aggregate class.
|
| NumericClass |
The class NumericClass defines a specific numerical object.
|
| NumericClassImpl |
Description is missing
|
| NumericDistanceCalculator |
|
| NumericIntervalDistanceCalculator |
|
| NumericObject |
An NumericObject represents an container for an plain old java object of numerical values.
|
| NumericObjectImpl |
|
| ObjectAlreadyExistsException |
The ObjectAlreadyExistsException is thrown when an object is added that already
exists.
|
| ObjectHandler |
ObjectHandler class.
|
| ObjectNotFoundException |
The ObjectNotFoundException is thrown when a requested object can not be found.
|
| ObjectParser |
ObjectParser class.
|
| ObjectPoolFactory |
The factory to create objectIds and object pools.
|
| ObjectPoolFactoryImplementation |
|
| ObjectPoolHandler |
ObjectPoolHandler class.
|
| ObjectPoolParser |
ObjectPoolParser class.
|
| ObjectPoolTags |
All tags, attributes and values of cdop.xsd
|
| ObjectPoolWriterImpl |
ObjectPoolWriterImpl class.
|
| ObjectTags |
All tags, attributes and values of cdm.xsd.
|
| ObjectToStringConverter |
|
| ObjectWriterImpl |
ObjectWriterImpl class.
|
| OldCasebaseConverter |
|
| OldModelConverter |
Class that updates old model files to the new format by replacing parts in the XML string.
|
| OldSimilarityModelConverter |
|
| OneWayConverter<OriginClass,TargetClass> |
A converter for converting objects from an origin class to an object from a target class.
|
| Ontology |
|
| OntologyConstants |
Constants of frequent ontology entities and namespaces
|
| OntologyFactory |
This Factory class provides the ontology for the representation and similarity calculation of
URIObjects.
|
| OntologyFactoryObject |
|
| OntologyFactoryObjectImpl |
|
| OntologyGenerator |
|
| OntologyImpl |
|
| OntologyIndirectMeasureAggEnum |
The possible aggregation functions for the indirectGroupMeasures.
|
| ParallelLinearRetriever<TCase extends DataObject,TQuery extends Query> |
Interface for a parallelized LinearRetriever.
|
| ParallelLinearRetrieverImpl |
|
| ParallelPoolProcessing |
This class is intended to be used to process elements of a case base in parallel across multiple
threads.
|
| ParallelPoolProcessing.ProcessingTask |
Interface that holds the main method for every call to process an element from the case base.
|
| Parameter |
The default implementation of a Parameter.
|
| ParentItemClass |
CAKE I - Datatype for a ControlflowObject.
|
| ParentItemClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| ParentItemObject<T extends ControlflowItemObject> |
Interface of an abstract object used in the controlflow of a workflow.
|
| ParentItemObjectImpl<T extends ControlflowItemObject> |
Abstract object used in the controlflow of a workflow.
|
| PrologGraphParser |
Capable of reading Prolog-styled text-formats, which do represent a Graph-structure.
|
| PrologGraphTags |
Contains all tags and attributes used in Prolog-files
|
| PropertyHandler |
Properties
|
| PropertyTreeNode |
|
| PropertyTreeNodeIterator |
Iterate over the tree structure with a BFS.
|
| QualityMuellerMetric |
Implementation of the quality metric according to Bergmann and Müller.
|
| QualityStromerMetric |
Implementation of the quality metric according to Bergmann and Stromer.
|
| Query |
|
| QueryImpl |
|
| ReadableObjectPool<T extends DataObject> |
A readable object pool is a container for DataObject.
|
| Reader |
The Reader interface provides some common constants and methods for all io readers.
|
| ReflectionUtils |
|
| RegExpSyntax |
Different syntax for regular expressions.
|
| ResourceEntityResolver |
The resource entity resolver loads the grammars from the path IO.RESOURCE_XML.
|
| ResourcePaths |
|
| RetrievalFactory |
This factory creates several retriever instances.
|
| RetrievalFactoryObject |
The retrieval factory object provides the constructor for the retriever and the name of the
retriever.
|
| RetrievalQuality |
Interface to calculate the retrieval quality
|
| RetrievalQuality.QualityCriterion |
enumeration to define quality criterion
|
| RetrievalQualityImpl |
Class to calculate the retrieval quality
|
| RetrievalResult |
One retrieval result.
|
| RetrievalResultImpl |
|
| RetrievalResultList |
A list of retrieval results.
|
| RetrievalResultListConverter |
|
| RetrievalResultListImpl |
|
| Retriever<TCase extends DataObject,TQuery extends Query> |
General retriever interface that describes the minimum methods a retriever must implement.
|
| RetrieverEvaluation |
Can be used to evaluate different retrievers or differently configured retrievers.
|
| RetrieverEvaluationException |
|
| RetrieverEvaluationUtils |
|
| RetrieverFSKKeyPair |
|
| RetrieverFSKMetricKeyPair |
|
| RetrieverImpl<TCase extends DataObject,TQuery extends Query> |
|
| RetrieverMetricKeyPair |
Wrapper class for a key-pair consisting of retriever name and the used metric.
|
| RetrieverSimilarityPair |
Wrapper class for a pair consisting of retriever name and similarity value.
|
| ScoringMatrix |
Representation of the scoring matrix of an dp algorithm.
|
| ScoringMatrixImpl |
|
| SequenceClass |
CAKE I - Datatype for a workflow-sequence.
|
| SequenceClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| SequencedObject |
Interface of an object, which can be contained in a workflow-sequence.
|
| SequenceObject |
Interface of a sequence-object used in the controlflow of a workflow.
|
| SequenceObjectImpl |
Sequence-object used in the controlflow of a workflow.
|
| Serializer |
Serializer class.
|
| SessionManager |
Interface of the manager for adaptation sessions.
|
| SessionManagerImpl |
Definition of a SessionManager.
|
| SetClass |
|
| SetClassImpl |
SetClassImpl class.
|
| SetObject |
|
| SetObjectImpl |
|
| SimCalculatorRetrieverStrategy |
Computes similarities for the similarity cache by using a standard parallelized retriever.
|
| SimCalculatorSingleStrategy |
Computes similarities for the similarity cache by computing those similarities individually
without using retrievers.
|
| SimCalculatorStrategy |
This strategy determines the way similarities are computed for the similarity cache.
|
| Similarity |
Represents a similarity value.
|
| SimilarityCache |
SimilarityCache class.
|
| SimilarityCache |
Main interface for all similarity caches
|
| SimilarityCacheCalculator<T extends DataObject> |
Multithreaded calculator to compute all pairwise similarities between data objects stored in a
given pool.
|
| SimilarityCacheMatrix |
This class administrates the cached similarities within a similarity matrix.
|
| SimilarityImpl |
|
| SimilarityMeasure |
Main interface for all similarity measures.
|
| SimilarityMeasureImpl |
|
| SimilarityModel |
Data Similarity Model
|
| SimilarityModelFactory |
This Factory class provides the implementation to the SimilarityModel interfaces.
|
| SimilarityModelFactoryObject |
|
| SimilarityModelFactoryObjectImpl |
|
| SimilarityModelHandler |
SimilarityModelHandler class.
|
| SimilarityModelImpl |
|
| SimilarityModelParser |
Interface for similarity model parsers.
|
| SimilarityModelParserImpl |
SimilarityModelParserImpl class.
|
| SimilarityModelWriterImpl |
SimilarityModelWriterImpl class.
|
| SimilarityTags |
All tags, attributes and values of cdsm.xsd
|
| SimilarityTreatment |
Enumeration of possible handlings of the asymmetric similarity
|
| SimilarityValuator |
The similarity valuator computes the similarity between two objects.
|
| SimilarityValuatorImpl |
|
| SimpleErrorHandler |
|
| SimpleErrorHandler |
A simple error handler that prints sax parser exception to standard error.
|
| SimpleSimilarityCache |
SimpleSimilarityCache class.
|
| SimpleSimilarityCacheMatrix |
SimpleSimilarityCacheMatrix class.
|
| SimpleSimilarityResult |
This class is meant to be a lightweight version of the retrieval result with only a query id and
a list of cases with their respective similarity.
|
| SLF4JLogger |
Since 0.8.0 solely responsible for logging in core
|
| SMAggregate |
Abstract interface that collects all similarity measures for AggregateClasses.
|
| SMAggregateAverage |
The weighted average is the most typically used aggregation function.
|
| SMAggregateAverageImpl |
|
| SMAggregateEuclidian |
The Euclidian aggregation is the same as Minkowski aggregation with a fixed p = 2.
|
| SMAggregateEuclidianImpl |
|
| SMAggregateImpl |
|
| SMAggregateKMaximum |
The k-maximum aggregation is a generalization of the standard maximum aggregation.
|
| SMAggregateKMaximumImpl |
|
| SMAggregateKMinimum |
The k-minimum aggregation is a generalization of the standard minimum aggregation.
|
| SMAggregateKMinimumImpl |
|
| SMAggregateMaximum |
When using the maximum aggregation, the overall similarity is determined by the maximum local
similarity.
|
| SMAggregateMaximumImpl |
|
| SMAggregateMinimum |
When using the minimum aggregation, the overall similarity is determined by the minimum local
similarity.
|
| SMAggregateMinimumImpl |
|
| SMAggregateMinkowski |
The Minkowski aggregation is a generalization of this weighted average.
|
| SMAggregateMinkowskiImpl |
|
| SMAggregateWeighted |
Abstract interface for aggregate similarity measures with weighted attributes.
|
| SMAggregateWeightedImpl |
|
| SMCollection |
|
| SMCollectionImpl |
|
| SMCollectionIsolatedMapping |
General
|
| SMCollectionIsolatedMappingImpl |
|
| SMCollectionMapping |
The CollectionMapping performs the best possible mapping of the query items to the case items of
the collection.
|
| SMCollectionMappingImpl |
A* - algorithm - implementation of a Collection-mapping-similarity measure
|
| SMGraphAStar |
Interface of the general GraphAStar-SimilarityMeasure.
|
| SMGraphAStarImpl |
Abstract implementation of the AStar-Similarity Measure.
|
| SMGraphAStarInfo |
Info object wrapper for similarity object returned by the SMGraphASTAr measures.
|
| SMGraphAStarOne |
Interface of the GraphAStarOne-SimilarityMeasure
|
| SMGraphAStarOneImpl |
A Star One implementation of Graph similarity measure.
|
| SMGraphAStarThree |
Interface of the GraphAStarThree similarity measure
|
| SMGraphAStarThreeImpl |
A*III implementation of graph similarity measure.
|
| SMGraphAStarTwo |
Interface of the GraphAStarTwo-SimilarityMeasure
|
| SMGraphAStarTwoImpl |
A Star Two implementation of Graph similarity measure.
|
| SMGraphDTW |
|
| SMGraphDTWImpl |
|
| SMGraphSWA |
|
| SMGraphSWAImpl |
|
| SMInterval |
The attribute value in the query and in the case are intervals.
|
| SMIntervalImpl |
|
| SMListCorrectness |
The SMListCorrectness uses the CorrectnessMetric to compare the elements of two lists and
compute a similarity.
|
| SMListCorrectnessImpl |
|
| SMListDP |
|
| SMListDPImpl |
|
| SMListDTW |
|
| SMListDTWImpl |
|
| SMListMapping |
The SMListMapping performs a compare on the elements of two lists.
|
| SMListMappingImpl |
|
| SMListSWA |
|
| SMListSWAImpl |
|
| SMManipUtils |
|
| SMNESTGraphItem |
|
| SMNESTGraphItemImpl |
|
| SMNumeric |
Abstract interface that collects all similarity measures for AtomicClass.
|
| SMNumeric.ZERO_OUT_STRATEGIES |
Possible definitions of asymmetric zero-out strategies
|
| SMNumericExponential |
Another possibility to describe the similarity between two numeric values is by an exponential
function.
|
| SMNumericExponentialImpl |
|
| SMNumericFuzzy |
Is providing fuzzy similarity functionality, according to the paper: Case-based Reasoning for
Diagnosis of Stress using Enhanced Cosine and Fuzzy Similarity; by M.
|
| SMNumericFuzzyImpl |
See interface for description
|
| SMNumericImpl |
|
| SMNumericLinear |
In most cases the similarity between two numeric values can be described by a linear function.
|
| SMNumericLinearImpl |
|
| SMNumericSigmoid |
We can also use sigmoid functions as a generalization of threshold functions.
|
| SMNumericSigmoidImpl |
|
| SMNumericThreshold |
Threshold functions should be used if there is the possibility that the contribution of an
attribute to the utility is binary in the sense that up to a certain difference the case is
useful and beyond it is not useful.
|
| SMNumericThresholdImpl |
|
| SMObjectEqual |
This similarity measure is used to compare two objects w.r.t.
|
| SMObjectEqualImpl |
|
| SMOntology |
Abstract interface that collects all similarity measures for URIClass
|
| SMOntologyAggAvg |
Calculates the similarity between query and case based on the local similarities of the connected
objects of the query and case entities via specific relations in an ontology.
|
| SMOntologyAggAvgImpl |
This similarity measure calculates the similarity of to entities in an ontology.
|
| SMOntologyDirectGroup |
Calculates the similarity between query- and case-sets based on the set-based measures.
|
| SMOntologyDirectGroupImpl |
This similarity measure calculates the similarity between to sets of objects from an ontology.
|
| SMOntologyFbMS |
Calculates the similarity between query and case based on the equal and different features of the
query and case entity in an ontology.
|
| SMOntologyFbMSImpl |
This similarity measure calculates the similarity of to entities in an ontology.
|
| SMOntologyFbSanchez |
Calculates the similarity between query and case based on the equal and different features of the
query and case entity in an ontology.
|
| SMOntologyFbSanchezImpl |
This similarity measure calculates the similarity of to entities in an ontology.
|
| SMOntologyImpl |
Abstract interface that collects all similarity measures for URIClass.
|
| SMOntologyIndirectGroup |
Calculates the similarity between query- and case-sets based on the pair similarity of their
objects.
|
| SMOntologyIndirectGroupImpl |
This similarity measure calculates the similarity between to sets of objects from an ontology.
|
| SMOntologyIsEquivalent |
Calculates the similarity between query and case based on the existence of specific relations
between query and case entity in an ontology.
|
| SMOntologyIsEquivalentImpl |
This similarity measure calculates the similarity of two entities in an ontology.
|
| SMOntologyPath |
The similarity between query and case based on the shortest path between query and case node in
an ontology.
|
| SMOntologyPathImpl |
This similarity measure calculates the path length between two classes in a ontology.
|
| SMOntologySpRada |
Calculates the similarity between query and case based on the shortest path between query and
case entity in an ontology.
|
| SMOntologySpRadaImpl |
This similarity measure calculates the similarity of to entities in an ontology.
|
| SMOntologySpSlimani |
Calculates the similarity between query and case based on the shortest path between query and
case entity in an ontology.
|
| SMOntologySpSlimaniImpl |
This similarity measure calculates the similarity of to entities in an ontology.
|
| SMOntologySpWuPalmer |
Calculates the similarity between query and case based on the shortest path between query and
case entity in an ontology.
|
| SMOntologySpWuPalmerImpl |
This similarity measure calculates the similarity of to entities in an ontology.
|
| SMSimpleTask |
|
| SMSimpleTaskImpl |
|
| SMSimpleWorkflow |
|
| SMSimpleWorkflowImpl |
|
| SMString |
Abstract interface that collects all similarity measures for StringClass
|
| SMStringCosine |
Measures the Cosine similarity of two vectors of an inner product space and compares the angle
between them.
|
| SMStringCosineImpl |
|
| SMStringEqual |
Compares two strings.
|
| SMStringEqualImpl |
|
| SMStringImpl |
|
| SMStringJaroWinkler |
Measures the JaroWinkler similarity of two strings.
|
| SMStringJaroWinklerImpl |
|
| SMStringLevenshtein |
Compares two strings using the Levenshtein algorithm.
|
| SMStringLevenshteinImpl |
|
| SMStringNGram |
Measures the nGram similarity of two strings.
|
| SMStringNGramImpl |
|
| SMStringRegexp |
The query will be interpreted as regular expression in the specified syntax.
|
| SMStringRegexpImpl |
|
| SMStringTermCount |
Compares two strings using the Term Count algorithm.
|
| SMStringTermCountImpl |
|
| SMStringWildcard |
Compares a query and case string, where the query can contain wildcards.
|
| SMStringWildcardImpl |
|
| SMTableDataClass |
This similarity measure is used in class DataClass and is used if no other similarity
measure fits to both object.
|
| SMTableDataClassImpl |
|
| SMTableDataObject |
Despite of dealing with symmetric table similarity measures asymmetric exceptions can be defined.
|
| SMTableDataObjectImpl |
|
| SMTaxonomy |
|
| SMTaxonomyClassic |
The classic taxonomy measure is calculated by both pre-initialised node weights and several
strategies.
|
| SMTaxonomyClassicImpl |
|
| SMTaxonomyClassicUserWeights |
This measure is very similar to the SMTaxonomyClassic taxonomy except, that the weights
must be set manually.
|
| SMTaxonomyClassicUserWeightsImpl |
|
| SMTaxonomyImpl |
|
| SMTaxonomyNodeHeight |
This measure computes the similarity between two nodes based on the height of the nodes.
|
| SMTaxonomyNodeHeightImpl |
|
| SMTaxonomyPath |
The similarity between query and case based on the shortest path between query and case in
relation to the longest possible path.
|
| SMTaxonomyPathImpl |
|
| SMTaxonomyWeightedNodes |
|
| SMWorkflowEqual |
|
| SMWorkflowEqualImpl |
|
| SMWorkflowLevenshtein |
This similarity measure computes the similarity between workflows in a sophisticated way
considering three compononents:
|
| SMWorkflowLevenshteinImpl |
|
| SomeLogger |
|
| SpearmanMetric |
|
| StartupInfo |
|
| StatusableClass |
CAKE I - Datatype for a workflowobject, which can have a status.
|
| StatusableClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| StatusableObject |
Interface of a workflow-object, which contains a status.
|
| StatusableObject.STATES |
Allowed states for this item.
|
| StatusableObjectImpl |
Abstract object, which can hold a status.
|
| Strategy |
Dealing with Vague Knowledge
|
| StringClass |
A StringClass defines the domain of StringObjects that represents a string value.
|
| StringClassImpl |
StringClassImpl class.
|
| StringIntervalDistanceCalculator |
|
| StringObject |
A StringObject represents a string as value.
|
| StringObjectImpl |
|
| StringReader |
A generic reader to read a string from a file/input stream using java.io.BufferedReader
|
| StringToBPMNConverter |
|
| StringWriter |
A generic writer to write strings using java.io.PrintWriter Based on the setting of filename and
output stream an output mode is chosen.
|
| SubWorkflowClass |
CAKE II - Datatype for a subworkflow.
|
| SubWorkflowClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| SubWorkflowObject |
Interface of a subworkflow-object.
|
| SWA |
|
| SWA.PenaltyScheme |
Functional interface representing a penalty scheme.
|
| SWAImpl |
|
| SystemRetrievers |
A list of retriever names provided by ProCAKE
|
| TaskClass |
CAKE I - Datatype for a workflow-task.
|
| TaskClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| TaskObject |
Interface of a workflowleaf-object used in the controlflow of a workflow.
|
| TaskObject.TYPES |
Possible types of a workflow.
|
| TaskObjectImpl |
Workflowleaf-object used in the controlflow of a workflow.
|
| TaxonomyUpdater |
This class allows integrating the manual revised taxonomies into the CAKE domain model.
|
| TaxonomyUtils |
This class exports a taxonomy definition from a given CAKE sim and domain model into a combined
XML representation to facilitate manual revision.
|
| TempFactor |
|
| ThreadPoolExecutor |
|
| ThreadPoolExecutorListener |
|
| TimeClass |
The TimeClass is the specification of a time without date information.
|
| TimeClassImpl |
TimeClassImpl class.
|
| TimeObject |
A TimeObject represents a time as value.
|
| TimeObjectImpl |
|
| TimestampClass |
The TimestampClass is the specification of a date with time information.
|
| TimeStampClassImpl |
TimeStampClassImpl class.
|
| TimestampObject |
A TimestampObject represents a date and time as value.
|
| TimestampObjectImpl |
|
| TrainingObjectPool<T extends DataObject> |
Stores training data (train, test, validate) in a single data structure rather than keeping track
of three individual pools.
|
| TrainingObjectPoolParser |
|
| TrainingObjectPoolSplit |
|
| TrainingPoolHandler |
|
| TrainingPoolTags |
|
| TrainingPoolWriter |
|
| TransformationConfig |
Represents a list of parameters necessary for transforming Workflow-Treemodels →
Workflow-NESTGraph
|
| TransformationConfigFactory |
This is the factory class to access the implementations to the data model interfaces.
|
| TransformationConfigFactoryObject |
Handles the instantiation of new transformation-configs for the factory.
|
| TransformationConfigFactoryObjectImpl |
Actual instantiated object from the composition.xml, which contains the configuration for the
TransformationConfig-Factory.
|
| TransformationConfigHandler |
SAX Handler for Workflow-tree to NESTGraph transformation-configuration file
|
| TransformationConfigImpl |
Stores all parameters from the transformation-configuration file
|
| TransformationConfigReaderImpl |
CAKE-Reader for transformation-config-XMLFiles, which instantiates the SAXParser
|
| TransformationConfigTags |
Necessary XML-tags and -attributes to read a transformation-config-XMLfile
|
| TransformationConfigTags |
These definitions are necessary for converting Workflow-trees to Workflow-NESTGraphs.
|
| TwoWayConverter<ClassA,ClassB> |
A converter for converting objects from a class A to an object from a class B and vice versa.
|
| UncomparableObjectsException |
The UncomparableObjectsException is thrown when two objects should be compared that
are not comparable.
|
| UnionClass |
Union Class is a special class, used to improve and simplify the design of the data model.
|
| UnionClassImpl |
UnionClassImpl class.
|
| URIClass |
An URIClass defines the domain of URIObject that represents an element in the ontology.
|
| URIClassImpl |
|
| URIObject |
An URIObject represents a resource in an owl-ontology with a URI.
|
| URIObjectImpl |
Implementation of the URIObjectImpl to represent a resource in an owl ontology.
|
| Vector |
Represents a mathematical vector.
|
| VectorImpl |
|
| VoidClass |
The Void Class defines unspecified values.
|
| VoidClassImpl |
VoidClassImpl class.
|
| VoidObject |
A VoidObject represents no value.
|
| VoidObjectImpl |
|
| WFBlockToGraph |
Generic implementation for workflow-block to any graph - transformation
|
| WFBlockToNESTWorkflow |
Concrete implementation for transforming WFBlock to NESTGraph.
|
| WFBlockToUIGraph |
Handler for transforming the block-oriented workflow-objectmodel into the UI-graph-representation
of it.
|
| WorkflowBlockListener |
Interface of Listener-objects for the block-oriented workflow-objectmodel.
|
| WorkflowBlockListener.DATAFLOW_DIRECTION |
The direction of the dataelement for the task.
|
| WorkflowClass |
CAKE I - Datatype for a workflow.
|
| WorkflowClassImpl |
Concrete implementation of the CAKE I - datatype.
|
| WorkflowGraphMLYWriterImpl |
Writes GraphML-XML output from the CAKE III Graph-object-model.
|
| WorkflowHandler |
Extends the normal ObjectHandler with the ability to read Reasoning Workflows and
AdaptationCases.
|
| WorkflowObject |
Interface of a workflow-object.
|
| WorkflowObject.GRAPHTYPE |
Possible types of converting the block-oriented representation into a graph.
|
| WorkflowObjectImpl |
Workflow-object.
|
| WorkflowTags |
WorkflowTags interface.
|
| WorkflowWriterImpl |
This class serializes CAKE1-Workflows.
|
| WriteableObjectPool<T extends DataObject> |
|
| WriteableObjectPoolImpl<T extends DataObject> |
|
| Writer |
The Writer interface provides some common constants and methods for all io writers.
|
| XMLConfiguration |
|
| XMLConfigurationParser |
|
| XMLConversionException |
|
| XMLParser |
|
| XMLReaderImpl |
Base class for all XML-reader-implementations.
|
| XMLReadHandlerImpl |
Base-class for all XML-handler-implementations.
|
| XMLSchemaBasedParser |
A XMLParser with full XML Schema checking enabled.
|
| XMLSchemaBasedWriter |
A XMLWriter for XML content based on a XML Schema grammar.
|
| XMLtoBPMNConversionException |
|
| XMLUtil |
|
| XMLWriterImpl |
Abstract class for code reuse.
|
| XStreamUtil |
|