public class ConnectionAdapter extends Object implements Connection
| Modifier and Type | Field and Description |
|---|---|
org.kie.api.definition.process.Connection |
delegate |
| Constructor and Description |
|---|
ConnectionAdapter(org.kie.api.definition.process.Connection delegate) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public ConnectionAdapter(org.kie.api.definition.process.Connection delegate)
public Node getFrom()
ConnectiongetFrom in interface Connectionpublic Node getTo()
ConnectiongetTo in interface Connectionpublic String getFromType()
ConnectiongetFromType in interface Connectionpublic String getToType()
ConnectiongetToType in interface Connectionpublic Map<String,Object> getMetaData()
ConnectiongetMetaData in interface Connectionpublic Object getMetaData(String name)
ConnectiongetMetaData in interface ConnectionCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.