Package jadex.rules.eca
Class ChangeInfo<T>
java.lang.Object
jadex.rules.eca.ChangeInfo<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()
Get the info, e.g.Get the oldvalue.getValue()
Get the value.void
Set the info, e.g.void
setOldValue
(T oldvalue) Set the oldvalue.void
Set the value.toString()
Get a string representation.
-
Field Details
-
value
The new value. -
oldvalue
The old value. -
info
The change info, e.g. index or key.
-
-
Constructor Details
-
ChangeInfo
Create a new CollectionEntry.
-
-
Method Details
-
getValue
Get the value. return The value. -
setValue
Set the value.- Parameters:
value
- The value to set.
-
getOldValue
Get the oldvalue. return The oldvalue. -
setOldValue
Set the oldvalue.- Parameters:
oldvalue
- The oldvalue to set.
-
getInfo
Get the info, e.g. index or key.- Returns:
- The info.
-
setInfo
Set the info, e.g. index or key.- Parameters:
info
- The info to set.
-
toString
Get a string representation.
-