Execution<T>, org.pf4j.ExtensionPoint, IdentifiableExecution<T>, Plugin<T>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 Resource id,
int inDegree,
int outDegree) |
|
boolean |
isInitialized() |
Get initialization status
|
apply, apply, toMultiExecution, toSingleExecutiongetIdgetImplementationType, getType, initdefault Node.DegreeBounds getDegreeBounds()
int getInDegree()
int getOutDegree()
void init(@NotNull
@NotNull Resource id,
int inDegree,
int outDegree)
boolean isInitialized()
true, if initialized; false, else.Copyright © 2018. All rights reserved.