| Package | Description |
|---|---|
| org.azyva.dragom.execcontext.plugin | |
| org.azyva.dragom.model | |
| org.azyva.dragom.model.event | |
| org.azyva.dragom.model.plugin |
| Modifier and Type | Method and Description |
|---|---|
String |
RuntimePropertiesPlugin.getProperty(Node node,
String name)
Gets the value of a property associated with a node.
|
<NodeEventClass extends NodeEvent> |
EventPlugin.registerListener(Node node,
NodeEventListener<NodeEventClass> nodeEventListener,
boolean indChildrenAlso,
boolean indTransient)
|
void |
RuntimePropertiesPlugin.setProperty(Node node,
String name,
String value)
Sets the value of a property associated with a node.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeBuilder<NodeSubType extends Node>
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassificationNode
Represents a classification node at runtime.
|
interface |
Module
Represents a module at runtime.
|
interface |
MutableClassificationNode
Extension of
ClassificationNodeConfig that allows changing the
configuration data. |
interface |
MutableModule
Extension of
Module that allows changing the configuration data. |
interface |
MutableNode
Extension of
Node that allows changing the configuration data. |
| Modifier and Type | Method and Description |
|---|---|
Node |
ClassificationNode.getNodeChild(String name)
Returns a child
Node. |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
ClassificationNode.getListChildNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NodeVisitor.visitNode(Node node)
Called for each
Node during traversal. |
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeEvent.getNode() |
| Constructor and Description |
|---|
NodeEvent(Node node)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
NodePlugin.getNode() |
| Modifier and Type | Method and Description |
|---|---|
<NodePluginInterface extends NodePlugin> |
NodePluginFactory.getPlugin(Class<NodePluginInterface> classNodePlugin,
Node node)
Returns a
NodePlugin of the specified Class for a given Node. |
Copyright © 2015–2017 AZYVA INC.. All rights reserved.