A B C D E F G I J L M N O P S T U V 
All Classes All Packages

A

AbsAndRel - Class in org.djunits.demo.examples
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
AddingAUnitExample - Class in org.djunits.demo.examples
Example for adding a unit.
Angles - Class in org.djunits.demo.examples
Normalization of angles.

B

BASE - Static variable in class org.djunits.demo.website.JerkUnit
The base quantity, with "m/s3" as the SI signature.

C

CM_PER_S3 - Static variable in class org.djunits.demo.website.JerkUnit
cm/s3.
ConversionToAndFromSI - Class in org.djunits.demo.examples
This Java code demonstrates conversions between related unit using DJUNITS.

D

divide(Jerk) - Method in class org.djunits.demo.website.Jerk
Calculate the division of Jerk and Jerk, which results in a Dimensionless scalar.

E

example1() - Static method in class org.djunits.demo.examples.ExamplesSpeedConversions
example 1.
example2() - Static method in class org.djunits.demo.examples.ExamplesSpeedConversions
example 2.
ExamplesInPackageDescription - Class in org.djunits.demo.examples
Test code for package list page.
ExamplesSpeedConversions - Class in org.djunits.demo.examples
demo for conversions.

F

FORTNIGHT - Static variable in class org.djunits.demo.examples.AddingAUnitExample
a new DurationUnit.
FT_PER_S3 - Static variable in class org.djunits.demo.website.JerkUnit
ft/s3.
FURLONG - Static variable in class org.djunits.demo.examples.AddingAUnitExample
a new LengthUnit.
FURLONGS_PER_FORTNIGHT - Static variable in class org.djunits.demo.examples.AddingAUnitExample
a new SpeedUnit based on the new LengthUnit and the new DurationUnit.

G

getScalarClass() - Method in class org.djunits.demo.website.JerkVector

I

IN_PER_S3 - Static variable in class org.djunits.demo.website.JerkUnit
in/s3.
instantiateRel(double, JerkUnit) - Method in class org.djunits.demo.website.Jerk
instantiateScalarSI(double, JerkUnit) - Method in class org.djunits.demo.website.JerkVector
instantiateSI(double) - Static method in class org.djunits.demo.website.Jerk
Construct Jerk scalar.
instantiateVector(DoubleVectorData, JerkUnit) - Method in class org.djunits.demo.website.JerkVector
interpolate(Jerk, Jerk, double) - Static method in class org.djunits.demo.website.Jerk
Interpolate between two values.

J

Jerk - Class in org.djunits.demo.website
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
Jerk(double, JerkUnit) - Constructor for class org.djunits.demo.website.Jerk
Construct Jerk scalar.
Jerk(Jerk) - Constructor for class org.djunits.demo.website.Jerk
Construct Jerk scalar.
JerkDemo - Class in org.djunits.demo.website
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
JerkUnit - Class in org.djunits.demo.website
Example from the website to test if the code on the website is correct
JerkUnit() - Constructor for class org.djunits.demo.website.JerkUnit
 
JerkVector - Class in org.djunits.demo.website
Double JerkVector, a vector of values with a JerkUnit.
JerkVector(DoubleVectorData, JerkUnit) - Constructor for class org.djunits.demo.website.JerkVector
Construct an JerkVector from an internal data object.

L

LocaleDemo - Class in org.djunits.demo.examples
This Java code demonstrates conversions between related unit using DJUNITS.

M

M_PER_S3 - Static variable in class org.djunits.demo.website.JerkUnit
m/s3.
main(String[]) - Static method in class org.djunits.demo.examples.AbsAndRel
 
main(String[]) - Static method in class org.djunits.demo.examples.AddingAUnitExample
 
main(String[]) - Static method in class org.djunits.demo.examples.Angles
Create some Angle values to demonstrate conversion from and to related units, including the non-linear AngleUnit.PERCENT.
main(String[]) - Static method in class org.djunits.demo.examples.ConversionToAndFromSI
Create some scalar values to demonstrate conversion from and to related units.
main(String[]) - Static method in class org.djunits.demo.examples.ExamplesInPackageDescription
Demo code for the package list page.
main(String[]) - Static method in class org.djunits.demo.examples.ExamplesSpeedConversions
 
main(String[]) - Static method in class org.djunits.demo.examples.LocaleDemo
Create some scalar values to demonstrate conversion from and to related units.
main(String[]) - Static method in class org.djunits.demo.examples.MinAndMax
 
main(String[]) - Static method in class org.djunits.demo.examples.MultiplyAndDivide
Create some scalar values to demonstrate conversion from and to related units.
main(String[]) - Static method in class org.djunits.demo.examples.NewTypes
 
main(String[]) - Static method in class org.djunits.demo.examples.Parsing
 
main(String[]) - Static method in class org.djunits.demo.examples.ShowDisplayUnit
 
main(String[]) - Static method in class org.djunits.demo.examples.UnitPrefix
 
main(String[]) - Static method in class org.djunits.demo.examples.VectorAndMatrix
 
main(String[]) - Static method in class org.djunits.demo.examples.VectorExample
 
main(String[]) - Static method in class org.djunits.demo.examples.VectorIteratorExample
 
main(String[]) - Static method in class org.djunits.demo.examples.VectorToArrayExample
 
main(String[]) - Static method in class org.djunits.demo.website.JerkDemo
 
max(Jerk, Jerk) - Static method in class org.djunits.demo.website.Jerk
Return the maximum value of two relative scalars.
max(Jerk, Jerk, Jerk...) - Static method in class org.djunits.demo.website.Jerk
Return the maximum value of more than two relative scalars.
min(Jerk, Jerk) - Static method in class org.djunits.demo.website.Jerk
Return the minimum value of two relative scalars.
min(Jerk, Jerk, Jerk...) - Static method in class org.djunits.demo.website.Jerk
Return the minimum value of more than two relative scalars.
MinAndMax - Class in org.djunits.demo.examples
Tests for min and max.
MM_PER_S3 - Static variable in class org.djunits.demo.website.JerkUnit
mm/s3.
MultiplyAndDivide - Class in org.djunits.demo.examples
This Java code demonstrates multiplication and division using DJUNITS.

N

NewTypes - Class in org.djunits.demo.examples
NewTypes.java.

O

of(double, String) - Static method in class org.djunits.demo.website.Jerk
Returns a Jerk based on a value and the textual representation of the unit.
org.djunits.demo.examples - package org.djunits.demo.examples
Several demos of DJUNITS.
org.djunits.demo.website - package org.djunits.demo.website
Examples from the website.

P

Parsing - Class in org.djunits.demo.examples
Parsing.java.

S

ShowDisplayUnit - Class in org.djunits.demo.examples
Copyright (c) 2013-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
SI - Static variable in class org.djunits.demo.website.JerkUnit
The SI unit for jerk is m/s^3.

T

times(Acceleration) - Method in class org.djunits.demo.website.Jerk
Calculate the division of Jerk and Acceleration, which results in a Frequency scalar.
times(Duration) - Method in class org.djunits.demo.website.Jerk
Calculate the multiplication of Jerk and Duration, which results in an Acceleration scalar.

U

UnitPrefix - Class in org.djunits.demo.examples
UnitPrefix.java.

V

valueOf(String) - Static method in class org.djunits.demo.website.Jerk
Returns a Jerk representation of a textual representation of a value with a unit.
VectorAndMatrix - Class in org.djunits.demo.examples
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
VectorExample - Class in org.djunits.demo.examples
Demo for Vector.
VectorIteratorExample - Class in org.djunits.demo.examples
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
VectorToArrayExample - Class in org.djunits.demo.examples
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
A B C D E F G I J L M N O P S T U V 
All Classes All Packages