GraphLab Project

graphlab.library.algorithms.goperators
Class EdgeInduced

java.lang.Object
  extended by graphlab.library.algorithms.goperators.EdgeInduced

public class EdgeInduced
extends java.lang.Object

Author:
Mohammad Ali Rostami

Constructor Summary
EdgeInduced()
           
 
Method Summary
static
<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>>
BaseGraph<VertexType,EdgeType>
edgeInduced(BaseGraph<VertexType,EdgeType> g, java.util.Collection<EdgeType> S)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeInduced

public EdgeInduced()
Method Detail

edgeInduced

public static <VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> BaseGraph<VertexType,EdgeType> edgeInduced(BaseGraph<VertexType,EdgeType> g,
                                                                                                                               java.util.Collection<EdgeType> S)

GraphLab Project