samples.tutorials.to_sort
Class WolfGoatCabbage1

java.lang.Object
  extended by samples.tutorials.PatternExample
      extended by samples.tutorials.to_sort.WolfGoatCabbage1
All Implemented Interfaces:
Example

public class WolfGoatCabbage1
extends PatternExample


Field Summary
protected static Logger LOGGER
           
protected  int numberOfStates
           
 
Fields inherited from class samples.tutorials.PatternExample
model, solver
 
Constructor Summary
WolfGoatCabbage1()
           
 
Method Summary
 void buildModel()
           
 void buildSolver()
           
static void main(String[] args)
           
 void prettyOut()
           
 void solve()
           
 
Methods inherited from class samples.tutorials.PatternExample
execute, execute, printDescription, readArgs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final Logger LOGGER

numberOfStates

protected int numberOfStates
Constructor Detail

WolfGoatCabbage1

public WolfGoatCabbage1()
Method Detail

buildModel

public void buildModel()
Specified by:
buildModel in class PatternExample

buildSolver

public void buildSolver()
Specified by:
buildSolver in class PatternExample

solve

public void solve()
Specified by:
solve in class PatternExample

prettyOut

public void prettyOut()
Specified by:
prettyOut in class PatternExample

main

public static void main(String[] args)


Copyright © 2012. All Rights Reserved.