public class InteractiveModeData extends Data
Constructor and Description |
---|
InteractiveModeData() |
Modifier and Type | Method and Description |
---|---|
void |
add(ObjectValue value,
ExpansionDepth depth) |
protected javax.json.JsonObjectBuilder |
convertToJson()
Converts this piece of data to JSON, which is then suitable of being stored in a database.
|
java.util.List<Tuple<ObjectValue,ExpansionDepth>> |
getDepths() |
protected java.lang.String |
getKey()
Returns a key with which data of this type can be identified.
|
getAnnotatedJson
public void add(ObjectValue value, ExpansionDepth depth)
public java.util.List<Tuple<ObjectValue,ExpansionDepth>> getDepths()
protected javax.json.JsonObjectBuilder convertToJson()
Data
Data.getAnnotatedJson()
and
a time stamp is added to the object.convertToJson
in class Data