Uses of Interface
org.apache.jena.rdf.model.Container
Packages that use Container
Package
Description
A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of Container in org.apache.jena.rdf.model
Subinterfaces of Container in org.apache.jena.rdf.modelModifier and TypeInterfaceDescriptioninterfaceAn RDF Alternative container.interfaceAn RDF Bag container.interfaceRDF Sequence container.Methods in org.apache.jena.rdf.model that return ContainerModifier and TypeMethodDescriptionContainer.add(boolean o) Add a new value to a container.Container.add(char o) Add a new value to a container.Container.add(double o) Add a new value to a container.Container.add(float o) Add a new value to a container.Container.add(long o) Add a new value to a container.Add a new value to a container.Add a new value to a container.Add a new value to a container.Add a new value to a container.Remove a value from the container.Remove a value from the container.Remove a value from the container. -
Uses of Container in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement ContainerModifier and TypeClassDescriptionclassAn implementation of Alt.classAn implementation of BagclassAn internal class not normally of interest to application developers.classAn implementation of SeqMethods in org.apache.jena.rdf.model.impl that return ContainerModifier and TypeMethodDescriptionContainerImpl.add(boolean o) ContainerImpl.add(char o) ContainerImpl.add(double o) ContainerImpl.add(float o) ContainerImpl.add(long o) Methods in org.apache.jena.rdf.model.impl with parameters of type ContainerConstructors in org.apache.jena.rdf.model.impl with parameters of type ContainerModifierConstructorDescriptionContNodeIteratorImpl(Iterator<Statement> iterator, Container cont) Creates new ContNodeIteratorImpl