-
Notifications
You must be signed in to change notification settings - Fork 0
Home
amaxilat edited this page Feb 27, 2012
·
10 revisions
This repository stores all available Entity Formatters for the Uberdust project.
The formatters are utility classes that convert Entities from the WiseDB project to different formats like:
- Text
- HTML
- JSON
- GeoRss
- KML
- WiseML
For information on all available transformations you need to check the Formatter Interface. Currently the provided functions are:
-
formatTestbed(...)
-
formatNodeReading(...)
-
formatTestbeds(...)
-
formatCapabilities(...)
-
formatNodes(...)
-
formatNodeReadings(...)
-
formatUniqueLastNodeReadings(...)
-
formatLinks(...)
-
formatLastReadings(...)
-
describeNode(...)
-
describeTestbed(...)
In order to create a new formatter you can just extend the Formatter Interface and provide the output you need.
Javadoc for the formatters project is available here