Abstract Entity containing gid and id parameters for use with Slice.
gid
id
The global id is assigned to gid on creation.
This has the added benefit of making the entity globally unique from the point of creation.
The entity is assigned a global id by default on construction.
The entity to compare to
true if the this entity is equal to e, false otherwise
e
Generated using TypeDoc
Abstract Entity containing
gid
andid
parameters for use with Slice.The global id is assigned to
gid
on creation.This has the added benefit of making the entity globally unique from the point of creation.