Class GonElementBase<K,V>
java.lang.Object
org.aksw.jenax.graphql.sparql.v2.gon.model.GonElementBase<K,V>
- All Implemented Interfaces:
GonElement<K,V>
- Direct Known Subclasses:
GonArrayImpl,GonLiteralImpl,GonNull,GonObjectImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParentLink<K,V> protected voidsetParent(ParentLink<K, V> parentLink) Methods 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
accept, asNull, getAsArray, getAsLiteral, getAsObject, getRoot, isArray, isLiteral, isNull, isObject, unlinkFromParent
-
Field Details
-
parentLink
-
-
Constructor Details
-
GonElementBase
public GonElementBase()
-
-
Method Details
-
getParent
- Specified by:
getParentin interfaceGonElement<K,V>
-
setParent
-