Package org.aksw.jenax.io.json.gon
Class GonObjectImpl<K,V>
java.lang.Object
org.aksw.jenax.io.json.gon.GonElementBase<K,V>
org.aksw.jenax.io.json.gon.GonObjectImpl<K,V>
- All Implemented Interfaces:
GonElement<K,,V> GonObject<K,V>
An RDF counterpart to a JSON object.
Member properties can have a forward or backward direction which
allows for deriving an RDF graph.
-
Field Summary
FieldsFields inherited from class org.aksw.jenax.io.json.gon.GonElementBase
parentLink -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.jenax.io.json.gon.GonElementBase
getParent, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.io.json.gon.GonElement
asNull, getAsArray, getAsLiteral, getAsObject, getParent, getRoot, isArray, isLiteral, isNull, isObject, unlinkFromParent
-
Field Details
-
members
-
-
Constructor Details
-
GonObjectImpl
public GonObjectImpl() -
GonObjectImpl
-
-
Method Details
-
add
-
remove
-
getMembers
Description copied from interface:GonObjectGet the members of this object.- Specified by:
getMembersin interfaceGonObject<K,V>
-
accept
- Specified by:
acceptin interfaceGonElement<K,V>
-