@Beta public final class SampleGraph extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SampleGraph.AggSample |
static class |
SampleGraph.Sample |
static class |
SampleGraph.SampleKey |
Constructor and Description |
---|
SampleGraph(Method m,
SampleNode node) |
Modifier and Type | Method and Description |
---|---|
SampleGraph.AggSample |
getAggNode(SampleGraph.SampleKey key) |
int |
getAggNodesNr() |
SampleGraph.AggSample |
getAggRootVertex() |
Set<SampleGraph.AggSample> |
getChildren(SampleGraph.AggSample node) |
Set<SampleGraph.AggSample> |
getParents(SampleGraph.AggSample node) |
SampleGraph.Sample |
getRootVertex() |
Set<SampleGraph.Sample> |
getSamples(SampleGraph.SampleKey key) |
boolean |
haveCommonChild(SampleGraph.AggSample a,
SampleGraph.AggSample b) |
boolean |
isParentDescendant(SampleGraph.AggSample a,
SampleGraph.AggSample b) |
String |
toString() |
public SampleGraph(Method m, SampleNode node)
public SampleGraph.Sample getRootVertex()
public SampleGraph.AggSample getAggRootVertex()
public int getAggNodesNr()
public boolean haveCommonChild(SampleGraph.AggSample a, SampleGraph.AggSample b)
public boolean isParentDescendant(SampleGraph.AggSample a, SampleGraph.AggSample b)
public Set<SampleGraph.AggSample> getParents(SampleGraph.AggSample node)
public Set<SampleGraph.AggSample> getChildren(SampleGraph.AggSample node)
public SampleGraph.AggSample getAggNode(SampleGraph.SampleKey key)
public Set<SampleGraph.Sample> getSamples(SampleGraph.SampleKey key)
Copyright © 2018 SPF4J. All rights reserved.