|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@CodeReview(reviewer="Jonathan McClain",
date="2006-05-17",
changesNeeded=false,
comments="Looks fine.")
public interface VectorizableThe Vectorizable interface is an interface for an object that can be converted to and from a Vector.
| Method Summary | |
|---|---|
Vectorizable |
clone()
Creates a new clone (shallow copy) of this object. |
void |
convertFromVector(Vector parameters)
Converts the object from a Vector of parameters. |
Vector |
convertToVector()
Converts the object to a vector. |
| Method Detail |
|---|
Vectorizable clone()
CloneableSerializable
clone in interface CloneableSerializableVector convertToVector()
void convertFromVector(Vector parameters)
parameters - The parameters to incorporate.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||