public class VertexEdgeCount extends Object
Constructor and Description |
---|
VertexEdgeCount()
Default constructor.
|
VertexEdgeCount(long vertexCount,
long edgeCount,
long mappingCount)
Constructor with initial values.
|
Modifier and Type | Method and Description |
---|---|
long |
getEdgeCount() |
long |
getMappingCount() |
long |
getVertexCount() |
VertexEdgeCount |
incrVertexEdgeCount(long vertexCount,
long edgeCount)
Increment the both the vertex edge count with primitives.
|
VertexEdgeCount |
incrVertexEdgeCount(VertexEdgeCount vertexEdgeCount)
Increment the both the vertex edge count with a
VertexEdgeCount . |
String |
toString() |
public VertexEdgeCount()
public VertexEdgeCount(long vertexCount, long edgeCount, long mappingCount)
vertexCount
- Final number of vertices.edgeCount
- Final number of edges.mappingCount
- Final number of mappings.public long getVertexCount()
public long getEdgeCount()
public long getMappingCount()
public VertexEdgeCount incrVertexEdgeCount(VertexEdgeCount vertexEdgeCount)
VertexEdgeCount
.vertexEdgeCount
- add both the vertices and edges of this object.public VertexEdgeCount incrVertexEdgeCount(long vertexCount, long edgeCount)
vertexCount
- Add this many vertices.edgeCount
- Add this many edges.Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.