public class DepthAnalyserAG extends Object
Constructor and Description |
---|
DepthAnalyserAG(G g,
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(G g, WalkConstraint wc)
g
- The graph to considerwc
- public Map<org.openrdf.model.URI,Integer> getVMaxDepths() throws SLIB_Ex_Critic
SLIB_Ex_Critic
public Map<org.openrdf.model.URI,Integer> getVMinDepths() throws SLIB_Ex_Critic
SLIB_Ex_Critic
public Map<Integer,Integer> getMinDepthsDistribution() throws SLIB_Exception
SLIB_Exception
public Map<Integer,Integer> getMaxDepthsDistribution() throws SLIB_Exception
SLIB_Exception
Copyright © 2014. All rights reserved.