-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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 (https://github.com/Uberdust/formatters/blob/master/src/main/java/eu/uberdust/formatter/Formatter.java)[Formatter Interface]. Currently the implemented 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 an provide the output you need.