Uses of Interface
de.uni_trier.wi2.procake.utils.composition.Factory
-
Packages that use Factory Package Description de.uni_trier.wi2.procake.adaptation Adaptation package descriptionde.uni_trier.wi2.procake.data.model Provides interfaces of all data classes and of the data model.de.uni_trier.wi2.procake.data.object.nest.utils.impl de.uni_trier.wi2.procake.data.object.transformation de.uni_trier.wi2.procake.data.objectpool Description of Data Object Pool.de.uni_trier.wi2.procake.retrieval Retrieval package descriptionde.uni_trier.wi2.procake.similarity Data similarity package descriptionde.uni_trier.wi2.procake.utils.io CAKE IO Descriptionde.uni_trier.wi2.procake.utils.logger CAKE Logger and Eventhandlerde.uni_trier.wi2.procake.utils.multilanguage CAKE Multilanguage Supportde.uni_trier.wi2.procake.utils.ontology -
-
Uses of Factory in de.uni_trier.wi2.procake.adaptation
Classes in de.uni_trier.wi2.procake.adaptation that implement Factory Modifier and Type Class Description classAdaptationFactoryThis factory creates several adaptation instances. -
Uses of Factory in de.uni_trier.wi2.procake.data.model
Classes in de.uni_trier.wi2.procake.data.model that implement Factory Modifier and Type Class Description classModelFactoryThis is the factory class to access the implementations to the data model interfaces. -
Uses of Factory in de.uni_trier.wi2.procake.data.object.nest.utils.impl
Classes in de.uni_trier.wi2.procake.data.object.nest.utils.impl that implement Factory Modifier and Type Class Description classNESTGraphVisualizerFactoryclassNESTWorkflowVisualizerFactory -
Uses of Factory in de.uni_trier.wi2.procake.data.object.transformation
Classes in de.uni_trier.wi2.procake.data.object.transformation that implement Factory Modifier and Type Class Description classTransformationConfigFactoryThis is the factory class to access the implementations to the data model interfaces. -
Uses of Factory in de.uni_trier.wi2.procake.data.objectpool
Classes in de.uni_trier.wi2.procake.data.objectpool that implement Factory Modifier and Type Class Description classObjectPoolFactoryThe factory to create objectIds and object pools. -
Uses of Factory in de.uni_trier.wi2.procake.retrieval
Classes in de.uni_trier.wi2.procake.retrieval that implement Factory Modifier and Type Class Description classRetrievalFactoryThis factory creates several retriever instances. -
Uses of Factory in de.uni_trier.wi2.procake.similarity
Classes in de.uni_trier.wi2.procake.similarity that implement Factory Modifier and Type Class Description classSimilarityModelFactoryThis Factory class provides the implementation to theSimilarityModelinterfaces. -
Uses of Factory in de.uni_trier.wi2.procake.utils.io
Classes in de.uni_trier.wi2.procake.utils.io that implement Factory Modifier and Type Class Description classIOFactory -
Uses of Factory in de.uni_trier.wi2.procake.utils.logger
Classes in de.uni_trier.wi2.procake.utils.logger that implement Factory Modifier and Type Class Description classLoggerFactoryThe LoggerFactory contains the defaultLogger. -
Uses of Factory in de.uni_trier.wi2.procake.utils.multilanguage
Classes in de.uni_trier.wi2.procake.utils.multilanguage that implement Factory Modifier and Type Class Description classMessageFormatterFactoryThe MessageFormatterFactory contains the defaultMessageFormatter. -
Uses of Factory in de.uni_trier.wi2.procake.utils.ontology
Classes in de.uni_trier.wi2.procake.utils.ontology that implement Factory Modifier and Type Class Description classOntologyFactoryThis Factory class provides the ontology for the representation and similarity calculation of URIObjects.
-