|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Alt | |
|---|---|
| org.openanzo.rdfs | |
| Uses of Alt in org.openanzo.rdfs |
|---|
| Classes in org.openanzo.rdfs that implement Alt | |
|---|---|
class |
AltImpl
Implementation of Alt
Use the org.openanzo.rdfs.RDFSFactory to create instances of this class. |
| Methods in org.openanzo.rdfs that return Alt | |
|---|---|
static Alt |
RDFSFactory.createAlt(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of Alt. |
static Alt |
RDFSFactory.createAlt(java.lang.String uri,
INamedGraph graph)
Create a new instance of Alt. |
static Alt |
RDFSFactory.getAlt(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of Alt. |
static Alt |
RDFSFactory.getAlt(java.lang.String uri,
INamedGraph graph)
Create a new instance of Alt. |
| Methods in org.openanzo.rdfs that return types with arguments of type Alt | |
|---|---|
static java.util.List<Alt> |
RDFSFactory.getAllAlt(INamedGraph graph)
Return an instance of Alt for every resource in the model with rdf:Type http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt |
| Methods in org.openanzo.rdfs with parameters of type Alt | |
|---|---|
void |
AltListener.commentAdded(Alt source,
java.lang.String newValue)
Called when a value of comment has been added |
void |
AltListener.commentRemoved(Alt source,
java.lang.String oldValue)
Called when a value of comment has been removed |
void |
AltListener.isDefinedByAdded(Alt source,
_Resource newValue)
Called when a value of isDefinedBy has been added |
void |
AltListener.isDefinedByRemoved(Alt source,
_Resource oldValue)
Called when a value of isDefinedBy has been removed |
void |
AltListener.labelAdded(Alt source,
java.lang.String newValue)
Called when a value of label has been added |
void |
AltListener.labelRemoved(Alt source,
java.lang.String oldValue)
Called when a value of label has been removed |
void |
AltListener.memberAdded(Alt source,
_Resource newValue)
Called when a value of member has been added |
void |
AltListener.memberRemoved(Alt source,
_Resource oldValue)
Called when a value of member has been removed |
void |
AltListener.seeAlsoAdded(Alt source,
_Resource newValue)
Called when a value of seeAlso has been added |
void |
AltListener.seeAlsoRemoved(Alt source,
_Resource oldValue)
Called when a value of seeAlso has been removed |
void |
AltListener.typeAdded(Alt source,
Class newValue)
Called when a value of type has been added |
void |
AltListener.typeRemoved(Alt source,
Class oldValue)
Called when a value of type has been removed |
void |
AltListener.valueAdded(Alt source,
_Resource newValue)
Called when a value of value has been added |
void |
AltListener.valueRemoved(Alt source,
_Resource oldValue)
Called when a value of value has been removed |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||