DeerPlugin, ParametrizedDeerPlugin, ParametrizedNode<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 Node<T> extends Plugin<T>
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
Node.DegreeBounds |
| Modifier and Type | Method | Description |
|---|---|---|
default Node.DegreeBounds |
getDegreeBounds() |
|
int |
getInDegree() |
|
int |
getOutDegree() |
|
void |
init(org.apache.jena.rdf.model.Resource id,
int inDegree,
int outDegree) |
apply, apply, gatherAnalytics, getIdgetType, init, isInitializeddefault Node.DegreeBounds getDegreeBounds()
int getInDegree()
int getOutDegree()
void init(@NotNull
org.apache.jena.rdf.model.Resource id,
int inDegree,
int outDegree)
Copyright © 2018. All rights reserved.