Uses of Class
edu.stanford.hci.dtools.statechart.model.ModelElement

Packages that use ModelElement
edu.stanford.hci.dtools.deviceeditor.components   
edu.stanford.hci.dtools.statechart.model   
 

Uses of ModelElement in edu.stanford.hci.dtools.deviceeditor.components
 

Subclasses of ModelElement in edu.stanford.hci.dtools.deviceeditor.components
 class AccelerometerComponent
           This software is distributed under the BSD License.
 class ADCComponent
           
 class ButtonComponent
          class representing a generic button input in d.tools
 class ContinuousInputComponent
           
 class DeviceDiagramModel
           This software is distributed under the BSD License.
 class DeviceModel
          The component (=model) for a device in the DeviceEditor
 class DisplayComponent
          Component class for an LCD display.
 class InputComponent
          d.tools interface representing all devices which can provide input to the system.
 class IOComponent
          Base class for all input & output components
 class KnobComponent
           This software is distributed under the BSD License.
 class LEDComponent
          Generic component for LEDs
 class OutputComponent
          d.tools interface representing all devices which can provide output to the system.
 class SliderComponent
           This software is distributed under the BSD License.
 class SpeakerComponent
           This software is distributed under the BSD License.
 class SwitchComponent
           This software is distributed under the BSD License.
 class TimerComponent
           
 

Methods in edu.stanford.hci.dtools.deviceeditor.components that return types with arguments of type ModelElement
 java.util.List<ModelElement> DeviceDiagramModel.getChildren()
          Return a List of Shapes in this diagram.
 

Uses of ModelElement in edu.stanford.hci.dtools.statechart.model
 

Subclasses of ModelElement in edu.stanford.hci.dtools.statechart.model
 class AccelerometerModel
           This software is distributed under the BSD License.
 class ButtonModel
          Model for individual Buttons in the ShapeEditor
 class ComponentConnectionModel
          Model for intra-state component to component functional connections
 class ConnectionModel
          A connection between two distinct shapes.
 class DiagramModel
           This software is distributed under the BSD License.
 class DisplayModel
          Model for display screens
 class InputModel
          Abstract base class for all input models
 class IOModel
          This class is the superclass for any instance of a ButtonModel, LCDModel, etc.
 class KnobModel
           This software is distributed under the BSD License.
 class LEDModel
          Model for LEDs
 class OutputModel
          Abstract parent of all outputs.
 class ShapeModel
          Abstract prototype of a shape.
 class SliderModel
           This software is distributed under the BSD License.
 class SpeakerModel
          Model for Speakers
 class StartStateMarkerModel
           This software is distributed under the BSD License.
 class StateConnectionModel
          Model for state-to-state transitions
 class StateModel
           This software is distributed under the BSD License.
 class SwitchModel
           This software is distributed under the BSD License.
 class TimerModel
           
 

Methods in edu.stanford.hci.dtools.statechart.model that return types with arguments of type ModelElement
 java.util.List<ModelElement> DiagramModel.getChildren()
          Return a List of Shapes in this diagram.