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()
Connection
getFrom
in interface Connection
public Node getTo()
Connection
getTo
in interface Connection
public String getFromType()
Connection
getFromType
in interface Connection
public String getToType()
Connection
getToType
in interface Connection
public Map<String,Object> getMetaData()
Connection
getMetaData
in interface Connection
public Object getMetaData(String name)
Connection
getMetaData
in interface Connection
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.