Package | Description |
---|---|
org.eclipse.ice.reactor |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<GridLocation> |
LWRGridManager.getGridLocationsAtName(java.lang.String name)
Returns the list of grid locations at the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
LWRGridManager.addComponent(Component component,
GridLocation location)
(non-Javadoc)
|
void |
IGridManager.addComponent(Component component,
GridLocation location)
Adds a Component and its GridLocation to this GridManager.
|
int |
GridLocation.compareTo(GridLocation location)
(non-Javadoc)
|
void |
GridLocation.copy(GridLocation otherObject)
Deep copies the contents of the object.
|
java.lang.String |
LWRGridManager.getComponentName(GridLocation location)
(non-Javadoc)
|
java.lang.String |
IGridManager.getComponentName(GridLocation location)
Returns the Component at the provided GridLocation or null if one does
not exist at the provided location.
|
LWRDataProvider |
LWRGridManager.getDataProviderAtLocation(GridLocation location)
Returns the data provider at the grid location or null if it does not
exist.
|
void |
LWRGridManager.removeComponent(GridLocation location)
(non-Javadoc)
|
void |
IGridManager.removeComponent(GridLocation location)
Removes the Component at the provided GridLocation from this GridManager.
|