public class EdgesSummary extends Object
| Constructor and Description |
|---|
EdgesSummary(com.google.common.collect.ImmutableMap<String,Integer> outEdgeCountsByLabels,
com.google.common.collect.ImmutableMap<String,Integer> inEdgeCountsByLabels) |
EdgesSummary(Map<String,Integer> outEdgeCountsByLabels,
Map<String,Integer> inEdgeCountsByLabels) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCountOfEdges() |
int |
getCountOfEdges(Direction direction) |
int |
getCountOfInEdges() |
int |
getCountOfOutEdges() |
com.google.common.collect.ImmutableMap<String,Integer> |
getEdgeCountsByLabels() |
com.google.common.collect.ImmutableSet<String> |
getEdgeLabels() |
com.google.common.collect.ImmutableSet<String> |
getEdgeLabels(Direction direction) |
com.google.common.collect.ImmutableMap<String,Integer> |
getInEdgeCountsByLabels() |
com.google.common.collect.ImmutableSet<String> |
getInEdgeLabels() |
com.google.common.collect.ImmutableMap<String,Integer> |
getOutEdgeCountsByLabels() |
com.google.common.collect.ImmutableSet<String> |
getOutEdgeLabels() |
public EdgesSummary(com.google.common.collect.ImmutableMap<String,Integer> outEdgeCountsByLabels, com.google.common.collect.ImmutableMap<String,Integer> inEdgeCountsByLabels)
public com.google.common.collect.ImmutableMap<String,Integer> getOutEdgeCountsByLabels()
public com.google.common.collect.ImmutableMap<String,Integer> getInEdgeCountsByLabels()
public com.google.common.collect.ImmutableMap<String,Integer> getEdgeCountsByLabels()
public com.google.common.collect.ImmutableSet<String> getOutEdgeLabels()
public com.google.common.collect.ImmutableSet<String> getInEdgeLabels()
public com.google.common.collect.ImmutableSet<String> getEdgeLabels()
public com.google.common.collect.ImmutableSet<String> getEdgeLabels(Direction direction)
public int getCountOfOutEdges()
public int getCountOfInEdges()
public int getCountOfEdges()
public int getCountOfEdges(Direction direction)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.