LogicalFile adaptors
This page shows the capabilities of the adaptors that implement the JavaGAT LogicalFile object. The table below shows the status of the adaptor, which can be 'done', 'w.i.p' (work in progress) or 'untested' (coding is done, needs testing). Furthermore you can see the implementation level (the percentage of implemented methods), and you can see the details of which methods are actually implemented. There is also a per method overview (which adaptors implement a certain method)
name |
status |
implemented |
GenericLogicalFileAdaptor |
done |
100 % [details] |
Adaptor description: The Generic LogicalFile Adaptor implements the LogicalFile object in memory, and is advertisable
implemented |
not implemented |
addURI |
- |
getMeasurement |
- |
removeMetricListener |
- |
getFiles |
- |
addMetricListener |
- |
addFile |
- |
getMetricDefinitionByName |
- |
removeURI |
- |
removeFile |
- |
getMetricDefinitions |
- |
getURIs |
- |
replicate |
- |
Per Method Overview
|
Gener |
addURI |
V |
getMeasurement |
V |
removeMetricListener |
V |
addMetricListener |
V |
getFiles |
V |
addFile |
V |
getMetricDefinitionByName |
V |
removeURI |
V |
getMetricDefinitions |
V |
removeFile |
V |
replicate |
V |
getURIs |
V |
total |
100 % |