|
Knowledge API Legacy5 Adapter 6.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.impl.adapters.NodeAdapter
public class NodeAdapter
| Field Summary | |
|---|---|
org.kie.api.definition.process.Node |
delegate
|
| Constructor Summary | |
|---|---|
NodeAdapter(org.kie.api.definition.process.Node delegate)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
org.kie.api.definition.process.Node |
getDelegate()
|
long |
getId()
The id of the node. |
Map<String,List<Connection>> |
getIncomingConnections()
The incoming connections for this Node. |
List<Connection> |
getIncomingConnections(String type)
The incoming connections for this Node for the given entry-point. |
Map<String,Object> |
getMetaData()
Meta data associated with this Node. |
Object |
getMetaData(String name)
Meta data associated with this Node. |
String |
getName()
The name of the node |
NodeContainer |
getNodeContainer()
The NodeContainer this Node lives in. |
Map<String,List<Connection>> |
getOutgoingConnections()
The outgoing connections for this Node. |
List<Connection> |
getOutgoingConnections(String type)
The outgoing connections for this Node for the given exit-point. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public org.kie.api.definition.process.Node delegate
| Constructor Detail |
|---|
public NodeAdapter(org.kie.api.definition.process.Node delegate)
| Method Detail |
|---|
public org.kie.api.definition.process.Node getDelegate()
public long getId()
Node
getId in interface Nodepublic String getName()
Node
getName in interface Nodepublic Map<String,List<Connection>> getIncomingConnections()
Node
getIncomingConnections in interface Nodepublic Map<String,List<Connection>> getOutgoingConnections()
Node
getOutgoingConnections in interface Nodepublic List<Connection> getIncomingConnections(String type)
Node
getIncomingConnections in interface Nodepublic List<Connection> getOutgoingConnections(String type)
Node
getOutgoingConnections in interface Nodepublic NodeContainer getNodeContainer()
Node
getNodeContainer in interface Nodepublic Map<String,Object> getMetaData()
Node
getMetaData in interface Nodepublic Object getMetaData(String name)
Node
getMetaData in interface Nodepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
Knowledge API Legacy5 Adapter 6.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||