Uses of Interface
org.aksw.faraday_cage.engine.Plugin
-
Packages that use Plugin Package Description org.aksw.deer org.aksw.deer.decorators org.aksw.deer.enrichments org.aksw.deer.io org.aksw.faraday_cage.decorator org.aksw.faraday_cage.engine -
-
Uses of Plugin in org.aksw.deer
Subinterfaces of Plugin in org.aksw.deer Modifier and Type Interface Description interfaceDeerExecutionNodeReference type for all DEER implementations ofExecutionNodeneeded to specify the scope of the faraday cage plugin system.interfaceDeerExecutionNodeWrapperinterfaceParameterizedDeerExecutionNodeThis is just to cope with Javas broken type system. -
Uses of Plugin in org.aksw.deer.decorators
Classes in org.aksw.deer.decorators that implement Plugin Modifier and Type Class Description classAbstractDeerExecutionNodeDecoratorclassAbstractDeerExecutionNodeWrapperclassAbstractParameterizedDeerExecutionNodeDecoratorclassAbstractParameterizedDeerExecutionNodeWrapperclassSparqlAnalyticsWrapper -
Uses of Plugin in org.aksw.deer.enrichments
Subinterfaces of Plugin in org.aksw.deer.enrichments Modifier and Type Interface Description interfaceEnrichmentOperatorinterfaceParameterizedEnrichmentOperatorClasses in org.aksw.deer.enrichments that implement Plugin Modifier and Type Class Description classAbstractEnrichmentOperatorclassAbstractParameterizedEnrichmentOperatorclassAuthorityConformationEnrichmentOperatorclassDereferencingEnrichmentOperatorAn EnrichmentOperator for dereferencing.classFilterEnrichmentOperatorclassGeoDistanceEnrichmentOperatorAnEnrichmentOperatorto enrich models with distancesclassGeoFusionEnrichmentOperatorBasic implementation of a fusion operator for geospatial properties.classLinkingEnrichmentOperatorAnEnrichmentOperatorto enrich models with links discovered using LIMES.classMergeEnrichmentOperatorclassNEREnrichmentOperatorclassPredicateConformationEnrichmentOperatorclassSparqlUpdateEnrichmentOperator -
Uses of Plugin in org.aksw.deer.io
Subinterfaces of Plugin in org.aksw.deer.io Modifier and Type Interface Description interfaceModelReaderinterfaceModelWriterClasses in org.aksw.deer.io that implement Plugin Modifier and Type Class Description classAbstractModelIOclassAbstractModelReaderclassAbstractModelWriterclassEmbeddedModelReaderclassFileModelReaderclassFileModelWriterclassSparqlModelReaderclassSparqlModelWriter -
Uses of Plugin in org.aksw.faraday_cage.decorator
Subinterfaces of Plugin in org.aksw.faraday_cage.decorator Modifier and Type Interface Description interfaceExecutionNodeWrapper<V extends ExecutionNode<T>,T>Classes in org.aksw.faraday_cage.decorator that implement Plugin Modifier and Type Class Description classAbstractExecutionNodeDecorator<T>Base abstract class for decorator patternclassAbstractExecutionNodeWrapper<V extends ExecutionNode<T>,T>classAbstractParameterizedExecutionNodeDecorator<V extends Parameterized & ExecutionNode<T>,T>Base abstract class for decorator patternclassAbstractParameterizedExecutionNodeWrapper<V extends ExecutionNode<T>,T> -
Uses of Plugin in org.aksw.faraday_cage.engine
Classes in org.aksw.faraday_cage.engine with type parameters of type Plugin Modifier and Type Class Description classPluginFactory<U extends Plugin>A generic factory for implementations ofFaradayCagePlugin.Subinterfaces of Plugin in org.aksw.faraday_cage.engine Modifier and Type Interface Description interfaceExecutionNode<T>Classes in org.aksw.faraday_cage.engine that implement Plugin Modifier and Type Class Description classAbstractExecutionNode<T>classAbstractParameterizedExecutionNode<T>
-