Interface Named
- All Known Implementing Classes:
Agent, Database.AgentEntry, Database.Entry, Database.Listable, Database.WorldEntry, Encoding, Entity, LogicalWorld, World, WorldModel
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A named object has a unique name that specifically distinguishes it from
other objects of the same type in the same context.
- Author:
- Stephen G. Ware
-
Method Summary
-
Method Details
-
getName
String getName()Returns this object's unique name that distinguishes it from other objects of the same type in the same context.- Returns:
- the object's unique name
-