Constructor and Description |
---|
DirectEdge()
Create disconnected edge.
|
DirectEdge(Connector<?> connector,
Vertex<?,?,?> source,
int sourcePort,
Vertex<?,?,?> target,
int targetPort) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias()
Returns the alias associated with this edge.
|
Vertex<?,?,?> |
getSource()
Returns the source vertex.
|
int |
getSourceOutputPort()
Returns the source output port index.
|
java.util.Set<java.lang.String> |
getTags()
Returns the set of tags associated with this edge.
|
Vertex<?,?,?> |
getTarget()
Returns the target vertex.
|
int |
getTargetInputPort()
Returns the target input port index.
|
public DirectEdge(Connector<?> connector, Vertex<?,?,?> source, int sourcePort, Vertex<?,?,?> target, int targetPort)
public DirectEdge()
public Vertex<?,?,?> getSource()
Edge
public int getSourceOutputPort()
Edge
getSourceOutputPort
in interface Edge
public Vertex<?,?,?> getTarget()
Edge
public int getTargetInputPort()
Edge
getTargetInputPort
in interface Edge
public java.util.Set<java.lang.String> getTags()
Edge
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641