|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
N
- node typeP
- parameter typepublic interface Connector<N,P>
A Connector
is used to specify a connection of a new node
with a graph at a position which is given by an existing node in
the graph. For example, the connector implementation could just redirect
all edges from the existing node to the new node.
A connector is invoked as follows: At first, a connecting action has to be
recorded in the connection queue by invocation of
Producer.connect(N, N, P, de.grogra.xl.impl.base.Connector
. Afterwards, on queue application the connecting
action is executed, which leads to the invocation of the connector.
Method Summary | |
---|---|
void |
connect(N from,
N to,
P param,
GraphQueue queue)
Establish the connection. |
Method Detail |
---|
void connect(N from, N to, P param, GraphQueue queue)
from
- existing node in the graphto
- new node which shall be connected with the graphparam
- some parameter for the connector (the same as the one
passed to Producer.connect(N, N, P, de.grogra.xl.impl.base.Connector)
)queue
- connectding queue within which the connecting action
has been recorded
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |