|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttranslate.ConstraintLoader
public class ConstraintLoader
Loads constraints from a goal file.
Constructor Summary | |
---|---|
ConstraintLoader()
|
Method Summary | |
---|---|
java.util.ArrayList<Constraint> |
getConstraints(java.lang.String goalFile,
Map map)
Loads the constraints from the goal file for the specified map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstraintLoader()
Method Detail |
---|
public java.util.ArrayList<Constraint> getConstraints(java.lang.String goalFile, Map map)
goalFile
- - the file containing constraintsmap
- - the map containing the constrained objects
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |