Uses of Interface
org.aksw.jenax.graphql.sparql.v2.gon.model.GonElement
Packages that use GonElement
-
Uses of GonElement in org.aksw.jenax.graphql.sparql.v2.gon.model
Subinterfaces of GonElement in org.aksw.jenax.graphql.sparql.v2.gon.modelModifier and TypeInterfaceDescriptioninterfaceGonArray<K,V> interfaceGonLiteral<K,V> interfaceGonObject<K,V> Classes in org.aksw.jenax.graphql.sparql.v2.gon.model that implement GonElementModifier and TypeClassDescriptionclassGonArrayImpl<K,V> classGonElementBase<K,V> classGonLiteralImpl<K,V> A literal simply wraps a node.classGonNull<K,V> classGonObjectImpl<K,V> An RDF counterpart to a JSON object.Fields in org.aksw.jenax.graphql.sparql.v2.gon.model with type parameters of type GonElementModifier and TypeFieldDescriptionprotected List<GonElement<K,V>> GonArrayImpl.elementsprotected Map<K,GonElement<K, V>> GonObjectImpl.membersMethods in org.aksw.jenax.graphql.sparql.v2.gon.model that return GonElementModifier and TypeMethodDescriptionGonElement<K,V> GonArray.get(int index) GonElement<K,V> GonArrayImpl.get(int index) default GonElement<K,V> GonElement<K,V> ParentLink.getParent()default GonElement<K,V> GonElement.getRoot()Methods in org.aksw.jenax.graphql.sparql.v2.gon.model that return types with arguments of type GonElementModifier and TypeMethodDescriptionMap<K,GonElement<K, V>> GonObject.getMembers()Get the members of this object.Map<K,GonElement<K, V>> GonObjectImpl.getMembers()Iterator<GonElement<K,V>> GonArrayImpl.iterator()Methods in org.aksw.jenax.graphql.sparql.v2.gon.model with parameters of type GonElementModifier and TypeMethodDescriptionGonArray.add(GonElement<K, V> element) GonArrayImpl.add(GonElement<K, V> element) GonObject.add(K key, GonElement<K, V> value) GonObjectImpl.add(K key, GonElement<K, V> value) GonArray.set(int index, GonElement<K, V> element) GonArrayImpl.set(int index, GonElement<K, V> element) Method parameters in org.aksw.jenax.graphql.sparql.v2.gon.model with type arguments of type GonElementConstructor parameters in org.aksw.jenax.graphql.sparql.v2.gon.model with type arguments of type GonElementModifierConstructorDescriptionprotectedGonArrayImpl(List<GonElement<K, V>> elements) protectedGonObjectImpl(HashMap<K, GonElement<K, V>> members)