Package org.opentcs.data.model
Klasse TCSResourceReference<E extends TCSResource<E>>
java.lang.Object
org.opentcs.data.TCSObjectReference<E>
org.opentcs.data.model.TCSResourceReference<E>
- Typparameter:
E
- The actual resource class.
- Alle implementierten Schnittstellen:
Serializable
public class TCSResourceReference<E extends TCSResource<E>>
extends TCSObjectReference<E>
implements Serializable
A transient reference to a
TCSResource
.- Siehe auch:
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
TCSResourceReference
(TCSResource<E> newReferent) Creates a new TCSResourceReference. -
Methodenübersicht
Von Klasse geerbte Methoden org.opentcs.data.TCSObjectReference
equals, getName, getReferentClass, hashCode, toString
-
Konstruktordetails
-
TCSResourceReference
Creates a new TCSResourceReference.- Parameter:
newReferent
- The resource this reference references.
-