ParametrizedNode<T>AbstractNode, AbstractNode.WithImplicitCloning, AbstractParametrizedNode, AbstractParametrizedNode.WithImplicitCloningpublic 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(@NotNull 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
@NotNull org.apache.jena.rdf.model.Resource id,
int inDegree,
int outDegree)
Copyright © 2018. All rights reserved.