A B C D E F G H I L M N O P Q R S T U V W X Y Z

G

Generator - class edu.usc.cse.desi.generate.Generator.
This class generates new systems from given input values.
Generator() - Constructor for class edu.usc.cse.desi.generate.Generator
 
Generator - class evalgo.Generator.
 
Generator() - Constructor for class evalgo.Generator
 
GreedyAlgorithm - class edu.usc.cse.desi.algorithm.GreedyAlgorithm.
 
GreedyAlgorithm() - Constructor for class edu.usc.cse.desi.algorithm.GreedyAlgorithm
 
gen - Variable in class simulation.SimulationGUI
 
generate() - Method in class edu.usc.cse.desi.editor.DESITabularPage
This method is called when someone hits the generate button.
generate(InputData, PropertyInitializer) - Static method in class edu.usc.cse.desi.generate.Generator
This method generates a new System based on the parameters it is given as input.
generate() - Method in class evalgo.Generator
 
generate() - Method in class simulation.SimulationGUI
 
generateInRange(String, String, String, Random) - Static method in class edu.usc.cse.desi.generate.Generator
This method generates a random number between min and max of the given type and returns it as one of the primitive wrappers.
generateInitialDeployment() - Method in class evalgo.Generator
 
getActionRegistry() - Method in class edu.usc.cse.desi.editor.DESIEditor
Lazily creates and returns the action registry.
getAdapter(Class) - Method in class edu.usc.cse.desi.editor.DESIEditor
 
getAdapter(Class) - Method in class org.eclipse.ui.examples.rcp.texteditor.editors.PathEditorInput
 
getAnchorPoint(int) - Method in class edu.usc.cse.desi.figure.AbstractNodeSelectionFigure
This is a neat method from DESI 1.0.
getAnchorPoint(int, Figure) - Method in class simulation.DetailWindow
This method will return a point located on a Figure (either a Host or a Component) depending where in the entire perimeter of the figure that connection should lie.
getAttributesCompartment() - Method in class simulation.UMLClassFigure
Returns the "attributes" figure
getBandwidth() - Method in class simulation.C2ConnLinkFigureObsolete
Returns the bandwidth of this link.
getBandwidth() - Method in class simulation.H2HLinkFigure
Returns the bandwidth of this link.
getC2CList() - Static method in class simulation.ModelData
 
getChild() - Method in class edu.usc.cse.desi.command.AddComponentCommand
Get the child AbstractViewModel from this command.
getChild() - Method in class edu.usc.cse.desi.command.OrphanComponentCommand
Gets this command's child model, an AbstractNodeViewModel.
getChildren() - Method in class edu.usc.cse.desi.model.AbstractNodeDataModel
Returns a List of child components for this node.
getChildren() - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
 
getChildren() - Method in class usc.cse.desi.rasdsmodel.AbstractNodeModel
 
getChildren() - Method in class usc.cse.desi.rasdsmodel.HostDataModel
 
getClientArea(Rectangle) - Method in class simulation.ZoomContainer
 
getClosestConnectionAnchorTo(Point) - Method in class edu.usc.cse.desi.figure.AbstractNodeFigure
 
getClosestSourceConnectionAnchorTo(Point) - Method in class edu.usc.cse.desi.figure.AbstractNodeFigure
 
getClosestTargetConnectionAnchorTo(Point) - Method in class edu.usc.cse.desi.figure.AbstractNodeFigure
 
getColumnImage(Object, int) - Method in class edu.usc.cse.desi.viewers.CollocLabelProvider
I overrode this method:
getColumnImage(Object, int) - Method in class edu.usc.cse.desi.viewers.DeploymentLabelProvider
I overrode this method:
getColumnImage(Object, int) - Method in class edu.usc.cse.desi.viewers.LocLabelProvider
I overrode this method:
getColumnImage(Object, int) - Method in class edu.usc.cse.desi.viewers.LogicalLinkLabelProvider
I overrode this method:
getColumnImage(Object, int) - Method in class edu.usc.cse.desi.viewers.NodeLabelProvider
I overrode this method:
getColumnImage(Object, int) - Method in class edu.usc.cse.desi.viewers.PhysicalLinkLabelProvider
 
getColumnText(Object, int) - Method in class edu.usc.cse.desi.viewers.CollocLabelProvider
Return the event size between two components or the name of the component depending on which collumn is given.
getColumnText(Object, int) - Method in class edu.usc.cse.desi.viewers.DeploymentLabelProvider
I overrode this method:
getColumnText(Object, int) - Method in class edu.usc.cse.desi.viewers.LocLabelProvider
Return the event size between two components or the name of the component depending on which collumn is given.
getColumnText(Object, int) - Method in class edu.usc.cse.desi.viewers.LogicalLinkLabelProvider
Return the event size between two components or the name of the component depending on which collumn is given.
getColumnText(Object, int) - Method in class edu.usc.cse.desi.viewers.NodeLabelProvider
I overrode this method:
getColumnText(Object, int) - Method in class edu.usc.cse.desi.viewers.PhysicalLinkLabelProvider
 
getCommandStack() - Method in class edu.usc.cse.desi.editor.AbstractPage
Returns the command stack of this page's edit domain.
getComponentID() - Method in class simulation.C2ConnLinkFigureObsolete
Get the ID of the component that this line links.
getComponentID() - Method in class simulation.ComponentFigure
Gets the ID of this component.
getComponentList() - Static method in class simulation.ModelData
 
getComponentMemory() - Method in class simulation.ComponentFigure
Returns the amount of memory that this component requires.
getComponents() - Method in class usc.cse.desi.rasdsmodel.HostDataModel
 
getConnectedComponents() - Method in class simulation.ComponentFigure
 
getConnectedLink(AbstractNodeViewModel) - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
Returns the link that connects this node and the given node.
getConnectedList() - Method in class usc.cse.desi.rasdsmodel.AbstractNodeModel
 
getConnectedNodes() - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
 
getConnectionAnchor() - Method in class edu.usc.cse.desi.figure.AbstractNodeFigure
 
getConnectionCompleteCommand(CreateConnectionRequest) - Method in class edu.usc.cse.desi.editpolicy.DESINodeEditPolicy
 
getConnectionCreateCommand(CreateConnectionRequest) - Method in class edu.usc.cse.desi.editpolicy.DESINodeEditPolicy
 
getConnections() - Method in class edu.usc.cse.desi.model.AbstractNodeDataModel
Returns a list of all the connections that are connected to this node.
getConnections() - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
 
getConnections() - Method in class usc.cse.desi.rasdsmodel.AbstractNodeModel
 
getConstraint(IFigure) - Method in class org.eclipse.gef.examples.logicdesigner.figures.ShortestPathConnectionRouter.LayoutWrapper
 
getConstraint(Connection) - Method in class org.eclipse.gef.examples.logicdesigner.figures.ShortestPathConnectionRouter
Gets the constraint for the given Connection.
getContentPane() - Method in class edu.usc.cse.desi.editpart.ComponentEditPart
Since our figure uses a scrolling pane, we have to return that pane for anything that's to be added to the Component.
getContentPane() - Method in class edu.usc.cse.desi.editpart.ComponentSelectionEditPart
Since our figure uses a scrolling pane, we have to return that pane for anything that's to be added to the Host.
getContentPane() - Method in class edu.usc.cse.desi.editpart.HostEditPart
Since our figure uses a scrolling pane, we have to return that pane for anything that's to be added to the Host.
getContentPane() - Method in class edu.usc.cse.desi.editpart.HostSelectionEditPart
Since our figure uses a scrolling pane, we have to return that pane for anything that's to be added to the Host.
getContentPane() - Method in class edu.usc.cse.desi.figure.AbstractNodeFigure
 
getContentPane() - Method in class edu.usc.cse.desi.figure.AbstractNodeSelectionFigure
The contents pane of this figure is the Figure to which components or subcomponents are added.
getContents() - Static method in class simulation.ZoomExample
 
getControl() - Method in class edu.usc.cse.desi.editor.OverviewOutlinePage
 
getCreateCommand(CreateRequest) - Method in class edu.usc.cse.desi.editpolicy.DESIContainerEditPolicy
 
getCreateCommand(CreateRequest) - Method in class edu.usc.cse.desi.editpolicy.DESIXYLayoutEditPolicy
 
getDataSize() - Method in class simulation.C2CLinkFigure
Returns the dataSize of this link.
getDefault() - Static method in class cse.desi.plugin.PluginPlugin
Returns the shared instance.
getDeleteCommand(GroupRequest) - Method in class edu.usc.cse.desi.editpolicy.DESIConnectionEditPolicy
 
getDeleteDependantCommand(Request) - Method in class edu.usc.cse.desi.editpolicy.DESIXYLayoutEditPolicy
 
getDestComID() - Method in class simulation.C2CLinkFigure
Returns the Component ID of this link's destination.
getDestHostID() - Method in class simulation.H2HLinkFigure
Returns the Host ID of this link's destination.
getDetailListener() - Method in class simulation.ComponentFigure
Gets the detail listener of this component.
getDetailListener() - Method in class simulation.HostFigure
Gets the detail listener of this Host.
getEditableValue() - Method in class edu.usc.cse.desi.model.view.AbstractConnectionViewModel
 
getEditableValue() - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
 
getEditorId(File) - Method in class edu.usc.cse.desi.action.NewFileAction
 
getEditorId(File) - Method in class org.eclipse.ui.examples.rcp.texteditor.actions.OpenFileAction
 
getElements(Object) - Method in class edu.usc.cse.desi.viewers.AlgoResultContentProvider
Here we need to return a list of the algorithms.
getElements(Object) - Method in class edu.usc.cse.desi.viewers.CollocContentProvider
This method returns all the components so that the LabelProvider has access to them.
getElements(Object) - Method in class edu.usc.cse.desi.viewers.ComponentContentProvider
Here we must return an array of all the components.
getElements(Object) - Method in class edu.usc.cse.desi.viewers.DeploymentContentProvider
This method will return all the elements of the table.
getElements(Object) - Method in class edu.usc.cse.desi.viewers.HostContentProvider
I overrode this method:
getElements(Object) - Method in class edu.usc.cse.desi.viewers.LocContentProvider
This method returns all the components so that the LabelProvider has access to them.
getElements(Object) - Method in class edu.usc.cse.desi.viewers.LogicalLinkContentProvider
This method returns all the components so that the LabelProvider has access to them.
getElements(Object) - Method in class edu.usc.cse.desi.viewers.PhysicalLinkContentProvider
 
getEndPoint1() - Method in class usc.cse.desi.rasdsmodel.AbstractConnectionModel
 
getEndPoint2() - Method in class usc.cse.desi.rasdsmodel.AbstractConnectionModel
 
getForbiddenCoLocationComponents() - Method in class edu.usc.cse.desi.model.ComponentDataModel
Returns a list of all the Components that this component cannot be collocated with.
getForbiddenCoLocationComponents() - Method in class edu.usc.cse.desi.model.view.ComponentViewModel
 
getForbiddenCoLocationComponents() - Method in class usc.cse.desi.rasdsmodel.ComponentDataModel
Return a list of components with which this component must not be co-located, or rather which must not be deployed on the same host as this component Returns null if there are no such constraints.
getForbiddenLocationHosts() - Method in class edu.usc.cse.desi.model.ComponentDataModel
Returns a list of the Hosts onto which this component cannot be deployed.
getForbiddenLocationHosts() - Method in class edu.usc.cse.desi.model.view.ComponentViewModel
 
getForbiddenLocationHosts() - Method in class usc.cse.desi.rasdsmodel.ComponentDataModel
Return a list of hosts on which this component cannot be deployed.
getFrequency() - Method in class simulation.C2CLinkFigure
Gets the frequency of this link.
getGraphicalViewer() - Method in class edu.usc.cse.desi.editor.DESIGraphicalPage
Returns this page's graphical viewer.
getGraphicalViewer() - Method in class edu.usc.cse.desi.editor.DESISelectionPage
Returns this page's graphical viewer.
getH2HLinkList() - Static method in class simulation.ModelData
 
getH2HLinks(int) - Method in class simulation.DetailWindow
 
getHostContents() - Method in class simulation.HostFigure
This method returns the host_contents Figure that contains all the components and links that are inside this host.
getHostID() - Method in class simulation.C2ConnLinkFigureObsolete
Get the ID of the hsot that this line links.
getHostID() - Method in class simulation.HostFigure
Returns the Host's ID number.
getHostList() - Static method in class simulation.ModelData
 
getHosts() - Method in class edu.usc.cse.desi.model.DESIDataModel
Returns list of hosts.
getHosts() - Method in class usc.cse.desi.rasdsmodel.DeSiDataModel
 
getId() - Method in class usc.cse.desi.rasdsmodel.AbstractNodeModel
 
getImageDescriptor() - Method in class org.eclipse.ui.examples.rcp.texteditor.editors.PathEditorInput
 
getImpliedLink() - Method in class simulation.H2HLinkFigure
Returns whether or not this link is implied.
getInitialWindowPerspectiveId() - Method in class edu.usc.cse.desi.rcp.RcpWorkbenchAdvisor
 
getInsets(IFigure) - Method in class simulation.CompartmentFigure.CompartmentFigureBorder
 
getInterfaceRef(ObjRef, int) - Method in class usc.cse.desi.rasdsmodel.DeSiDataModel
 
getIsMovable() - Method in class simulation.ComponentFigure
Returns whether or not this ComponentFigure can be moved.
getIsMovable() - Method in class simulation.HostFigure
Returns whether or not this HostFigure can be moved.
getLevelOfDisconnect() - Method in class edu.usc.cse.desi.generate.InputData
Return the level of host disconnect as entered into the widget by the user.
getLocation(Point) - Method in class simulation.BYOChopboxAnchor
Gets a Rectangle from ChopboxAnchor.getBox() and returns the Point where a line from the center of the Rectangle to the Point reference intersects the Rectangle.
getMappedDataModel(AbstractViewModel, PropertyInitializer) - Static method in class edu.usc.cse.desi.model.view.DESIViewModel
This method is to be used when someone create an AbstractViewModel without passing it a AbstractDataModel.
getMappedViewModel(AbstractDataModel) - Static method in class edu.usc.cse.desi.model.view.DESIViewModel
This method is how the view classes examine their relationships with data model objects.
getMaxValue(String) - Method in class edu.usc.cse.desi.generate.InputData
Returns the Max value, in String form, for the given property as entered by the user.
getMemory() - Method in class simulation.HostFigure
Return the amount of memory that this host has.
getMethodsCompartment() - Method in class simulation.UMLClassFigure
Returns the "methods" figure
getMinValue(String) - Method in class edu.usc.cse.desi.generate.InputData
 
getMinimumSize(IFigure, int, int) - Method in class org.eclipse.gef.examples.logicdesigner.figures.ShortestPathConnectionRouter.LayoutWrapper
 
getModel() - Method in class edu.usc.cse.desi.editor.AbstractPage
All pages will need to use the model.
getModel() - Method in class edu.usc.cse.desi.editor.DESIEditor
Returns the shared model that all pages of this editor will use.
getModelChildren() - Method in class edu.usc.cse.desi.editpart.ComponentEditPart
 
getModelChildren() - Method in class edu.usc.cse.desi.editpart.ComponentSelectionEditPart
 
getModelChildren() - Method in class edu.usc.cse.desi.editpart.DESIEditPart
 
getModelChildren() - Method in class edu.usc.cse.desi.editpart.HostEditPart
 
getModelChildren() - Method in class edu.usc.cse.desi.editpart.HostSelectionEditPart
 
getModelSourceConnections() - Method in class edu.usc.cse.desi.editpart.ComponentEditPart
 
getModelSourceConnections() - Method in class edu.usc.cse.desi.editpart.ComponentSelectionEditPart
 
getModelSourceConnections() - Method in class edu.usc.cse.desi.editpart.HostEditPart
 
getModelSourceConnections() - Method in class edu.usc.cse.desi.editpart.HostSelectionEditPart
 
getModelTargetConnections() - Method in class edu.usc.cse.desi.editpart.ComponentEditPart
 
getModelTargetConnections() - Method in class edu.usc.cse.desi.editpart.ComponentSelectionEditPart
 
getModelTargetConnections() - Method in class edu.usc.cse.desi.editpart.HostEditPart
 
getModelTargetConnections() - Method in class edu.usc.cse.desi.editpart.HostSelectionEditPart
 
getMyAssociatedObject() - Method in class usc.cse.desi.rasdsmodel.AbstractDESIModel
 
getMyBGColor() - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
Return the background color of this Node.
getMyBandwidth() - Method in class usc.cse.desi.rasdsmodel.PhysicalLinkDataModel
 
getMyBorderWidth() - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
 
getMyCategoryNames() - Method in class edu.usc.cse.desi.viewers.CollocContentProvider
 
getMyCategoryNames() - Method in class edu.usc.cse.desi.viewers.LocContentProvider
 
getMyCategoryNames() - Method in class edu.usc.cse.desi.viewers.LogicalLinkContentProvider
 
getMyCategoryNames() - Method in class edu.usc.cse.desi.viewers.PhysicalLinkContentProvider
 
getMyChild() - Method in class edu.usc.cse.desi.command.CreateCommand
 
getMyColumnNames() - Method in class edu.usc.cse.desi.viewers.ComponentContentProvider
Returns a list of Properties in their column order.
getMyColumnNames() - Method in class edu.usc.cse.desi.viewers.HostContentProvider
Returns a list of Properties in their column order.
getMyColumnNames() - Method in interface edu.usc.cse.desi.viewers.NodeContentProvider
 
getMyCurrentSelection() - Method in class edu.usc.cse.desi.editor.DESIEditor
Returns whatever is currently selected.
getMyDataModel() - Method in class edu.usc.cse.desi.model.view.AbstractViewModel
 
getMyDataSize() - Method in class usc.cse.desi.rasdsmodel.LogicalLinkDataModel
 
getMyEditDomain() - Method in class edu.usc.cse.desi.editor.AbstractPage
Get my EditDomain, which comes from top-level editor.
getMyEditor() - Method in class edu.usc.cse.desi.editor.AbstractPage
Get my Editor, the editor that this page is a part of.
getMyFigPosX() - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
 
getMyFigPosY() - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
 
getMyFigSizeH() - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
 
getMyFigSizeW() - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
 
getMyFrequency() - Method in class usc.cse.desi.rasdsmodel.LogicalLinkDataModel
 
getMyHosts() - Method in class edu.usc.cse.desi.model.view.DESIViewModel
Returns a list of HostViewModels.
getMyLineStyle() - Method in class edu.usc.cse.desi.model.view.PhysicalLinkViewModel
Returns the style of line the figure should be.
getMyLink() - Method in class edu.usc.cse.desi.command.CreateLinkCommand
 
getMyLinkColor() - Method in class edu.usc.cse.desi.model.view.LogicalLinkViewModel
 
getMyLinkColor() - Method in class edu.usc.cse.desi.model.view.PhysicalLinkViewModel
 
getMyLinkWidth() - Method in class edu.usc.cse.desi.model.view.LogicalLinkViewModel
 
getMyLinkWidth() - Method in class edu.usc.cse.desi.model.view.PhysicalLinkViewModel
 
getMyLocation() - Method in class edu.usc.cse.desi.command.CreateCommand
 
getMyMemory() - Method in class usc.cse.desi.rasdsmodel.HostDataModel
 
getMyNodeFigure() - Method in class edu.usc.cse.desi.figure.AbstractNodeSelectionFigure
Returs the node contained on the interior of this selection figure.
getMyNodeID() - Method in class usc.cse.desi.rasdsmodel.AbstractNodeModel
 
getMyNodeName() - Method in class usc.cse.desi.rasdsmodel.AbstractNodeModel
 
getMyObjectTypes() - Method in class edu.usc.cse.desi.properties.PropertyInitializer
This method, after the property file has been parsed, will return a list of all the object types that have properties.
getMyOldSource() - Method in class edu.usc.cse.desi.command.CreateLinkCommand
 
getMyOldTarget() - Method in class edu.usc.cse.desi.command.CreateLinkCommand
 
getMyParent() - Method in class edu.usc.cse.desi.command.CreateCommand
 
getMyParent() - Method in class edu.usc.cse.desi.model.ComponentDataModel
 
getMyParent() - Method in class edu.usc.cse.desi.model.view.ComponentViewModel
Gets the parent that contains this component.
getMyPropInitializer() - Method in class edu.usc.cse.desi.editor.DESIEditor
 
getMyProperties(String) - Method in class edu.usc.cse.desi.properties.PropertyInitializer
This method is to be called by model objects when they need to get mappings of their properties.
getMyPropertyInitializer() - Method in class edu.usc.cse.desi.model.AbstractDataModel
This can be used for situations where new Model objects need to be created and there is no direct access to DESIDataModel.
getMyPropertyInitializer() - Method in class edu.usc.cse.desi.model.view.DESIViewModel
 
getMyPropetyInitializer() - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
I overrode this method:
getMyPropetyInitializer() - Method in class edu.usc.cse.desi.model.view.AbstractViewModel
Gets the property initializer from the data object.
getMyReliability() - Method in class usc.cse.desi.rasdsmodel.PhysicalLinkDataModel
 
getMySize() - Method in class usc.cse.desi.rasdsmodel.ComponentDataModel
 
getMySource() - Method in class edu.usc.cse.desi.command.CreateLinkCommand
 
getMySourceNode() - Method in class edu.usc.cse.desi.model.AbstractConnectionDataModel
This returns one of the nodes that it connects.
getMySourceNode() - Method in class edu.usc.cse.desi.model.view.AbstractConnectionViewModel
 
getMyTarget() - Method in class edu.usc.cse.desi.command.CreateLinkCommand
 
getMyTargetNode() - Method in class edu.usc.cse.desi.model.AbstractConnectionDataModel
This returns one of the nodes that it connects.
getMyTargetNode() - Method in class edu.usc.cse.desi.model.view.AbstractConnectionViewModel
 
getMyTopLevelModel() - Method in class edu.usc.cse.desi.command.CreateCommand
 
getMyXADLModel() - Method in class edu.usc.cse.desi.model.view.ComponentViewModel
 
getMyXADLModel() - Method in class edu.usc.cse.desi.model.view.DESIViewModel
 
getMyXADLModel() - Method in class edu.usc.cse.desi.model.view.HostViewModel
 
getMyXADLModel() - Method in class edu.usc.cse.desi.model.view.LogicalLinkViewModel
 
getMyXADLModel() - Method in class edu.usc.cse.desi.model.view.PhysicalLinkViewModel
 
getName() - Method in class org.eclipse.ui.examples.rcp.texteditor.editors.PathEditorInput
 
getNumComps() - Method in class edu.usc.cse.desi.generate.InputData
 
getNumHosts() - Method in class edu.usc.cse.desi.generate.InputData
Returns the number of hosts for the new system as specified in the Number of Hosts Text box.
getNumOfComponents() - Method in class simulation.HostFigure
Returns the number of components this host has.
getOperationRunner(IProgressMonitor) - Method in class org.eclipse.ui.examples.rcp.texteditor.editors.SimpleDocumentProvider
 
getOrphanChildrenCommand(GroupRequest) - Method in class edu.usc.cse.desi.editpolicy.DESIContainerEditPolicy
This method will create a command(s) when a component edit part is dragged out of a Host or Super-Component.
getOutgoingPoint(ObjRef, ObjRef) - Method in class usc.cse.desi.rasdsmodel.DeSiDataModel
 
getOutlinePage() - Method in class edu.usc.cse.desi.editor.DESIEditor
When called, this method returns either the existing or a new Outline page.
getPage(int) - Method in class edu.usc.cse.desi.editor.DESIEditor
Returns the page with the given page number.
getPageName() - Method in class edu.usc.cse.desi.editor.AbstractPage
What is the readable name of this page?
getPageName() - Method in class edu.usc.cse.desi.editor.DESIGraphicalPage
Return the name of this page.
getPageName() - Method in class edu.usc.cse.desi.editor.DESISelectionPage
Returns this page's display name.
getPageName() - Method in class edu.usc.cse.desi.editor.DESITabularPage
 
getPaletteRoot() - Method in class edu.usc.cse.desi.editor.DESIEditor
In case any other pages need to use a palette, here is the palette root.
getPaletteRoot() - Method in class edu.usc.cse.desi.editor.DESIGraphicalPage
 
getPaletteRoot() - Method in class edu.usc.cse.desi.editor.DESISelectionPage
 
getParent() - Method in class edu.usc.cse.desi.command.AddComponentCommand
Get the parent AbstractViewModel from this command.
getParent() - Method in class edu.usc.cse.desi.command.OrphanComponentCommand
Gets this command's parent model, an AbstractNodeViewModel
getParentHostID() - Method in class simulation.ComponentFigure
Get the ID of this component's host.
getPath() - Method in class org.eclipse.ui.examples.rcp.texteditor.editors.PathEditorInput
 
getPermutation() - Method in class evalgo.algorithms.RandomPermutation
Provides the permuted values for external use.
getPersistable() - Method in class org.eclipse.ui.examples.rcp.texteditor.editors.PathEditorInput
 
getPreferredSize(IFigure, int, int) - Method in class org.eclipse.gef.examples.logicdesigner.figures.ShortestPathConnectionRouter.LayoutWrapper
 
getPreferredSize(int, int) - Method in class simulation.ZoomContainer
 
getProperties() - Method in class edu.usc.cse.desi.model.AbstractDataModel
 
getProperties() - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
I overrode this method:
getProperties() - Method in class edu.usc.cse.desi.model.view.AbstractViewModel
Returns the properties of the data model.
getProperties() - Method in interface edu.usc.cse.desi.properties.IObjectWithProperties
This method returns a Collection of all the Propery objects for the given implementor.
getProperties() - Method in class edu.usc.cse.desi.properties.PropertyHolder
 
getPropertyDescriptors() - Method in class edu.usc.cse.desi.model.view.AbstractConnectionViewModel
Returns the texts descriptions of the properties that will appear in the property sheet.
getPropertyDescriptors() - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
Returns the texts descriptions of the properties that will appear in the property sheet.
getPropertyDisplayName(String) - Method in class edu.usc.cse.desi.model.AbstractDataModel
 
getPropertyDisplayName(String) - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
I overrode this method:
getPropertyDisplayName(String) - Method in class edu.usc.cse.desi.model.view.AbstractViewModel
Returns the display name for a property as returned by the data model.
getPropertyDisplayName(String) - Method in interface edu.usc.cse.desi.properties.IObjectWithProperties
Properties, in addition to having values also have display names.
getPropertyDisplayName(String) - Method in class edu.usc.cse.desi.properties.PropertyHolder
 
getPropertyValue(String) - Method in class edu.usc.cse.desi.model.AbstractDataModel
 
getPropertyValue(Object) - Method in class edu.usc.cse.desi.model.view.AbstractConnectionViewModel
Return the value associated with the given property.
getPropertyValue(Object) - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
Return the value associated with the given property.
getPropertyValue(String) - Method in class edu.usc.cse.desi.model.view.AbstractNodeViewModel
I overrode this method:
getPropertyValue(String) - Method in class edu.usc.cse.desi.model.view.AbstractViewModel
Returns the property value from the data model.
getPropertyValue(String) - Method in interface edu.usc.cse.desi.properties.IObjectWithProperties
This method should gets the given property.
getPropertyValue(String) - Method in class edu.usc.cse.desi.properties.PropertyHolder
 
getReconnectSourceCommand(ReconnectRequest) - Method in class edu.usc.cse.desi.editpolicy.DESINodeEditPolicy
 
getReconnectTargetCommand(ReconnectRequest) - Method in class edu.usc.cse.desi.editpolicy.DESINodeEditPolicy
 
getReliability() - Method in class simulation.C2ConnLinkFigureObsolete
Gets the reliability of this link.
getReliability() - Method in class simulation.H2HLinkFigure
Gets the reliability of this link.
getRequiredCoLocationComponents() - Method in class edu.usc.cse.desi.model.ComponentDataModel
This method returns a list of components with which this component must be collocated.
getRequiredCoLocationComponents() - Method in class edu.usc.cse.desi.model.view.ComponentViewModel
 
getRequiredCoLocationComponents() - Method in class usc.cse.desi.rasdsmodel.ComponentDataModel
Return a list of components with which this component must be co-located, or rather which must be deployed on the same host as this component Returns null if there are no such constraints.
getRequiredLocationHost() - Method in class edu.usc.cse.desi.model.ComponentDataModel
Returns the host onto which this component must be deployed.
getRequiredLocationHost() - Method in class edu.usc.cse.desi.model.view.ComponentViewModel
 
getRequiredLocationHost() - Method in class usc.cse.desi.rasdsmodel.ComponentDataModel
Return a host on which this component must be deployed.
getResourceBundle() - Method in class cse.desi.plugin.PluginPlugin
Returns the plugin's resource bundle,
getResourceString(String) - Static method in class cse.desi.plugin.PluginPlugin
Returns the string from the plugin's resource bundle, or 'key' if not found.
getSelection() - Method in class edu.usc.cse.desi.editor.OverviewOutlinePage
 
getSelectionSynchronizer() - Method in class edu.usc.cse.desi.editor.DESIEditor
Returns the selection syncronizer object.
getSourceComID() - Method in class simulation.C2CLinkFigure
Returns the Component ID of this link's source.
getSourceConnectionAnchor(ConnectionEditPart) - Method in class edu.usc.cse.desi.editpart.ComponentEditPart
 
getSourceConnectionAnchor(Request) - Method in class edu.usc.cse.desi.editpart.ComponentEditPart
 
getSourceConnectionAnchor(ConnectionEditPart) - Method in class edu.usc.cse.desi.editpart.HostEditPart
 
getSourceConnectionAnchor(Request) - Method in class edu.usc.cse.desi.editpart.HostEditPart
 
getSourceHostID() - Method in class simulation.H2HLinkFigure
Returns the Host ID of this link's source.
getSubArchStruct(ObjRef) - Method in class usc.cse.desi.rasdsmodel.DeSiDataModel
 
getTargetConnectionAnchor(ConnectionEditPart) - Method in class edu.usc.cse.desi.editpart.ComponentEditPart
 
getTargetConnectionAnchor(Request) - Method in class edu.usc.cse.desi.editpart.ComponentEditPart
 
getTargetConnectionAnchor(ConnectionEditPart) - Method in class edu.usc.cse.desi.editpart.HostEditPart
 
getTargetConnectionAnchor(Request) - Method in class edu.usc.cse.desi.editpart.HostEditPart
 
getText(Object) - Method in class edu.usc.cse.desi.viewers.AlgoResultLabelProvider
 
getToolTipText() - Method in class org.eclipse.ui.examples.rcp.texteditor.editors.PathEditorInput
 
getValue(Object, String) - Method in class edu.usc.cse.desi.viewers.CollocCellModifier
I overrode this method:
getValue(Object, String) - Method in class edu.usc.cse.desi.viewers.LocCellModifier
I overrode this method:
getValue(Object, String) - Method in class edu.usc.cse.desi.viewers.LogicalLinkCellModifier
I overrode this method:
getValue(Object, String) - Method in class edu.usc.cse.desi.viewers.NodeCellModifier
This method returns the value for a particular cell.
getValue(Object, String) - Method in class edu.usc.cse.desi.viewers.PhysicalLinkCellModifier
This method returns the value for a particular cell.
getWindow() - Method in class org.eclipse.ui.examples.rcp.texteditor.actions.WorkbenchActionBuilder
Returns the window to which this action builder is contributing.
getWorkspace() - Static method in class cse.desi.plugin.PluginPlugin
Returns the workspace instance.
getX() - Method in class edu.usc.cse.desi.model.view.PointFromInt
 
getX() - Method in class simulation.HostPoint
 
getXADLModelFromFile(String) - Method in class edu.usc.cse.desi.editor.DESIEditor
This method will, given the xadl file name, return the xadl DESI api which will then allow us to load it into our in-memory model.
getY() - Method in class edu.usc.cse.desi.model.view.PointFromInt
 
getY() - Method in class simulation.HostPoint
 
gotoMarker(IMarker) - Method in class edu.usc.cse.desi.editor.AbstractPage
 
gotoMarker(IMarker) - Method in class edu.usc.cse.desi.editor.DESIEditor
 
grColoc - Variable in class simulation.SimulationGUI
 
grComps - Variable in class simulation.SimulationGUI
 
grHosts - Variable in class simulation.SimulationGUI
 
grLoc - Variable in class simulation.SimulationGUI
 
graphicalPageNumber - Variable in class edu.usc.cse.desi.editor.DESIEditor
 

A B C D E F G H I L M N O P Q R S T U V W X Y Z