N - The type of Node stored in this Edgepublic interface DirectionalHyperEdge<N> extends DirectionalEdge<N>
SINK, SOURCE, UNCONNECTED| Modifier and Type | Method and Description | 
|---|---|
| DirectionalHyperEdge<N> | createReplacementEdge(java.util.Collection<N> sourceNodes,
                     java.util.Collection<N> sinkNodes)Creates a replacement DirectionalHyperEdge for this DirectionalHyperEdge,
 with the replacement connected to the Nodes in the given Collections. | 
getNodeInterfaceType, getSinkNodes, getSourceNodesgetAdjacentNodeCount, getAdjacentNodes, getNodeAt, isAdjacentNodeDirectionalHyperEdge<N> createReplacementEdge(java.util.Collection<N> sourceNodes, java.util.Collection<N> sinkNodes)
sourceNodes - The Collection indicating the source Nodes of the replacement
            DirectionalHyperEdgesinkNodes - The Collection indicating the sink Nodes of the replacement
            DirectionalHyperEdge