Package repast.simphony.engine.schedule
Class DefaultDescriptor
java.lang.Object
repast.simphony.engine.schedule.DefaultDescriptor
- All Implemented Interfaces:
Descriptor
- Direct Known Subclasses:
DefaultContextSchedulableDescriptor
,DefaultSchedulableDescriptor
Default implementation of a
Descriptor
. This just handles
the name of the descriptor.- Version:
- $Revision: 1.1 $ $Date: 2005/12/21 22:25:34 $
- Author:
- Jerry Vos
-
Constructor Summary
ConstructorDescriptionSame as DefaultDescriptor(null).DefaultDescriptor
(String name) Constructs the descriptor with the specified name. -
Method Summary
-
Constructor Details
-
DefaultDescriptor
Constructs the descriptor with the specified name.- Parameters:
name
- the name of the descriptor
-
DefaultDescriptor
public DefaultDescriptor()Same as DefaultDescriptor(null).- See Also:
-
-
Method Details
-
getName
Retrieves the name of this descriptor.- Specified by:
getName
in interfaceDescriptor
- Returns:
- the name of this descriptor
-
setName
Sets the name of this descriptor.- Specified by:
setName
in interfaceDescriptor
- Parameters:
name
- the name of this descriptor
-