A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

E

elevAligned - Variable in class com.speckled.specksim.imp.motion.StaticMovementModel
Determines whether or not specks have random roll angles
EllipsoidShell - Class in com.speckled.specksim.imp.shells
This shell type simulates an ellipsoid shell
EllipsoidShell() - Constructor for class com.speckled.specksim.imp.shells.EllipsoidShell
 
EllipsoidShell(EllipsoidShell) - Constructor for class com.speckled.specksim.imp.shells.EllipsoidShell
Constructs a new shell, identical to the argument
enabled - Variable in class com.speckled.specksim.gui.StateBuffer
When false, no states will be entered into the buffer
enablePicking(boolean) - Method in class com.ryanm.glvisualiser.GLVisualiser
Sets whether or not we are interested in knowing what is under the cursor.
encode(Configurator, String) - Static method in class com.ryanm.config.serial.ConfigurationSerialiser
Encodes the value of the named variable into a string
encode(Object) - Method in interface com.ryanm.config.serial.ConfiguratorCodec
Encodes the value of a given object
encode(Object) - Method in class com.ryanm.config.serial.imp.BooleanCodec
 
encode(Object) - Method in class com.ryanm.config.serial.imp.ColourCodec
 
encode(Object) - Method in class com.ryanm.config.serial.imp.FileCodec
 
encode(Object) - Method in class com.ryanm.config.serial.imp.FloatCodec
 
encode(Object) - Method in class com.ryanm.config.serial.imp.IntCodec
 
encode(Object) - Method in class com.ryanm.config.serial.imp.StringCodec
 
encode(Object) - Method in class com.ryanm.config.serial.imp.StringListCodec
 
encode(Object) - Method in class com.ryanm.config.serial.imp.VectorCodec
 
encode() - Method in class com.speckled.specksim.imp.comm.DefaultCommsModel.State
 
encode() - Method in class com.speckled.specksim.imp.env.GravityEnvironment.State
 
encode() - Method in class com.speckled.specksim.imp.motion.SpeckledBodyModel.BodiesState
 
encode(DataOutputStream) - Method in class com.speckled.specksim.SpeckPosition
Encodes the values of the SpeckPosition to the supplied stream
encode() - Method in class com.speckled.specksim.state.BroadcastDetails
 
encode() - Method in interface com.speckled.specksim.state.SerializableState
Encode the data of this state object to a byte array, such that it may be decoded by decode( data )
encode() - Method in class com.speckled.specksim.state.SimulatorState
Encodes the state of this state object to a byte array
encode(DataOutputStream) - Method in class com.speckled.specksim.Wall
Encodes the vertices to the stream
Environment - Interface in com.speckled.specksim
This interface should be implemented in order to define some aspect of the network's environment.
EnvironmentManager - Class in com.speckled.specksim
Holds and manages all resident Environment objects
EpidemicAwareSpeck - Interface in com.speckled.specksim.imp.state
Use this interface to utilize the EpidemicRenderer
EpidemicRenderer - Class in com.speckled.specksim.gui.imp
 
EpidemicRenderer() - Constructor for class com.speckled.specksim.gui.imp.EpidemicRenderer
 
epsilonEquals(SpeckPosition, double) - Method in class com.speckled.specksim.SpeckPosition
Determines if this SpeckPosition is the same as another, within a defined tolerance
epsilonEquals(AxisAngle4d, double) - Method in class javax.vecmath.AxisAngle4d
Returns true if the L-infinite distance between this axis-angle and axis-angle a1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(AxisAngle4f, float) - Method in class javax.vecmath.AxisAngle4f
Returns true if the L-infinite distance between this axis-angle and axis-angle a1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(GMatrix, float) - Method in class javax.vecmath.GMatrix
Deprecated. Use epsilonEquals(GMatrix, double) instead
epsilonEquals(GMatrix, double) - Method in class javax.vecmath.GMatrix
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(GVector, double) - Method in class javax.vecmath.GVector
Returns true if the L-infinite distance between this vector and vector v1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix3d, double) - Method in class javax.vecmath.Matrix3d
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix3f, float) - Method in class javax.vecmath.Matrix3f
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix4d, float) - Method in class javax.vecmath.Matrix4d
Deprecated. Use epsilonEquals(Matrix4d,double) instead
epsilonEquals(Matrix4d, double) - Method in class javax.vecmath.Matrix4d
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix4f, float) - Method in class javax.vecmath.Matrix4f
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple2d, double) - Method in class javax.vecmath.Tuple2d
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple2f, float) - Method in class javax.vecmath.Tuple2f
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple3d, double) - Method in class javax.vecmath.Tuple3d
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple3f, float) - Method in class javax.vecmath.Tuple3f
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple4d, double) - Method in class javax.vecmath.Tuple4d
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple4f, float) - Method in class javax.vecmath.Tuple4f
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
equals(Object) - Method in class com.ryanm.glvisualiser.GLColour
Implements an equals function for GLColours (returns true only if this colour has the same properties as o does)
equals(Object) - Method in class com.speckled.specksim.SpeckPosition
 
equals(AxisAngle4d) - Method in class javax.vecmath.AxisAngle4d
Returns true if all of the data members of AxisAngle4d a1 are equal to the corresponding data members in this AxisAngle4d.
equals(Object) - Method in class javax.vecmath.AxisAngle4d
Returns true if the Object o1 is of type AxisAngle4d and all of the data members of o1 are equal to the corresponding data members in this AxisAngle4d.
equals(AxisAngle4f) - Method in class javax.vecmath.AxisAngle4f
Returns true if all of the data members of AxisAngle4f a1 are equal to the corresponding data members in this AxisAngle4f.
equals(Object) - Method in class javax.vecmath.AxisAngle4f
Returns true if the Object o1 is of type AxisAngle4f and all of the data members of o1 are equal to the corresponding data members in this AxisAngle4f.
equals(GMatrix) - Method in class javax.vecmath.GMatrix
Returns true if all of the data members of GMatrix m1 are equal to the corresponding data members in this GMatrix.
equals(Object) - Method in class javax.vecmath.GMatrix
Returns true if the Object o1 is of type GMatrix and all of the data members of o1 are equal to the corresponding data members in this GMatrix.
equals(GVector) - Method in class javax.vecmath.GVector
Returns true if all of the data members of GVector vector1 are equal to the corresponding data members in this GVector.
equals(Object) - Method in class javax.vecmath.GVector
Returns true if the Object o1 is of type GMatrix and all of the data members of o1 are equal to the corresponding data members in this GMatrix.
equals(Matrix3d) - Method in class javax.vecmath.Matrix3d
Returns true if all of the data members of Matrix3d m1 are equal to the corresponding data members in this Matrix3d.
equals(Object) - Method in class javax.vecmath.Matrix3d
Returns true if the Object t1 is of type Matrix3d and all of the data members of t1 are equal to the corresponding data members in this Matrix3d.
equals(Matrix3f) - Method in class javax.vecmath.Matrix3f
Returns true if all of the data members of Matrix3f m1 are equal to the corresponding data members in this Matrix3f.
equals(Object) - Method in class javax.vecmath.Matrix3f
Returns true if the Object o1 is of type Matrix3f and all of the data members of o1 are equal to the corresponding data members in this Matrix3f.
equals(Matrix4d) - Method in class javax.vecmath.Matrix4d
Returns true if all of the data members of Matrix4d m1 are equal to the corresponding data members in this Matrix4d.
equals(Object) - Method in class javax.vecmath.Matrix4d
Returns true if the Object t1 is of type Matrix4d and all of the data members of t1 are equal to the corresponding data members in this Matrix4d.
equals(Matrix4f) - Method in class javax.vecmath.Matrix4f
Returns true if all of the data members of Matrix4f m1 are equal to the corresponding data members in this Matrix4f.
equals(Object) - Method in class javax.vecmath.Matrix4f
Returns true if the Object t1 is of type Matrix4f and all of the data members of t1 are equal to the corresponding data members in this Matrix4f.
equals(Tuple2d) - Method in class javax.vecmath.Tuple2d
Returns true if all of the data members of Tuple2d t1 are equal to the corresponding data members in this Tuple2d.
equals(Object) - Method in class javax.vecmath.Tuple2d
Returns true if the Object t1 is of type Tuple2d and all of the data members of t1 are equal to the corresponding data members in this Tuple2d.
equals(Tuple2f) - Method in class javax.vecmath.Tuple2f
Returns true if all of the data members of Tuple2f t1 are equal to the corresponding data members in this Tuple2f.
equals(Object) - Method in class javax.vecmath.Tuple2f
Returns true if the Object t1 is of type Tuple2f and all of the data members of t1 are equal to the corresponding data members in this Tuple2f.
equals(Object) - Method in class javax.vecmath.Tuple2i
Returns true if the Object t1 is of type Tuple2i and all of the data members of t1 are equal to the corresponding data members in this Tuple2i.
equals(Tuple3b) - Method in class javax.vecmath.Tuple3b
Returns true if all of the data members of tuple t1 are equal to the corresponding data members in this tuple.
equals(Object) - Method in class javax.vecmath.Tuple3b
Returns true if the Object t1 is of type Tuple3b and all of the data members of t1 are equal to the corresponding data members in this Tuple3b.
equals(Tuple3d) - Method in class javax.vecmath.Tuple3d
Returns true if all of the data members of Tuple3d t1 are equal to the corresponding data members in this Tuple3d.
equals(Object) - Method in class javax.vecmath.Tuple3d
Returns true if the Object t1 is of type Tuple3d and all of the data members of t1 are equal to the corresponding data members in this Tuple3d.
equals(Tuple3f) - Method in class javax.vecmath.Tuple3f
Returns true if the Object t1 is of type Tuple3f and all of the data members of t1 are equal to the corresponding data members in this Tuple3f.
equals(Object) - Method in class javax.vecmath.Tuple3f
Returns true if the Object t1 is of type Tuple3f and all of the data members of t1 are equal to the corresponding data members in this Tuple3f.
equals(Object) - Method in class javax.vecmath.Tuple3i
Returns true if the Object t1 is of type Tuple3i and all of the data members of t1 are equal to the corresponding data members in this Tuple3i.
equals(Tuple4b) - Method in class javax.vecmath.Tuple4b
Returns true if all of the data members of tuple t1 are equal to the corresponding data members in this tuple.
equals(Object) - Method in class javax.vecmath.Tuple4b
Returns true if the Object t1 is of type Tuple4b and all of the data members of t1 are equal to the corresponding data members in this Tuple4b.
equals(Tuple4d) - Method in class javax.vecmath.Tuple4d
Returns true if all of the data members of Tuple4d t1 are equal to the corresponding data members in this Tuple4d.
equals(Object) - Method in class javax.vecmath.Tuple4d
Returns true if the Object t1 is of type Tuple4d and all of the data members of t1 are equal to the corresponding data members in this Tuple4d.
equals(Tuple4f) - Method in class javax.vecmath.Tuple4f
Returns true if all of the data members of Tuple4f t1 are equal to the corresponding data members in this Tuple4f.
equals(Object) - Method in class javax.vecmath.Tuple4f
Returns true if the Object t1 is of type Tuple4f and all of the data members of t1 are equal to the corresponding data members in this Tuple4f.
equals(Object) - Method in class javax.vecmath.Tuple4i
Returns true if the Object t1 is of type Tuple4i and all of the data members of t1 are equal to the corresponding data members in this Tuple4i.
estimateHopDistance(float) - Method in class com.speckled.specksim.imp.HopDistanceTable
Estimates the maximum hop-distance for a given local density
estimateHopDistance(double) - Static method in class com.speckled.specksim.imp.Kleinrock
Estimate the hop distance, using a cache of precomputed results.
eventTime() - Method in class com.speckled.specksim.SimulationEvent
Gets the time at which the event should happen.
ExcitedHenge - Class in com.speckled.specksim.imp.motion
It's as if the druids had used flubber instead of massive stone blocks...
ExcitedHenge() - Constructor for class com.speckled.specksim.imp.motion.ExcitedHenge
 
ExecutionListener - Interface in com.speckled.specksim.listener
Should be implemented by objects that are interested in keeping track of the execution of the simulator
expose(String, Point) - Method in class com.ryanm.config.swing.SwingGUI
Exposes the controls referred to by the supplied path
expose(String, Rectangle) - Method in class com.ryanm.config.swing.SwingGUI
Exposes the controls referred to by the supplied path
expose(String, Rectangle, int) - Method in class com.ryanm.config.swing.SwingGUI
Exposes the controls referred to by the supplied path
expose(String, Point, int) - Method in class com.ryanm.config.swing.SwingGUI
Exposes the controls referred to by the supplied path
expose(String) - Method in class com.ryanm.config.swing.SwingGUI
Exposes the controls referred to by the supplied path

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z