Package ptolemy.domains.modal.kernel
Interface ConfigurableEntity
-
- All Superinterfaces:
Configurable
- All Known Implementing Classes:
Clone
,Configure
,Event
,Execute
,FmvState
,GTEvent
,InitModel
,InitModelWithContainer
,InputModel
,ListDirectory
,Match
,OutputModel
,Plot
,ReadModel
,ReceiveInput
,Report
,SetTableau
,Sleep
,State
,StateMatcher
,Stop
,TDLMode
,Test
,TestModel
,Transform
,TransientState
,View
,WriteModel
public interface ConfigurableEntity extends Configurable
An interface for entities that can be configured. Such an entity should have aConfigurer
in it, whose container need not be that entity. The entity should also be configurable by implementing all the methods inConfigurable
.- Since:
- Ptolemy II 8.0
- Version:
- $Id$
- Author:
- Thomas Huining Feng
- Pt.AcceptedRating:
- Red (tfeng)
- Pt.ProposedRating:
- Red (tfeng)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Configurer
getConfigurer()
Get theConfigurer
object for this entity.-
Methods inherited from interface ptolemy.kernel.util.Configurable
configure, getConfigureSource, getConfigureText
-
-
-
-
Method Detail
-
getConfigurer
Configurer getConfigurer()
Get theConfigurer
object for this entity.- Returns:
- the Configurer object for this entity.
-
-