Class GonObjectImpl<K,V>
java.lang.Object
org.aksw.jenax.graphql.sparql.v2.gon.model.GonElementBase<K,V>
org.aksw.jenax.graphql.sparql.v2.gon.model.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.graphql.sparql.v2.gon.model.GonElementBase
parentLink -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.jenax.graphql.sparql.v2.gon.model.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.graphql.sparql.v2.gon.model.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>
-