|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface CeaApplication
Registry description of a CEA application.
A CEA application describes a number of parameters (p1,p2,p3 in the figure below).
Each parameter is modelled by a ParameterBean which describes the
name, type, and use of a parameter. The CEA application also describes a number of interfaces
(i1,i2 in the figure}, which represent a set of parameters
that the application can be invoked with. Each interface is modelled by a InterfaceBean, which contains
a list of ParameterReferenceBean which refer back to the parameters.
Executing remote applications,
Querying for registry resources| Method Summary | |
|---|---|
String |
getApplicationKind()
The type of the underlying application - purely descriptive. |
InterfaceBean[] |
getInterfaces()
The interfaces (parameter sets) provided by this application. |
ParameterBean[] |
getParameters()
The Parameters used in this application. |
| Methods inherited from interface org.astrogrid.acr.ivoa.resource.Application |
|---|
getApplicationCapabilities |
| Methods inherited from interface org.astrogrid.acr.ivoa.resource.Resource |
|---|
getContent, getCreated, getCuration, getId, getShortName, getStatus, getTitle, getType, getUpdated, getValidationLevel |
| Method Detail |
|---|
InterfaceBean[] getInterfaces()
interfaces, type will be array.ParameterBean[] getParameters()
parameters, type will be array.String getApplicationKind()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||