Package org.opentcs.data
Klasse ObjectHistory
java.lang.Object
org.opentcs.data.ObjectHistory
- Alle implementierten Schnittstellen:
Serializable
A history of events related to an object.
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
An entry/event in a history. -
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns this history's entries.toString()
withEntries
(List<ObjectHistory.Entry> entries) Returns a copy of this object, with the given entries.Returns a copy of this object, with the given entry appended.
-
Konstruktordetails
-
ObjectHistory
public ObjectHistory()Creates a new instance.
-
-
Methodendetails
-
getEntries
Returns this history's entries.- Gibt zurück:
- This history's entries.
-
withEntries
Returns a copy of this object, with the given entries.- Parameter:
entries
- The entries.- Gibt zurück:
- A copy of this object, with the given entries.
-
withEntryAppended
Returns a copy of this object, with the given entry appended.- Parameter:
entry
- The entry.- Gibt zurück:
- A copy of this object, with the given entry appended.
-
toString
-