Package | Description |
---|---|
org.drools.definition.process |
The classes that make up a Process definition.
|
org.drools.impl.adapters | |
org.drools.runtime.process |
The process runtime classes.
|
Modifier and Type | Method and Description |
---|---|
Node |
Connection.getFrom()
The Node the connection starts from.
|
Node |
NodeContainer.getNode(long id)
The node in this NodeContainer with the given id.
|
Node[] |
NodeContainer.getNodes()
The Nodes of this NodeContainer.
|
Node |
Connection.getTo()
The Node the connection goes to.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeAdapter |
Modifier and Type | Method and Description |
---|---|
Node |
ConnectionAdapter.getFrom() |
Node |
NodeInstanceAdapter.getNode() |
Node |
NodeContainerAdapter.getNode(long id) |
Node[] |
NodeContainerAdapter.getNodes() |
Node |
ConnectionAdapter.getTo() |
Modifier and Type | Method and Description |
---|---|
Node |
NodeInstance.getNode()
Return the node this node instance refers to.
|
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.