Package org.opentrafficsim.base

Generic classes for entire OTS project such as Throw for preconditions and postcondition testing.

Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Version:
$Revision$, $LastChangedDate$, by $Author$, initial version Apr 22, 2016
  • Interface Summary 
    Interface Description
    Identifiable
    Interface for all identifiable objects.
  • Class Summary 
    Class Description
    CompressedFileWriter
    File writer.
    HierarchicalType<T extends HierarchicalType<T>>
    Super class for types with hierarchical structure.
    OTSClassUtil
    Utility class for class operations.
    TimeStampedObject<C>
    An object with a time stamp, where the object is of a specific class.
    Type<T extends Type<T>>
    Superclass of all sorts of types, for example GTUType, ParameterType, etc.
    WeightedMeanAndSum<V extends java.lang.Number,​W extends java.lang.Number>
    Utility to calculate a weighted mean and/or sum.