Uses of Class
helix.graph.algo.c3part.C3PartOptions

Packages that use C3PartOptions
helix.graph.algo.c3part   
helix.graph.algo.c3part.aggregator   
helix.graph.algo.c3part.reporter   
helix.graph.program.isofun   
 

Uses of C3PartOptions in helix.graph.algo.c3part
 

Methods in helix.graph.algo.c3part that return C3PartOptions
 C3PartOptions C3PartAlgo.getOptions()
          get current algorithm options return a hard copy of options, so modifying them will not modify internal algorithm options.
 C3PartOptions C3PartAbstract.getOptions()
          get current options return a hard copy of options, so modifying them will not modify internal algorithm options.
 C3PartOptions C3PartAlgo.getPhysicalOptions()
          get current algorithm options this method returns the internal algo options.
 C3PartOptions C3PartAbstract.getPhysicalOptions()
          get current options this method returns the internal algo options.
 

Methods in helix.graph.algo.c3part with parameters of type C3PartOptions
 void C3PartDFSQ.setOptions(C3PartOptions options)
           
 void C3PartAlgo.setOptions(C3PartOptions options)
          set algorithm options note: this may throw an Exception if options are incompatible with this algo
 void C3PartAbstractXFS.setOptions(C3PartOptions options)
           
 void C3PartAbstract.setOptions(C3PartOptions options)
          set options time to check for option incompatibilities
 

Constructors in helix.graph.algo.c3part with parameters of type C3PartOptions
C3PartOptions(C3PartOptions options)
          constructor to copy existing options
 

Uses of C3PartOptions in helix.graph.algo.c3part.aggregator
 

Methods in helix.graph.algo.c3part.aggregator that return C3PartOptions
 C3PartOptions NodeAggregator.getOptions()
          accessor to current options
 

Constructors in helix.graph.algo.c3part.aggregator with parameters of type C3PartOptions
CCAggregator(Graph datagraph, C3PartOptions options, RColorSet multicolors)
          constructor
CenteredAggregator(Graph datagraph, C3PartOptions options)
          required constructor
CliqueAggregator(Graph datagraph, C3PartOptions options)
          required constructor
DenseCCAggregator(Graph datagraph, C3PartOptions options, RColorSet multicolors)
          constructor
NodeAggregator(Graph datagraph, C3PartOptions options)
          required constructor
PivotingAggregator(Graph datagraph, C3PartOptions options)
          constructor - same as super
 

Uses of C3PartOptions in helix.graph.algo.c3part.reporter
 

Methods in helix.graph.algo.c3part.reporter with parameters of type C3PartOptions
static void CCCReporterDebug.printSynton(Graph synton, C3PartOptions options)
           
static void CCCReporter.printSynton(Graph synton, C3PartOptions options)
          print out a synton in Dimacs format
 

Uses of C3PartOptions in helix.graph.program.isofun
 

Subclasses of C3PartOptions in helix.graph.program.isofun
 class IsofunOptions