Interface Descriptor

All Known Subinterfaces:
ContextSchedulableDescriptor<T>, DisplayDescriptor, SchedulableDescriptor, UserPanelDescriptor
All Known Implementing Classes:
AbstractDescriptor, AbstractTextSinkDescriptor, AgentDescriptor, BasicDisplayDescriptor, CartesianDisplayDescriptor, ChartDescriptor, ConsoleSinkDescriptor, DataSetDescriptor, DefaultContextSchedulableDescriptor, DefaultDescriptor, DefaultDisplayDescriptor, DefaultSchedulableDescriptor, DefaultUserPanelDescriptor, FileSinkDescriptor, GISDisplayDescriptor, HistogramChartDescriptor, NetworkDescriptor, TimeSeriesChartDescriptor

public interface Descriptor
Interface representing a descriptor used to build a simulation's settings. This is meant to be extended by specialized descriptors and the actual simulation built by controller actions that parse the descriptors and build the necessary simulation pieces.
Version:
$Revision: 1.1 $ $Date: 2005/12/21 22:25:34 $
Author:
Jerry Vos
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the name of the descriptor.
    void
    Sets the name of the descriptor.
  • Method Details

    • getName

      String getName()
      Retrieves the name of the descriptor. This will generally be used for displaying the descriptor in GUIs and in other situations.
      Returns:
      the name of this descriptor
    • setName

      void setName(String name)
      Sets the name of the descriptor. This will generally be used for displaying the descriptor in GUIs and in other situations.
      Parameters:
      name - the name of this descriptor