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

Packages that use DiagramModel
edu.stanford.hci.dtools.statechart   
edu.stanford.hci.dtools.statechart.model   
edu.stanford.hci.dtools.statechart.model.commands   
 

Uses of DiagramModel in edu.stanford.hci.dtools.statechart
 

Methods in edu.stanford.hci.dtools.statechart that return DiagramModel
 DiagramModel StatechartEditor.getModel()
           
 

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

Methods in edu.stanford.hci.dtools.statechart.model that return DiagramModel
 DiagramModel ShapeModel.getDiagramModel()
          Retrieve the DiagramModel that this shape is a child of.
 

Methods in edu.stanford.hci.dtools.statechart.model with parameters of type DiagramModel
 void StateModel.setDiagramModel(DiagramModel newDiagram)
          Tells this state which diagram model it's associated with
 void ShapeModel.setDiagramModel(DiagramModel newDiagram)
          Sets the diagram associated with this shape.
 

Uses of DiagramModel in edu.stanford.hci.dtools.statechart.model.commands
 

Constructors in edu.stanford.hci.dtools.statechart.model.commands with parameters of type DiagramModel
CombinedCreateAndConnectCommand(org.eclipse.gef.requests.CreateRequest stateCreateReq, org.eclipse.gef.requests.CreateConnectionRequest connectionCreateReq, DiagramModel parent)
           
ComponentTransitionsDeleteCommand(IOComponent c, DiagramModel parent)
           
SetDeviceConfigurationCommand(DiagramModel diagram, DeviceConfiguration newConfig, java.util.Map<IOComponent,IOComponent> map, java.util.Map<StateModel,java.util.List<ComponentConnectionModel>> componentMap)
           
StateCreateCommand(DiagramModel parent, org.eclipse.gef.requests.CreateRequest req)
          Create a command that will add a new StateModel to a DiagramModel.
StateDeleteCommand(DiagramModel parent, StateModel child)
          Create a command that will remove the shape from its parent.