org.drools.planner.examples.machinereassignment.persistence
Class MachineReassignmentProblemIO
java.lang.Object
org.drools.planner.examples.machinereassignment.persistence.MachineReassignmentProblemIO
- All Implemented Interfaces:
- ProblemIO
public class MachineReassignmentProblemIO
- extends Object
- implements ProblemIO
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MachineReassignmentProblemIO
public MachineReassignmentProblemIO()
getFileExtension
public String getFileExtension()
- Specified by:
getFileExtension in interface ProblemIO
read
public Solution read(File inputSolutionFile)
- Specified by:
read in interface ProblemIO
write
public void write(Solution solution,
File outputSolutionFile)
- Specified by:
write in interface ProblemIO
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.