|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectio.loader.shared.GraphBuilder
public class GraphBuilder
extract a skeleton graph (see SkeletonGraph) from the sampled parts
| Field Summary | |
|---|---|
private static org.apache.log4j.Logger |
logger
logger instance |
| Constructor Summary | |
|---|---|
GraphBuilder()
|
|
| Method Summary | |
|---|---|
static SkeletonGraph |
buildGraph(java.util.Map<SkeletonNode,java.util.List<SkeletonBranch>> allParts)
Build a graph from the sampled parts. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public GraphBuilder()
| Method Detail |
|---|
public static SkeletonGraph buildGraph(java.util.Map<SkeletonNode,java.util.List<SkeletonBranch>> allParts)
throws InvalidSkeletonException
allParts - Map containing all parts sampled in the skeleton. Key is the
skeleton node the parts in the value list are emanating from.
InvalidSkeletonException - if the skeleton seems to be broken
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||