|
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.ConnectionAdapter
public class ConnectionAdapter
| Field Summary | |
|---|---|
org.kie.api.definition.process.Connection |
delegate
|
| Constructor Summary | |
|---|---|
ConnectionAdapter(org.kie.api.definition.process.Connection delegate)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Node |
getFrom()
The Node the connection starts from. |
String |
getFromType()
The type of exit point of the from Node. |
Map<String,Object> |
getMetaData()
Meta data associated with this connection. |
Object |
getMetaData(String name)
Meta data associated with this connection. |
Node |
getTo()
The Node the connection goes to. |
String |
getToType()
The type of entry point of the to Node. |
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.Connection delegate
| Constructor Detail |
|---|
public ConnectionAdapter(org.kie.api.definition.process.Connection delegate)
| Method Detail |
|---|
public Node getFrom()
Connection
getFrom in interface Connectionpublic Node getTo()
Connection
getTo in interface Connectionpublic String getFromType()
Connection
getFromType in interface Connectionpublic String getToType()
Connection
getToType in interface Connectionpublic Map<String,Object> getMetaData()
Connection
getMetaData in interface Connectionpublic Object getMetaData(String name)
Connection
getMetaData in interface Connectionpublic 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 | |||||||||