|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSplitSource
public abstract class SplitSource
An abstract superclass for classes that compute splits. A ChartSolver
relies on an object of a subclass of this class to provide the splits
for a subgraph. You can provide your own subclass by implementing
the computeSplits
method of this class.
Constructor Summary | |
---|---|
SplitSource(DomGraph graph)
|
Method Summary |
---|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplitSource(DomGraph graph)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |