package nl.tudelft.simulation.event.ref;
/**
* A StrongReference class represents a normal pointer relation to a reference. This class is created to complete the
* java.lang.ref package. This class ensures that references can be used without casting to either an object or a
* reference. Strong references are not created to be cleaned by the garbage collector. Since they represent normal
* pointer relations, they are the only ones which might be serialized. This class therefore implements
* java.io.Serializable
*
* copyright (c) 2002-2018 Delft University of Technology.
* BSD-style license. See DSOL License.
* @author Peter Jacobs
* @author Alexander Verbraeck
* @since 1.5
* @param