org.almendra.commons
Interface INamedObject

All Known Subinterfaces:
IAgent
All Known Implementing Classes:
AbstractAgent, AbstractApplication, AbstractNodeAnchor, AbstractScheduler, Acknowledge, Acknowledge, ActiveObject, ActiveSchedulingObject, Agent, AgentDispatcher, Application, ApplicationScheduler, ArbitratedScheduler, Arbitrator, Capability, CentralAnchor, CommandScheduler, CountDown, Event, Future, FutureResult, Node, NodeAnchor, PriorityCommandScheduler, SupremeScheduler, SystemAgent, SystemApplication, SystemScheduler

public interface INamedObject

All objects that have a user-defined name implement this interface.

Author:
Oliver Plohmann

Method Summary
 java.lang.String getName()
          All objects that have a user-defined name must implement this method.
 

Method Detail

getName

java.lang.String getName()
All objects that have a user-defined name must implement this method.

Returns:
name