de.saar.chorus.domgraph.chart
Class SplitSource

Object
  extended by SplitSource
Direct Known Subclasses:
CompleteSplitSource, OneSplitSource, RedundancyEliminationSplitSource

public abstract class SplitSource
extends Object

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.

Author:
Alexander Koller

Constructor Summary
SplitSource(DomGraph graph)
           
 
Method Summary
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitSource

public SplitSource(DomGraph graph)