|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IObject
igeo.IAgent
igeo.IPointAgent
igeo.IParticleAgent
igeo.IBoid
public class IBoid
Class of an agent based on one point, extending IPoint and implements IDynamics
| Field Summary | |
|---|---|
double |
alignmentDist
|
double |
alignmentMaxVelocity
|
double |
alignmentRatio
|
double |
coherenceRatio
|
double |
neighborDist
|
java.util.ArrayList<IBoid> |
neighbors
|
double |
randomVelocityPercent
|
double |
randomVelocityRange
|
double |
separationDist
|
double |
separationRatio
|
| Fields inherited from class igeo.IParticleAgent |
|---|
particle |
| Fields inherited from class igeo.IPointAgent |
|---|
point, pos |
| Fields inherited from class igeo.IAgent |
|---|
alive, duration, localDynamics, parent, targets, time |
| Fields inherited from class igeo.IObject |
|---|
attribute, dynamics, graphics, parameter, server |
| Constructor Summary | |
|---|---|
IBoid()
|
|
IBoid(double x,
double y,
double z)
|
|
IBoid(IBoid b)
|
|
IBoid(IVecI pt)
|
|
| Method Summary | |
|---|---|
IBoid |
add(double x,
double y,
double z)
|
IBoid |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoid |
add(IVecI v)
|
IBoid |
add(IVecI v,
double f)
scale add |
IBoid |
add(IVecI v,
IDoubleI f)
|
void |
align()
|
IBoid |
clr(java.awt.Color c)
|
IBoid |
clr(java.awt.Color c,
int alpha)
to set color, with alpha value overwritten |
IBoid |
clr(double dgray)
|
IBoid |
clr(double dgray,
double dalpha)
|
IBoid |
clr(double dr,
double dg,
double db)
|
IBoid |
clr(double dr,
double dg,
double db,
double da)
|
IBoid |
clr(float fgray)
|
IBoid |
clr(float fgray,
float falpha)
|
IBoid |
clr(float fr,
float fg,
float fb)
|
IBoid |
clr(float fr,
float fg,
float fb,
float fa)
|
IBoid |
clr(int gray)
|
IBoid |
clr(int gray,
int alpha)
|
IBoid |
clr(int r,
int g,
int b)
|
IBoid |
clr(int r,
int g,
int b,
int a)
|
void |
cohere()
|
IBoid |
cp()
alias of dup() |
IBoid |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IBoid |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoid |
cp(IVecI v)
|
IBoid |
div(double v)
|
IBoid |
div(IDoubleI v)
|
IBoid |
dup()
methods of IVecI |
IBoid |
flip()
alias of neg |
void |
flock()
|
IBoid |
hide()
|
IBoid |
hsb(double h,
double s,
double b)
|
IBoid |
hsb(double h,
double s,
double b,
double a)
|
IBoid |
hsb(float h,
float s,
float b)
|
IBoid |
hsb(float h,
float s,
float b,
float a)
|
void |
interact(java.util.ArrayList<IDynamics> dynamics)
behavior definition of interaction with other dynamic objects. |
IBoid |
layer(ILayer l)
|
IBoid |
len(double l)
|
IBoid |
len(IDoubleI l)
|
IBoid |
mirror(IVecI planeDir)
mirror is alias of ref |
IBoid |
mirror(IVecI center,
IVecI planeDir)
|
IBoid |
mul(double v)
|
IBoid |
mul(IDoubleI v)
|
IBoid |
mv(double x,
double y,
double z)
mv() is alias of add() |
IBoid |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoid |
mv(IVecI v)
|
IBoid |
name(java.lang.String nm)
methods of IObject |
IBoid |
neg()
|
IBoid |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IBoid |
ref(IVecI center,
IVecI planeDir)
|
IBoid |
rev()
alias of neg() |
IBoid |
rot(IVecI axis,
double angle)
|
IBoid |
rot(IVecI axis,
IDoubleI angle)
|
IBoid |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IBoid |
rot(IVecI center,
IVecI axis,
double angle)
|
IBoid |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
|
IBoid |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IBoid |
scale(double f)
|
IBoid |
scale(IDoubleI f)
alias of mul |
IBoid |
scale(IVecI center,
double f)
|
IBoid |
scale(IVecI center,
IDoubleI f)
|
IBoid |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IBoid |
scale1d(IVecI axis,
IDoubleI f)
|
IBoid |
scale1d(IVecI center,
IVecI axis,
double f)
|
IBoid |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
void |
separate()
|
IBoid |
set(double x,
double y,
double z)
|
IBoid |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoid |
set(IVecI v)
|
IBoid |
setColor(java.awt.Color c)
|
IBoid |
setColor(java.awt.Color c,
int alpha)
|
IBoid |
setColor(double dgray)
|
IBoid |
setColor(double dgray,
double dalpha)
|
IBoid |
setColor(double dr,
double dg,
double db)
|
IBoid |
setColor(double dr,
double dg,
double db,
double da)
|
IBoid |
setColor(float fgray)
|
IBoid |
setColor(float fgray,
float falpha)
|
IBoid |
setColor(float fr,
float fg,
float fb)
|
IBoid |
setColor(float fr,
float fg,
float fb,
float fa)
|
IBoid |
setColor(int gray)
|
IBoid |
setColor(int gray,
int alpha)
|
IBoid |
setColor(int r,
int g,
int b)
|
IBoid |
setColor(int r,
int g,
int b,
int a)
|
IBoid |
setHSBColor(double h,
double s,
double b)
|
IBoid |
setHSBColor(double h,
double s,
double b,
double a)
|
IBoid |
setHSBColor(float h,
float s,
float b)
|
IBoid |
setHSBColor(float h,
float s,
float b,
float a)
|
IBoid |
setSize(double sz)
methods of IPoint |
IBoid |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IBoid |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IBoid |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
IBoid |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IBoid |
shearXY(double sxy,
double syx)
|
IBoid |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
IBoid |
shearXY(IVecI center,
double sxy,
double syx)
|
IBoid |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
IBoid |
shearYZ(double syz,
double szy)
|
IBoid |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
IBoid |
shearYZ(IVecI center,
double syz,
double szy)
|
IBoid |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
IBoid |
shearZX(double szx,
double sxz)
|
IBoid |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
IBoid |
shearZX(IVecI center,
double szx,
double sxz)
|
IBoid |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
IBoid |
show()
|
IBoid |
size(double sz)
|
IBoid |
sub(double x,
double y,
double z)
|
IBoid |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoid |
sub(IVecI v)
|
IBoid |
transform(IMatrix3I mat)
|
IBoid |
transform(IMatrix4I mat)
|
IBoid |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
IBoid |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
IBoid |
translate(double x,
double y,
double z)
translate() is alias of add() |
IBoid |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoid |
translate(IVecI v)
|
IBoid |
unit()
|
void |
update()
behavior definition of updating dynamics in each time frame |
| Methods inherited from class igeo.IParticleAgent |
|---|
addForce, fix, force, force, frc, frc, fric, fric, friction, friction, initParticleAgent, initParticleAgent, mass, mass, pos, pos, position, position, resetForce, unfix, vel, vel, velocity, velocity |
| Methods inherited from class igeo.IPointAgent |
|---|
angle, angle, angle, angle, angle, angle, bisect, cross, diff, dist, dist, dist, dist2, dist2, dist2, dot, dot, dot, eq, eq, eq, eq, eq, eq, eqX, eqX, eqX, eqX, eqX, eqX, eqY, eqY, eqY, eqY, eqY, eqY, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, get, getSize, getX, getY, getZ, isValid, len, len, len, len2, len2, len2, mid, nml, nml, size, sum, sum, sum, sum, sum, sum, to2d, to4d, to4d, to4d, toString, x, y, z |
| Methods inherited from class igeo.IAgent |
|---|
addDynamics, alive, del, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, parent, parent, removeTarget, removeTarget, target, target, targetNum, targets, time, time, updateGraphic, updateTarget |
| Methods inherited from class igeo.IObject |
|---|
attr, attr, clearDynamics, clearGraphics, clr, createGraphic, deleteGraphic, getColor, getGraphic, getGraphic, getParameter, graphicsNum, initGraphic, initObject, isVisible, layer, name, resetGraphic, server, setParameter, syncColor, visible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public double neighborDist
public double separationDist
public double separationRatio
public double alignmentDist
public double alignmentRatio
public double alignmentMaxVelocity
public double coherenceRatio
public double randomVelocityPercent
public double randomVelocityRange
public java.util.ArrayList<IBoid> neighbors
| Constructor Detail |
|---|
public IBoid()
public IBoid(IVecI pt)
public IBoid(double x,
double y,
double z)
public IBoid(IBoid b)
| Method Detail |
|---|
public void flock()
public void separate()
public void align()
public void cohere()
public void interact(java.util.ArrayList<IDynamics> dynamics)
IDynamics
interact in interface IDynamicsinteract in class IAgentpublic void update()
IDynamics
update in interface IDynamicsupdate in class IAgentpublic IBoid dup()
dup in interface ITransformabledup in interface IVecIdup in class IParticleAgentpublic IBoid set(IVecI v)
set in interface IVecIset in class IParticleAgent
public IBoid set(double x,
double y,
double z)
set in interface IVecIset in class IParticleAgent
public IBoid set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecIset in class IParticleAgent
public IBoid add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecIadd in class IParticleAgent
public IBoid add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IParticleAgentpublic IBoid add(IVecI v)
add in interface ITransformableadd in interface IVecIadd in class IParticleAgent
public IBoid sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleAgent
public IBoid sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleAgentpublic IBoid sub(IVecI v)
sub in interface ITransformablesub in interface IVecIsub in class IParticleAgentpublic IBoid mul(IDoubleI v)
mul in interface ITransformablemul in interface IVecImul in class IParticleAgentpublic IBoid mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IParticleAgentpublic IBoid div(IDoubleI v)
div in interface ITransformablediv in interface IVecIdiv in class IParticleAgentpublic IBoid div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IParticleAgentpublic IBoid neg()
neg in interface ITransformableneg in interface IVecIneg in class IParticleAgentpublic IBoid rev()
IVecI
rev in interface IVecIrev in class IParticleAgentpublic IBoid flip()
ITransformable
flip in interface ITransformableflip in interface IVecIflip in class IParticleAgent
public IBoid add(IVecI v,
double f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticleAgent
public IBoid add(IVecI v,
IDoubleI f)
add in interface ITransformableadd in interface IVecIadd in class IParticleAgentpublic IBoid len(IDoubleI l)
len in interface IVecIlen in class IParticleAgentpublic IBoid len(double l)
len in interface IVecIlen in class IParticleAgentpublic IBoid unit()
unit in interface IVecIunit in class IParticleAgent
public IBoid rot(IVecI axis,
IDoubleI angle)
rot in interface ITransformablerot in interface IVecIrot in class IParticleAgent
public IBoid rot(IVecI axis,
double angle)
rot in interface ITransformablerot in interface IVecIrot in class IParticleAgent
public IBoid rot(IVecI center,
IVecI axis,
double angle)
rot in interface ITransformablerot in interface IVecIrot in class IParticleAgent
public IBoid rot(IVecI center,
IVecI axis,
IDoubleI angle)
rot in interface ITransformablerot in interface IVecIrot in class IParticleAgent
public IBoid rot(IVecI axis,
IVecI destDir)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleAgent
public IBoid rot(IVecI center,
IVecI axis,
IVecI destPt)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleAgentpublic IBoid scale(IDoubleI f)
ITransformable
scale in interface ITransformablescale in interface IVecIscale in class IParticleAgentpublic IBoid scale(double f)
scale in interface ITransformablescale in interface IVecIscale in class IParticleAgent
public IBoid scale(IVecI center,
IDoubleI f)
scale in interface ITransformablescale in interface IVecIscale in class IParticleAgent
public IBoid scale(IVecI center,
double f)
scale in interface ITransformablescale in interface IVecIscale in class IParticleAgent
public IBoid scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleAgent
public IBoid scale1d(IVecI axis,
IDoubleI f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleAgent
public IBoid scale1d(IVecI center,
IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleAgent
public IBoid scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleAgentpublic IBoid ref(IVecI planeDir)
ITransformable
ref in interface ITransformableref in interface IVecIref in class IParticleAgent
public IBoid ref(IVecI center,
IVecI planeDir)
ref in interface ITransformableref in interface IVecIref in class IParticleAgentpublic IBoid mirror(IVecI planeDir)
ITransformable
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleAgent
public IBoid mirror(IVecI center,
IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleAgent
public IBoid shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
ITransformable
shear in interface ITransformableshear in interface IVecIshear in class IParticleAgent
public IBoid shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ITransformableshear in interface IVecIshear in class IParticleAgent
public IBoid shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformableshear in interface IVecIshear in class IParticleAgent
public IBoid shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ITransformableshear in interface IVecIshear in class IParticleAgent
public IBoid shearXY(double sxy,
double syx)
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleAgent
public IBoid shearXY(IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleAgent
public IBoid shearXY(IVecI center,
double sxy,
double syx)
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleAgent
public IBoid shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleAgent
public IBoid shearYZ(double syz,
double szy)
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleAgent
public IBoid shearYZ(IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleAgent
public IBoid shearYZ(IVecI center,
double syz,
double szy)
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleAgent
public IBoid shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleAgent
public IBoid shearZX(double szx,
double sxz)
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleAgent
public IBoid shearZX(IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleAgent
public IBoid shearZX(IVecI center,
double szx,
double sxz)
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleAgent
public IBoid shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleAgent
public IBoid translate(double x,
double y,
double z)
ITransformable
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleAgent
public IBoid translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleAgentpublic IBoid translate(IVecI v)
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleAgentpublic IBoid transform(IMatrix3I mat)
transform in interface ITransformabletransform in interface IVecItransform in class IParticleAgentpublic IBoid transform(IMatrix4I mat)
transform in interface ITransformabletransform in interface IVecItransform in class IParticleAgent
public IBoid transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform in interface ITransformabletransform in interface IVecItransform in class IParticleAgent
public IBoid transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform in interface ITransformabletransform in interface IVecItransform in class IParticleAgent
public IBoid mv(double x,
double y,
double z)
ITransformable
mv in interface ITransformablemv in interface IVecImv in class IParticleAgent
public IBoid mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv in interface ITransformablemv in interface IVecImv in class IParticleAgentpublic IBoid mv(IVecI v)
mv in interface ITransformablemv in interface IVecImv in class IParticleAgentpublic IBoid cp()
IObject
cp in interface ITransformablecp in interface IVecIcp in class IParticleAgent
public IBoid cp(double x,
double y,
double z)
ITransformable
cp in interface ITransformablecp in interface IVecIcp in class IParticleAgent
public IBoid cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp in interface ITransformablecp in interface IVecIcp in class IParticleAgentpublic IBoid cp(IVecI v)
cp in interface ITransformablecp in interface IVecIcp in class IParticleAgentpublic IBoid setSize(double sz)
setSize in class IParticleAgentpublic IBoid size(double sz)
size in class IParticleAgentpublic IBoid name(java.lang.String nm)
name in class IParticleAgentpublic IBoid layer(ILayer l)
layer in class IParticleAgentpublic IBoid show()
show in class IParticleAgentpublic IBoid hide()
hide in class IParticleAgentpublic IBoid clr(java.awt.Color c)
clr in class IParticleAgent
public IBoid clr(java.awt.Color c,
int alpha)
IObject
clr in class IParticleAgentpublic IBoid clr(int gray)
clr in class IParticleAgentpublic IBoid clr(float fgray)
clr in class IParticleAgentpublic IBoid clr(double dgray)
clr in class IParticleAgent
public IBoid clr(int gray,
int alpha)
clr in class IParticleAgent
public IBoid clr(float fgray,
float falpha)
clr in class IParticleAgent
public IBoid clr(double dgray,
double dalpha)
clr in class IParticleAgent
public IBoid clr(int r,
int g,
int b)
clr in class IParticleAgent
public IBoid clr(float fr,
float fg,
float fb)
clr in class IParticleAgent
public IBoid clr(double dr,
double dg,
double db)
clr in class IParticleAgent
public IBoid clr(int r,
int g,
int b,
int a)
clr in class IParticleAgent
public IBoid clr(float fr,
float fg,
float fb,
float fa)
clr in class IParticleAgent
public IBoid clr(double dr,
double dg,
double db,
double da)
clr in class IParticleAgent
public IBoid hsb(float h,
float s,
float b,
float a)
hsb in class IParticleAgent
public IBoid hsb(double h,
double s,
double b,
double a)
hsb in class IParticleAgent
public IBoid hsb(float h,
float s,
float b)
hsb in class IParticleAgent
public IBoid hsb(double h,
double s,
double b)
hsb in class IParticleAgentpublic IBoid setColor(java.awt.Color c)
setColor in class IParticleAgent
public IBoid setColor(java.awt.Color c,
int alpha)
setColor in class IParticleAgentpublic IBoid setColor(int gray)
setColor in class IParticleAgentpublic IBoid setColor(float fgray)
setColor in class IParticleAgentpublic IBoid setColor(double dgray)
setColor in class IParticleAgent
public IBoid setColor(int gray,
int alpha)
setColor in class IParticleAgent
public IBoid setColor(float fgray,
float falpha)
setColor in class IParticleAgent
public IBoid setColor(double dgray,
double dalpha)
setColor in class IParticleAgent
public IBoid setColor(int r,
int g,
int b)
setColor in class IParticleAgent
public IBoid setColor(float fr,
float fg,
float fb)
setColor in class IParticleAgent
public IBoid setColor(double dr,
double dg,
double db)
setColor in class IParticleAgent
public IBoid setColor(int r,
int g,
int b,
int a)
setColor in class IParticleAgent
public IBoid setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IParticleAgent
public IBoid setColor(double dr,
double dg,
double db,
double da)
setColor in class IParticleAgent
public IBoid setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IParticleAgent
public IBoid setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IParticleAgent
public IBoid setHSBColor(float h,
float s,
float b)
setHSBColor in class IParticleAgent
public IBoid setHSBColor(double h,
double s,
double b)
setHSBColor in class IParticleAgent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||