Uses of Class
helix.graph.model.impl.RVertexSet

Packages that use RVertexSet
helix.graph.algo.c3part   
helix.graph.model.impl   
 

Uses of RVertexSet in helix.graph.algo.c3part
 

Methods in helix.graph.algo.c3part that return RVertexSet
static RVertexSet C3PartUtil.getAliases(Vertex V)
          get multinodes aliases of a multinode V (V is called a root multinode) and create an empty RVertexSet if it does not exist.
static RVertexSet C3PartUtil.getSons(Vertex V)
          get multinodes sons of a multinode V and create an empty RVertexSet if it does not exist.
 

Uses of RVertexSet in helix.graph.model.impl
 

Methods in helix.graph.model.impl that return RVertexSet
static RVertexSet RVertexSet.getVertexSet(Registry r, String key)
          Lookup the RVertexSet associated to key in registry and create an empty RVertexSet if it does not exist.