$ 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
All Classes All Packages
All Classes All Packages
$
- $amp$amp(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
-
Replies if the this point is inside the given shape:
this && s
. - $and(IntersectionType) - Method in enum org.arakhne.afc.math.geometry.IntersectionType
-
Compute the AND-combinaison of two intersection types.
- $and(IntersectionType, IntersectionType) - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
-
Compute the AND-combinaison of two intersection types.
- $bang() - Method in enum org.arakhne.afc.math.geometry.IntersectionType
-
Invert the intersection classification.
- $bang() - Method in class org.arakhne.afc.math.matrix.Matrix2d
-
Replies the transposition of this matrix:
!this
. - $bang() - Method in class org.arakhne.afc.math.matrix.Matrix3d
-
Replies the transposition of this matrix:
!this
. - $bang() - Method in class org.arakhne.afc.math.matrix.Matrix4d
-
Replies the transposition of this matrix:
!this
. - $bang(IntersectionType) - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
-
Invert the intersection classification.
- $div(double) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
-
Scale this vector:
this / factor
. - $div(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Scale this vector:
this / factor
. - $div(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
-
Replies the division of this matrix by the given scalar:
this / scalar
. - $div(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
-
Replies the division of this matrix by the given scalar:
this / scalar
. - $div(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
-
Replies the division of this matrix by the given scalar:
this / scalar
. - $div(double, M) - Static method in class org.arakhne.afc.math.extensions.scala.MatrixExtensions
-
Replies the division of this matrix by the given scalar:
left / right
. - $div(double, V) - Static method in class org.arakhne.afc.math.extensions.scala.Tuple2DExtensions
-
Scale this vector:
left / right
. - $minus() - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
-
Negation of this vector:
-this
. - $minus() - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Negation of this vector:
-this
. - $minus() - Method in class org.arakhne.afc.math.matrix.Matrix2d
-
Replies the negation of this matrix:
-this
. - $minus() - Method in class org.arakhne.afc.math.matrix.Matrix3d
-
Replies the negation of this matrix:
-this
. - $minus() - Method in class org.arakhne.afc.math.matrix.Matrix4d
-
Replies the negation of this matrix:
-this
. - $minus(double) - Method in class org.arakhne.afc.agentmotion.AgentMotion
-
Replies the subtraction of the given angular and angular motion and this motion:
this - motion
. - $minus(double) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
-
Subtract the scalar to this point:
this - scalar
. - $minus(double) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
-
Subtract a vector to this scalar:
this - scalar
. - $minus(double) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
-
Subtract the scalar to this point:
this - scalar
. - $minus(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Subtract a vector to this scalar:
this - scalar
. - $minus(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
-
Replies the substraction of the given scalar to this matrix:
this - scalar
. - $minus(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
-
Replies the substraction of the given scalar to this matrix:
this - scalar
. - $minus(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
-
Replies the substraction of the given scalar to this matrix:
this - scalar
. - $minus(double, M) - Static method in class org.arakhne.afc.math.extensions.scala.MatrixExtensions
-
Replies the substraction of the given scalar to this matrix:
left - right
. - $minus(double, P) - Static method in class org.arakhne.afc.math.extensions.scala.Tuple2DExtensions
-
Subtract the scalar to this point:
left - right
. - $minus(double, V) - Static method in class org.arakhne.afc.math.extensions.scala.Tuple2DExtensions
-
Subtract a vector to this scalar:
left - right
. - $minus(AgentMotion) - Method in class org.arakhne.afc.agentmotion.AgentMotion
-
Replies the subtraction of the given linear and angular motion and this motion:
this - motion
. - $minus(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
-
Subtract a vector to this point:
this - point
. - $minus(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
-
Subtract a vector to this vector:
this - v
. - $minus(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
-
Subtract the p point to this point:
this - p
. - $minus(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
-
Subtract the p point to this point:
this - p
. - $minus(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Subtract a vector to this point:
this - point
. - $minus(Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.AgentMotion
-
Replies the subtraction of the given linear motion and this motion:
this - motion
. - $minus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
-
Subtract the v vector to this point:
this - v
. - $minus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
-
Subtract the v vector to this point:
this - v
. - $minus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Subtract a vector to this vector:
this - v
. - $minus(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
-
Replies the substraction of the given matrix to this matrix:
this + matrix
. - $minus(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
-
Replies the substraction of the given matrix to this matrix:
this - matrix
. - $minus(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
-
Replies the substraction of the given matrix to this matrix:
this - matrix
. - $or(IntersectionType) - Method in enum org.arakhne.afc.math.geometry.IntersectionType
-
Compute the OR-combinaison of two intersection types.
- $or(IntersectionType, IntersectionType) - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
-
Compute the OR-combinaison of two intersection types.
- $plus(double) - Method in class org.arakhne.afc.agentmotion.AgentMotion
-
Replies the addition of the given angular motion and this motion:
this + motion
. - $plus(double) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
-
Sum of this point and a scalar:
this + scalar
. - $plus(double) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
-
Sum of this vector and the given scalar:
this + scalar
. - $plus(double) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
-
Sum of this point and a scalar:
this + scalar
. - $plus(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Sum of this vector and the given scalar:
this + scalar
. - $plus(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
-
Replies the addition of the given scalar to this matrix:
this + scalar
. - $plus(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
-
Replies the addition of the given scalar to this matrix:
this + scalar
. - $plus(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
-
Replies the addition of the given scalar to this matrix:
this + scalar
. - $plus(double, M) - Static method in class org.arakhne.afc.math.extensions.scala.MatrixExtensions
-
Replies the addition of the given scalar to this matrix:
left + right
. - $plus(double, P) - Static method in class org.arakhne.afc.math.extensions.scala.Tuple2DExtensions
-
Sum of this point and a scalar:
left + right
. - $plus(double, V) - Static method in class org.arakhne.afc.math.extensions.scala.Tuple2DExtensions
-
Sum of this vector and the given scalar:
left + right
. - $plus(AgentMotion) - Method in class org.arakhne.afc.agentmotion.AgentMotion
-
Replies the addition of the given linear and angular motion and this motion:
this + motion
. - $plus(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
-
Add this vector to a point:
this + p
. - $plus(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
-
Sum of this vector and the given vector:
this + v
. - $plus(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Add this vector to a point:
this + p
. - $plus(Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.AgentMotion
-
Replies the addition of the given linear motion and this motion:
this + motion
. - $plus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
-
Sum of this point and a vector:
this + v
. - $plus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
-
Sum of this point and a vector:
this + v
. - $plus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Sum of this vector and the given vector:
this + v
. - $plus(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
-
Replies the addition of the given matrix to this matrix:
this + matrix
. - $plus(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
-
Replies the addition of the given matrix to this matrix:
this + matrix
. - $plus(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
-
Replies the addition of the given matrix to this matrix:
this + matrix
. - $times(double) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
-
Scale this vector:
this * factor
. - $times(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Scale this vector:
this * factor
. - $times(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
-
Replies the multiplication of the given scalar and this matrix:
this * scalar
. - $times(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
-
Replies the multiplication of the given scalar and this matrix:
this * scalar
. - $times(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
-
Replies the multiplication of the given scalar and this matrix:
this * scalar
. - $times(double, M) - Static method in class org.arakhne.afc.math.extensions.scala.MatrixExtensions
-
Replies the multiplication of the given scalar and this matrix:
left * right
. - $times(double, V) - Static method in class org.arakhne.afc.math.extensions.scala.Tuple2DExtensions
-
Scale this vector:
left * right
. - $times(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Dot product:
this * v
. - $times(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
-
Replies the multiplication of the given matrix and this matrix:
this * matrix
. - $times(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
-
Replies the multiplication of the given matrix and this matrix:
this * matrix
. - $times(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
-
Replies the multiplication of the given matrix and this matrix:
this * matrix
. - $up(int) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Compute the power of this vector:
this ^ n
. - $up(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Perp product of this vector and the given vector:
this ^ v
.
A
- absolute() - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
- absolute() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
- absolute() - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
- absolute() - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
- absolute() - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Sets each component of this tuple to its absolute value.
- absolute() - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- absolute() - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
- absolute() - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
- absolute() - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Sets each component of this tuple to its absolute value.
- absolute() - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- absolute(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
- absolute(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
- absolute(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
- absolute(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
- absolute(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
- absolute(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- absolute(Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
- absolute(Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
- absolute(Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
- absolute(Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- AbstractAttributeCollection - Class in org.arakhne.afc.attrs.collection
-
This class implements an abstract object with attributes.
- AbstractAttributeCollection() - Constructor for class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
- AbstractAttributeProvider - Class in org.arakhne.afc.attrs.collection
-
This class implements an abstract attribute provider.
- AbstractAttributeProvider() - Constructor for class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
- AbstractBoundedGISElement<C extends GISContainer<?>,T extends AbstractBoundedGISElement<C,T>> - Class in org.arakhne.afc.gis.primitive
-
Element of a GIS application which is bounded.
- AbstractBoundedGISElement(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.primitive.AbstractBoundedGISElement
-
Constructor.
- AbstractBroadFirstTreeIterator<P extends IterableNode<? extends C>,C extends IterableNode<?>> - Class in org.arakhne.afc.math.tree.iterator
-
This class is an iterator on a tree.
- AbstractBroadFirstTreeIterator(P) - Constructor for class org.arakhne.afc.math.tree.iterator.AbstractBroadFirstTreeIterator
-
Create an iterator on the given node.
- AbstractBufferedAttributeProvider - Class in org.arakhne.afc.attrs.collection
-
This class implements an abstract attribute container that use a memory cache.
- AbstractBufferedAttributeProvider() - Constructor for class org.arakhne.afc.attrs.collection.AbstractBufferedAttributeProvider
- AbstractBusContainer<CONTAINER extends BusContainer<?>,ELEMENT extends BusPrimitive<?>> - Class in org.arakhne.afc.gis.bus.network
-
This object stands for bus primitives which are also containers of bus primitives.
- AbstractBusContainer(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.AbstractBusContainer
-
Constructor.
- AbstractBusPrimitive<CONTAINER extends BusContainer<?>> - Class in org.arakhne.afc.gis.bus.network
-
A bus stop is a specific stop of an itinerary.
- AbstractBusPrimitive(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
-
Constructor.
- AbstractCirclePathIterator(Circle2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.AbstractCirclePathIterator
-
Constructor.
- AbstractCirclePathIterator(Circle2ai<?, ?, IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
-
Constructor.
- AbstractCirclePathIterator(Sphere3ai<?, ?, IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.AbstractCirclePathIterator
-
Constructor.
- AbstractCommonShapeFileReader<E> - Class in org.arakhne.afc.io.shape
-
This class is an abstract reader for all the ESRI Shape file formats.
- AbstractCommonShapeFileReader(File) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
-
Constructor.
- AbstractCommonShapeFileReader(InputStream) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
-
Constructor.
- AbstractCommonShapeFileReader(URL) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
-
Constructor.
- AbstractCommonShapeFileReader(ReadableByteChannel) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
-
Constructor.
- AbstractCommonShapeFileWriter<E> - Class in org.arakhne.afc.io.shape
-
This class permits to write an ESRI Shape file.
- AbstractCommonShapeFileWriter(File, ShapeElementType) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
-
Constructor.
- AbstractCommonShapeFileWriter(OutputStream, ShapeElementType) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
-
Constructor.
- AbstractCommonShapeFileWriter(URL, ShapeElementType) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
-
Constructor.
- AbstractCommonShapeFileWriter(WritableByteChannel, ShapeElementType) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
-
Constructor.
- AbstractDataTreeIterator<D,N extends TreeNode<D,?>> - Class in org.arakhne.afc.math.tree.iterator
-
This class is an iterator on a tree that replies the user data.
- AbstractDataTreeIterator(NodeSelectionTreeIterator<N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.AbstractDataTreeIterator
-
Constructor.
- AbstractEllipsePathIterator(Ellipse2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
-
Constructor.
- AbstractFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
-
Abstract implementation of a file filter that may be used in all the standard Java tools.
- AbstractFileFilter(boolean, String, String...) - Constructor for class org.arakhne.afc.inputoutput.filefilter.AbstractFileFilter
-
Constructor.
- AbstractForest<D> - Class in org.arakhne.afc.math.tree
-
This is the generic implementation of a forest of trees.
- AbstractForest(List<Tree<D, ?>>) - Constructor for class org.arakhne.afc.math.tree.AbstractForest
-
Constructor.
- AbstractForest(List<Tree<D, ?>>, Collection<? extends Tree<D, ?>>) - Constructor for class org.arakhne.afc.math.tree.AbstractForest
-
Constructor.
- AbstractGeoLocation - Class in org.arakhne.afc.gis.location
-
Abstract implementation of a GeoLocation.
- AbstractGeoLocation() - Constructor for class org.arakhne.afc.gis.location.AbstractGeoLocation
- AbstractGeomFactory1D<V extends Vector1D<? super V,? super P,?>,P extends Point1D<? super P,? super V,?>> - Class in org.arakhne.afc.math.geometry.d1
-
Abstract implementation of a factory of geometric primitives.
- AbstractGeomFactory1D() - Constructor for class org.arakhne.afc.math.geometry.d1.AbstractGeomFactory1D
- AbstractGeomFactory2D<V extends Vector2D<? super V,? super P>,P extends Point2D<? super P,? super V>> - Class in org.arakhne.afc.math.geometry.d2
-
Abstract implementation of a factory of geometric primitives.
- AbstractGeomFactory2D() - Constructor for class org.arakhne.afc.math.geometry.d2.AbstractGeomFactory2D
- AbstractGeomFactory3D<V extends Vector3D<? super V,? super P>,P extends Point3D<? super P,? super V>> - Class in org.arakhne.afc.math.geometry.d3
-
Abstract implementation of a factory of geometric primitives.
- AbstractGeomFactory3D() - Constructor for class org.arakhne.afc.math.geometry.d3.AbstractGeomFactory3D
- AbstractGeomFactoryBase - Class in org.arakhne.afc.math.geometry
-
Abstract implementation of a factory of geometric primitives.
- AbstractGeomFactoryBase() - Constructor for class org.arakhne.afc.math.geometry.AbstractGeomFactoryBase
- AbstractGISEditableDrawer<T extends GISEditable & FlagContainer> - Class in org.arakhne.afc.gis.ui.drawers
-
Abstract drawer of a GIS editable.
- AbstractGISEditableDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.AbstractGISEditableDrawer
- AbstractGISElement<C extends GISContainer<?>,T extends AbstractGISElement<C,T>> - Class in org.arakhne.afc.gis.primitive
-
Element of a GIS application.
- AbstractGISElement(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.primitive.AbstractGISElement
-
Create a GISElement with the specified attribute provider.
- AbstractGISGridSet<P extends GISPrimitive> - Class in org.arakhne.afc.gis.grid
-
This class describes a grid that contains GIS primitives and thatp permits to find them according to there geo-location.
- AbstractGISGridSet(int, int, double, double, double, double) - Constructor for class org.arakhne.afc.gis.grid.AbstractGISGridSet
-
Constructor.
- AbstractGISGridSet(int, int, Rectangle2d) - Constructor for class org.arakhne.afc.gis.grid.AbstractGISGridSet
-
Constructor.
- AbstractGISTreeSet<P extends GISPrimitive,N extends AbstractGISTreeSetNode<P,N>> - Class in org.arakhne.afc.gis.tree
-
This class describes a quad tree that contains GIS primitives and thatp permits to find them according to there geo-location.
- AbstractGISTreeSet() - Constructor for class org.arakhne.afc.gis.tree.AbstractGISTreeSet
-
Create an empty tree.
- AbstractGISTreeSet(double, double, double, double) - Constructor for class org.arakhne.afc.gis.tree.AbstractGISTreeSet
-
Constructor.
- AbstractGISTreeSet(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.tree.AbstractGISTreeSet
-
Constructor.
- AbstractGISTreeSetNode<P extends GISPrimitive,N extends AbstractGISTreeSetNode<P,N>> - Class in org.arakhne.afc.gis.tree
-
A node inside a
StandardGISTreeSet
. - AbstractGISTreeSetNode(IcosepQuadTreeNode.IcosepQuadTreeZone, double, double, double, double) - Constructor for class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
-
Constructor.
- AbstractGISTreeSetNode(IcosepQuadTreeNode.IcosepQuadTreeZone, List<P>, double, double, double, double) - Constructor for class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
-
Constructor.
- AbstractInfixDepthFirstTreeIterator<P extends IterableNode<? extends C>,C extends IterableNode<?>> - Class in org.arakhne.afc.math.tree.iterator
-
This class is an infixed depth-first iterator on a tree.
- AbstractInfixDepthFirstTreeIterator(P) - Constructor for class org.arakhne.afc.math.tree.iterator.AbstractInfixDepthFirstTreeIterator
-
Constructor.
- AbstractInfixDepthFirstTreeIterator(P, int) - Constructor for class org.arakhne.afc.math.tree.iterator.AbstractInfixDepthFirstTreeIterator
-
Constructor.
- AbstractMapCircleDrawer<T extends MapCircle> - Class in org.arakhne.afc.gis.ui.drawers
-
Abstract drawer of a map circle.
- AbstractMapCircleDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.AbstractMapCircleDrawer
- AbstractMapMultiPointDrawer<T extends MapMultiPoint> - Class in org.arakhne.afc.gis.ui.drawers
-
Abstract drawer of a map multi-point.
- AbstractMapMultiPointDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.AbstractMapMultiPointDrawer
- AbstractMapPointDrawer<T extends MapPoint> - Class in org.arakhne.afc.gis.ui.drawers
-
Abstract drawer of a map point.
- AbstractMapPointDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.AbstractMapPointDrawer
- AbstractMapPolygonDrawer<T extends MapPolygon> - Class in org.arakhne.afc.gis.ui.drawers
-
Abstract drawer of a map polygon.
- AbstractMapPolygonDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.AbstractMapPolygonDrawer
- AbstractMapPolylineDrawer<T extends MapPolyline> - Class in org.arakhne.afc.gis.ui.drawers
-
Abstract drawer of a map polyline.
- AbstractMapPolylineDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.AbstractMapPolylineDrawer
- AbstractMultiShapePathIterator(List<? extends Shape2afp<?, ?, IE, ?, ?, ?>>, GeomFactory2afp<IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.AbstractMultiShapePathIterator
-
Constructor.
- AbstractMultiShapePathIterator(List<? extends Shape2ai<?, ?, IE, ?, ?, ?>>, GeomFactory2ai<IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.AbstractMultiShapePathIterator
-
Constructor.
- AbstractMultiShapePathIterator(List<? extends Shape3afp<?, ?, IE, ?, ?, ?>>, GeomFactory3afp<IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.AbstractMultiShapePathIterator
-
Constructor.
- AbstractMultiShapePathIterator(List<? extends Shape3ai<?, ?, IE, ?, ?, ?>>, GeomFactory3ai<IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.AbstractMultiShapePathIterator
-
Constructor.
- AbstractOperatingSystemWrapper - Class in org.arakhne.afc.vmutil
-
Wrapper to the OS dependent functions.
- AbstractOperatingSystemWrapper() - Constructor for class org.arakhne.afc.vmutil.AbstractOperatingSystemWrapper
-
Construct a wrapper.
- AbstractOrientedRectanglePathIterator(OrientedRectangle2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.AbstractOrientedRectanglePathIterator
-
Constructor.
- AbstractParallelogramPathIterator(Parallelogram2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.AbstractParallelogramPathIterator
-
Constructor.
- AbstractParentlessTreeNode<D,N extends AbstractParentlessTreeNode<D,N>> - Class in org.arakhne.afc.math.tree.node
-
This is the very generic implementation of a tree node which does not made any implementation choice about how this node is related to its parent node.
- AbstractParentlessTreeNode(boolean) - Constructor for class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
-
Construct node.
- AbstractParentlessTreeNode(boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
-
Construct node.
- AbstractParentlessTreeNode(boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
-
Construct node.
- AbstractParentlessTreeNode(boolean, Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
-
Construct node.
- AbstractPathIterator(Path2ai<?, ?, E, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Path2ai.AbstractPathIterator
-
Constructor.
- AbstractPathIterator(Path3ai<?, ?, E, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Path3ai.AbstractPathIterator
-
Constructor.
- AbstractPathPathIterator(Path2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Path2afp.AbstractPathPathIterator
-
Constructor.
- AbstractPathPathIterator(Path3afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.Path3afp.AbstractPathPathIterator
-
Constructor.
- AbstractPhantomValueMap<K,V> - Class in org.arakhne.afc.references
-
A Map implementation with
phantom values
. - AbstractPhantomValueMap(Map<K, AbstractReferencedValueMap.ReferencableValue<K, V>>) - Constructor for class org.arakhne.afc.references.AbstractPhantomValueMap
-
Constructs an empty Map.
- AbstractPostfixDepthFirstTreeIterator<P extends IterableNode<? extends C>,C extends IterableNode<?>> - Class in org.arakhne.afc.math.tree.iterator
-
This class is an postfixed iterator on a tree.
- AbstractPostfixDepthFirstTreeIterator(P) - Constructor for class org.arakhne.afc.math.tree.iterator.AbstractPostfixDepthFirstTreeIterator
-
Constructor.
- AbstractPrefixDepthFirstTreeIterator<P extends IterableNode<? extends C>,C extends IterableNode<?>> - Class in org.arakhne.afc.math.tree.iterator
-
This class is an prefixed iterator on a tree.
- AbstractPrefixDepthFirstTreeIterator(P) - Constructor for class org.arakhne.afc.math.tree.iterator.AbstractPrefixDepthFirstTreeIterator
-
Constructor.
- AbstractPrism3i<IT extends AbstractPrism3i<?>> - Class in org.arakhne.afc.math.geometry.d3.i
-
A rectangular shape with 2 integer numbers.
- AbstractPrism3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
-
Construct an empty prism.
- AbstractPrism3i(Prism3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
-
Constructor by copy.
- AbstractRectangularShape1d<IT extends AbstractRectangularShape1d<?>> - Class in org.arakhne.afc.math.geometry.d1.d
-
Abstract rectangular shape with 2 double precision floating-point numbers.
- AbstractRectangularShape1d() - Constructor for class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d
-
Construct an empty shape.
- AbstractRectangularShape1d(RectangularShape1afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d
-
Constructor by copy.
- AbstractRectangularShape1dfx<IT extends AbstractRectangularShape1dfx<?>> - Class in org.arakhne.afc.math.geometry.d1.dfx
-
Abstract rectangular shape with 2 double precision floating-point FX properties.
- AbstractRectangularShape1dfx() - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
-
Construct an empty rectangular shape.
- AbstractRectangularShape1dfx(RectangularShape2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
-
Constructor by copy.
- AbstractRectangularShape2d<IT extends AbstractRectangularShape2d<?>> - Class in org.arakhne.afc.math.geometry.d2.d
-
Abstract rectangular shape with 2 double precision floating-point numbers.
- AbstractRectangularShape2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d
-
Construct an empty shape.
- AbstractRectangularShape2d(RectangularShape2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d
-
Constructor by copy.
- AbstractRectangularShape2dfx<IT extends AbstractRectangularShape2dfx<?>> - Class in org.arakhne.afc.math.geometry.d2.dfx
-
Abstract rectangular shape with 2 double precision floating-point FX properties.
- AbstractRectangularShape2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
-
Construct an empty rectangular shape.
- AbstractRectangularShape2dfx(RectangularShape2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
-
Constructor by copy.
- AbstractRectangularShape2i<IT extends AbstractRectangularShape2i<?>> - Class in org.arakhne.afc.math.geometry.d2.i
-
A rectangular shape with 2 integer numbers.
- AbstractRectangularShape2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i
-
Construct an empty rectangular shape.
- AbstractRectangularShape2i(RectangularShape2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i
-
Constructor by copy.
- AbstractRectangularShape2ifx<IT extends AbstractRectangularShape2ifx<?>> - Class in org.arakhne.afc.math.geometry.d2.ifx
-
A rectangular shape with 2 integer FX properties.
- AbstractRectangularShape2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
-
Construct an empty rectangular shape.
- AbstractRectangularShape2ifx(RectangularShape2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
-
Constructor by copy.
- AbstractRectangularShape3ifx<IT extends AbstractRectangularShape3ifx<?>> - Class in org.arakhne.afc.math.geometry.d3.ifx
-
A rectangular shape with 3 integer FX properties.
- AbstractRectangularShape3ifx() - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
-
Construct an empty rectangular shape.
- AbstractRectangularShape3ifx(Prism3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
-
Constructor by copy.
- AbstractReferencedSet<E,R extends Reference<E>> - Class in org.arakhne.afc.references
-
A Set implementation with
soft values
orweak values
. - AbstractReferencedSet(Set<R>, Class<? super R>) - Constructor for class org.arakhne.afc.references.AbstractReferencedSet
-
Constructor.
- AbstractReferencedSet.ReferenceComparator<E,R extends Reference<E>> - Class in org.arakhne.afc.references
-
Comparator wrapper.
- AbstractReferencedValueMap<K,V> - Class in org.arakhne.afc.references
-
A Map implementation with weak/soft values.
- AbstractReferencedValueMap(Map<K, AbstractReferencedValueMap.ReferencableValue<K, V>>) - Constructor for class org.arakhne.afc.references.AbstractReferencedValueMap
-
Constructs an empty Map.
- AbstractReferencedValueMap.PhantomReferencedValue<VKT,VVT> - Class in org.arakhne.afc.references
-
Value stored in a
AbstractReferencedValueMap
inside aPhantomReference
. - AbstractReferencedValueMap.ReferencableValue<K,V> - Interface in org.arakhne.afc.references
-
This interface provides information about the pairs inside a map with weak/soft reference values.
- AbstractReferencedValueMap.SoftReferencedValue<VKT,VVT> - Class in org.arakhne.afc.references
-
Value stored in a
AbstractReferencedValueMap
inside aSoftReference
. - AbstractReferencedValueMap.WeakReferencedValue<VKT,VVT> - Class in org.arakhne.afc.references
-
Value stored in a
AbstractReferencedValueMap
inside aWeakReference
. - AbstractRoundRectanglePathIterator(RoundRectangle2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.AbstractRoundRectanglePathIterator
-
Constructor.
- AbstractSegmentPathIterator(Segment2ai<?, ?, IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.AbstractSegmentPathIterator
-
Constructor.
- AbstractSegmentPathIterator(Segment3ai<?, ?, IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.AbstractSegmentPathIterator
-
Constructor.
- AbstractShape1d<T extends AbstractShape1d<?>> - Class in org.arakhne.afc.math.geometry.d1.d
-
Abstract shape with 2 double precision floating-point numbers.
- AbstractShape1d() - Constructor for class org.arakhne.afc.math.geometry.d1.d.AbstractShape1d
-
Constructor.
- AbstractShape1d(Segment1D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.AbstractShape1d
-
Constructor.
- AbstractShape1dfx<T extends AbstractShape1dfx<?>> - Class in org.arakhne.afc.math.geometry.d1.dfx
-
Abstract shape with 2 double precision floating-point FX properties.
- AbstractShape1dfx() - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
-
Constructor.
- AbstractShape1dfx(Segment1D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
-
Constructor.
- AbstractShape2d<T extends AbstractShape2d<?>> - Class in org.arakhne.afc.math.geometry.d2.d
-
Abstract shape with 2 double precision floating-point numbers.
- AbstractShape2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.AbstractShape2d
- AbstractShape2dfx<T extends AbstractShape2dfx<?>> - Class in org.arakhne.afc.math.geometry.d2.dfx
-
Abstract shape with 2 double precision floating-point FX properties.
- AbstractShape2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.AbstractShape2dfx
- AbstractShape2i<T extends AbstractShape2i<?>> - Class in org.arakhne.afc.math.geometry.d2.i
-
Abstract shape with 2 integer numbers.
- AbstractShape2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.AbstractShape2i
- AbstractShape2ifx<T extends AbstractShape2ifx<?>> - Class in org.arakhne.afc.math.geometry.d2.ifx
-
Abstract shape with 2 integer FX properties.
- AbstractShape2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.AbstractShape2ifx
- AbstractShape3d<T extends AbstractShape3d<?>> - Class in org.arakhne.afc.math.geometry.d3.d
-
Abstract shape with 2 double precision floating-point numbers.
- AbstractShape3d() - Constructor for class org.arakhne.afc.math.geometry.d3.d.AbstractShape3d
- AbstractShape3dfx<T extends AbstractShape3dfx<?>> - Class in org.arakhne.afc.math.geometry.d3.dfx
-
Abstract shape with 3 double precision floating-point FX properties.
- AbstractShape3dfx() - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.AbstractShape3dfx
- AbstractShape3i<T extends AbstractShape3i<?>> - Class in org.arakhne.afc.math.geometry.d3.i
-
Abstract shape with 2 integer numbers.
- AbstractShape3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.AbstractShape3i
- AbstractShape3ifx<T extends AbstractShape3ifx<?>> - Class in org.arakhne.afc.math.geometry.d3.ifx
-
Abstract shape with 3 integer FX properties.
- AbstractShape3ifx() - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.AbstractShape3ifx
- AbstractShapeFileReader<E> - Class in org.arakhne.afc.io.shape
-
This class is a shape file reader.
- AbstractShapeFileReader(File, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileReader
-
Constructor.
- AbstractShapeFileReader(InputStream, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileReader
-
Constructor.
- AbstractShapeFileReader(URL, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileReader
-
Constructor.
- AbstractShapeFileReader(ReadableByteChannel, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileReader
-
Constructor.
- AbstractShapeFileWriter<E> - Class in org.arakhne.afc.io.shape
-
This class permits to write an ESRI Shape file.
- AbstractShapeFileWriter(File, ShapeElementType, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileWriter
-
Constructor.
- AbstractShapeFileWriter(OutputStream, ShapeElementType, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileWriter
-
Constructor.
- AbstractShapeFileWriter(URL, ShapeElementType, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileWriter
-
Constructor.
- AbstractShapeFileWriter(WritableByteChannel, ShapeElementType, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileWriter
-
Constructor.
- AbstractSoftValueMap<K,V> - Class in org.arakhne.afc.references
-
A Map implementation with
soft values
. - AbstractSoftValueMap(Map<K, AbstractReferencedValueMap.ReferencableValue<K, V>>) - Constructor for class org.arakhne.afc.references.AbstractSoftValueMap
-
Constructs an empty Map.
- AbstractSpherePathIterator(Sphere3afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.AbstractSpherePathIterator
-
Constructor.
- AbstractTargetPositionPredictionAlgorithm - Class in org.arakhne.afc.agentmotion.common
-
Algorithm that is providing a simple target position prediction.
- AbstractTargetPositionPredictionAlgorithm(double) - Constructor for class org.arakhne.afc.agentmotion.common.AbstractTargetPositionPredictionAlgorithm
-
Constructor.
- AbstractTree<D,N extends TreeNode<D,N>> - Class in org.arakhne.afc.math.tree
-
This is the generic implementation of a tree based on linked lists.
- AbstractTree() - Constructor for class org.arakhne.afc.math.tree.AbstractTree
- AbstractTreeNode<D,N extends AbstractTreeNode<D,N>> - Class in org.arakhne.afc.math.tree.node
-
This is the generic implementation of a tree tree with a weak reference to its parent node.
- AbstractTreeNode(boolean) - Constructor for class org.arakhne.afc.math.tree.node.AbstractTreeNode
-
Construct node.
- AbstractTreeNode(boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.AbstractTreeNode
-
Construct node.
- AbstractTreeNode(boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.AbstractTreeNode
-
Construct node.
- AbstractTreeNode(boolean, Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.AbstractTreeNode
-
Construct node.
- AbstractTrianglePathIterator(Triangle2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.AbstractTrianglePathIterator
-
Constructor.
- AbstractWeakValueMap<K,V> - Class in org.arakhne.afc.references
-
A Map implementation with
weak values
. - AbstractWeakValueMap(Map<K, AbstractReferencedValueMap.ReferencableValue<K, V>>) - Constructor for class org.arakhne.afc.references.AbstractWeakValueMap
-
Constructs an empty Map.
- AbstractWrapConnection(RoadConnection) - Constructor for class org.arakhne.afc.gis.road.SubRoadNetwork.AbstractWrapConnection
-
Constructor.
- AbstractWrapRoadConnection - Class in org.arakhne.afc.gis.road.primitive
-
This class provides the base implementation of a road connection wrapped to an other road connection.
- AbstractWrapRoadConnection(RoadConnection) - Constructor for class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
-
Constructor.
- acceleration(double, double, double) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
- acceleration(double, double, double) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
-
Replies the new acceleration according to a previous speed and a current speed, and given time.
- acceleration(double, double, double) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
-
Replies the new acceleration according to a previous velocity and a current velocity, and given time.
- accept(File) - Method in class org.arakhne.afc.inputoutput.filefilter.AbstractFileFilter
- accept(File) - Method in class org.arakhne.afc.inputoutput.filefilter.MultiFileFilter
- accept(File, String) - Method in class org.arakhne.afc.inputoutput.filefilter.AbstractFileFilter
- accept(File, String) - Method in class org.arakhne.afc.inputoutput.filefilter.MultiFileFilter
- add(byte[]) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
-
Add the given embedded data into this classifier and replies the string representation of the given embedded data.
- add(byte[], String) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
-
Add the given embedded data into this classifier and replies the string representation of the given embedded data.
- add(double) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
-
Add the given values to this point.
- add(double) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiablePoint1D
- add(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
-
Adds a scalar to each component of this matrix.
- add(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
-
Adds a scalar to each component of this matrix.
- add(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
-
Adds a scalar to each component of this matrix.
- add(double, double) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
-
Add a point at the end of this part.
- add(double, double) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
- add(double, double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
- add(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
-
Add the given coordinate in the rectangle.
- add(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
- add(double, double) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
- add(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Sets the value of this tuple to the sum of itself and x and y.
- add(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- add(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
-
Add the given coordinate in the rectangle.
- add(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
- add(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
- add(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Sets the value of this tuple to the sum of itself and x and y.
- add(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- add(double, double, int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
-
Insert a point at the specified index.
- add(double, Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
-
Adds a scalar to each component of the matrix m1 and places the result into this.
- add(double, Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
-
Adds a scalar to each component of the matrix m1 and places the result into this.
- add(double, Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
-
Adds a scalar to each component of the matrix m1 and places the result into this.
- add(int, int) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
- add(int, int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
- add(int, int) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
- add(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
- add(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Sets the value of this tuple to the sum of itself and x and y.
- add(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- add(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
- add(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
- add(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Sets the value of this tuple to the sum of itself and x and y.
- add(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- add(int, CT) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
- add(int, CT) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
- add(int, CT) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
- add(int, CT) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
- add(int, E) - Method in class org.arakhne.afc.util.InformedArrayList
- add(int, Integer) - Method in class org.arakhne.afc.util.IntegerList
- add(int, ST) - Method in class org.arakhne.afc.math.graph.GraphPath
- add(int, T) - Method in class org.arakhne.afc.references.WeakArrayList
- add(long, byte[], String) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
-
Add a embedded data in the classifier.
- add(long, File, String) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
-
Add a file in the classifier.
- add(long, URL, String) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
-
Add an URL in the classifier.
- add(CT) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
- add(CT) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendIterator
- add(CT) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
- add(CT) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
- add(CT) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendIterator
- add(CT) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
- add(E) - Method in class org.arakhne.afc.references.AbstractReferencedSet
- add(E) - Method in class org.arakhne.afc.util.InformedArrayList
- add(E) - Method in class org.arakhne.afc.util.MultiCollection
-
This function is not supported, see
MultiCollection.addCollection(Collection)
. - add(File) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
-
Add the given file into this classifier and replies the string representation of the given file.
- add(File, String) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
-
Add the given File into this classifier and replies the string representation of the given file.
- add(Class<T>, T) - Method in class org.arakhne.afc.util.ListenerCollection
-
Adds the listener as a listener of the specified type.
- add(Integer) - Method in class org.arakhne.afc.util.IntegerList
- add(Iterable<SGraphSegment>) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
-
Add the given segments in the connection.
- add(Object) - Method in class org.arakhne.afc.io.dbase.DBaseFileRecord
-
Add a field value to this record.
- add(String, Iterable<?>) - Method in class org.arakhne.afc.vmutil.json.JsonBuffer
-
Add the given value.
- add(String, Object) - Method in class org.arakhne.afc.vmutil.json.JsonBuffer
-
Add the given value.
- add(String, Map<?, ?>) - Method in class org.arakhne.afc.vmutil.json.JsonBuffer
-
Add the given value.
- add(String, JsonBuffer) - Method in class org.arakhne.afc.vmutil.json.JsonBuffer
-
Add the given value.
- add(URL) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
-
Add the given URL into this classifier and replies the string representation of the given URL.
- add(URL, String) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
-
Add the given URL into this classifier and replies the string representation of the given URL.
- add(Iterator<? extends PathElement2afp>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Add the elements replied by the iterator into this path.
- add(Iterator<? extends PathElement2ai>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
-
Add the elements replied by the iterator into this path.
- add(Iterator<? extends PathElement3afp>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
-
Add the elements replied by the iterator into this path.
- add(Iterator<? extends PathElement3ai>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
-
Add the elements replied by the iterator into this path.
- add(List<E>, Comparator<? super E>, E, boolean, boolean) - Static method in class org.arakhne.afc.util.ListUtil
-
Add the given element in the main list using a dichotomic algorithm.
- add(MapElement) - Method in class org.arakhne.afc.gis.io.shape.MapElementGroup
-
Add the given element into the group.
- add(RoadPath) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
- add(ESRIPoint) - Method in class org.arakhne.afc.io.shape.ESRIBounds
-
Add a point to this bounds.
- add(Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
- add(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
- add(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
-
Sets the value of this tuple to the sum of itself and the given vector.
- add(Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
- add(Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
- add(Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
-
Sets the value of this tuple to the sum of tuples vector1 and vector2.
- add(Point2d) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
-
Add a point at the end of this part.
- add(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
-
Add the given coordinate in the rectangle.
- add(Point2D<?, ?>, int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
-
Insert a point at the specified index.
- add(Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
- add(Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
- add(Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- add(Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
- add(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
- add(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
- add(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
- add(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
- add(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
-
Sets the value of this tuple to the sum of itself and t1.
- add(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
- add(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
- add(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Sets the value of this tuple to the sum of itself and the given vector.
- add(Vector2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
- add(Vector2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
- add(Vector2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- add(Vector2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
- add(Vector2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
- add(Vector2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
- add(Vector2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
- add(Vector2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Sets the value of this tuple to the sum of tuples vector1 and vector2.
- add(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
-
Add the given coordinate in the rectangle.
- add(Point3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
- add(Point3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
- add(Point3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- add(Point3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
- add(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
- add(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
- add(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
- add(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
- add(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
-
Sets the value of this tuple to the sum of itself and t1.
- add(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
- add(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
- add(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
-
Sets the value of this tuple to the sum of itself and t1.
- add(Vector3D<?, ?>, Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
- add(Vector3D<?, ?>, Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
- add(Vector3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- add(Vector3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
- add(Vector3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
- add(Vector3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
- add(Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
- add(Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- add(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraph
-
Add the given segment.
- add(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
-
Add the given segment in the connection.
- add(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
-
Sets the value of this matrix to the sum of itself and matrix m1.
- add(Matrix2d, Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
-
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
- add(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
-
Sets the value of this matrix to the sum of itself and matrix m1.
- add(Matrix3d, Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
-
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
- add(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
-
Sets the value of this matrix to the sum of itself and matrix m1.
- add(Matrix4d, Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
-
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
- add(Tree<D, ?>) - Method in class org.arakhne.afc.math.tree.AbstractForest
- add(P) - Method in class org.arakhne.afc.gis.grid.MapElementGridSet
- add(P) - Method in class org.arakhne.afc.gis.grid.StandardGISGridSet
- add(P) - Method in class org.arakhne.afc.gis.tree.StandardGISTreeSet
- add(P) - Method in class org.arakhne.afc.gis.tree.WeakGISTreeSet
- add(P) - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
- add(P) - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
- add(P) - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
- add(P) - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
- add(P, double, OutputParameter<P>, OutputParameter<P>) - Method in interface org.arakhne.afc.gis.GISPolylineSet
-
Add the selected polyline inside the tree and replies the two nearest polylines that are already inside the tree.
- add(P, double, OutputParameter<P>, OutputParameter<P>) - Method in class org.arakhne.afc.gis.grid.MapPolylineGridSet
- add(P, double, OutputParameter<P>, OutputParameter<P>) - Method in class org.arakhne.afc.gis.tree.MapPolylineTreeSet
- add(ST) - Method in class org.arakhne.afc.math.graph.GraphPath
- add(ST, PT) - Method in class org.arakhne.afc.math.graph.GraphPath
- add(ST, PT) - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
-
Add the segment starting from the given point.
- add(T) - Method in class org.arakhne.afc.util.MultiValue
-
Add the given value to the styored value.
- ADD_CHILD - org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent.Type
-
The layer was added into its container.
- addAll(int, Collection<? extends CT>) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
- addAll(int, Collection<? extends CT>) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
- addAll(int, Collection<? extends CT>) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
- addAll(int, Collection<? extends CT>) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
- addAll(int, Collection<? extends E>) - Method in class org.arakhne.afc.util.InformedArrayList
- addAll(int, Collection<? extends Integer>) - Method in class org.arakhne.afc.util.IntegerList
- addAll(int, Collection<? extends ST>) - Method in class org.arakhne.afc.math.graph.GraphPath
- addAll(Collection<? extends CT>) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
- addAll(Collection<? extends CT>) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
- addAll(Collection<? extends CT>) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
- addAll(Collection<? extends CT>) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
- addAll(Collection<? extends E>) - Method in class org.arakhne.afc.util.InformedArrayList
- addAll(Collection<? extends E>) - Method in class org.arakhne.afc.util.MultiCollection
-
This function is not supported, see
MultiCollection.addCollection(Collection)
. - addAll(Collection<? extends Integer>) - Method in class org.arakhne.afc.util.IntegerList
- addAll(Collection<? extends RoadPath>) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
- addAll(Collection<? extends Tree<D, ?>>) - Method in class org.arakhne.afc.math.tree.AbstractForest
- addAll(Collection<? extends P>) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
- addAll(Collection<? extends P>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
- addAll(Collection<? extends P>) - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
- addAll(Collection<? extends P>) - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
- addAll(Collection<? extends P>) - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
- addAll(Collection<? extends P>) - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
- addAll(Collection<? extends ST>) - Method in class org.arakhne.afc.math.graph.GraphPath
- addAndGetPath(RoadPath) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
-
Add the given road path into this cluster of road paths.
- addAStarListener(AStarListener<ST, PT>) - Method in class org.arakhne.afc.math.graph.astar.AStar
-
Add listener on A* algorithm events.
- addAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
- addAttributeChangeListener(AttributeChangeListener) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
-
Add a listener on the attribute value changes.
- addAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
- addAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
- addAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
- addAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
- addAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
- addAttributeContainer(AttributeProvider) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
- addAttributeContainer(AttributeProvider) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
-
Add a container in this set.
- addAttributes(Map<String, Object>) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
-
Put the values given as parameter in this attribute provider.
- addAttributes(Map<String, Object>) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
- addAttributes(Map<String, Object>) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
- addAttributes(Map<String, Object>) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
- addAttributes(Map<String, Object>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
- addAttributes(Map<String, Object>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
- addAttributes(Map<String, Object>) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
- addAttributes(AttributeProvider) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
-
Put the values given as parameter in this attribute provider.
- addAttributes(AttributeProvider) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
- addAttributes(AttributeProvider) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
- addAttributes(AttributeProvider) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
- addAttributes(AttributeProvider) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
- addAttributes(AttributeProvider) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
- addAttributes(AttributeProvider) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
- addBusChangeListener(BusChangeListener) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
- addBusChangeListener(BusChangeListener) - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
-
Add listener.
- addBusHalt(String, BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
-
Add a bus halt inside the bus itinerary.
- addBusHalt(UUID, String, BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
-
Add a bus halt inside the bus itinerary.
- addBusHalt(UUID, String, BusItineraryHalt.BusItineraryHaltType, int) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
-
Add a bus halt inside the bus itinerary.
- addBusHalt(UUID, BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
-
Add a bus halt inside the bus itinerary.
- addBusHalt(BusItineraryHalt) - Method in class org.arakhne.afc.gis.bus.network.BusStop
-
Add a bus halt reference.
- addBusHalt(BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
-
Add a bus halt inside the bus itinerary.
- addBusHalt(BusItineraryHalt, int) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
-
Add the given bus halt in this itinerary.
- addBusHub(String, BusStop...) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
-
Add a bus hub in this network.
- addBusHub(BusHub) - Method in class org.arakhne.afc.gis.bus.network.BusStop
-
Add a hub reference.
- addBusHub(BusStop...) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
-
Add a bus hub in this network.
- addBusItinerary(BusItinerary) - Method in class org.arakhne.afc.gis.bus.network.BusLine
-
Add a bus itinerary inside the bus line.
- addBusItinerary(BusItinerary, int) - Method in class org.arakhne.afc.gis.bus.network.BusLine
-
Add a bus itinerary at the specified index.
- addBusLine(BusLine) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
-
Add a bus line inside the bus network.
- addBusLine(BusLine, int) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
-
Add a bus line at the specified index.
- addBusStop(BusStop) - Method in class org.arakhne.afc.gis.bus.network.BusHub
-
Add a bus stop inside the bus hub.
- addBusStop(BusStop) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
-
Add a bus stop inside the bus network.
- addBusStop(BusStop, boolean) - Method in class org.arakhne.afc.gis.bus.network.BusHub
-
Add a bus stop inside the bus hub.
- addCellLink(GridCell<P>) - Method in class org.arakhne.afc.gis.grid.GridCellElement
-
Add a reference from this element to a cell that is containing this element.
- addChild(int, N) - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
-
Add a child node at the specified index.
- addChild(N) - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
-
Add a child node at the end of the children list.
- addCollection(Collection<? extends E>) - Method in class org.arakhne.afc.util.MultiCollection
-
Add a collection inside this multicollection.
- addConnectedSegment(RoadPolyline, boolean) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
-
Add a segment to this connection point.
- addContentType(MagicNumber) - Static method in class org.arakhne.afc.inputoutput.filetype.FileType
-
Register a MIME type of the given file.
- addContentType(MagicNumber) - Method in class org.arakhne.afc.inputoutput.filetype.FileType.ContentFileTypeMap
-
Register a MIME type of the given file.
- addDrawingListener(DrawingListener) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
- addDrawingListener(DrawingListener) - Method in class org.arakhne.afc.nodefx.ZoomablePane
- addDrawingListener(DrawingListener) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
-
Add a drawing listener.
- ADDED_INTO_PARENT - org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent.Type
-
The layer was added into its container.
- addElement(GridCellElement<P>) - Method in class org.arakhne.afc.gis.grid.GridCell
-
Add an element in the cell.
- addElement(P) - Method in class org.arakhne.afc.gis.grid.Grid
-
Add the element in the grid.
- addExtension(File, String) - Static method in class org.arakhne.afc.vmutil.FileSystem
-
Add the extension of to specified filename.
- addExtension(URL, String) - Static method in class org.arakhne.afc.vmutil.FileSystem
-
Add the extension of to specified filename.
- addForestListener(ForestListener) - Method in class org.arakhne.afc.math.tree.AbstractForest
-
Add forest listener.
- addGISEditableChangeListener(GISEditableChangeListener) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
- addGISEditableChangeListener(GISEditableChangeListener) - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
- addGISEditableChangeListener(GISEditableChangeListener) - Method in class org.arakhne.afc.gis.mapelement.MapElement
- addGISEditableChangeListener(GISEditableChangeListener) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
- addGISEditableChangeListener(GISEditableChangeListener) - Method in interface org.arakhne.afc.gis.primitive.GISEditable
-
Add listener.
- addGroup(double, double) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
-
Add the specified point into a newgroup.
- addGroup(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
-
Add the specified point into a newgroup.
- addIfAbsent(List<E>, Comparator<? super E>, E) - Static method in class org.arakhne.afc.util.ListUtil
-
Add the given element in the main list using a dichotomic algorithm if the element is not already present.
- addInside(AbstractGISTreeSet<P, N>, N, P, GISTreeSetNodeFactory<P, N>) - Static method in class org.arakhne.afc.gis.tree.GISTreeSetUtil
-
Add the given element inside the given node (or one of its children).
- addIterationElement(GraphIterationElement<ST, PT>) - Method in class org.arakhne.afc.math.graph.BreadthFirstGraphCourseModel
- addIterationElement(GraphIterationElement<ST, PT>) - Method in class org.arakhne.afc.math.graph.DepthFirstGraphCourseModel
- addIterationElement(GraphIterationElement<ST, PT>) - Method in interface org.arakhne.afc.math.graph.GraphCourseModel
-
Add an element to iterate on.
- addIterationElement(GraphIterationElement<ST, PT>) - Method in class org.arakhne.afc.math.graph.ShortestSegmentFirstGraphCourseModel
- addIterator(SizedIterator<? extends M>) - Method in class org.arakhne.afc.sizediterator.MultiSizedIterator
-
Add an iterator in the list of iterators.
- addition(Class<?>) - Static method in enum org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
-
Replies the addition type according to the given type.
- ADDITION - org.arakhne.afc.attrs.collection.AttributeChangeEvent.Type
-
an attribute was added.
- addLayerListener(MapLayerListener) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
-
Add a listener on the layer's events.
- addLayerListener(MapLayerListener) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
-
Add a listener on the layer's events.
- addListener(Class<T>, T) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
-
Add a listener.
- addListeningIterator(StandardRoadConnection.IClockwiseIterator) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
-
Add a listening iterator.
- addMapElement(E) - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
- addMapElement(E) - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
- addMapElement(E) - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
- addMapElement(RoadPolyline) - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
- addMapElement(T) - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
-
Add a map element inside this container.
- addMapElements(Collection<? extends E>) - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
- addMapElements(Collection<? extends E>) - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
- addMapElements(Collection<? extends E>) - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
- addMapElements(Collection<? extends RoadPolyline>) - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
- addMapElements(Collection<? extends T>) - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
-
Add map elements inside this container.
- addMapLayer(int, L) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
-
Insert a map layer inside this container at the specified index.
- addMapLayer(int, L) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
- addMapLayer(L) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
-
Add a map layer inside this container at the top-most position.
- addMapLayer(L) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
- addOption(int) - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
-
Add the specified option.
- addPathToPath(RoadPath, RoadPath) - Static method in class org.arakhne.afc.gis.road.path.RoadPath
-
Add the elements stored inside a road path into a road path.
- addPoint(double, double) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
-
Add the specified point at the end of the last group.
- addPoint(double, double, int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
-
Add the specified point at the end of the specified group.
- addPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
-
Add the specified point at the end of the last group.
- addPoint(Point2D<?, ?>, int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
-
Add the specified point at the end of the specified group.
- addPreferredProvider(ThreadServiceProvider) - Static method in class org.arakhne.afc.vmutil.ThreadServiceFinder
-
Add a preferred provider.
- addProgressionListener(ProgressionListener) - Method in class org.arakhne.afc.progress.DefaultProgression
- addProgressionListener(ProgressionListener) - Method in interface org.arakhne.afc.progress.Progression
-
Add a listener on this model.
- addReferenceListener(ReferenceListener) - Method in class org.arakhne.afc.references.WeakArrayList
-
Add listener on reference's release.
- addRoadNetworkListener(RoadNetworkListener) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
-
Add a listener.
- addRoadNetworkListener(RoadNetworkListener) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
- addRoadPolyline(RoadPolyline) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
-
Add a road segment inside the road network.
- addRoadSegment(RoadSegment) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
-
Add a road segment inside the bus itinerary.
- addRoadSegment(RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
-
Add a road segment inside the road network.
- addRoadSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
- addRoadSegment(RoadSegment, boolean) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
-
Add a road segment inside the bus itinerary.
- addRoadSegments(RoadPath) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
-
Add road segments inside the bus itinerary.
- addRoadSegments(RoadPath, boolean) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
-
Add road segments inside the bus itinerary.
- addRoadSegments(RoadPath, boolean, boolean) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
-
Add road segments inside the bus itinerary.
- addShapeGeometryChangeListener(ShapeGeometryChangeListener) - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractShape2d
-
Add listener on geometry changes.
- addShapeGeometryChangeListener(ShapeGeometryChangeListener) - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractShape2i
-
Add listener on geometry changes.
- addShapeGeometryChangeListener(ShapeGeometryChangeListener) - Method in class org.arakhne.afc.math.geometry.d3.d.AbstractShape3d
-
Add listener on geometry changes.
- addShapeGeometryChangeListener(ShapeGeometryChangeListener) - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractShape3i
-
Add listener on geometry changes.
- addToPath(GP, ST) - Method in class org.arakhne.afc.math.graph.astar.AStar
-
Add the given segment into the given path.
- addToPath(GP, ST) - Method in interface org.arakhne.afc.math.graph.astar.AStarPathFactory
-
Add the given segment into the given path.
- addToPath(RoadPath, RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStarPathFactory
- addToPolyline(Collection<? extends Point2D<?, ?>>) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
-
Add a point to the end of the polyline.
- addToPolyline(Collection<? extends Point2D<?, ?>>) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
- addToPolyline(Point2D<?, ?>...) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
-
Add a point to the end of the polyline.
- addToPolyline(Point2D<?, ?>...) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
- addToPolyline3D(Collection<? extends Point3D<?, ?>>) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
-
Add a point to the end of the polyline.
- addToPolyline3D(Collection<? extends Point3D<?, ?>>) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
- addToPolyline3D(Point3D<?, ?>...) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
-
Add a point to the end of the polyline.
- addToPolyline3D(Point3D<?, ?>...) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
- addTreeNodeListener(TreeNodeListener) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
- addTreeNodeListener(TreeNodeListener) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
- addTreeNodeListener(TreeNodeListener) - Method in interface org.arakhne.afc.math.tree.TreeNode
-
Add a listener on the node events.
- addURL(URL) - Method in class org.arakhne.afc.vmutil.DynamicURLClassLoader
-
Appends the specified URL to the list of URLs to search for classes and resources.
- addURLs(URL...) - Method in class org.arakhne.afc.vmutil.DynamicURLClassLoader
-
Appends the specified URL to the list of URLs to search for classes and resources.
- addUserData(int, D) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
- addUserData(int, D) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
- addUserData(int, D) - Method in interface org.arakhne.afc.math.tree.TreeNode
-
Add a user data associated to this node.
- addUserData(int, Collection<? extends D>) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
- addUserData(int, Collection<? extends D>) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
- addUserData(int, Collection<? extends D>) - Method in interface org.arakhne.afc.math.tree.TreeNode
-
Add a user data associated to this node.
- addUserData(D) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
- addUserData(D) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
- addUserData(D) - Method in interface org.arakhne.afc.math.tree.TreeNode
-
Add a user data associated to this node.
- addUserData(Object) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
-
Add a user data in the data associated to this point.
- addUserData(Object) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
-
Add a user data in the data associated to this point.
- addUserData(String, Object) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
- addUserData(String, Object) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
-
Add an user data associated to this segment.
- addUserData(String, Object) - Method in class org.arakhne.afc.gis.road.RoadPolyline
- addUserData(String, Object) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
- addUserData(Collection<? extends D>) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
- addUserData(Collection<? extends D>) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
- addUserData(Collection<? extends D>) - Method in interface org.arakhne.afc.math.tree.TreeNode
-
Add a user data associated to this node.
- addUserData(Collection<? extends P>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
- addX(double) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
- addX(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
- addX(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
- addX(double) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
- addX(double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Sets the x value of this tuple to the sum of itself and x.
- addX(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- addX(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
- addX(double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
- addX(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Sets the x value of this tuple to the sum of itself and x.
- addX(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- addX(int) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
- addX(int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
- addX(int) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
- addX(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
- addX(int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Sets the x value of this tuple to the sum of itself and x.
- addX(int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- addX(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
- addX(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
- addX(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Sets the x value of this tuple to the sum of itself and x.
- addX(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- addY(double) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
- addY(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
- addY(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
- addY(double) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
- addY(double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Sets the y value of this tuple to the sum of itself and y.
- addY(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- addY(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
- addY(double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
- addY(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Sets the y value of this tuple to the sum of itself and y.
- addY(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- addY(int) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
- addY(int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
- addY(int) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
- addY(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
- addY(int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Sets the y value of this tuple to the sum of itself and y.
- addY(int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- addY(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
- addY(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
- addY(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Sets the y value of this tuple to the sum of itself and y.
- addY(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- addZ(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
- addZ(double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
- addZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Sets the z value of this tuple to the sum of itself and z.
- addZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- addZ(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
- addZ(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
- addZ(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Sets the z value of this tuple to the sum of itself and z.
- addZ(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- advance(Progression) - Static method in class org.arakhne.afc.progress.ProgressionUtil
-
Increment the value of the given task progression, if not
null
, by1
. - advance(Progression, int) - Static method in class org.arakhne.afc.progress.ProgressionUtil
-
Increment the value of the given task progression, if not
null
, by the given amount. - advance(Progression, int, String) - Static method in class org.arakhne.afc.progress.ProgressionUtil
-
Increment the value of the given task progression, if not
null
, by the given amount. - advance(Progression, String) - Static method in class org.arakhne.afc.progress.ProgressionUtil
-
Increment the value of the given task progression, if not
null
, by1
. - AFGHANISTAN - org.arakhne.afc.util.CountryCode
-
AF.
- AgentMotion - Class in org.arakhne.afc.agentmotion
-
Describes the motion of an agent.
- AgentMotion() - Constructor for class org.arakhne.afc.agentmotion.AgentMotion
-
Construct a zero motion.
- AgentMotion(double) - Constructor for class org.arakhne.afc.agentmotion.AgentMotion
-
Construct a motion.
- AgentMotion(double, double) - Constructor for class org.arakhne.afc.agentmotion.AgentMotion
-
Construct a motion.
- AgentMotion(double, double, double) - Constructor for class org.arakhne.afc.agentmotion.AgentMotion
-
Construct a motion.
- AgentMotion(AgentMotion) - Constructor for class org.arakhne.afc.agentmotion.AgentMotion
-
Constructor by copy.
- AgentMotion(Vector2D<?, ?>) - Constructor for class org.arakhne.afc.agentmotion.AgentMotion
-
Construct a motion.
- AgentMotion(Vector2D<?, ?>, double) - Constructor for class org.arakhne.afc.agentmotion.AgentMotion
-
Construct a motion.
- AIX - org.arakhne.afc.vmutil.OperatingSystem
-
AIX®.
- ALAND_ISLANDS - org.arakhne.afc.util.CountryCode
-
AX.
- ALBANIA - org.arakhne.afc.util.CountryCode
-
AL.
- ALGERIA - org.arakhne.afc.util.CountryCode
-
DZ.
- algorithmEnded(List<AStarNode<ST, PT>>) - Method in interface org.arakhne.afc.math.graph.astar.AStarListener
-
Invoked when the A* algorithm has finished.
- algorithmStarted(AStarNode<ST, PT>, PT) - Method in interface org.arakhne.afc.math.graph.astar.AStarListener
-
Invoked when the A* algorithm has started.
- aligning - Variable in class org.arakhne.afc.agentmotion.common.FacingAlgorithm
-
Aligning algorithm to delegate to.
- AligningKinematicAlgorithm - Class in org.arakhne.afc.agentmotion.kinematic
-
Agent is changing its oriented for being align to the target vector.
- AligningKinematicAlgorithm(double) - Constructor for class org.arakhne.afc.agentmotion.kinematic.AligningKinematicAlgorithm
-
Constructor.
- AligningMotionAlgorithm - Interface in org.arakhne.afc.agentmotion
-
Agent is changing its oriented for being align to the target vector.
- AligningSteeringAlgorithm - Class in org.arakhne.afc.agentmotion.steering
-
Agent is changing its oriented for being align to the target vector.
- AligningSteeringAlgorithm(double, double, int) - Constructor for class org.arakhne.afc.agentmotion.steering.AligningSteeringAlgorithm
-
Constructor.
- ALL - org.arakhne.afc.bootique.log4j.configs.Level
-
All.
- ALL_HUBS_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
-
All the bus hubs were removed from a bus network.
- ALL_ITINERARIES_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
-
All the bus itineraries were removed from a bus line.
- ALL_ITINERARY_HALTS_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
-
All the bus halts were removed from a bus itinerary.
- ALL_LINES_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
-
All the bus lines were removed from a bus network.
- ALL_SEGMENTS_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
-
All the road segments were removed from a bus itinerary.
- ALL_STOPS_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
-
All the bus stops were removed from a bus network.
- AMERICAN_SAMOA - org.arakhne.afc.util.CountryCode
-
AS.
- and(IntersectionType) - Method in enum org.arakhne.afc.math.geometry.IntersectionType
-
Compute the AND-combinaison of two intersection types.
- and(IntersectionType, IntersectionType) - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
-
Compute the AND-combinaison of two intersection types.
- ANDORRA - org.arakhne.afc.util.CountryCode
-
AD.
- Android - Class in org.arakhne.afc.vmutil
-
This class stores several information given by the Android operating systems.
- ANDROID - org.arakhne.afc.vmutil.OperatingSystem
-
Android Linux distribution.
- Android.AndroidException - Exception in org.arakhne.afc.vmutil
-
This exception is thrown when the
Android
attributes are not correctly initialized. - AndroidException() - Constructor for exception org.arakhne.afc.vmutil.Android.AndroidException
-
Construct the exception.
- AndroidException(String) - Constructor for exception org.arakhne.afc.vmutil.Android.AndroidException
-
Construct the exception.
- AndroidException(String, Throwable) - Constructor for exception org.arakhne.afc.vmutil.Android.AndroidException
-
Construct the exception.
- AndroidException(Throwable) - Constructor for exception org.arakhne.afc.vmutil.Android.AndroidException
-
Construct the exception.
- AndroidResourceWrapper - Class in org.arakhne.afc.vmutil
-
This interface provides the Android implementation to load resources.
- AndroidResourceWrapper() - Constructor for class org.arakhne.afc.vmutil.AndroidResourceWrapper
-
Construct the wrapper.
- angle(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0, PI].
- angle(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
-
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0, PI].
- angleOfVector(double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Return the trigonometric angle of a vector.
- angleOfVector(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Vector2D
-
Return the trigonometric angle of a vector.
- ANGOLA - org.arakhne.afc.util.CountryCode
-
AO.
- ANGUILLA - org.arakhne.afc.util.CountryCode
-
AI.
- AngularAccelerationKinematic - Interface in org.arakhne.afc.math.physics.kinematic.angular
-
This interface describes an object that is able to provide angular instant speed, velocity, acceleration, and the maximal values for the speeds.
- AngularInstantAccelerationKinematic - Interface in org.arakhne.afc.math.physics.kinematic.angular
-
This interface describes an object that is able to provide angular instant speed, velocity, and acceleration.
- AngularInstantVelocityKinematic - Interface in org.arakhne.afc.math.physics.kinematic.angular
-
This interface describes an object that is able to provide angular instant speed and velocity.
- AngularUnit - Enum in org.arakhne.afc.math.physics
-
A AngularUnit represents speed at a given unit of granularity.
- AngularVelocityKinematic - Interface in org.arakhne.afc.math.physics.kinematic.angular
-
This interface describes an object that is able to provide angular instant speed and velocity, and the maximal values for the speeds.
- ANTARCTICA - org.arakhne.afc.util.CountryCode
-
AQ.
- ANTIGUA_AND_BARBUDA - org.arakhne.afc.util.CountryCode
-
AG.
- append(Appendable) - Method in class org.arakhne.afc.bootique.synopsishelp.help.SynopsisHelpGenerator
- AppenderConfig - Class in org.arakhne.afc.bootique.log4j.configs
-
Configuration for log4j appenders.
- AppenderConfig() - Constructor for class org.arakhne.afc.bootique.log4j.configs.AppenderConfig
- ApplicationArgumentSynopsis - Annotation Type in org.arakhne.afc.bootique.synopsishelp.annotations
-
Annotation for marking a String value in order to define the synopsis of the application's arguments.
- ApplicationData2ModuleProvider - Class in org.arakhne.afc.bootique.applicationdata2
-
Provider of a Bootique module for ApplicationData2.
- ApplicationData2ModuleProvider() - Constructor for class org.arakhne.afc.bootique.applicationdata2.ApplicationData2ModuleProvider
- ApplicationDetailedDescription - Annotation Type in org.arakhne.afc.bootique.synopsishelp.annotations
-
Annotation for marking a String value in order to define the detailed description of the application.
- ApplicationMetadata2Module - Class in org.arakhne.afc.bootique.applicationdata2.modules
-
Module for the compiler application metadata version 2.
- ApplicationMetadata2Module() - Constructor for class org.arakhne.afc.bootique.applicationdata2.modules.ApplicationMetadata2Module
- applyEffect(Effect) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
-
Applies the given effect to the entire bounds of the canvas and stores the result back into the same canvas.
- applyPattern(String) - Method in class org.arakhne.afc.vmutil.locale.LocaleMessageFormat
- approximationFactor - Variable in class org.arakhne.afc.agentmotion.steering.AligningSteeringAlgorithm
-
Approximation factor.
- approximationFactor - Variable in class org.arakhne.afc.agentmotion.steering.ArrivingSteeringAlgorithm
-
Approximation factor.
- arc(double, double, double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
-
Adds path elements to the current path to make an arc that uses Euclidean radians.
- ARC_HEIGHT - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
-
arcHeight
. - ARC_ONLY - org.arakhne.afc.math.geometry.d2.Path2D.ArcType
-
Draw only the ellipse arc.
- ARC_ONLY - org.arakhne.afc.math.geometry.d3.Path3D.ArcType
-
Draw only the ellipse arc.
- ARC_TO - org.arakhne.afc.math.geometry.PathElementType
-
Arc to the next point.
- ARC_WIDTH - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
-
arcWidth
. - arcHeightProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
-
Replies the property for the arc height.
- ArcPathElement2d(double, double, double, double, double, double, double, boolean, boolean) - Constructor for class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
-
Constructor.
- ArcPathElement2dfx(DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, BooleanProperty, BooleanProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
-
Constructor.
- ArcPathElement2dfx(Point2dfx, Point2dfx, DoubleProperty, DoubleProperty, DoubleProperty, BooleanProperty, BooleanProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
-
Constructor by setting.
- ArcPathElement2i(int, int, int, int, int, int, double, boolean, boolean) - Constructor for class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
-
Constructor.
- ArcPathElement2ifx(IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, DoubleProperty, BooleanProperty, BooleanProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
-
Constructor.
- ArcPathElement2ifx(Point2ifx, Point2ifx, IntegerProperty, IntegerProperty, DoubleProperty, BooleanProperty, BooleanProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
-
Constructor by setting.
- arcTo(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Adds a section of an shallow ellipse to the current path.
- arcTo(double, double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
-
Adds segments to the current path to make an arc.
- arcTo(double, double, double, double, double, boolean, boolean) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Adds a section of an shallow ellipse to the current path.
- arcTo(double, double, double, double, double, double, Path2D.ArcType) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Adds a section of an shallow ellipse to the current path.
- arcTo(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
-
Adds a section of an shallow ellipse to the current path.
- arcTo(int, int, int, int, double, boolean, boolean) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
-
Adds a section of an shallow ellipse to the current path.
- arcTo(int, int, int, int, double, double, Path2D.ArcType) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
-
Adds a section of an shallow ellipse to the current path.
- arcTo(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
-
Adds a section of an shallow ellipse to the current path.
- arcTo(Point2D<?, ?>, Point2D<?, ?>, double, double, Path2D.ArcType) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
- arcTo(Point2D<?, ?>, Point2D<?, ?>, double, double, Path2D.ArcType) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
- arcTo(Point2D<?, ?>, Point2D<?, ?>, double, double, Path2D.ArcType) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
-
Adds a section of an shallow ellipse to the current path.
- arcTo(Point2D<?, ?>, Vector2D<?, ?>, double, boolean, boolean) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
- arcTo(Point2D<?, ?>, Vector2D<?, ?>, double, boolean, boolean) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
- arcTo(Point2D<?, ?>, Vector2D<?, ?>, double, boolean, boolean) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
-
Adds a section of an shallow ellipse to the current path.
- arcWidthProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
-
Replies the property for the arc width.
- ARGENTINA - org.arakhne.afc.util.CountryCode
-
AR.
- ARMENIA - org.arakhne.afc.util.CountryCode
-
AM.
- AroundCellIterable<P extends GISPrimitive> - Interface in org.arakhne.afc.gis.grid
-
Iterable that is replying the cells around a specified position.
- AroundCellIterator<P extends GISPrimitive> - Interface in org.arakhne.afc.gis.grid
-
Iterator that is replying the cells around a specified position.
- aroundIterator() - Method in interface org.arakhne.afc.gis.grid.AroundCellIterable
-
Replies the extended iterator on the cells around a specified ont.
- ArrayForest<D> - Class in org.arakhne.afc.math.tree
-
This is a array implementation of a forest of trees.
- ArrayForest() - Constructor for class org.arakhne.afc.math.tree.ArrayForest
-
Construct a forest.
- ArrayForest(Collection<? extends Tree<D, ?>>) - Constructor for class org.arakhne.afc.math.tree.ArrayForest
-
Constructor.
- ArrayMapElementLayer<E extends MapElement> - Class in org.arakhne.afc.gis.maplayer
-
This class represents a layer that contains map elements stored in an array data structure.
- ArrayMapElementLayer() - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
-
Create a new layer.
- ArrayMapElementLayer(boolean) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
-
Create a new layer with the specified attribute source.
- ArrayMapElementLayer(Class<? extends E>) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
-
Create a new layer with the specified element type.
- ArrayMapElementLayer(UUID) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
-
Create a new layer with the specified attribute source.
- ArrayMapElementLayer(UUID, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
-
Create a new layer with the specified attribute source.
- ArrayMapElementLayer(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
-
Create a new layer with the specified attribute source.
- ArrayMapElementLayer(UUID, AttributeCollection, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
-
Create a new layer with the specified attribute source.
- ArrayMapElementLayer(AttributeCollection) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
-
Create a new layer with the specified attribute source.
- ArrayMapElementLayer(AttributeCollection, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
-
Create a new layer with the specified attribute source.
- ArraySizedIterator<OBJECT> - Class in org.arakhne.afc.sizediterator
-
Iterator which is disabling the
remove()
function. - ArraySizedIterator(OBJECT[]) - Constructor for class org.arakhne.afc.sizediterator.ArraySizedIterator
-
Construct an iterator.
- ArrayUtil - Class in org.arakhne.afc.util
-
Some utilities functions for arrays.
- ArrayUtil.Filter<T> - Interface in org.arakhne.afc.util
-
Some utilities functions for arrays.
- ArrivingKinematicAlgorithm - Class in org.arakhne.afc.agentmotion.kinematic
-
Agent is changing its position for arriving (stopping) the target point.
- ArrivingKinematicAlgorithm(double) - Constructor for class org.arakhne.afc.agentmotion.kinematic.ArrivingKinematicAlgorithm
-
Constructor.
- ArrivingMotionAlgorithm - Interface in org.arakhne.afc.agentmotion
-
Agent is changing its position for arriving (stopping) the target point.
- ArrivingSteeringAlgorithm - Class in org.arakhne.afc.agentmotion.steering
-
Agent is changing its position for arriving (stopping) the target point.
- ArrivingSteeringAlgorithm(double, double, int) - Constructor for class org.arakhne.afc.agentmotion.steering.ArrivingSteeringAlgorithm
-
Constructor.
- ARUBA - org.arakhne.afc.util.CountryCode
-
AW.
- assertAssignedAndNotNull() - Method in class org.arakhne.afc.attrs.attr.AttributeImpl
-
Assert that the attribute value was assigned and not
null
. - assertAssignedAndNotNull() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Assert that the attribute value was assigned and not
null
. - AssertMessages - Class in org.arakhne.afc.vmutil.asserts
-
Provides standard error messages for assertions.
- assertRange(int, boolean) - Method in class org.arakhne.afc.references.WeakArrayList
-
Verify if the specified index is inside the array.
- assign(MultiAttributeProvider.ManyValueAttributeValue, AttributeValue) - Static method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
-
Assign the value v2 to v1 and change v1 according to the types of v1 and v2.
- AStar<GP extends GraphPath<GP,ST,PT>,ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> - Class in org.arakhne.afc.math.graph.astar
-
This class provides an implementation of the famous A* algorithm.
- AStar(AStarHeuristic<? super PT>, Class<? extends GP>) - Constructor for class org.arakhne.afc.math.graph.astar.AStar
-
Constructor.
- AStar(AStarHeuristic<? super PT>, AStarPathFactory<GP, ST, PT>) - Constructor for class org.arakhne.afc.math.graph.astar.AStar
-
Constructor.
- AStar.Candidate - Class in org.arakhne.afc.math.graph.astar
-
Candidate node in the A* algorithm, and its related information.
- AStar.CloseComparator<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> - Class in org.arakhne.afc.math.graph.astar
-
Comparator used to sort the close list of A* algorithm.
- AStar.OpenComparator<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> - Class in org.arakhne.afc.math.graph.astar
-
Comparator used to sort the open list of A* algorithm.
- AStarCostComputer<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> - Interface in org.arakhne.afc.math.graph.astar
-
This interface provides a way to the
A* algorithm
to compute the costs of the graph points and the segments. - AStarHeuristic<PT extends GraphPoint<PT,?>> - Interface in org.arakhne.afc.math.graph.astar
-
This interface provides an heuristic evaluation of a path for the
A* algorithm
. - AStarListener<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> - Interface in org.arakhne.afc.math.graph.astar
-
This interface is implemented by the listeners on the progression of the
A* algorithm
. - AStarNode<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> - Interface in org.arakhne.afc.math.graph.astar
-
This interface provides services for an A* node.
- AStarPathFactory<GP extends GraphPath<GP,ST,PT>,ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> - Interface in org.arakhne.afc.math.graph.astar
-
This interface provides a mean to create a path factory for the
A* algorithm
. - AStarSegmentOrientation<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> - Interface in org.arakhne.afc.math.graph.astar
-
This interface provides a way to the
A* algorithm
to retreive the orientation of a segment. - AStarSegmentReplacer<ST extends GraphSegment<ST,?>> - Interface in org.arakhne.afc.math.graph.astar
-
This interface provides a way to replace the segments of the paths found by the
A* algorithm
. - ATTR_CLICKABLE - Static variable in class org.arakhne.afc.gis.maplayer.MapLayer
-
Name of the attribute that indicates if the element could be clicked.
- ATTR_COLOR - Static variable in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
-
Attribute: color of the element.
- ATTR_COLOR - Static variable in interface org.arakhne.afc.gis.bus.network.BusPrimitive
-
Attribute: color of the element.
- ATTR_COLOR - Static variable in class org.arakhne.afc.gis.mapelement.MapElement
-
Attribute: color of the element.
- ATTR_COLOR - Static variable in class org.arakhne.afc.gis.maplayer.MapLayer
-
Attribute: color of the element.
- ATTR_COLOR - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
-
color=""
. - ATTR_DOUBLEFRAME - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
-
doubleFrame=""
. - ATTR_ELEMENT_ATTRIBUTES_URL - Static variable in class org.arakhne.afc.gis.maplayer.MapElementLayer
-
Name of the attribute which is containing the URL of the source of the element attributes.
- ATTR_ELEMENT_GEOMETRY_PROJECTION - Static variable in class org.arakhne.afc.gis.maplayer.MapElementLayer
-
Name of the attribute which is containing the type of map projection for the source file of the element geometries.
- ATTR_ELEMENT_GEOMETRY_URL - Static variable in class org.arakhne.afc.gis.maplayer.MapElementLayer
-
Name of the attribute which is containing the URL of the source of the element geometries.
- ATTR_FILE - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
-
file=""
. - ATTR_FIRSTPOINTINDEX - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
-
firstPointIndex=""
. - ATTR_GEOID - Static variable in class org.arakhne.afc.attrs.xml.XMLAttributeUtil
-
geoid=""
. - ATTR_HEIGHT - Static variable in class org.arakhne.afc.gis.road.io.XMLRoadUtil
-
height=""
. - ATTR_ID - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
-
id=""
. - ATTR_IDENTIFIER - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
-
Attirbute "id".
- ATTR_LASTPOINTINDEX - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
-
lastPointIndex=""
. - ATTR_MIMETYPE - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
-
mime=""
. - ATTR_NAME - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
-
Attribute "name".
- ATTR_NAME - Static variable in interface org.arakhne.afc.gis.primitive.GISElement
-
Attribute: name of the element.
- ATTR_NAME - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
-
name=""
. - ATTR_RADIUS - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
-
radius=""
. - ATTR_REMOVABLE - Static variable in class org.arakhne.afc.gis.maplayer.MapLayer
-
Name of the attribute that indicates if the element is removabled from its parent.
- ATTR_ROADID - Static variable in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
-
<roadId />
. - ATTR_SIZE - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
-
size=""
. - ATTR_TYPE - Static variable in class org.arakhne.afc.attrs.xml.XMLAttributeUtil
-
type=""
. - ATTR_URL - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
-
url=""
. - ATTR_USE_CONTAINER_COLOR - Static variable in class org.arakhne.afc.gis.mapelement.MapElement
-
Name of the attribute that indicates if the element must use its container's color.
- ATTR_USE_CONTAINER_COLOR - Static variable in class org.arakhne.afc.gis.maplayer.MapLayer
-
Name of the attribute that indicates if the element must use its container's color.
- ATTR_VALUE - Static variable in class org.arakhne.afc.attrs.xml.XMLAttributeUtil
-
value=""
. - ATTR_VISIBLE - Static variable in class org.arakhne.afc.gis.maplayer.MapLayer
-
Name of the attribute that indicates if the element is visible.
- ATTR_VISUALIZATION_TYPE - Static variable in class org.arakhne.afc.gis.mapelement.MapElement
-
Name of the attribute that indicates if the element must use its container's color.
- ATTR_WIDE - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
-
wide=""
. - ATTR_WIDTH - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
-
width=""
. - ATTR_X - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
-
x=""
. - ATTR_Y - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
-
y=""
. - Attribute - Interface in org.arakhne.afc.attrs.attr
-
This interface contains a metadata with a name.
- AttributeChangeEvent - Class in org.arakhne.afc.attrs.collection
-
This interface representes a listener on the attribute changes.
- AttributeChangeEvent(Object, AttributeChangeEvent.Type, String, AttributeValue, String, AttributeValue) - Constructor for class org.arakhne.afc.attrs.collection.AttributeChangeEvent
-
Create an event that describes a value update only.
- AttributeChangeEvent.Type - Enum in org.arakhne.afc.attrs.collection
-
This interface representes a listener on the attribute changes.
- AttributeChangeListener - Interface in org.arakhne.afc.attrs.collection
-
This interface representes a listener on the attribute changes.
- AttributeCollection - Interface in org.arakhne.afc.attrs.collection
-
This interface representes an object that owns a collection of attributes with a reading and a writing API.
- AttributeComparator - Class in org.arakhne.afc.attrs.attr
-
This class permits to compare to
Attribute
. - AttributeComparator() - Constructor for class org.arakhne.afc.attrs.attr.AttributeComparator
- AttributeConstants - Class in org.arakhne.afc.attrs.attr
-
This interface contains several constant names.
- AttributeError - Exception in org.arakhne.afc.attrs.attr
-
This exception is generated each time something wrong append with attributes.
- AttributeError() - Constructor for exception org.arakhne.afc.attrs.attr.AttributeError
-
Construct the exception.
- AttributeError(String) - Constructor for exception org.arakhne.afc.attrs.attr.AttributeError
-
Construct the exception.
- AttributeError(Throwable) - Constructor for exception org.arakhne.afc.attrs.attr.AttributeError
-
Construct the exception.
- AttributeException - Exception in org.arakhne.afc.attrs.attr
-
This exception is generated each time something wrong append with attributes.
- AttributeException() - Constructor for exception org.arakhne.afc.attrs.attr.AttributeException
-
Construct the exception.
- AttributeException(String) - Constructor for exception org.arakhne.afc.attrs.attr.AttributeException
-
Construct the exception.
- AttributeException(Throwable) - Constructor for exception org.arakhne.afc.attrs.attr.AttributeException
-
Construct the exception.
- AttributeImpl - Class in org.arakhne.afc.attrs.attr
-
This class contains an attribute value.
- AttributeImpl() - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Uninitialized attribute.
- AttributeImpl(String) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Uninitialized attribute.
- AttributeImpl(String, boolean) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, double) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, double, double) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, double, double, double) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, float) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, float, float) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, float, float, float) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, int) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, long) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, Class<?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, Enum<?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, Object) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, String) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, InetAddress) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, InetSocketAddress) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, URI) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, URL) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, Date) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, UUID) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, AttributeType) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Uninitialized attribute.
- AttributeImpl(String, AttributeType, Object) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Initialized attribute with the given raw value.
- AttributeImpl(String, AttributeValue) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, Point2D<?, ?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, Point2D<?, ?>[]) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, Point3D<?, ?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(String, Point3D<?, ?>[]) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(Attribute) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Constructor from the given value.
- AttributeImpl(AttributeType) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
-
Uninitialized attribute.
- AttributeIterator - Class in org.arakhne.afc.attrs.collection
-
Iterator on attributes.
- AttributeIterator(AttributeProvider) - Constructor for class org.arakhne.afc.attrs.collection.AttributeIterator
-
Create an iterator on the given container.
- AttributeNameComparator - Class in org.arakhne.afc.attrs.attr
-
Comparator for attribute names.
- AttributeNameComparator() - Constructor for class org.arakhne.afc.attrs.attr.AttributeNameComparator
- AttributeNameStringComparator - Class in org.arakhne.afc.attrs.collection
-
Comparator for attribute names as strings.
- AttributeNameStringComparator() - Constructor for class org.arakhne.afc.attrs.collection.AttributeNameStringComparator
- AttributeNotInitializedException - Exception in org.arakhne.afc.attrs.attr
-
This exception is generated each time an uninitialized attribute value was accessed.
- AttributeNotInitializedException() - Constructor for exception org.arakhne.afc.attrs.attr.AttributeNotInitializedException
-
Construct the exception.
- AttributeNotInitializedException(String) - Constructor for exception org.arakhne.afc.attrs.attr.AttributeNotInitializedException
-
Construct the exception.
- AttributeProvider - Interface in org.arakhne.afc.attrs.collection
-
This interface representes a provider of attributes that provide a reading API only.
- attributes() - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
- attributes() - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
-
Replies all the attributes.
- attributes() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
- attributes() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
- attributes() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
- attributeSource - Variable in class org.arakhne.afc.gis.primitive.AbstractGISElement
-
Source of attributes.
- AttributeType - Enum in org.arakhne.afc.attrs.attr
-
List of supported types for the metadata.
- AttributeValue - Interface in org.arakhne.afc.attrs.attr
-
This class contains a metadata value.
- AttributeValueComparator - Class in org.arakhne.afc.attrs.attr
-
This class permits to compare to
AttributeValue
. - AttributeValueComparator() - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueComparator
- AttributeValueImpl - Class in org.arakhne.afc.attrs.attr
-
This class contains an attribute value.
- AttributeValueImpl() - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Uninitialized value.
- AttributeValueImpl(boolean) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(double) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(double, double) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(double, double, double) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(float) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(float, float) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(float, float, float) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(int) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(long) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(Class<?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(Enum<?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(Object) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(String) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(InetAddress) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(InetSocketAddress) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(URI) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(URL) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(Date) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(UUID) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(AttributeType) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Uninitialized value.
- AttributeValueImpl(AttributeType, Object) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(AttributeValue) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(Point2D<?, ?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(Point2D<?, ?>[]) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(Point3D<?, ?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AttributeValueImpl(Point3D<?, ?>[]) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Constructor from the given value.
- AUSTRALIA - org.arakhne.afc.util.CountryCode
-
AU.
- AUSTRIA - org.arakhne.afc.util.CountryCode
-
AT.
- AUTO_CLOSE - org.arakhne.afc.math.geometry.CrossingComputationType
-
The path is automatically close by the crossing computation function.
- avoidCollisionWith(Rectangle2afp<?, ?, ?, ?, ?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
-
Move this rectangle to avoid collision with the reference rectangle.
- avoidCollisionWith(Rectangle2afp<?, ?, ?, ?, ?, ?>, Vector2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
-
Move this rectangle to avoid collision with the reference rectangle.
- avoidCollisionWith(RectangularPrism3afp<?, ?, ?, ?, ?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
-
Move this rectangular prism to avoid collision with the reference rectangular prism.
- avoidCollisionWith(RectangularPrism3afp<?, ?, ?, ?, ?, ?>, Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
-
Move this rectangle to avoid collision with the reference rectangle.
- AZERBAIJAN - org.arakhne.afc.util.CountryCode
-
AZ.
B
- BACK - org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.Side
-
Back.
- BackendIterator(MultiShape2D<?, ?, CT, ?, ?, ?, ?>, ListIterator<CT>) - Constructor for class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendIterator
-
Constructor.
- BackendIterator(MultiShape3D<?, ?, CT, ?, ?, ?, ?>, ListIterator<CT>) - Constructor for class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendIterator
-
Constructor.
- BackendList(MultiShape2D<?, ?, CT, ?, ?, ?, ?>, List<CT>) - Constructor for class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
-
Constructor.
- BackendList(MultiShape3D<?, ?, CT, ?, ?, ?, ?>, List<CT>) - Constructor for class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
-
Constructor.
- BAHAMAS - org.arakhne.afc.util.CountryCode
-
BS.
- BAHRAIN - org.arakhne.afc.util.CountryCode
-
BH.
- BANGLADESH - org.arakhne.afc.util.CountryCode
-
BD.
- BARBADOS - org.arakhne.afc.util.CountryCode
-
BB.
- basename(File) - Static method in class org.arakhne.afc.vmutil.FileSystem
-
Reply the basename of the specified file without the last extension.
- basename(String) - Static method in class org.arakhne.afc.bootique.variables.VariableNames
-
Replies the name of an property that corresponds to the name of a bootique variable.
- basename(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
-
Reply the basename of the specified file without the last extension.
- basename(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
-
Reply the basename of the specified file without the last extension.
- BasicPathShadow2afp - Class in org.arakhne.afc.math.geometry.d2.afp
-
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
- BasicPathShadow2afp(Path2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.BasicPathShadow2afp
-
Construct new path shadow.
- BasicPathShadow2afp(PathIterator2afp<?>, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.BasicPathShadow2afp
-
Construct new path shadow.
- BasicPathShadow2afp(PathIterator2afp<?>, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.BasicPathShadow2afp
-
Construct new path shadow.
- BasicPathShadow2ai - Class in org.arakhne.afc.math.geometry.d2.ai
-
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
- BasicPathShadow2ai(Path2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.BasicPathShadow2ai
-
Construct new path shadow.
- BasicPathShadow2ai(PathIterator2ai<?>, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.BasicPathShadow2ai
-
Construct new path shadow.
- BasicPathShadow2ai(PathIterator2ai<?>, Rectangle2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.BasicPathShadow2ai
-
Construct new path shadow.
- BasicPathShadow3afp - Class in org.arakhne.afc.math.geometry.d3.afp
-
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
- BasicPathShadow3afp(Path3afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.BasicPathShadow3afp
-
Construct new path shadow.
- BasicPathShadow3afp(PathIterator3afp<?>, double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.BasicPathShadow3afp
-
Construct new path shadow.
- BasicPathShadow3afp(PathIterator3afp<?>, RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.BasicPathShadow3afp
-
Construct new path shadow.
- BasicPathShadow3ai - Class in org.arakhne.afc.math.geometry.d3.ai
-
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
- BasicPathShadow3ai(Path3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.BasicPathShadow3ai
-
Construct new path shadow.
- BasicPathShadow3ai(PathIterator3ai<?>, int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.BasicPathShadow3ai
-
Construct new path shadow.
- BasicPathShadow3ai(PathIterator3ai<?>, RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.BasicPathShadow3ai
-
Construct new path shadow.
- beginPath() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
-
Resets the current path to empty.
- BELARUS - org.arakhne.afc.util.CountryCode
-
BY.
- BELGIUM - org.arakhne.afc.util.CountryCode
-
BE.
- BELIZE - org.arakhne.afc.util.CountryCode
-
BZ.
- BENIN - org.arakhne.afc.util.CountryCode
-
BJ.
- BERMUDA - org.arakhne.afc.util.CountryCode
-
BM.
- BernoulliStochasticLaw - Class in org.arakhne.afc.math.stochastic
-
Law that representes a Bernoulli density.
- BernoulliStochasticLaw(double) - Constructor for class org.arakhne.afc.math.stochastic.BernoulliStochasticLaw
-
Construct a law with the p parameter.
- BernoulliStochasticLaw(Map<String, String>) - Constructor for class org.arakhne.afc.math.stochastic.BernoulliStochasticLaw
-
Construct a law with the following parameters.
- BEZIER_CONTROL_POINTS - Static variable in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.AbstractCirclePathIterator
-
Contains the control points for a set of 4 cubic bezier curves that approximate a circle of radius 1 centered at (0, 0).
- BEZIER_CONTROL_POINTS - Static variable in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
-
The control points for a set of 4 cubic bezier curves that approximate a circle of radius 0.5 centered at 0.5, 0.5.
- BEZIER_CONTROL_POINTS - Static variable in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.AbstractSpherePathIterator
-
Contains the control points for a set of 4 cubic bezier curves that approximate a sphere of radius 1 centered at (0,0,0).
- bezierCurveTo(double, double, double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
-
Adds segments to the current path to make a cubic Bezier curve.
- BHUTAN - org.arakhne.afc.util.CountryCode
-
BT.
- BIKEWAY - org.arakhne.afc.gis.road.primitive.RoadType
-
Road for cycles.
- BINARY - org.arakhne.afc.io.dbase.DBaseFieldType
-
Binary block.
- BinaryTreeNode<D,N extends BinaryTreeNode<D,N>> - Class in org.arakhne.afc.math.tree.node
-
This is the generic implementation of a binary tree.
- BinaryTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode
-
Empty node.
- BinaryTreeNode(boolean) - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode
-
Construct node.
- BinaryTreeNode(boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode
-
Construct node.
- BinaryTreeNode(boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode
-
Construct node.
- BinaryTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode
-
Construct node.
- BinaryTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode
-
Construct node.
- BinaryTreeNode.BinaryTreeZone - Enum in org.arakhne.afc.math.tree.node
-
This is the generic implementation of a tree for which each node has two children.
- BinaryTreeNode.DefaultBinaryTreeNode<D> - Class in org.arakhne.afc.math.tree.node
-
This is the generic implementation of a ternary tree.
- bindChangeListener(ChangeListener) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusContainer
- bindChangeListener(ChangeListener) - Method in class org.arakhne.afc.gis.maplayer.MapElementLayer
- bindChangeListener(ChangeListener) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
- bindChangeListener(ChangeListener) - Method in interface org.arakhne.afc.gis.primitive.GISContainer
-
Bind the given listener to this container.
- bindModel(T) - Method in class org.arakhne.afc.gis.ui.GisCanvas
- bindModel(T) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
-
Invoked when the given model is binded to this canvas.
- BIOS - org.arakhne.afc.vmutil.OperatingSystemIdentificationType
-
Identification comes from the BIOS.
- BLACK - Static variable in class org.arakhne.afc.vmutil.ColorNames
-
The name of the black color within in W3C Color Standard.
- BLENDER_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
-
Replies the preferred coordinate system for Blender modeller.
- BLENDER_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
-
Replies the preferred coordinate system for Blender modeler.
- BLOCK_SIZE - Static variable in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
-
Size of a block of data in the buffer, when the seek feature was disable.
- BLOCK_SIZE - Static variable in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
-
Size of a block of data in the buffer, when the seek feature was disable.
- BLUE - Static variable in class org.arakhne.afc.vmutil.ColorNames
-
The name of the blue color within in W3C Color Standard.
- BMPFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
-
File filter for the Microsoft/IBM bitmap files.
- BMPFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.BMPFileFilter
-
Construct.
- BMPFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.BMPFileFilter
-
Constructor.
- BOLIVIA - org.arakhne.afc.util.CountryCode
-
BO.
- BOOLEAN - org.arakhne.afc.attrs.attr.AttributeType
-
Represents a boolean value.
- BOOLEAN - org.arakhne.afc.io.dbase.DBaseFieldType
-
Boolean.
- booleanValue() - Method in enum org.arakhne.afc.math.geometry.d2.afp.Segment2afp.UncertainIntersection
-
Replies the boolean representation of the constant.
- booleanValue() - Method in enum org.arakhne.afc.math.geometry.d3.afp.Segment3afp.UncertainIntersection
-
Replies the boolean representation of the constant.
- BOOTIQUE_PROPERTY_PREFIX - Static variable in class org.arakhne.afc.bootique.variables.VariableNames
-
Prefix
bq.
for properties. - BOSNIA_AND_HERZEGOVINA - org.arakhne.afc.util.CountryCode
-
BA.
- BOTH_DIRECTIONS - org.arakhne.afc.math.geometry.d1.Direction1D
-
Both directions of a
Segment1D
. - BOTSWANA - org.arakhne.afc.util.CountryCode
-
BW.
- BOTTOM - org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.Side
-
Bottom.
- BOTTOM - org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.Side
-
Bottom.
- BoundedElement1afp<T extends Rectangle1afp<?,?,?,?,?,?>> - Interface in org.arakhne.afc.math.geometry.d1.afp
-
Element that has bounds.
- BoundedElement2afp<T extends Rectangle2afp<?,?,?,?,?,?>> - Interface in org.arakhne.afc.math.geometry.d2.afp
-
Element that has bounds.
- BoundedElement2ai<T extends Rectangle2ai<?,?,?,?,?,?>> - Interface in org.arakhne.afc.math.geometry.d2.ai
-
Element that has bounds.
- BoundedElement3afp<T extends RectangularPrism3afp<?,?,?,?,?,?>> - Interface in org.arakhne.afc.math.geometry.d3.afp
-
Element that has bounds.
- BoundedElement3ai<T extends RectangularPrism3ai<?,?,?,?,?,?>> - Interface in org.arakhne.afc.math.geometry.d3.ai
-
Element that has bounds.
- BoundedGISElement - Interface in org.arakhne.afc.gis.primitive
-
Element of a GIS application which is bounded.
- BOUNDING_BOX - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
-
boundingBox
. - boundingBox - Variable in class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
-
Bounding box property.
- boundingBox - Variable in class org.arakhne.afc.math.geometry.d2.dfx.AbstractShape2dfx
-
Bounding box property.
- boundingBox - Variable in class org.arakhne.afc.math.geometry.d2.ifx.AbstractShape2ifx
-
Bounding box property.
- boundingBox - Variable in class org.arakhne.afc.math.geometry.d3.dfx.AbstractShape3dfx
-
Bounding box property.
- boundingBox - Variable in class org.arakhne.afc.math.geometry.d3.ifx.AbstractShape3ifx
-
Bounding box property.
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
- boundingBoxProperty() - Method in interface org.arakhne.afc.math.geometry.d1.dfx.Shape1dfx
-
Replies the property that contains the bounding box for this shape.
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.MultiShape2dfx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
- boundingBoxProperty() - Method in interface org.arakhne.afc.math.geometry.d2.dfx.Shape2dfx
-
Replies the property that contains the bounding box for this shape.
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.MultiShape2ifx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
- boundingBoxProperty() - Method in interface org.arakhne.afc.math.geometry.d2.ifx.Shape2ifx
-
Replies the property that contains the bounding box for this shape.
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.MultiShape3dfx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
- boundingBoxProperty() - Method in interface org.arakhne.afc.math.geometry.d3.dfx.Shape3dfx
-
Replies the property that contains the bounding box for this shape.
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.MultiShape3ifx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
- boundingBoxProperty() - Method in interface org.arakhne.afc.math.geometry.d3.ifx.Shape3ifx
-
Replies the property that contains the bounding box for this shape.
- boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
- boundsContains(double, double, double) - Method in class org.arakhne.afc.gis.mapelement.MapElement
-
Replies if the specified point (x,y) was inside the bounds of this MapElement.
- boundsIntersects(Shape2D<?, ?, ?, ?, ?, ? extends Rectangle2afp<?, ?, ?, ?, ?, ?>>) - Method in class org.arakhne.afc.gis.mapelement.MapElement
-
Replies if the bounds of this element has an intersection with the specified rectangle.
- boundsIterator() - Method in interface org.arakhne.afc.gis.GISSet
-
Replies the bounding rectangles of the internal data-structure elements.
- boundsIterator() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
- boundsIterator() - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
-
Replies the bounding rectangles of the internal data-structure elements.
- boundsIterator() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
- boundsIterator() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
- boundsIterator() - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
-
Replies the bounding rectangles of the internal data-structure elements.
- BoundsNotFoundException - Exception in org.arakhne.afc.io.shape
-
Exception thrown when no bound was defined.
- BoundsNotFoundException() - Constructor for exception org.arakhne.afc.io.shape.BoundsNotFoundException
-
Constructor.
- BOUVET_ISLAND - org.arakhne.afc.util.CountryCode
-
BV.
- BRAZIL - org.arakhne.afc.util.CountryCode
-
BR.
- BreadthFirstGraphCourseModel<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> - Class in org.arakhne.afc.math.graph
-
This class permits to implement a breadth-first algorithm to make a course inside a graph.
- BreadthFirstGraphCourseModel() - Constructor for class org.arakhne.afc.math.graph.BreadthFirstGraphCourseModel
- BresenhamLineIterator(GeomFactory2D<V, P>, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.BresenhamLineIterator
-
Constructor.
- BresenhamLineIterator(GeomFactory3D<V, P>, int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.BresenhamLineIterator
-
Constructor.
- BRITISH_INDIAN_OCEAN_TERRITORY - org.arakhne.afc.util.CountryCode
-
IO.
- BroadFirstForestIterator<D> - Class in org.arakhne.afc.math.tree.iterator
-
This class is an iterator on a forest that replies the tree nodes.
- BroadFirstForestIterator(Iterator<Tree<D, ?>>) - Constructor for class org.arakhne.afc.math.tree.iterator.BroadFirstForestIterator
-
Constructor.
- BroadFirstIterableTree<D,N extends TreeNode<D,?>> - Interface in org.arakhne.afc.math.tree
-
This is the generic implementation of a tree service that permits to iterate with a broad-first approach.
- BroadFirstIterationListener - Interface in org.arakhne.afc.math.tree.iterator
-
Listener invoked when a broad-first iterator has treated a line.
- broadFirstIterator() - Method in class org.arakhne.afc.math.tree.AbstractForest
- broadFirstIterator() - Method in class org.arakhne.afc.math.tree.AbstractTree
- broadFirstIterator() - Method in interface org.arakhne.afc.math.tree.BroadFirstIterableTree
- broadFirstIterator() - Method in interface org.arakhne.afc.math.tree.Forest
-
Replies a broad first iterator on nodes.
- broadFirstIterator() - Method in interface org.arakhne.afc.math.tree.Tree
-
Replies a broad first iterator on nodes.
- BroadFirstTreeIterator<N extends TreeNode<?,N>> - Class in org.arakhne.afc.math.tree.iterator
-
This class is an iterator on a tree.
- BroadFirstTreeIterator(N) - Constructor for class org.arakhne.afc.math.tree.iterator.BroadFirstTreeIterator
-
Create an iterator on the given node.
- BroadFirstTreeIterator(N, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.BroadFirstTreeIterator
-
Create an iterator on the given node.
- BroadFirstTreeIterator(Tree<?, N>) - Constructor for class org.arakhne.afc.math.tree.iterator.BroadFirstTreeIterator
-
Create an iterator on the given tree.
- BroadFirstTreeIterator(Tree<?, N>, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.BroadFirstTreeIterator
-
Create an iterator on the given tree.
- BRUNEI_DARUSSALAM - org.arakhne.afc.util.CountryCode
-
BN.
- BSD - org.arakhne.afc.vmutil.OperatingSystem
-
Standard BSD.
- BudgetIterator<P extends GISPrimitive,N extends AbstractGISTreeSetNode<P,N>> - Class in org.arakhne.afc.gis.tree
-
This class provides a broad-first iterator supplying the data elements according to a maximum number of data to reply, the budget.
- BudgetIterator(Tree<P, N>, Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Constructor for class org.arakhne.afc.gis.tree.BudgetIterator
-
Constructor.
- BufferedAttributeCollection - Class in org.arakhne.afc.attrs.collection
-
This class implements an abstract attribute provider that use a memory cache.
- BufferedAttributeCollection() - Constructor for class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
- BufferedMagicNumberStream - Class in org.arakhne.afc.inputoutput.filetype
-
This class defines is a buffered input stream which provides additional reading functions which hare very useful for a
MagicNumberStream
. - BufferedMagicNumberStream(InputStream) - Constructor for class org.arakhne.afc.inputoutput.filetype.BufferedMagicNumberStream
-
Constructor.
- build(GraphIterator<ST, PT>) - Method in class org.arakhne.afc.math.graph.SubGraph
-
Build a subgraph from the specified graph.
- build(GraphIterator<ST, PT>, SubGraphBuildListener<ST, PT>) - Method in class org.arakhne.afc.math.graph.SubGraph
-
Build a subgraph from the specified graph.
- BuilderAlreadyStartedException() - Constructor for exception org.arakhne.afc.math.tree.builder.TreeBuilderException.BuilderAlreadyStartedException
- buildMessage(double, String, boolean, boolean, NumberFormat) - Method in class org.arakhne.afc.progress.ProgressionConsoleMonitor
-
Build the logging message from the given data.
- buildTree(List<? extends D>) - Method in interface org.arakhne.afc.math.tree.builder.TreeBuilder
-
Builds a tree.
- BULGARIA - org.arakhne.afc.util.CountryCode
-
BG.
- BURKINA_FASO - org.arakhne.afc.util.CountryCode
-
BF.
- BURUNDI - org.arakhne.afc.util.CountryCode
-
BI.
- BusChangeAdapter - Class in org.arakhne.afc.gis.bus.network
-
This class representes a bus primitive listener.
- BusChangeAdapter() - Constructor for class org.arakhne.afc.gis.bus.network.BusChangeAdapter
- BusChangeEvent - Class in org.arakhne.afc.gis.bus.network
-
Describes an event in a bus network.
- BusChangeEvent(AbstractBusPrimitive<?>, BusChangeEvent.BusChangeEventType, Object, int, String, Object, Object) - Constructor for class org.arakhne.afc.gis.bus.network.BusChangeEvent
-
Constructor.
- BusChangeEvent.BusChangeEventType - Enum in org.arakhne.afc.gis.bus.network
-
Describes the type of event.
- BusChangeListener - Interface in org.arakhne.afc.gis.bus.network
-
A listener on bus primitive events.
- BusContainer<CONTENT extends BusPrimitive<?>> - Interface in org.arakhne.afc.gis.bus.network
-
BusContainer provides the interface of a container of bus primitives.
- busHaltIterator() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
-
Replies the list of the bus halts of the bus itinerary.
- busHalts() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
-
Replies the list of the bus halts of the bus itinerary.
- BusHub - Class in org.arakhne.afc.gis.bus.network
-
A bus hub is a set of
bus stops
located inside the same geographical area. - BusHub(BusNetwork, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusHub
-
Create bus hub with attributes in memory.
- BusHub(BusNetwork, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusHub
-
Create bus hub.
- busHubIterator() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
-
Replies the hubs in which this bus stop is located in throught an associated bus stop.
- busHubIterator() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
-
Replies the list of the bus hubs of the bus network.
- busHubIterator() - Method in class org.arakhne.afc.gis.bus.network.BusStop
-
Replies the hubs in which this bus stop is located.
- busHubs() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
-
Replies the hubs in which this bus halt is located in throught an associated bus stop.
- busHubs() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
-
Replies the list of the bus hubs of the bus network.
- busHubs() - Method in class org.arakhne.afc.gis.bus.network.BusStop
-
Replies the hubs in which this bus stop is located.
- busItineraries() - Method in class org.arakhne.afc.gis.bus.network.BusLine
-
Replies the list of the bus itineraries of the bus line.
- BusItinerary - Class in org.arakhne.afc.gis.bus.network
-
A bus itinerary is a sequence of
road segments
which are followed by a bus. - BusItinerary() - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary with attributes stored in memory.
- BusItinerary(String) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary with attributes stored in memory.
- BusItinerary(String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary.
- BusItinerary(UUID) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary with attributes stored in memory.
- BusItinerary(UUID, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary with attributes stored in memory.
- BusItinerary(UUID, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary.
- BusItinerary(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary.
- BusItinerary(UUID, BusLine) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary with attributes stored in memory.
- BusItinerary(UUID, BusLine, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary with attributes stored in memory.
- BusItinerary(UUID, BusLine, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary.
- BusItinerary(UUID, BusLine, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary.
- BusItinerary(AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary.
- BusItinerary(BusLine) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary with attributes stored in memory.
- BusItinerary(BusLine, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary with attributes stored in memory.
- BusItinerary(BusLine, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary.
- BusItinerary(BusLine, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
-
Create bus itinerary.
- BusItineraryHalt - Class in org.arakhne.afc.gis.bus.network
-
A bus halt is where a bus is able to halt its course.
- BusItineraryHalt(UUID, BusItinerary, String, BusItineraryHalt.BusItineraryHaltType) - Constructor for class org.arakhne.afc.gis.bus.network.BusItineraryHalt
-
Create a halt with attributes stored in memory.
- BusItineraryHalt(UUID, BusItinerary, String, BusItineraryHalt.BusItineraryHaltType, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItineraryHalt
-
Create a bus halt.
- BusItineraryHalt(BusItinerary, String, BusItineraryHalt.BusItineraryHaltType) - Constructor for class org.arakhne.afc.gis.bus.network.BusItineraryHalt
-
Create a halt with attributes stored in memory.
- BusItineraryHalt(BusItinerary, String, BusItineraryHalt.BusItineraryHaltType, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItineraryHalt
-
Create a bus halt.
- BusItineraryHalt.BusItineraryHaltType - Enum in org.arakhne.afc.gis.bus.network
-
Type of bus halt.
- busItineraryIterator() - Method in class org.arakhne.afc.gis.bus.network.BusLine
-
Replies the list of the bus itineraries of the bus line.
- BusItineraryLayer - Class in org.arakhne.afc.gis.bus.layer
-
This class permits to display a bus itinerary.
- BusItineraryLayer(UUID, AttributeCollection, BusItinerary) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
-
Create a new layer.
- BusItineraryLayer(UUID, AttributeCollection, BusItinerary, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
-
Create a new layer.
- BusItineraryLayer(UUID, BusItinerary) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
-
Create a new layer.
- BusItineraryLayer(UUID, BusItinerary, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
-
Create a new layer.
- BusItineraryLayer(AttributeCollection, BusItinerary) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
-
Create a new layer.
- BusItineraryLayer(AttributeCollection, BusItinerary, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
-
Create a new layer.
- BusItineraryLayer(BusItinerary) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
-
Create a new layer.
- BusItineraryLayer(BusItinerary, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
-
Create a new layer.
- BusLayer - Interface in org.arakhne.afc.gis.bus.layer
-
A bus layer is a container of bus primitives.
- BusLayerConstants - Class in org.arakhne.afc.gis.bus.layer
-
Constants for bus network layers.
- BusLayerConstants.BusLayerDrawerType - Enum in org.arakhne.afc.gis.bus.layer
-
Type of drawer for the bus layers.
- BusLine - Class in org.arakhne.afc.gis.bus.network
-
A bus line is group of
itineraries
. - BusLine() - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line with a memory-based attribute provider.
- BusLine(String) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line with a memory-based attribute provider.
- BusLine(String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line.
- BusLine(UUID) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line with a memory-based attribute provider.
- BusLine(UUID, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line with a memory-based attribute provider.
- BusLine(UUID, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line.
- BusLine(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line.
- BusLine(UUID, BusNetwork) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line with a memory-based attribute provider.
- BusLine(UUID, BusNetwork, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line with a memory-based attribute provider.
- BusLine(UUID, BusNetwork, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line.
- BusLine(UUID, BusNetwork, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line.
- BusLine(AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line.
- BusLine(BusNetwork) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line with a memory-based attribute provider.
- BusLine(BusNetwork, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line with a memory-based attribute provider.
- BusLine(BusNetwork, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line.
- BusLine(BusNetwork, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
-
Create bus line.
- busLineIterator() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
-
Replies the list of the bus lines of the bus network.
- BusLineLayer - Class in org.arakhne.afc.gis.bus.layer
-
This class permits to display a bus line.
- BusLineLayer(UUID, AttributeCollection, BusLine) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
-
Create a new layer.
- BusLineLayer(UUID, AttributeCollection, BusLine, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
-
Create a new layer.
- BusLineLayer(UUID, BusLine) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
-
Create a new layer.
- BusLineLayer(UUID, BusLine, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
-
Create a new layer.
- BusLineLayer(AttributeCollection, BusLine) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
-
Create a new layer.
- BusLineLayer(AttributeCollection, BusLine, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
-
Create a new layer.
- BusLineLayer(BusLine) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
-
Create a new layer.
- BusLineLayer(BusLine, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
-
Create a new layer.
- busLines() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
-
Replies the list of the bus lines of the bus network.
- BusNetwork - Class in org.arakhne.afc.gis.bus.network
-
A bus network is composed of
bus lines
. - BusNetwork(String, RoadNetwork) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
-
Create bus network with a storage in memory of the attributes.
- BusNetwork(String, RoadNetwork, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
-
Create bus network.
- BusNetwork(UUID, String, RoadNetwork) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
-
Create bus network with a storage in memory of the attributes.
- BusNetwork(UUID, String, RoadNetwork, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
-
Create bus network.
- BusNetwork(UUID, RoadNetwork) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
-
Create bus network with a storage in memory of the attributes.
- BusNetwork(UUID, RoadNetwork, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
-
Create bus network.
- BusNetwork(RoadNetwork) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
-
Create bus network with a storage in memory of the attributes.
- BusNetwork(RoadNetwork, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
-
Create bus network.
- BusNetworkLayer - Class in org.arakhne.afc.gis.bus.layer
-
This class permits to display a bus network.
- BusNetworkLayer(UUID, AttributeCollection, BusNetwork) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
-
Create a new layer.
- BusNetworkLayer(UUID, AttributeCollection, BusNetwork, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
-
Create a new layer.
- BusNetworkLayer(UUID, BusNetwork) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
-
Create a new layer.
- BusNetworkLayer(UUID, BusNetwork, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
-
Create a new layer.
- BusNetworkLayer(AttributeCollection, BusNetwork) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
-
Create a new layer.
- BusNetworkLayer(AttributeCollection, BusNetwork, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
-
Create a new layer.
- BusNetworkLayer(BusNetwork) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
-
Create a new layer.
- BusNetworkLayer(BusNetwork, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
-
Create a new layer.
- BusNetworkUtilities - Class in org.arakhne.afc.gis.bus.network
-
Several utilities on bus network.
- BusPrimitive<CONTAINER extends BusContainer<?>> - Interface in org.arakhne.afc.gis.bus.network
-
A bus primitive is an object which is composing a bus network.
- BusPrimitiveInvalidity - Class in org.arakhne.afc.gis.bus.network
-
Describes all the possible reasons of the invalidity of a bus primitive.
- BusPrimitiveInvalidity(BusPrimitiveInvalidityType, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidity
-
Constructor.
- BusPrimitiveInvalidityType - Enum in org.arakhne.afc.gis.bus.network
-
Describes all the possible reasons of the invalidity of a bus primitive.
- BusStop - Class in org.arakhne.afc.gis.bus.network
-
A bus stop is a designated place where buses stop for passengers to board or leave a bus.
- BusStop(String) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
-
Create a stop with attributes stored in memory.
- BusStop(String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
-
Create a bus stop.
- BusStop(String, GeoLocationPoint) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
-
Create a stop with attributes stored in memory.
- BusStop(String, GeoLocationPoint, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
-
Create a bus stop.
- BusStop(UUID, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
-
Create a stop with attributes stored in memory.
- BusStop(UUID, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
-
Create a bus stop.
- BusStop(UUID, String, GeoLocationPoint) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
-
Create a stop with attributes stored in memory.
- BusStop(UUID, String, GeoLocationPoint, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
-
Create a bus stop.
- busStopIterator() - Method in class org.arakhne.afc.gis.bus.network.BusHub
-
Replies the list of the bus stops of the bus hub.
- busStopIterator() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
-
Replies the list of the bus stops of the bus network.
- busStops - Variable in class org.arakhne.afc.gis.bus.network.BusHub
-
List of bus stops in this hub.
- busStops() - Method in class org.arakhne.afc.gis.bus.network.BusHub
-
Replies the list of the bus stops of the bus hub.
- busStops() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
-
Replies the list of the bus stops of the bus network.
- busStopsArray() - Method in class org.arakhne.afc.gis.bus.network.BusHub
-
Replies the array of the bus stops.
- ByteMagicNumber - Class in org.arakhne.afc.inputoutput.filetype
-
This class defines a set of informations that could distinguish a file content from another one.
- ByteMagicNumber(MimeType, String, int) - Constructor for class org.arakhne.afc.inputoutput.filetype.ByteMagicNumber
-
Constructor.
- ByteMagicNumber(MimeType, String, String, int) - Constructor for class org.arakhne.afc.inputoutput.filetype.ByteMagicNumber
-
Constructor.
C
- cache - Variable in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
-
Cache of the attribute values.
- calcBounds() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
- calcBounds() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
- calcBounds() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
- calcBounds() - Method in class org.arakhne.afc.gis.bus.network.BusHub
- calcBounds() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
- calcBounds() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
- calcBounds() - Method in class org.arakhne.afc.gis.bus.network.BusLine
- calcBounds() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
- calcBounds() - Method in class org.arakhne.afc.gis.bus.network.BusStop
- calcBounds() - Method in class org.arakhne.afc.gis.mapelement.MapCircle
-
Compute the bounds of this element.
- calcBounds() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
-
Compute the bounds of this element.
- calcBounds() - Method in class org.arakhne.afc.gis.mapelement.MapPoint
-
Compute the bounds of this element.
- calcBounds() - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
-
Compute the bounds of this element.
- calcBounds() - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
- calcBounds() - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
- calcBounds() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
- calcBounds() - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
- calcBounds() - Method in class org.arakhne.afc.gis.primitive.AbstractBoundedGISElement
-
Compute the bounds of this element.
- calcBounds() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
- calcBounds() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
-
Compute the bounds of this element.
- calcBounds() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
-
Compute and replies the bounds for this node.
- calculate(Point2D<?, ?>, double, double, Point2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.ArrivingMotionAlgorithm
-
Calculate the linear motion for arriving the target point.
- calculate(Point2D<?, ?>, double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.common.FleeingAlgorithm
- calculate(Point2D<?, ?>, double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.common.SeekingAlgorithm
- calculate(Point2D<?, ?>, double, double, Point2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.FleeingMotionAlgorithm
-
Calculate the linear motion for fleeing the target position.
- calculate(Point2D<?, ?>, double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.kinematic.ArrivingKinematicAlgorithm
- calculate(Point2D<?, ?>, double, double, Point2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.SeekingMotionAlgorithm
-
Calculate the linear motion for seeking the target point.
- calculate(Point2D<?, ?>, double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.steering.ArrivingSteeringAlgorithm
- calculate(Point2D<?, ?>, double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.common.EvadingAlgorithm
- calculate(Point2D<?, ?>, double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.common.PursuingAlgorithm
- calculate(Point2D<?, ?>, double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.EvadingMotionAlgorithm
-
Calculate the linear motion for evading the given target point.
- calculate(Point2D<?, ?>, double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.PursuingMotionAlgorithm
-
Calculate the linear motion for pursuing the target point.
- calculate(Point2D<?, ?>, Vector2D<?, ?>, double, double, double, double) - Method in class org.arakhne.afc.agentmotion.common.RandomAlgorithm
- calculate(Point2D<?, ?>, Vector2D<?, ?>, double, double, double, double) - Method in class org.arakhne.afc.agentmotion.kinematic.RandomKinematicAlgorithm
- calculate(Point2D<?, ?>, Vector2D<?, ?>, double, double, double, double) - Method in interface org.arakhne.afc.agentmotion.RandomMotionAlgorithm
-
Calculate the random motion.
- calculate(Point2D<?, ?>, Vector2D<?, ?>, double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.common.FacingAlgorithm
- calculate(Point2D<?, ?>, Vector2D<?, ?>, double, double, Point2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.FacingMotionAlgorithm
-
Calculate the rotation for facing the target point.
- calculate(Vector2D<?, ?>, double, double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.AligningMotionAlgorithm
-
Calculate the rotation for being aligned to the target vector.
- calculate(Vector2D<?, ?>, double, double, Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.kinematic.AligningKinematicAlgorithm
- calculate(Vector2D<?, ?>, double, double, Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.steering.AligningSteeringAlgorithm
- calculatesCenterPointAxisExtents(Iterable<? extends Point2D<?, ?>>, Vector2D<?, ?>, Point2D<?, ?>, Tuple2D<?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
-
Compute the center point and axis extents of an oriented rectangle from a set of points and the oriented rectangle axes.
- calculatesCenterPointAxisExtents(Iterable<? extends Point2D<?, ?>>, Vector2D<?, ?>, Vector2D<?, ?>, Point2D<?, ?>, Tuple2D<?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
-
Compute the center point and axis extents of a parallelogram from a set of points and the parallelogram axes.
- calculatesControlPointBoundingBox(PathIterator2afp<?>, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Compute the box that corresponds to the control points of the path.
- calculatesControlPointBoundingBox(PathIterator2ai<?>, Rectangle2ai<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
-
Compute the box that corresponds to the control points of the path.
- calculatesCrossingsAndXPointShadowSegment(int, int, int, int, int, int, int, boolean, boolean, OutputParameter<Integer>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
-
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the up/bottom borders of the ray extending to the right from (px, py).
- calculatesCrossingsCircleShadowSegment(int, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the circle (cx, cy) with radius extending to the right.
- calculatesCrossingsCircleShadowSegment(int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
-
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the ellipse (ex0, ey0) to (ex1, ey1) extending to the right.
- calculatesCrossingsEllipseShadowSegment(int, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the ellipse (ex0, ey0) to (ex1, ey1) extending to the right.
- calculatesCrossingsPathIteratorCircleShadow(int, PathIterator2afp<? extends PathElement2afp>, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Calculates the number of times the given path crosses the given circle extending to the right.
- calculatesCrossingsPathIteratorCircleShadow(int, PathIterator2ai<?>, int, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
-
Calculates the number of times the given path crosses the given circle extending to the right.
- calculatesCrossingsPathIteratorEllipseShadow(int, PathIterator2afp<? extends PathElement2afp>, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Calculates the number of times the given path crosses the given ellipse extending to the right.
- calculatesCrossingsPathIteratorPathShadow(int, PathIterator2afp<?>, BasicPathShadow2afp, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Accumulate the number of times the path crosses the shadow extending to the right of the second path.
- calculatesCrossingsPathIteratorPathShadow(int, PathIterator2ai<?>, BasicPathShadow2ai, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
-
Accumulate the number of times the path crosses the shadow extending to the right of the second path.
- calculatesCrossingsPathIteratorPointShadow(int, PathIterator2afp<? extends PathElement2afp>, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Calculates the number of times the given path crosses the ray extending to the right from (px, py).
- calculatesCrossingsPathIteratorPointShadow(int, PathIterator2ai<?>, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
-
Calculates the number of times the given path crosses the ray extending to the right from (px, py).
- calculatesCrossingsPathIteratorRectangleShadow(int, PathIterator2afp<? extends PathElement2afp>, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Accumulate the number of times the path crosses the shadow extending to the right of the rectangle.
- calculatesCrossingsPathIteratorRectangleShadow(int, PathIterator2ai<?>, int, int, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
-
Accumulate the number of times the path crosses the shadow extending to the right of the rectangle.
- calculatesCrossingsPathIteratorRoundRectangleShadow(int, PathIterator2afp<? extends PathElement2afp>, double, double, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Calculates the number of times the given path crosses the given round rectangle extending to the right.
- calculatesCrossingsPathIteratorSegmentShadow(int, PathIterator2afp<? extends PathElement2afp>, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Calculates the number of times the given path crosses the given segment extending to the right.
- calculatesCrossingsPathIteratorSegmentShadow(int, PathIterator2ai<?>, int, int, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
-
Calculates the number of times the given path crosses the given circle extending to the right.
- calculatesCrossingsPathIteratorTriangleShadow(int, PathIterator2afp<? extends PathElement2afp>, double, double, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Accumulate the number of times the path crosses the shadow extending to the right of the triangle.
- calculatesCrossingsPointShadowSegment(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the ray extending to the right from (px, py).
- calculatesCrossingsPointShadowSegment(int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
-
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the up/bottom borders of the ray extending to the right from (px, py).
- calculatesCrossingsPointShadowSegmentWithoutEquality(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the ray extending to the right from (px, py).
- calculatesCrossingsRectangleShadowSegment(int, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Accumulate the number of times the line crosses the shadow extending to the right of the rectangle.
- calculatesCrossingsRectangleShadowSegment(int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
-
Accumulate the number of times the line crosses the shadow extending to the right of the rectangle.
- calculatesCrossingsRoundRectangleShadowSegment(int, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Accumulate the number of times the line crosses the shadow extending to the right of the round rectangle.
- calculatesCrossingsSegmentShadowSegment(int, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the segment (sx0, sy0) to (sx1, sy1) extending to the right.
- calculatesCrossingsSegmentShadowSegment(int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
-
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the segment (sx0, sy0) to (sx1, sy1) extending to the right.
- calculatesCrossingsTriangleShadowSegment(int, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Accumulate the number of times the line crosses the shadow extending to the right of the triangle.
- calculatesDistanceLinePoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Compute the distance between a point and a line.
- calculatesDistanceSegmentPoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Compute the distance between a point and a segment.
- calculatesDistanceSquaredLinePoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Compute the distance between a point and a line.
- calculatesDistanceSquaredRectanglePoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
-
Compute the square distance between a rectangle and a point.
- calculatesDistanceSquaredSegmentPoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Compute the square distance between a point and a segment.
- calculatesDistanceSquaredSegmentSegment(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Replies the distance between the two segments.
- calculatesDrawableElementBoundingBox(PathIterator2afp<?>, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Compute the box that corresponds to the drawable elements of the path.
- calculatesDrawableElementBoundingBox(PathIterator2ai<?>, Rectangle2ai<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
-
Compute the box that corresponds to the drawable elements of the path.
- calculatesLineLineIntersectionFactor(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Replies the position factory for the intersection point between two lines.
- calculatesOrthogonalAxes(Iterable<? extends Point2D<?, ?>>, Vector2D<?, ?>, Vector2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
-
Compute the axes of an oriented bounding rectangle that is enclosing the set of points.
- calculatesPathLength(PathIterator2afp<?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
-
Compute the total squared length of the path.
- calculatesRelativeDistanceLinePoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Replies the relative distance from the given point to the given line.
- calculatesSegmentSegmentIntersectionFactor(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Replies one position factor for the intersection point between two lines.
- calculatesSquaredDistanceTrianglePoint(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
-
Replies the squared distance from the given triangle to the given point.
- calcVisibleBounds() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
-
Compute the bounds of this visible elements.
- Caller - Class in org.arakhne.afc.vmutil
-
This utility class provides a way to determine which class call a function.
- Caller - Interface in org.arakhne.afc.vmutil.caller
-
This utility class provides a way to determine which class call a function.
- CAMBODIA - org.arakhne.afc.util.CountryCode
-
KH.
- CAMEROON - org.arakhne.afc.util.CountryCode
-
CM.
- CANADA - org.arakhne.afc.util.CountryCode
-
CA.
- Candidate(ST, PT, double, double) - Constructor for class org.arakhne.afc.math.graph.astar.AStar.Candidate
-
Construct a candidate.
- canGotoIntoElement(GraphIterationElement<ST, PT>) - Method in class org.arakhne.afc.math.graph.DepthGraphIterator
-
Replies if the specified element could be added into the list of futher elements.
- canGotoIntoElement(GraphIterationElement<ST, PT>) - Method in class org.arakhne.afc.math.graph.GraphIterator
-
Replies if the specified element could be added into the list of futher elements.
- canonize() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
-
Remove unnecessary points from the specified index.
- canonize(MultiAttributeProvider.ManyValueAttributeValue) - Static method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
-
Replace any indicator put by
MultiAttributeProvider.assign(ManyValueAttributeValue, AttributeValue)
to retreive a standard attribute value. - CAPE_VERDE - org.arakhne.afc.util.CountryCode
-
CV.
- cast(Object) - Method in enum org.arakhne.afc.attrs.attr.AttributeType
-
Cast the specified value to corresponds to the default storage standard for attributes.
- cast(AttributeType) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
-
Change the type of this attribute.
- cast(AttributeType) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
- castAndSet(AttributeType, Object) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
-
Change the type of this attribute and set its value.
- castAndSet(AttributeType, Object) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
- castArray(I[], Class<T>) - Static method in class org.arakhne.afc.util.ArrayUtil
-
Cast the specified array and put
null
is the array when the element could not be casted. - castArray(Collection<I>, Class<O>) - Static method in class org.arakhne.afc.util.ArrayUtil
-
Cast the specified array and put
null
is the array when the element could not be casted. - castDistance(double) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
-
Cast the specified geo-distance to the nearest distance according to the current supported precision.
- castRestrictedArray(I[], Class<O>) - Static method in class org.arakhne.afc.util.ArrayUtil
-
Cast the specified array and remove the elements that could not be casted.
- castRestrictedArray(Collection<I>, Class<O>) - Static method in class org.arakhne.afc.util.ArrayUtil
-
Cast the specified array and remove the elements that could not be casted.
- CATIAV5_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
-
Replies the preferred coordinate system for Catia V5 modeller.
- CATIAV5_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
-
Replies the preferred coordinate system for Catia V5 modeler.
- CauchyStochasticLaw - Class in org.arakhne.afc.math.stochastic
-
Law that representes a Cauchy-Lorentz density.
- CauchyStochasticLaw(double, double) - Constructor for class org.arakhne.afc.math.stochastic.CauchyStochasticLaw
-
Constructor.
- CauchyStochasticLaw(Map<String, String>) - Constructor for class org.arakhne.afc.math.stochastic.CauchyStochasticLaw
-
Construct a law with the following parameters.
- CAYMAN_ISLANDS - org.arakhne.afc.util.CountryCode
-
KY.
- ccw(double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Replies the relative counterclockwise (CCW) of a segment against a point.
- ccw(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Replies the relative counterclockwise (CCW) of a segment against a point.
- CCW - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
-
CCW
. - ccwParameters(int...) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
-
Parameters must be defined in CCW order.
- ccwProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
-
Replies the property that indictes if the triangle's points are defined in a counter-clockwise order.
- ceilingIndex(List<T>, Comparator<? super T>, T) - Static method in class org.arakhne.afc.util.ListUtil
-
Returns the index of the leastest element in this list greater than or equal to the given element, or
-1
if there is no such element. - CENTER_X - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
-
centerX
. - CENTER_Y - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
-
centerY
. - CENTER_Z - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
-
centerZ
. - CenteringTransform - Class in org.arakhne.afc.nodefx
-
This feature describes all the parameters that must be used to center logical points on the screen view.
- CenteringTransform(BooleanProperty, BooleanProperty, ReadOnlyObjectProperty<Rectangle2afp<?, ?, ?, ?, ?, ?>>) - Constructor for class org.arakhne.afc.nodefx.CenteringTransform
-
Constructor.
- centerXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
-
Replies the property for the x coordinate of the rectangle's center.
- centerXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
-
Replies the property for the x coordinate of the center.
- centerYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
-
Replies the property for the y coordinate of the rectangle's center.
- centerYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
-
Replies the property for the y coordinate of the center.
- CENTIMETER - org.arakhne.afc.math.physics.SpaceUnit
-
centimeter.
- CENTRAL_AFRICAN_REPUBLIC - org.arakhne.afc.util.CountryCode
-
CF.
- CHAD - org.arakhne.afc.util.CountryCode
-
TD.
- change(Class<?>) - Static method in enum org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
-
Replies the change type according to the given type.
- changed(GISContainer<?>) - Method in interface org.arakhne.afc.gis.primitive.ChangeListener
-
Invoked when something has changed.
- ChangeListener - Interface in org.arakhne.afc.gis.primitive
-
Listener on changes.
- checkPrimitiveValidity() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
-
Check if the validity of this primitive is correctly set and change its values if necessary.
- checkPrimitiveValidity() - Method in class org.arakhne.afc.gis.bus.network.BusHub
- checkPrimitiveValidity() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
-
Check if the validity of this primitive is correctly set and change its values if necessary.
- checkPrimitiveValidity() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
- checkPrimitiveValidity() - Method in class org.arakhne.afc.gis.bus.network.BusLine
- checkPrimitiveValidity() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
- checkPrimitiveValidity() - Method in class org.arakhne.afc.gis.bus.network.BusStop
- checkState() - Method in class org.arakhne.afc.javafx.changes.ListNonIterableChange
-
Check if the state of the change is valid.
- children() - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
- children() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
- children() - Method in interface org.arakhne.afc.math.tree.TreeNode
-
Replies the not-null child nodes of this node.
- CHILE - org.arakhne.afc.util.CountryCode
-
CL.
- CHINA - org.arakhne.afc.util.CountryCode
-
CN.
- CHRISTMAS_ISLAND - org.arakhne.afc.util.CountryCode
-
CX.
- circle - Variable in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.AbstractCirclePathIterator
-
The iterated shape.
- circle - Variable in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
-
The element factory.
- Circle2afp<ST extends Shape2afp<?,?,IE,P,V,B>,IT extends Circle2afp<?,?,IE,P,V,B>,IE extends PathElement2afp,P extends Point2D<? super P,? super V>,V extends Vector2D<? super V,? super P>,B extends Rectangle2afp<?,?,IE,P,V,B>> - Interface in org.arakhne.afc.math.geometry.d2.afp
-
Fonctional interface that represented a 2D circle on a plane.
- Circle2afp.AbstractCirclePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
-
Abstract iterator on the path elements of the circle.
- Circle2afp.CirclePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
-
Iterator on the path elements of the circle.
- Circle2afp.TransformedCirclePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
-
Iterator on the path elements of the circle.
- Circle2ai<ST extends Shape2ai<?,?,IE,P,V,B>,IT extends Circle2ai<?,?,IE,P,V,B>,IE extends PathElement2ai,P extends Point2D<? super P,? super V>,V extends Vector2D<? super V,? super P>,B extends Rectangle2ai<?,?,IE,P,V,B>> - Interface in org.arakhne.afc.math.geometry.d2.ai
-
Fonctional interface that represented a 2D circle on a plane.
- Circle2ai.AbstractCirclePathIterator<IE extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
-
Abstract iterator on the path elements of the circle.
- Circle2ai.CirclePathIterator<IE extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
-
Iterator on the path elements of the circle.
- Circle2ai.CirclePerimeterIterator<P extends Point2D<? super P,? super V>,V extends Vector2D<? super V,? super P>> - Class in org.arakhne.afc.math.geometry.d2.ai
-
Iterates on points on the perimeter of a circle.
- Circle2ai.TransformedCirclePathIterator<IE extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
-
Iterator on the path elements of the circle.
- Circle2d - Class in org.arakhne.afc.math.geometry.d2.d
-
A circle with 2 double precision floating-point numbers.
- Circle2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.Circle2d
-
Construct an empty circle.
- Circle2d(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Circle2d
-
Construct a circle at the given position, and with the given radius.
- Circle2d(Circle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Circle2d
-
Construct a circle from a circle.
- Circle2d(Point2D<?, ?>, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Circle2d
-
Construct a circle at the given position, and with the given radius.
- Circle2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
-
Circle with 2 double precision floating-point FX properties.
- Circle2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
-
Construct an empty circle.
- Circle2dfx(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
-
Construct a circle with the given position and radius.
- Circle2dfx(Circle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
-
Constructor by copy.
- Circle2dfx(Circle2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
-
Constructor by setting.
- Circle2dfx(Point2dfx, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
-
Construct a circle by setting the position and radius.
- Circle2dfx(Point2D<?, ?>, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
-
Construct a circle with the given position and radius.
- Circle2i - Class in org.arakhne.afc.math.geometry.d2.i
-
A circle with 2 integer numbers.
- Circle2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.Circle2i
-
Construct an empty circle.
- Circle2i(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Circle2i
-
Construct a circle at the given position and with the given radius.
- Circle2i(Circle2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Circle2i
-
Construct a circle from a circle.
- Circle2i(Point2D<?, ?>, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Circle2i
-
Construct a circle at the given position and with the given radius.
- Circle2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
-
A circle with 2 integer FX properties.
- Circle2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
-
Construct an empty circle.
- Circle2ifx(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
-
Construct a circle at the given position and with the given radius.
- Circle2ifx(Circle2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
-
Constructor by copy.
- Circle2ifx(Circle2ifx) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
-
Constructor by setting.
- Circle2ifx(Point2ifx, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
-
Construct a circle by setting the given position and radius.
- Circle2ifx(Point2D<?, ?>, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
-
Construct a circle at the given position and with the given radius.
- CirclePathIterator(Circle2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.CirclePathIterator
-
Constructor.
- CirclePathIterator(Circle2ai<?, ?, IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.CirclePathIterator
-
Constructor.
- CirclePerimeterIterator(GeomFactory2D<V, P>, int, int, int, int, int, boolean) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.CirclePerimeterIterator
-
Construct the iterator from the initialOctant (inclusive) to the lastOctant (exclusive).
- clamp() - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
-
Clamp the curviline coordinate to the segment.
- clamp() - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiablePoint1D
- clamp(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Clamps this tuple to the range [low, high].
- clamp(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- clamp(double, double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Clamps this tuple to the range [low, high].
- clamp(double, double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- clamp(double, double, double) - Static method in class org.arakhne.afc.math.MathUtil
-
Clamp the given value to the given range.
- clamp(double, double, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
- clamp(double, double, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- clamp(double, double, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
- clamp(double, double, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- clamp(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Clamps this tuple to the range [low, high].
- clamp(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- clamp(int, int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Clamps this tuple to the range [low, high].
- clamp(int, int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- clamp(int, int, int) - Static method in class org.arakhne.afc.math.MathUtil
-
Clamp the given value to the given range.
- clamp(int, int, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Clamps the tuple parameter to the range [min, max] and places the values into this tuple.
- clamp(int, int, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- clamp(int, int, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
- clamp(int, int, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- clampCyclic(double, double, double) - Static method in class org.arakhne.afc.math.MathUtil
-
Clamp the given value to fit between the min and max values according to a cyclic heuristic.
- clampMax(double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Clamps the maximum value of this tuple to the max parameter.
- clampMax(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- clampMax(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Clamps the maximum value of this tuple to the max parameter.
- clampMax(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- clampMax(double, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
- clampMax(double, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- clampMax(double, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
- clampMax(double, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- clampMax(int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Clamps the maximum value of this tuple to the max parameter.
- clampMax(int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- clampMax(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Clamps the maximum value of this tuple to the max parameter.
- clampMax(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- clampMax(int, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
- clampMax(int, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- clampMax(int, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
- clampMax(int, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- clampMin(double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Clamps the minimum value of this tuple to the min parameter.
- clampMin(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- clampMin(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Clamps the minimum value of this tuple to the min parameter.
- clampMin(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- clampMin(double, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
- clampMin(double, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- clampMin(double, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
- clampMin(double, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- clampMin(int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Clamps the minimum value of this tuple to the min parameter.
- clampMin(int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- clampMin(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Clamps the minimum value of this tuple to the min parameter.
- clampMin(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- clampMin(int, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
- clampMin(int, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
- clampMin(int, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
- clampMin(int, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
- clampToNearestBounds(double, double, double) - Static method in class org.arakhne.afc.math.MathUtil
-
Replies the
value
clamped to the nearest bounds. - ClassComparator - Class in org.arakhne.afc.vmutil
-
This comparator permits to compare two class objects.
- ClassComparator() - Constructor for class org.arakhne.afc.vmutil.ClassComparator
-
Construct a comparator.
- classifies(AbstractGISTreeSetNode<?, ?>, GeoLocation) - Static method in class org.arakhne.afc.gis.tree.GISTreeSetUtil
-
Replies the classificiation of the specified location.
- classifiesElement(MapElement) - Static method in class org.arakhne.afc.gis.io.shape.MapElementGroup
-
Replies the shape type that is corresponding to the given element.
- classifiesElements(Collection<? extends MapElement>) - Static method in class org.arakhne.afc.gis.io.shape.MapElementGroup
-
Replies the shape types that are corresponding to the given elements.
- classifiesElements(Iterator<? extends MapElement>) - Static method in class org.arakhne.afc.gis.io.shape.MapElementGroup
-
Replies the shape types that are corresponding to the given elements.
- classifiesElements(Map<ShapeElementType, MapElementGroup>, Collection<? extends MapElement>) - Static method in class org.arakhne.afc.gis.io.shape.MapElementGroup
-
Replies the shape types that are corresponding to the given elements.
- classifiesElements(Map<ShapeElementType, MapElementGroup>, Iterator<? extends MapElement>) - Static method in class org.arakhne.afc.gis.io.shape.MapElementGroup
-
Replies the shape types that are corresponding to the given elements.
- classifiesRectangleRectangle(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
-
Classifies two 2D axis-aligned rectangles.
- ClassLoaderFinder - Class in org.arakhne.afc.vmutil
-
This utility class permits to find the better class loader for your application.
- ClasspathUtil - Class in org.arakhne.afc.vmutil
-
Deprecated, for removal: This API element is subject to removal in a future version.since 17.0. No replacement because the classpath management in JDK 9 and later is totally different.
- clear() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
- clear() - Method in class org.arakhne.afc.gis.grid.Grid
-
Clear the grid.
- clear() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
-
Remove all the points.
- clear() - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
-
Remove all the children.
- clear() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
- clear() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
- clear() - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
-
Clear this road network by removing all the road segments.
- clear() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
- clear() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
- clear() - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
-
Clear all the register file and URL.
- clear() - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
- clear() - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
-
Reset this shape to be equivalent to an just-created instance of this shape type.
- clear() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
- clear() - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
- clear() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
- clear() - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
- clear() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
- clear() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
- clear() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
- clear() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
- clear() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
- clear() - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
- clear() - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
- clear() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
- clear() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
- clear() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
- clear() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
- clear() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
- clear() - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
- clear() - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
- clear() - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
-
Reset this shape to be equivalent to an just-created instance of this shape type.
- clear() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
- clear() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
- clear() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
- clear() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
- clear() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
- clear() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
- clear() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
- clear() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
- clear() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
- clear() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
- clear() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
- clear() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
- clear() - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
- clear() - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
- clear() - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
-
Reset this shape to be equivalent to an just-created instance of this shape type.
- clear() - Method in class org.arakhne.afc.math.graph.GraphIterator
-
Clear the temporary buffers of this graph iterator.
- clear() - Method in class org.arakhne.afc.math.graph.GraphPath
- clear() - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
-
Clear the connection.
- clear() - Method in class org.arakhne.afc.math.tree.AbstractForest
- clear() - Method in class org.arakhne.afc.math.tree.LinkedTree
-
Clear the tree.
- clear() - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
-
Clear the tree.
- clear() - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
-
Clear the tree.
- clear() - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
-
Clear the tree.
- clear() - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
-
Clear the tree.
- clear() - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
-
Clear the tree.
- clear() - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
-
Clear the tree.
- clear() - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
-
Clear the tree.
- clear() - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
-
Clear the tree.
- clear() - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
-
Clear the tree.
- clear() - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
-
Clear the tree.
- clear() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
- clear() - Method in interface org.arakhne.afc.math.tree.Tree
-
Clear the tree.
- clear() - Method in interface org.arakhne.afc.math.tree.TreeNode
-
Clear the tree.
- clear() - Method in interface org.arakhne.afc.references.AbstractReferencedValueMap.ReferencableValue
-
Clear the reference.
- clear() - Method in class org.arakhne.afc.util.InformedArrayList
- clear() - Method in class org.arakhne.afc.util.IntegerList
- clear() - Method in class org.arakhne.afc.util.ListenerCollection
-
Clear this collection.
- clear() - Method in class org.arakhne.afc.util.MultiCollection
- clear() - Method in class org.arakhne.afc.util.MultiValue
-
Clear this multi-value.
- clear() - Method in class org.arakhne.afc.util.OutputParameter
-
Clear this parameter.
- clear() - Method in class org.arakhne.afc.vmutil.json.JsonBuffer
-
Remove all the keys.
- clearBounds() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
-
Clear buffered variables.
- clearBuffers() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
-
Clear buffered variables.
- clearPositionBuffers() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
-
Clear internal buffers related to the bus halt position.
- clearRect(double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
-
Clears a portion of the canvas with a transparent color value.
- clearUserData() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
- clearUserData() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
-
Clear all the data from all the groups.
- clearUserData() - Method in class org.arakhne.afc.gis.road.RoadPolyline
- clearUserData() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
- clearUserData(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
- clearUserData(String) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
-
Clear all the data from a group.
- clearUserData(String) - Method in class org.arakhne.afc.gis.road.RoadPolyline
- clearUserData(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
- clip() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
-
Intersects the current clip with the current path and applies it to subsequent rendering operation as an anti-aliased mask.
- clipToRectangle(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
-
Clip the segment against the clipping rectangle according to the Cohen-Sutherland algorithm.
- clipToRectangle(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Clip the segment against the clipping rectangle according to the Cohen-Sutherland algorithm.
- clipToRectangle(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
-
Clip the segment against the clipping rectangle according to the Cohen-Sutherland algorithm.
- clipToRectangle(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
-
Clip the segment against the clipping rectangle according to the Cohen-Sutherland algorithm.
- clone() - Method in class org.arakhne.afc.agentmotion.AgentMotion
- clone() - Method in interface org.arakhne.afc.agentmotion.AligningMotionAlgorithm
-
Clone this algorithm.
- clone() - Method in interface org.arakhne.afc.agentmotion.ArrivingMotionAlgorithm
-
Clone this algorithm.
- clone() - Method in class org.arakhne.afc.agentmotion.common.AbstractTargetPositionPredictionAlgorithm
- clone() - Method in class org.arakhne.afc.agentmotion.common.EvadingAlgorithm
- clone() - Method in class org.arakhne.afc.agentmotion.common.FacingAlgorithm
- clone() - Method in class org.arakhne.afc.agentmotion.common.FleeingAlgorithm
- clone() - Method in class org.arakhne.afc.agentmotion.common.PursuingAlgorithm
- clone() - Method in class org.arakhne.afc.agentmotion.common.RandomAlgorithm
- clone() - Method in class org.arakhne.afc.agentmotion.common.SeekingAlgorithm
- clone() - Method in interface org.arakhne.afc.agentmotion.FacingMotionAlgorithm
-
Clone this algorithm.
- clone() - Method in interface org.arakhne.afc.agentmotion.FleeingMotionAlgorithm
-
Clone this algorithm.
- clone() - Method in class org.arakhne.afc.agentmotion.kinematic.AligningKinematicAlgorithm
- clone() - Method in class org.arakhne.afc.agentmotion.kinematic.ArrivingKinematicAlgorithm
- clone() - Method in class org.arakhne.afc.agentmotion.kinematic.RandomKinematicAlgorithm
- clone() - Method in interface org.arakhne.afc.agentmotion.PursuingMotionAlgorithm
-
Clone this algorithm.
- clone() - Method in interface org.arakhne.afc.agentmotion.RandomMotionAlgorithm
-
Clone this algorithm.
- clone() - Method in interface org.arakhne.afc.agentmotion.SeekingMotionAlgorithm
-
Clone this algorithm.
- clone() - Method in class org.arakhne.afc.agentmotion.steering.AligningSteeringAlgorithm
- clone() - Method in class org.arakhne.afc.agentmotion.steering.ArrivingSteeringAlgorithm
- clone() - Method in class org.arakhne.afc.attrs.attr.NullAttribute
- clone() - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
-
Make a deep copy of this object and replies the copy.
- clone() - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
-
Make a deep copy of this object and replies the copy.
- clone() - Method in class org.arakhne.afc.attrs.collection.AbstractBufferedAttributeProvider
-
Make a deep copy of this object and replies the copy.
- clone() - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
-
Make a deep copy of this object and replies the copy.
- clone() - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
-
Make a deep copy of this object and replies the copy.
- clone() - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
-
Make a deep copy of this object and replies the copy.
- clone() - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
-
Make a deep copy of this object and replies the copy.
- clone() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
- clone() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
- clone() - Method in class org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidity
- clone() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
-
Clone this object to obtain a valid copy.
- clone() - Method in class org.arakhne.afc.gis.mapelement.MapElement
-
Clone this object to obtain a valid copy.
- clone() - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
- clone() - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
- clone() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
-
Clone this object to obtain a valid copy.
- clone() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
- clone() - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
- clone() - Method in class org.arakhne.afc.gis.primitive.AbstractBoundedGISElement
-
Clone this object to obtain a valid copy.
- clone() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
-
Clone this object to obtain a valid copy.
- clone() - Method in interface org.arakhne.afc.gis.primitive.GISCloneable
-
Clone this element.
- clone() - Method in interface org.arakhne.afc.gis.primitive.GISElement
- clone() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
- clone() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
- clone() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
- clone() - Method in class org.arakhne.afc.gis.road.RoadPolyline
-
Clone this object to obtain a valid copy.
- clone() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
-
Clone this object to obtain a valid copy.
- clone() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
- clone() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
-
Make a deep copy of this object and replies the copy.
- clone() - Method in class org.arakhne.afc.math.DoubleRange
- clone() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
- clone() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
- clone() - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractShape1d
- clone() - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
- clone() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D
- clone() - Method in class org.arakhne.afc.math.geometry.d1.ImmutableVector1D
- clone() - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
-
Clone this shape.
- clone() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
- clone() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
- clone() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
- clone() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
- clone() - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractShape2d
- clone() - Method in class org.arakhne.afc.math.geometry.d2.d.MultiShape2d
- clone() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
- clone() - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
- clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractShape2dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.MultiShape2dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractShape2i
- clone() - Method in class org.arakhne.afc.math.geometry.d2.i.MultiShape2i
- clone() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
- clone() - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
- clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractShape2ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.MultiShape2ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d2.ImmutablePoint2D
- clone() - Method in class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
- clone() - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
-
Clone this shape.
- clone() - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
- clone() - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
-
Clone this point.
- clone() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
- clone() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
- clone() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
- clone() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
- clone() - Method in class org.arakhne.afc.math.geometry.d3.d.AbstractShape3d
- clone() - Method in class org.arakhne.afc.math.geometry.d3.d.MultiShape3d
- clone() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
- clone() - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
- clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.AbstractShape3dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.MultiShape3dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractShape3i
- clone() - Method in class org.arakhne.afc.math.geometry.d3.i.MultiShape3i
- clone() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
- clone() - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
- clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractShape3ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.MultiShape3ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
- clone() - Method in class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
- clone() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
- clone() - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
-
Clone this shape.
- clone() - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
- clone() - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
-
Clone this point.
- clone() - Method in class org.arakhne.afc.math.graph.GraphPath
- clone() - Method in class org.arakhne.afc.math.matrix.Matrix2d
-
Creates a new object of the same class as this object.
- clone() - Method in class org.arakhne.afc.math.matrix.Matrix3d
-
Creates a new object of the same class as this object.
- clone() - Method in class org.arakhne.afc.math.matrix.Matrix4d
-
Creates a new object of the same class as this object.
- close() - Method in class org.arakhne.afc.gis.io.binary.GISLayerReader
-
Flush temp buffers, and close the streams.
- close() - Method in class org.arakhne.afc.gis.io.binary.GISLayerWriter
-
Flush temp buffers, write down final information in file header (file size...), and close the streams.
- close() - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumberStream
- close() - Method in class org.arakhne.afc.inputoutput.stream.ReaderInputStream
- close() - Method in class org.arakhne.afc.inputoutput.stream.UnclosableInputStream
- close() - Method in class org.arakhne.afc.inputoutput.stream.UnclosableOutputStream
-
Do not close but still flush the filtered stream.
- close() - Method in class org.arakhne.afc.inputoutput.stream.WriterOutputStream
- close() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
-
Close all opened accessors.
- close() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
- close() - Method in class org.arakhne.afc.io.dbase.DBaseFileWriter
-
Close the dBASE file.
- close() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
-
Close the stream.
- close() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
-
Flush temp buffers, write down final information in file header (file size...), and close the streams.
- close() - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
- close() - Method in class org.arakhne.afc.io.shape.AbstractShapeFileWriter
-
Flush temp buffers, write down final information in file header (file size...), and close the streams.
- close() - Method in class org.arakhne.afc.math.tree.io.DotDotWriter
-
Close the output stream.
- close() - Method in class org.arakhne.afc.math.tree.io.DotGxlWriter
-
Close the output stream.
- close() - Method in class org.arakhne.afc.progress.ProgressionInputStream
- close() - Method in class org.arakhne.afc.progress.ProgressionOuputStream
- CLOSE - org.arakhne.afc.math.geometry.PathElementType
-
Close the path.
- CloseComparator() - Constructor for class org.arakhne.afc.math.graph.astar.AStar.CloseComparator
-
Construct the comparator for the A* close list.
- closePath() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
- closePath() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
- closePath() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
- closePath() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
- closePath() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
-
Closes the current subpath by drawing a straight line back to the coordinates of the last
moveTo
. - closePath() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
- closePath() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
- closePath() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
- closePath() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
- closePath() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
-
Closes the current subpath by drawing a straight line back to the coordinates of the last
moveTo
. - closePath() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
-
Closes the path.
- ClosePathElement2d(double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ClosePathElement2d
-
Constructor.
- ClosePathElement2dfx(DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
-
Constructor.
- ClosePathElement2dfx(Point2dfx, Point2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
-
Constructor by setting.
- ClosePathElement2i(int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ClosePathElement2i
-
Constructor.
- ClosePathElement2ifx(IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
-
Constructor.
- ClosePathElement2ifx(Point2ifx, Point2ifx) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
-
Constructor by setting.
- ClosePathElement3d(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
-
Constructor.
- ClosePathElement3dfx(DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
-
Constructor.
- ClosePathElement3dfx(Point3dfx, Point3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
-
Constructor by copy.
- ClosePathElement3i(int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
-
Constructor.
- ClosePathElement3ifx(IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
-
Constructor.
- ClosePathElement3ifx(Point3ifx, Point3ifx) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
-
Constructor by setting.
- ClosestPointPathShadow2afp - Class in org.arakhne.afc.math.geometry.d2.afp
-
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
- ClosestPointPathShadow2afp(PathIterator2afp<?>, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.ClosestPointPathShadow2afp
-
Construct new path shadow.
- ClosestPointPathShadow2ai - Class in org.arakhne.afc.math.geometry.d2.ai
-
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
- ClosestPointPathShadow2ai(PathIterator2ai<?>, Rectangle2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.ClosestPointPathShadow2ai
-
Construct new path shadow.
- ClosestPointPathShadow3afp - Class in org.arakhne.afc.math.geometry.d3.afp
-
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
- ClosestPointPathShadow3afp(PathIterator3afp<?>, RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.ClosestPointPathShadow3afp
-
Construct new path shadow.
- ClusteredRoadPath - Class in org.arakhne.afc.gis.road.path
-
This class describes a road path with is clustered into several unconnected paths.
- ClusteredRoadPath() - Constructor for class org.arakhne.afc.gis.road.path.ClusteredRoadPath
-
Constructor.
- ClusteredRoadPath(Collection<? extends RoadPath>) - Constructor for class org.arakhne.afc.gis.road.path.ClusteredRoadPath
-
Constructor.
- ClusteredRoadPath(RoadPath...) - Constructor for class org.arakhne.afc.gis.road.path.ClusteredRoadPath
-
Constructor.
- COCOS_ISLANDS - org.arakhne.afc.util.CountryCode
-
CC.
- COHEN_SUTHERLAND_BACK - Static variable in class org.arakhne.afc.math.MathConstants
-
Behind zone according to the Cohen-Sutherland algorithm.
- COHEN_SUTHERLAND_BOTTOM - Static variable in class org.arakhne.afc.math.MathConstants
-
Bottom zone according to the Cohen-Sutherland algorithm:
y < ymin
. - COHEN_SUTHERLAND_FRONT - Static variable in class org.arakhne.afc.math.MathConstants
-
Front zone according to the Cohen-Sutherland algorithm.
- COHEN_SUTHERLAND_INSIDE - Static variable in class org.arakhne.afc.math.MathConstants
-
Inside zone according to the Cohen-Sutherland algorithm:
x in [xmin;xmax] and y in [ymin;ymax]
. - COHEN_SUTHERLAND_LEFT - Static variable in class org.arakhne.afc.math.MathConstants
-
Left zone according to the Cohen-Sutherland algorithm:
x < xmin
. - COHEN_SUTHERLAND_RIGHT - Static variable in class org.arakhne.afc.math.MathConstants
-
Right zone according to the Cohen-Sutherland algorithm:
x > xmax
. - COHEN_SUTHERLAND_TOP - Static variable in class org.arakhne.afc.math.MathConstants
-
Top zone according to the Cohen-Sutherland algorithm:
y > ymax
. - COLLADA_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
-
Replies the preferred coordinate system for default Collada viewers.
- COLLADA_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
-
Replies the preferred coordinate system for default Collada viewers.
- CollectionSizedIterator<OBJECTT> - Class in org.arakhne.afc.sizediterator
-
Iterator on collection.
- CollectionSizedIterator(Collection<OBJECTT>) - Constructor for class org.arakhne.afc.sizediterator.CollectionSizedIterator
-
Construct an iterator.
- COLOMBIA - org.arakhne.afc.util.CountryCode
-
CO.
- ColorFormatException - Exception in org.arakhne.afc.inputoutput.xml
-
This exception indicates that a color format was not supported.
- ColorFormatException(String) - Constructor for exception org.arakhne.afc.inputoutput.xml.ColorFormatException
-
Constructor.
- ColorNames - Class in org.arakhne.afc.vmutil
-
Utilities for retrieving color values from a color name.
- ColorSquare() - Constructor for class org.arakhne.afc.nodefx.ZoomablePane.ColorSquare
-
Constructor of empty square.
- ColorSquare(Color) - Constructor for class org.arakhne.afc.nodefx.ZoomablePane.ColorSquare
-
Constructor with the given color.
- column() - Method in class org.arakhne.afc.gis.grid.GridCell
-
Replies the column index of the cell.
- columnsSkipped(Set<String>) - Method in class org.arakhne.afc.io.dbase.DBaseFileWriter
-
Invoked each time a column was skipped by the writer because it does not support its output.
- COMOROS - org.arakhne.afc.util.CountryCode
-
KM.
- ComparableSoftReference<T> - Class in org.arakhne.afc.references
-
This class is a WeakReference that allows to be compared on its pointed value.
- ComparableSoftReference(T) - Constructor for class org.arakhne.afc.references.ComparableSoftReference
-
Constructor.
- ComparableSoftReference(T, ReferenceQueue<? super T>) - Constructor for class org.arakhne.afc.references.ComparableSoftReference
-
Constructor.
- ComparableWeakReference<T> - Class in org.arakhne.afc.references
-
This class is a WeakReference that allows to be compared on its pointed value.
- ComparableWeakReference(T) - Constructor for class org.arakhne.afc.references.ComparableWeakReference
-
Constructor.
- ComparableWeakReference(T, ReferenceQueue<? super T>) - Constructor for class org.arakhne.afc.references.ComparableWeakReference
-
Constructor.
- comparator() - Method in interface org.arakhne.afc.attrs.attr.Attribute
-
Replies a comparator suitable for attribute based on the names of the attributes only.
- comparator() - Method in class org.arakhne.afc.attrs.attr.AttributeImpl
- comparator() - Method in class org.arakhne.afc.util.IntegerList
- COMPARATOR - Static variable in interface org.arakhne.afc.gis.primitive.GISPrimitive
-
Comparator on GISPrimitive.
- compare(Class<?>, Class<?>) - Method in class org.arakhne.afc.vmutil.ClassComparator
- compare(Object, Object) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
- compare(Object, Object) - Method in class org.arakhne.afc.vmutil.ObjectReferenceComparator
- compare(String, String) - Method in class org.arakhne.afc.attrs.collection.AttributeNameStringComparator
- compare(OBJECT, OBJECT) - Method in class org.arakhne.afc.util.NaturalOrderComparator
- compare(Attribute, Attribute) - Method in class org.arakhne.afc.attrs.attr.AttributeComparator
- compare(Attribute, Attribute) - Method in class org.arakhne.afc.attrs.attr.AttributeNameComparator
- compare(AttributeValue, AttributeValue) - Method in class org.arakhne.afc.attrs.attr.AttributeComparator
-
Compares its two arguments for order.
- compare(AttributeValue, AttributeValue) - Method in class org.arakhne.afc.attrs.attr.AttributeValueComparator
-
Compares its two arguments for order.
- compare(GeoLocation, GeoLocation) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
-
Compares its two arguments for order.
- compare(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.RoadSegmentComparator
- compare(Tuple2D<?>, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.Tuple2fComparator
- compare(Tuple2D<?>, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.Tuple2iComparator
- compare(Tuple3D<?>, Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.Tuple3fComparator
- compare(Tuple3D<?>, Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.Tuple3iComparator
- compare(AStarNode<ST, PT>, AStarNode<ST, PT>) - Method in class org.arakhne.afc.math.graph.astar.AStar.CloseComparator
- compare(AStarNode<ST, PT>, AStarNode<ST, PT>) - Method in class org.arakhne.afc.math.graph.astar.AStar.OpenComparator
- compare(GraphIterationElement<RoadSegment, RoadConnection>, GraphIterationElement<RoadSegment, RoadConnection>) - Method in class org.arakhne.afc.gis.road.RoadSegmentIterationComparator
- compare(GraphIterationElement<ST, PT>, GraphIterationElement<ST, PT>) - Method in class org.arakhne.afc.math.graph.GraphIterationElementComparator
- compare(R, R) - Method in class org.arakhne.afc.references.AbstractReferencedSet.ReferenceComparator
- compareAttrNames(String, String) - Static method in class org.arakhne.afc.attrs.attr.AttributeImpl
-
Compare the two specified attribute names.
- compareAttrs(Attribute, Attribute) - Static method in class org.arakhne.afc.attrs.attr.AttributeImpl
-
Compare the two specified attributes.
- compareConnections(RoadConnection, RoadConnection) - Method in class org.arakhne.afc.gis.road.RoadSegmentIterationComparator
-
Compare the two given entry points.
- compareConnections(PT, PT) - Method in class org.arakhne.afc.math.graph.GraphIterationElementComparator
-
Compare the two given entry points.
- compareEpsilon(double, double) - Static method in class org.arakhne.afc.math.MathUtil
-
Compares its two arguments for order.
- compareEpsilon(double, double, double) - Static method in class org.arakhne.afc.math.MathUtil
-
Compares its two arguments for order.
- compareSegments(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.RoadSegmentIterationComparator
-
Compare the two given segments.
- compareSegments(GraphSegment<?, ?>, GraphSegment<?, ?>) - Method in class org.arakhne.afc.math.graph.GraphIterationElement
-
Compare the two given segments.
- compareSegments(ST, ST) - Method in class org.arakhne.afc.math.graph.GraphIterationElementComparator
-
Compare the two given segments.
- compareTo(Object) - Method in class org.arakhne.afc.math.graph.GraphIterationElement
- compareTo(Object) - Method in class org.arakhne.afc.references.ComparableSoftReference
-
Compare this reference to the specified object based on the
Object.hashCode()
if the references are not equals. - compareTo(Object) - Method in class org.arakhne.afc.references.ComparableWeakReference
- compareTo(N) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
- compareTo(N) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
- compareTo(GridCellElement<P>) - Method in class org.arakhne.afc.gis.grid.GridCellElement
- compareTo(GeoId) - Method in class org.arakhne.afc.gis.location.GeoId
- compareTo(GeoLocation) - Method in class org.arakhne.afc.gis.location.AbstractGeoLocation
- compareTo(MapComposedElement.PointGroup) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
- compareTo(CrossRoad) - Method in class org.arakhne.afc.gis.road.path.CrossRoad
- compareTo(MagicNumber) - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumber
- compareTo(ESRIBounds) - Method in class org.arakhne.afc.io.shape.ESRIBounds
- compareTo(ShapeFileIndexRecord) - Method in class org.arakhne.afc.io.shape.ShapeFileIndexRecord
- compareTo(DoubleRange) - Method in class org.arakhne.afc.math.DoubleRange
- compareTo(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
- compareTo(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
- compareTo(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
- compareTo(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
- compareTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
-
Compares this object with the specified point for order.
- compareTo(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
- compareTo(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
- compareTo(GraphPoint<RoadConnection, RoadSegment>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
- compareTo(GraphPoint<RoadConnection, RoadSegment>) - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
- compareTo(GraphPoint<RoadConnection, RoadSegment>) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
- compareTo(GraphPoint<RoadConnection, RoadSegment>) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
- compareTo(GraphPoint<SGraphPoint, SGraphSegment>) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
- compareValues(AttributeValue, AttributeValue) - Static method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
-
Compare the two specified values.
- computeClosestPoint(int, int, int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
-
Compute the closest point on the rectangle from the given point.
- computeClosestPointOnShallowEllipseInPositiveQuadrant(double, double, double, double, boolean) - Static method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.PrivateAPI
-
Compute the closest point to a shallow ellipse centered on (0, 0) and in the positive quadrant.
- computeClosestPointOnSolidEllipseInPositiveQuadrant(double, double, double, double, boolean) - Static method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.PrivateAPI
-
Compute the closest point to a solid ellipse centered on (0, 0) and in the positive quadrant.
- computeClosestPointRectanglePoint(double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
-
Compute the point on the rectangle that is the closest to the given point.
- computeClosestPointRectangleRectangle(double, double, double, double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
-
Compute the point on the first rectangle that is the closest to the second rectangle.
- computeClosestPointRectangleSegment(double, double, double, double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
-
Compute the point on the rectangle that is the closest to the segment.
- computeClosestPointTo(int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
-
Replies the closest point in a sphere to a point.
- computeClosestPointToPoint(double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Replies the point on the segment that is closest to the given point.
- computeClosestPointToPoint(int, int, int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
-
Replies the closest point in a circle to a point.
- computeClosestPointToRectangle(double, double, double, double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Replies the point on the segment that is closest to the rectangle.
- computeClosestPointToRectangle(int, int, int, int, int, int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
-
Replies the point on the segment that is closest to the rectangle.
- computeClosestPointToSegment(double, double, double, double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Replies the point on the first segment that is closest to the second segment.
- computeClosestPointToSegment(double, double, double, double, double, double, double, double, double, double, double, double, Point3D<?, ?>, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Replies the point on the first segment that is closest to the second segment.
- computeClosestPointToSegment(int, int, int, int, int, int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
-
Replies the point on the first segment that is closest to the second segment.
- computeClosestPointToSegment(int, int, int, int, int, int, int, int, int, int, int, int, Point3D<?, ?>, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
-
Replies the point on the first segment that is closest to the second segment.
- computeControlPointBoundingBox(PathIterator3afp<?>, RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
-
Compute the box that corresponds to the control points of the path.
- computeControlPointBoundingBox(PathIterator3ai<?>, RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
-
Compute the box that corresponds to the control points of the path.
- computeCostFor(PT) - Method in class org.arakhne.afc.math.graph.astar.AStar
-
Compute and replies the cost to traverse the given graph point.
- computeCostFor(PT) - Method in interface org.arakhne.afc.math.graph.astar.AStarCostComputer
-
Compute and replies the cost to traverse the given graph point.
- computeCostFor(ST) - Method in class org.arakhne.afc.math.graph.astar.AStar
-
Compute and replies the cost to traverse the given graph segment.
- computeCostFor(ST) - Method in interface org.arakhne.afc.math.graph.astar.AStarCostComputer
-
Compute and replies the cost to traverse the given graph segment.
- computeCrossings(int, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.afp.BasicPathShadow2afp
-
Compute the crossings between this shadow and the given segment.
- computeCrossings(int, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.afp.ClosestPointPathShadow2afp
-
Compute the crossings between this shadow and the given segment.
- computeCrossings(int, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.afp.BasicPathShadow3afp
-
Compute the crossings between this shadow and the given segment.
- computeCrossings(int, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.afp.ClosestPointPathShadow3afp
-
Compute the crossings between this shadow and the given segment.
- computeCrossings(int, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.afp.PathShadow3afp
-
Compute the crossings between this shadow and the given segment.
- computeCrossings(int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ai.BasicPathShadow2ai
-
Compute the crossings between this shadow and the given segment.
- computeCrossings(int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ai.ClosestPointPathShadow2ai
-
Compute the crossings between this shadow and the given segment.
- computeCrossings(int, int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ai.BasicPathShadow3ai
-
Compute the crossings between this shadow and the given segment.
- computeCrossings(int, int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ai.PathShadow3ai
-
Compute the crossings between this shadow and the given segment.
- computeCrossingsFromPath(int, PathIterator3afp<?>, BasicPathShadow3afp, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
-
Accumulate the number of times the path crosses the shadow extending to the right of the second path.
- computeCrossingsFromPath(int, PathIterator3ai<?>, BasicPathShadow3ai, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
-
Accumulate the number of times the path crosses the shadow extending to the right of the second path.
- computeCrossingsFromPoint(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Calculates the number of times the line from (x0,y0,z0) to (x1,y1,z1) crosses the ray extending to the right from (px,py,pz).
- computeCrossingsFromPoint(int, int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
-
Calculates the number of times the line from (x0,y0) to (x1,y1) crosses the up/bottom borders of the ray extending to the right from (px,py).
- computeCrossingsFromPoint(int, int, int, int, int, int, int, int, int, int, boolean, boolean) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
-
Calculates the number of times the line from (x0,y0) to (x1,y1) crosses the up/bottom borders of the ray extending to the right from (px,py).
- computeCrossingsFromPoint(int, PathIterator3afp<? extends PathElement3afp>, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
-
Calculates the number of times the given path crosses the ray extending to the right from (px,py).
- computeCrossingsFromPoint(int, PathIterator3ai<?>, int, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
-
Calculates the number of times the given path crosses the ray extending to the right from (px,py).
- computeCrossingsFromPointWithoutEquality(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Calculates the number of times the line from (x0,y0) to (x1,y1) crosses the ray extending to the right from (px,py).
- computeCrossingsFromRect(int, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Accumulate the number of times the line crosses the shadow extending to the right of the rectangle.
- computeCrossingsFromRect(int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
-
Accumulate the number of times the line crosses the shadow extending to the right of the rectangle.
- computeCrossingsFromRect(int, PathIterator3afp<? extends PathElement3afp>, double, double, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
-
Accumulate the number of times the path crosses the shadow extending to the right of the rectangle.
- computeCrossingsFromRect(int, PathIterator3ai<?>, int, int, int, int, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
-
Accumulate the number of times the path crosses the shadow extending to the right of the rectangle.
- computeCrossingsFromSegment(int, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Calculates the number of times the line from (x0,y0,z0) to (x1,y1,z1) crosses the segment (sx0,sy0,sz0) to (sx1,sy1,sz1) extending to the right.
- computeCrossingsFromSegment(int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
-
Calculates the number of times the line from (x0,y0) to (x1,y1) crosses the segment (sx0,sy0) to (sx1,sy1) extending to the right.
- computeCrossingsFromSegment(int, PathIterator3afp<? extends PathElement3afp>, double, double, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
-
Calculates the number of times the given path crosses the given segment extending to the right.
- computeCrossingsFromSegment(int, PathIterator3ai<?>, int, int, int, int, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
-
Calculates the number of times the given path crosses the given circle extending to the right.
- computeCrossingsFromSphere(int, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Calculates the number of times the line from (x0,y0,z0) to (x1,y1,z1) crosses the sphere (cx,cy,cz,radius) with radius extending to the right.
- computeCrossingsFromSphere(int, int, int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
-
Calculates the number of times the line from (x0,y0,z0) to (x1,y1,z1) crosses the sphere (ex0,ey0,ez0,rad) extending to the right.
- computeCrossingsFromSphere(int, PathIterator3afp<? extends PathElement3afp>, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
-
Calculates the number of times the given path crosses the given circle extending to the right.
- computeCrossingsFromSphere(int, PathIterator3ai<?>, int, int, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
-
Calculates the number of times the given path crosses the given circle extending to the right.
- computeDistanceLinePoint(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Compute the distance between a point and a line.
- computeDistanceSegmentPoint(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Compute the distance between a point and a segment.
- computeDistanceSquaredLinePoint(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Compute the distance between a point and a line.
- computeDistanceSquaredSegmentPoint(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Compute the square distance between a point and a segment.
- computeDrawableElementBoundingBox(PathIterator3afp<?>, RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
-
Compute the box that corresponds to the drawable elements of the path.
- computeDrawableElementBoundingBox(PathIterator3ai<?>, RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
-
Compute the box that corresponds to the drawable elements of the path.
- computeFarthestPoint(int, int, int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
-
Compute the farthest point on the rectangle from the given point.
- computeFarthestPointOnShallowEllipseInPositiveQuadrant(double, double, double, double, boolean) - Static method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.PrivateAPI
-
Compute the farthest point to a shallow ellipse centered on (0, 0) and in the positive quadrant.
- computeFarthestPointTo(double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Replies the point on the segment that is farthest to the given point.
- computeFarthestPointTo(int, int, int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
-
Replies the farthest point in a circle to a point.
- computeFarthestPointTo(int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
-
Replies the farthest point in a sphere to a point.
- computeGeoLocationForDistance(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
-
Replies the geo-location of the point described by the specified distance.
- computeIntersectionTypeSegmentSegment(int, int, int, int, int, int, int, int, int, int, int, int, boolean, boolean, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
-
Replies if two segments are intersecting pixel per pixel.
- computeLength(PathIterator3afp<?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
-
Compute the total squared length of the path.
- computeLineLineIntersection(double, double, double, double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Compute the intersection of two lines specified by the specified points and vectors.
- computeLineLineIntersectionFactor(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Replies the position factory for the intersection point between two lines.
- computeNextIdentifier() - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
-
Compute the next available identifier for a resource.
- computeProjectedPointOnLine(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Replies the projection a point on a segment.
- computeRelativeDistanceLinePoint(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Replies the relative distance from the given point to the given line.
- computeSegmentSegmentIntersection(double, double, double, double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Replies the intersection point between two segments.
- computeSegmentSegmentIntersectionFactor(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Replies one position factor for the intersection point between two lines.
- computeSegmentSegmentIntersectionFactors(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Replies one position factor for the intersection point between two lines.
- computeSideLinePoint(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
-
Replies on which side of a line the given point is located.
- computeSideLinePoint(int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
-
Replies on which side of a line the given point is located.
- computeSize() - Method in interface org.arakhne.afc.gis.GISSet
-
Force the deep computation of the element count in this set.
- computeSize() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
- computeSize() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
- computeSize() - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
-
Force the deep computation of the element count in this set.
- computeSVD(double[], double[], double[]) - Static method in class org.arakhne.afc.math.matrix.Matrix3d
-
Compute the SVD of a matrix m.
- computeUserDataCount() - Method in class org.arakhne.afc.math.tree.LinkedTree
-
Force the computation of the user data count.
- configs() - Method in class org.arakhne.afc.bootique.log4j.Log4jIntegrationModuleProvider
- Configs - Class in org.arakhne.afc.bootique.printconfig.configs
-
Constants and utilities for configurations.
- CONFIGURATION_DIRECTORY - Static variable in class org.arakhne.afc.vmutil.Android
-
Name of the system-wide configuration directory.
- configure() - Method in class org.arakhne.afc.bootique.applicationdata2.modules.ApplicationMetadata2Module
- configure() - Method in class org.arakhne.afc.bootique.log4j.modules.Log4jIntegrationModule
- configure() - Method in class org.arakhne.afc.bootique.printconfig.modules.PrintConfigCommandModule
- configure() - Method in class org.arakhne.afc.bootique.synopsishelp.modules.SynopsisHelpGeneratorModule
- configureLogger(String) - Method in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
-
Configure the given logger from the configuration.
- configureLogger(Logger) - Method in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
-
Configure the given logger from the configuration.
- CONGO - org.arakhne.afc.util.CountryCode
-
CG.
- CONGO_DEMOCRATIC_REPUBLIC - org.arakhne.afc.util.CountryCode
-
CD.
- conjugate() - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
-
Sets the value of this quaternion to the conjugate of itself.
- conjugate(Quaternion) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
-
Sets the value of this quaternion to the conjugate of quaternion q1.
- connect() - Method in class org.arakhne.afc.vmutil.file.URLConnection
- connect() - Method in class org.arakhne.afc.vmutil.resource.URLConnection
- connectBeginToBegin(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
-
Connect the begin point of this segment to the begin point of the given segment.
- connectBeginToEnd(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
-
Connect the begin point of this segment to the end point of the given segment.
- connectedWithStartPoint - Variable in class org.arakhne.afc.gis.road.StandardRoadConnection.Connection
-
Indicates if this connection is done with a start point.
- connectEndToBegin(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
-
Connect the end point of this segment to the begin point of the given segment.
- connectEndToEnd(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
-
Connect the end point of this segment to the end point of the given segment.
- connection - Variable in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
-
Wrapped road connection.
- Connection(RoadPolyline, boolean) - Constructor for class org.arakhne.afc.gis.road.StandardRoadConnection.Connection
-
Constructor.
- connectionPoint - Variable in class org.arakhne.afc.gis.road.path.CrossRoad
-
This is the cross-road point.
- connectionPoint - Variable in class org.arakhne.afc.math.graph.GraphIterationElement
-
Connection point between the previous segment and the current segment.
- connectSegmentEndPoint(RoadConnection, RoadSegment, Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
-
Connection the end point of the given road segment to the given road connection or to a new connection.
- connectSegmentEndPoint(RoadConnection, RoadSegment, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
- connectSegmentStartPoint(RoadConnection, RoadSegment, Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
-
Connection the start point of the given road segment to the given road connection or to a new connection.
- connectSegmentStartPoint(RoadConnection, RoadSegment, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
- ConsoleAppenderConfig - Class in org.arakhne.afc.bootique.log4j.configs
-
Configuration for a console-based log4j appenders.
- ConsoleAppenderConfig() - Constructor for class org.arakhne.afc.bootique.log4j.configs.ConsoleAppenderConfig
- ConsoleTarget - Enum in org.arakhne.afc.bootique.log4j.configs
-
The target on the console.
- ConstantNaryTreeNode<D,N extends ConstantNaryTreeNode<D,N>> - Class in org.arakhne.afc.math.tree.node
-
This is the generic implementation of a n-ary tree.
- ConstantNaryTreeNode(int) - Constructor for class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
-
Empty node.
- ConstantNaryTreeNode(int, boolean) - Constructor for class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
-
Construct a node.
- ConstantNaryTreeNode(int, boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
-
Construct a node.
- ConstantNaryTreeNode(int, boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
-
Construct a node.
- ConstantNaryTreeNode(int, D) - Constructor for class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
-
Construct a node.