Serialized Form
-
Package nl.tudelft.simulation.language
-
Exception nl.tudelft.simulation.language.DsolException
class DsolException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception nl.tudelft.simulation.language.DsolRuntimeException
class DsolRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package nl.tudelft.simulation.language.d2
-
Class nl.tudelft.simulation.language.d2.DirectionalLine
class DirectionalLine extends Line2D.Double implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lineThickness
double lineThickness
the thickness of the line. -
normalX
double normalX
x coordinate of the line normal. -
normalY
double normalY
y coordinate of the line normal.
-
-
-
Package nl.tudelft.simulation.language.d3
-
Class nl.tudelft.simulation.language.d3.CartesianPoint
class CartesianPoint extends org.djutils.draw.point.Point3d implements Serializable- serialVersionUID:
- 20191116L
-
Class nl.tudelft.simulation.language.d3.SphericalPoint
class SphericalPoint extends Object implements Serializable- serialVersionUID:
- 20191116L
-
Serialized Fields
-
phi
double phi
phi. -
radius
double radius
radius. -
theta
double theta
theta.
-
-
-
Package nl.tudelft.simulation.language.filters
-
Class nl.tudelft.simulation.language.filters.AbstractFilter
class AbstractFilter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
inverted
boolean inverted
is this filter inverted.
-
-
Class nl.tudelft.simulation.language.filters.CompositeFilter
class CompositeFilter extends AbstractFilter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
filters
FilterInterface[] filters
the filters to compose. -
operator
CompositeFilter.Operator operator
the operator of the composite filter.
-
-
Class nl.tudelft.simulation.language.filters.MaxPointFilter
class MaxPointFilter extends AbstractFilter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accepted
long accepted
the amount of points already accepted. -
maxPoints
long maxPoints
the maxPoints to use.
-
-
Class nl.tudelft.simulation.language.filters.ModulusFilter
class ModulusFilter extends AbstractFilter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
current
long current
the amount of points already accepted. -
modulus
long modulus
the maxPoints to use.
-
-
Class nl.tudelft.simulation.language.filters.ZeroFilter
class ZeroFilter extends AbstractFilter implements Serializable- serialVersionUID:
- 1L
-
-
Package nl.tudelft.simulation.language.reflection
-
Class nl.tudelft.simulation.language.reflection.SerializableConstructor
class SerializableConstructor extends Object implements Serializable-
Serialization Methods
-
readObject
reads a serializable method from stream.- Parameters:
in
- java.io.ObjectInputStream; the inputstream- Throws:
IOException
- on IOException
-
writeObject
writes a serializable method to stream.- Parameters:
out
- ObjectOutputStream; the outputstream- Throws:
IOException
- on IOException
-
-
Serialized Fields
-
constructor
Constructor<?> constructor
the constructor.
-
-
-
Class nl.tudelft.simulation.language.reflection.SerializableField
class SerializableField extends Object implements Serializable-
Serialization Methods
-
readObject
reads a serializable method from stream.- Parameters:
in
- java.io.ObjectInputStream; the inputstream- Throws:
IOException
- on IOException
-
writeObject
writes a serializable method to stream.- Parameters:
out
- ObjectOutputStream; the outputstream- Throws:
IOException
- on IOException
-
-
Serialized Fields
-
field
Field field
the field.
-
-
-
Class nl.tudelft.simulation.language.reflection.SerializableMethod
class SerializableMethod extends Object implements Serializable-
Serialization Methods
-
readObject
reads a serializable method from stream.- Parameters:
in
- java.io.ObjectInputStream; the inputstream- Throws:
IOException
- on IOException
-
writeObject
writes a serializable method to stream.- Parameters:
out
- ObjectOutputStream; the outputstream- Throws:
IOException
- on IOException
-
-
Serialized Fields
-
method
Method method
the method to use.
-
-
-
-
Package nl.tudelft.simulation.language.util
-
Class nl.tudelft.simulation.language.util.BitUtil
class BitUtil extends Object implements Serializable- serialVersionUID:
- 1L
-