|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary | |
static java.lang.String |
INSTRUMENT_ROLE
Description of the Field |
static java.lang.String |
OBSERVATORY_ROLE
Description of the Field |
static java.lang.String |
PLATFORM_ROLE
Description of the Field |
static java.lang.String |
SENSOR_ROLE
Description of the Field |
| Method Summary | |
void |
addChildDeployment(IDeployment deployment)
Adds a feature to the ChildDeployment attribute of the Deployment object |
java.util.Collection |
getChildDeployments()
Gets the childDeployments attribute of the Deployment object |
IDevice |
getDevice()
Gets the device attribute of the Deployment object |
java.lang.Long |
getDeviceId()
Gets the deviceId attribute of the Deployment object |
java.lang.Long |
getMetadataId()
Gets the metadataId attribute of the Deployment object |
java.lang.Float |
getNominalDepth()
|
java.lang.Double |
getNominalLatitude()
|
java.lang.Double |
getNominalLongitude()
|
java.lang.String |
getOjbConcreteClass()
Gets the ojbConcreteClass attribute of the Deployment object |
IDeployment |
getParentDeployment()
Gets the parentDeployment attribute of the Deployment object |
java.lang.Long |
getParentId()
Gets the parentId attribute of the Deployment object |
java.lang.String |
getRole()
Gets the role attribute of the Deployment object |
IX3DLocation |
getX3DLocation()
Gets the x3DLocation attribute of the Deployment object |
java.util.Collection |
listAllOutputsInclChildren()
|
java.util.Collection |
listChildDeployments()
List all child Deployments from this deployment |
java.util.Collection |
listChildDeployments(java.lang.String role)
List child Deployments that have Role role from this deployment |
java.util.Collection |
listDerivedOutputsInclChildren()
Lists outputs that were derived from outputs in this deployment, it's child deployments and any descendants Deployments (grand-children, great-grandchildren, etc) |
java.util.Collection |
listOutputsInclChildren()
List outputs from this deployment, any contained child Deployments, and any descendants Deployments (grand-children, great grandchildren, etc) |
void |
removeChildDeployment(IDeployment deployment)
Description of the Method |
void |
setChildDeployments(java.util.Collection children)
Sets the childDeployments attribute of the Deployment object |
void |
setDevice(IDevice newDevice)
Sets the device attribute of the Deployment object |
void |
setDeviceId(java.lang.Long device_id)
Sets the deviceId attribute of the Deployment object |
void |
setMetadataId(java.lang.Long metadataId)
Sets the metadataId attribute of the Deployment object |
void |
setNominalDepth(java.lang.Float nominalDepth)
|
void |
setNominalLatitude(java.lang.Double nominalLatitude)
|
void |
setNominalLongitude(java.lang.Double nominalLongitude)
|
void |
setOjbConcreteClass(java.lang.String ojbConcreteClass)
Sets the ojbConcreteClass attribute of the Deployment object |
void |
setParentDeployment(IDeployment parent)
|
void |
setParentId(java.lang.Long parent_id)
Sets the parentId attribute of the Deployment object |
void |
setRole(java.lang.String role)
Sets the role attribute of the Deployment object |
void |
setX3DLocation(IX3DLocation x3DLocation)
Sets the x3DLocation attribute of the Deployment object |
java.lang.String |
toString()
Description of the Method |
| Methods inherited from interface moos.ssds.model.IDataProducer |
addEvent, addInput, addOutput, addResource, getContact, getContactId, getDateRange, getDescription, getEndDate, getId, getName, getStartDate, listAllOutputs, listBestOutput, listDerivedOutputs, listEvents, listInputs, listOutputs, listResources, removeEvent, removeInput, removeOutput, removeResource, setContact, setContactId, setDescription, setEndDate, setId, setName, setStartDate |
| Field Detail |
public static final java.lang.String INSTRUMENT_ROLE
public static final java.lang.String OBSERVATORY_ROLE
public static final java.lang.String PLATFORM_ROLE
public static final java.lang.String SENSOR_ROLE
| Method Detail |
public void addChildDeployment(IDeployment deployment)
deployment - The feature to be added to the ChildDeployment attributepublic java.util.Collection getChildDeployments()
public IDevice getDevice()
public java.lang.Long getDeviceId()
public java.lang.Long getMetadataId()
public java.lang.String getOjbConcreteClass()
getOjbConcreteClass in interface IDataProducerpublic void setParentDeployment(IDeployment parent)
public IDeployment getParentDeployment()
public java.lang.Long getParentId()
public java.lang.String getRole()
public IX3DLocation getX3DLocation()
public java.util.Collection listAllOutputsInclChildren()
public java.util.Collection listChildDeployments()
public java.util.Collection listChildDeployments(java.lang.String role)
role - Description of the Parameter
public java.util.Collection listDerivedOutputsInclChildren()
DataContainers derived from the outputs
of this deployment and its child deployments.public java.util.Collection listOutputsInclChildren()
public void removeChildDeployment(IDeployment deployment)
deployment - Description of the Parameterpublic void setChildDeployments(java.util.Collection children)
children - The new childDeployments valuepublic void setDevice(IDevice newDevice)
newDevice - The new device valuepublic void setDeviceId(java.lang.Long device_id)
device_id - The new deviceId valuepublic void setMetadataId(java.lang.Long metadataId)
metadataId - The new metadataId valuepublic void setOjbConcreteClass(java.lang.String ojbConcreteClass)
setOjbConcreteClass in interface IDataProducerojbConcreteClass - The new ojbConcreteClass valuepublic void setParentId(java.lang.Long parent_id)
parent_id - The new parentId valuepublic void setRole(java.lang.String role)
role - The new role valuepublic void setX3DLocation(IX3DLocation x3DLocation)
x3DLocation - The new x3DLocation valuepublic java.lang.String toString()
public java.lang.Double getNominalLatitude()
public void setNominalLatitude(java.lang.Double nominalLatitude)
public java.lang.Double getNominalLongitude()
public void setNominalLongitude(java.lang.Double nominalLongitude)
public java.lang.Float getNominalDepth()
public void setNominalDepth(java.lang.Float nominalDepth)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||