Uses of Interface
org.aksw.deer.enrichments.EnrichmentOperator
-
Packages that use EnrichmentOperator Package Description org.aksw.deer.enrichments org.aksw.deer.learning.genetic -
-
Uses of EnrichmentOperator in org.aksw.deer.enrichments
Subinterfaces of EnrichmentOperator in org.aksw.deer.enrichments Modifier and Type Interface Description interfaceParameterizedEnrichmentOperatorClasses in org.aksw.deer.enrichments that implement EnrichmentOperator 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 EnrichmentOperator in org.aksw.deer.learning.genetic
Methods in org.aksw.deer.learning.genetic that return EnrichmentOperator Modifier and Type Method Description static EnrichmentOperatorRandomOperatorFactory. getForArity(int arity)static EnrichmentOperatorRandomOperatorFactory. getForMaxArity(int arity)static EnrichmentOperatorRandomOperatorFactory. reproduce(EnrichmentOperator op)Methods in org.aksw.deer.learning.genetic that return types with arguments of type EnrichmentOperator Modifier and Type Method Description static java.util.List<EnrichmentOperator>RandomOperatorFactory. getAll()Methods in org.aksw.deer.learning.genetic with parameters of type EnrichmentOperator Modifier and Type Method Description static EnrichmentOperatorRandomOperatorFactory. reproduce(EnrichmentOperator op)Method parameters in org.aksw.deer.learning.genetic with type arguments of type EnrichmentOperator Modifier and Type Method Description static voidRandomOperatorFactory. setFactory(PluginFactory<EnrichmentOperator> factory)
-