Determine whether Identifiable object 'this' equals Identifiable object 'that'.
Determine whether Identifiable object 'this' equals Identifiable object 'that'. Works since 'id' is unique for all Identifiable objects.
Show the flaw by printing the error message.
Show the flaw by printing the error message.
the method where the error occurred
the error message
Return the hashCode as the unique id.
Return the hashCode as the unique id.
Get the id (unique identifier).
Return the full identity.
Get the name.
Set the name.
Set the name.
the name to assign
Get the type of the simulation object.
The
Identifiable
trait provides unique identification for simulation components, entities and events. Includes a mandatory id and an optional name.