|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectProperty | |
|---|---|
| org.openanzo.atom.jastor.atomowl | |
| org.openanzo.atom.jastor.owl | |
| Uses of ObjectProperty in org.openanzo.atom.jastor.atomowl |
|---|
| Subinterfaces of ObjectProperty in org.openanzo.atom.jastor.atomowl | |
|---|---|
interface |
RelationType
Interface for Relation Type Class@en ontology class Use the org.openanzo.atom.jastor.atomowl.Factory to create instances of this interface. |
| Uses of ObjectProperty in org.openanzo.atom.jastor.owl |
|---|
| Methods in org.openanzo.atom.jastor.owl that return ObjectProperty | |
|---|---|
static ObjectProperty |
Factory.createObjectProperty(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of ObjectProperty. |
static ObjectProperty |
Factory.createObjectProperty(java.lang.String uri,
INamedGraph graph)
Create a new instance of ObjectProperty. |
static ObjectProperty |
Factory.getObjectProperty(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of ObjectProperty. |
static ObjectProperty |
Factory.getObjectProperty(java.lang.String uri,
INamedGraph graph)
Create a new instance of ObjectProperty. |
| Methods in org.openanzo.atom.jastor.owl that return types with arguments of type ObjectProperty | |
|---|---|
static java.util.List<ObjectProperty> |
Factory.getAllObjectProperty(INamedGraph graph)
Return an instance of ObjectProperty for every resource in the model with rdf:Type http://www.w3.org/2002/07/owl#ObjectProperty |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||