DeerPlugin, Node<T>, ParametrizedDeerPlugin, ParametrizedNode<T>, Plugin<T>AbstractEnrichmentOperator, AbstractModelIO, AbstractModelReader, AbstractModelWriter, AbstractNode, AbstractNode.WithImplicitCloning, AbstractParametrizedEnrichmentOperator, AbstractParametrizedNode, AbstractParametrizedNode.WithImplicitCloning, AuthorityConformationEnrichmentOperator, CloneEnrichmentOperator, DefaultModelReader, DefaultModelWriter, DereferencingEnrichmentOperator, FilterEnrichmentOperator, GeoDistanceEnrichmentOperator, GeoFusionEnrichmentOperator, LinkingEnrichmentOperator, MergeEnrichmentOperator, NEREnrichmentOperator, PredicateConformationEnrichmentOperatorpublic interface Execution<T>
| Modifier and Type | Method | Description |
|---|---|---|
List<T> |
apply(List<T> data) |
|
T |
apply(T data) |
|
default AnalyticsFrame |
gatherAnalytics() |
|
org.apache.jena.rdf.model.Resource |
getId() |
|
static <T> UnaryOperator<List<T>> |
toMultiExecution(UnaryOperator<T> singleExecution) |
|
static <T> UnaryOperator<T> |
toSingleExecution(UnaryOperator<List<T>> multiExecution) |
static <T> UnaryOperator<T> toSingleExecution(UnaryOperator<List<T>> multiExecution)
static <T> UnaryOperator<List<T>> toMultiExecution(UnaryOperator<T> singleExecution)
default AnalyticsFrame gatherAnalytics()
@NotNull org.apache.jena.rdf.model.Resource getId()
Copyright © 2018. All rights reserved.