Uses of Interface
org.apache.jena.rdf.model.Alt
Packages that use Alt
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 Alt in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model that return AltModifier and TypeMethodDescriptionModelCon.createAlt()
Create a new anonymous alt.Create a new alt.Return an Alt instance in this model.Return an Alt instance based on a given resource.Seq.getAlt
(int index) Get the member at a given index.Statement.getAlt()
Return the object of the statement.Alt.getDefaultAlt()
Return the default value for this resource.Alt.setDefault
(boolean o) Set the default value of this container.Alt.setDefault
(char o) Set the default value of this container.Alt.setDefault
(double o) Set the default value of this container.Alt.setDefault
(float o) Set the default value of this container.Alt.setDefault
(long o) Set the default value of this container.Alt.setDefault
(Object o) Set the default value of this container.Alt.setDefault
(String o) Set the default value of this container.Alt.setDefault
(String o, String l) Set the default value of this container.Alt.setDefault
(RDFNode o) Set the default value of this container.Constructors in org.apache.jena.rdf.model with parameters of type Alt -
Uses of Alt in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement AltMethods in org.apache.jena.rdf.model.impl that return AltModifier and TypeMethodDescriptionModelCom.createAlt()
SeqImpl.getAlt
(int index) StatementImpl.getAlt()
AltImpl.getDefaultAlt()
AltImpl.setDefault
(boolean o) AltImpl.setDefault
(char o) AltImpl.setDefault
(double o) AltImpl.setDefault
(float o) AltImpl.setDefault
(long o) AltImpl.setDefault
(Object o) AltImpl.setDefault
(String o) AltImpl.setDefault
(String o, String l) AltImpl.setDefault
(RDFNode o)