public interface NodePlugin
A NodePlugin will actually be either a ClassificationNodePlugin or a
ModulePlugin. It cannot only implement NodePlugin.
During its execution, a NodePlugin can access the ExecContext of the
tool on behalf of which it is executing. This includes accessing properties
(ExecContext.getProperty(java.lang.String), etc.) and transient data
(ExecContext.getTransientData(java.lang.String), etc.). But this must be done in a way
that is coherent with the fact that a NodePlugin is part of the Model
and as such must be considered in Model scope (static). Specifically a
NodePlugin must not affect its internal state based on ExecContext information,
which is at a lower level scope.
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode() |
Node getNode()
Copyright © 2015–2017 AZYVA INC.. All rights reserved.