Package | Description |
---|---|
org.aksw.simba.benchmark.comparisons | |
org.aksw.simba.hibiscus.hypergraph | |
org.aksw.simba.largerdfbench.util |
Modifier and Type | Method and Description |
---|---|
static HyperGraph.Vertex |
AvgStats.getVertex(java.lang.String label,
java.util.HashSet<HyperGraph.Vertex> V)
Retrieve a vertex having a specific label from a set of Vertrices
|
Modifier and Type | Method and Description |
---|---|
static java.util.HashSet<HyperGraph.Vertex> |
AvgStats.getJoinVertexCount(java.util.HashSet<HyperGraph.Vertex> Vertices)
Get the the list of join vertices
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AvgStats.vertexExist(HyperGraph.Vertex sbjVertex,
java.util.HashSet<HyperGraph.Vertex> V)
Check if a vertex already exists in set of all vertices
|
Modifier and Type | Method and Description |
---|---|
static java.util.HashSet<HyperGraph.Vertex> |
AvgStats.getJoinVertexCount(java.util.HashSet<HyperGraph.Vertex> Vertices)
Get the the list of join vertices
|
static HyperGraph.Vertex |
AvgStats.getVertex(java.lang.String label,
java.util.HashSet<HyperGraph.Vertex> V)
Retrieve a vertex having a specific label from a set of Vertrices
|
static boolean |
AvgStats.vertexExist(HyperGraph.Vertex sbjVertex,
java.util.HashSet<HyperGraph.Vertex> V)
Check if a vertex already exists in set of all vertices
|
Modifier and Type | Field and Description |
---|---|
HyperGraph.Vertex |
HyperGraph.HyperEdge.obj |
HyperGraph.Vertex |
HyperGraph.HyperEdge.pred |
HyperGraph.Vertex |
HyperGraph.HyperEdge.subj |
Constructor and Description |
---|
HyperEdge(HyperGraph.Vertex subject,
HyperGraph.Vertex predicate,
HyperGraph.Vertex object)
A hyperedge constructor.
|
Modifier and Type | Method and Description |
---|---|
static HyperGraph.Vertex |
QueryStatistics.getVertex(java.lang.String label,
java.util.HashSet<HyperGraph.Vertex> V)
Retrieve a vertex having a specific label from a set of Vertrices
|
Modifier and Type | Method and Description |
---|---|
static java.util.HashSet<HyperGraph.Vertex> |
QueryStatistics.getJoinVertexCount(java.util.HashSet<HyperGraph.Vertex> Vertices)
Get the the list of join vertices
|
Modifier and Type | Method and Description |
---|---|
static boolean |
QueryStatistics.vertexExist(HyperGraph.Vertex sbjVertex,
java.util.HashSet<HyperGraph.Vertex> V)
Check if a vertex already exists in set of all vertices
|
Modifier and Type | Method and Description |
---|---|
static java.util.HashSet<HyperGraph.Vertex> |
QueryStatistics.getJoinVertexCount(java.util.HashSet<HyperGraph.Vertex> Vertices)
Get the the list of join vertices
|
static HyperGraph.Vertex |
QueryStatistics.getVertex(java.lang.String label,
java.util.HashSet<HyperGraph.Vertex> V)
Retrieve a vertex having a specific label from a set of Vertrices
|
static boolean |
QueryStatistics.vertexExist(HyperGraph.Vertex sbjVertex,
java.util.HashSet<HyperGraph.Vertex> V)
Check if a vertex already exists in set of all vertices
|