public interface Edge
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.
|
Vertex<?,?,?> getSource()
int getSourceOutputPort()
Vertex<?,?,?> getTarget()
int getTargetInputPort()
java.util.Set<java.lang.String> getTags()
java.lang.String getAlias()
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641