public class DepthAnalyserAG extends Object
Constructor and Description |
---|
DepthAnalyserAG(slib.sglib.model.graph.G g,
slib.sglib.model.graph.utils.WalkConstraint wc)
Create a DepthAnalyserAG object considering a particular acyclic graph
and set of edge types Note that graph acyclicity is not evaluated.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,Integer> |
getMaxDepthsDistribution() |
Map<Integer,Integer> |
getMinDepthsDistribution() |
Map<org.openrdf.model.URI,Integer> |
getVMaxDepths() |
Map<org.openrdf.model.URI,Integer> |
getVMinDepths() |
public DepthAnalyserAG(slib.sglib.model.graph.G g, slib.sglib.model.graph.utils.WalkConstraint wc)
g
- The graph to considerwc
- public Map<org.openrdf.model.URI,Integer> getVMaxDepths() throws slib.utils.ex.SLIB_Ex_Critic
slib.utils.ex.SLIB_Ex_Critic
public Map<org.openrdf.model.URI,Integer> getVMinDepths() throws slib.utils.ex.SLIB_Ex_Critic
slib.utils.ex.SLIB_Ex_Critic
public Map<Integer,Integer> getMinDepthsDistribution() throws slib.utils.ex.SLIB_Exception
slib.utils.ex.SLIB_Exception
public Map<Integer,Integer> getMaxDepthsDistribution() throws slib.utils.ex.SLIB_Exception
slib.utils.ex.SLIB_Exception
Copyright © 2014. All rights reserved.