|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvolatileprototypes.fvlib.Solver
volatileprototypes.fvlib.Behavior
public class Behavior
Nested Class Summary |
---|
Nested classes/interfaces inherited from class volatileprototypes.fvlib.Solver |
---|
Solver.Caller |
Field Summary | |
---|---|
protected Point[] |
points
|
Fields inherited from class volatileprototypes.fvlib.Solver |
---|
xs |
Constructor Summary | |
---|---|
Behavior()
Constructor, generates a new class instance with empty point array. |
|
Behavior(java.util.ArrayList<? extends Point> pointsin)
Constructor, generates a new class instance using a copy of the supplied Point ArrayList. |
|
Behavior(Point[] pointsin)
Constructor. |
Method Summary | |
---|---|
Point[] |
getP()
Get the current point array. |
void |
setP(java.util.ArrayList<? extends Point> pointsin)
Sets the object's Point array using a copy of the supplied ArrayList. |
void |
setP(Point[] pointsin)
Sets the object's Point array using the supplied array. |
Methods inherited from class volatileprototypes.fvlib.Solver |
---|
finalizeFunction, getNumCPUs, step, stepFunction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Point[] points
Constructor Detail |
---|
public Behavior()
public Behavior(java.util.ArrayList<? extends Point> pointsin)
pointsin
- An ArrayList containing Point objects with which the object's list will be initialized.public Behavior(Point[] pointsin)
pointsin
- An array containing Point objects with which the object's list will be initialized.Method Detail |
---|
public void setP(java.util.ArrayList<? extends Point> pointsin)
pointsin
- The ArrayList containing Point objects.public void setP(Point[] pointsin)
pointsin
- The array containing Point objects.public Point[] getP()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |