|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OWLDataProperty | |
|---|---|
| org.mindswap.owl | |
| org.mindswap.owl.list | |
| org.mindswap.owl.vocabulary | |
| org.mindswap.owls.vocabulary | |
| org.mindswap.swrl | |
| Uses of OWLDataProperty in org.mindswap.owl |
|---|
| Methods in org.mindswap.owl that return OWLDataProperty | |
|---|---|
OWLDataProperty |
OWLModel.createDataProperty(java.net.URI uri)
|
static OWLDataProperty |
EntityFactory.createDataProperty(java.net.URI uri)
|
OWLDataProperty |
OWLModel.getDataProperty(java.net.URI uri)
|
| Methods in org.mindswap.owl with parameters of type OWLDataProperty | |
|---|---|
void |
OWLIndividual.addProperty(OWLDataProperty prop,
java.lang.Object value)
|
void |
OWLIndividual.addProperty(OWLDataProperty prop,
OWLDataValue value)
|
void |
OWLIndividual.addProperty(OWLDataProperty prop,
java.lang.String value)
|
void |
OWLModel.addProperty(OWLIndividual ind,
OWLDataProperty prop,
java.lang.Object value)
|
void |
OWLModel.addProperty(OWLIndividual ind,
OWLDataProperty prop,
OWLDataValue value)
|
void |
OWLModel.addProperty(OWLIndividual ind,
OWLDataProperty prop,
java.lang.String value)
|
OWLIndividualList |
OWLModel.getIncomingProperties(OWLDataProperty prop,
OWLDataValue value)
|
OWLIndividual |
OWLModel.getIncomingProperty(OWLDataProperty prop,
OWLDataValue value)
|
OWLDataValueList |
OWLIndividual.getProperties(OWLDataProperty prop)
Get all the values for the given datatype property. |
OWLDataValueList |
OWLModel.getProperties(OWLIndividual ind,
OWLDataProperty prop)
|
OWLDataValue |
OWLIndividual.getProperty(OWLDataProperty prop)
Get the value for the given datatype property. |
OWLDataValue |
OWLIndividual.getProperty(OWLDataProperty prop,
java.lang.String lang)
Get the value for the given property URI with the specified language identifier. |
OWLDataValue |
OWLModel.getProperty(OWLIndividual ind,
OWLDataProperty prop)
|
OWLDataValue |
OWLModel.getProperty(OWLIndividual ind,
OWLDataProperty prop,
java.lang.String lang)
|
void |
OWLIndividual.setProperty(OWLDataProperty prop,
java.lang.Object value)
Set the value for the given data property to the given literal by determining the RDF datatype from Java class. |
void |
OWLIndividual.setProperty(OWLDataProperty prop,
OWLDataValue value)
Set the value for the given data property. |
void |
OWLIndividual.setProperty(OWLDataProperty prop,
java.lang.String value)
Set the value for the given data property to the given plain literal value (no language identifier). |
void |
OWLModel.setProperty(OWLIndividual ind,
OWLDataProperty prop,
java.lang.Object value)
|
void |
OWLModel.setProperty(OWLIndividual ind,
OWLDataProperty prop,
OWLDataValue value)
|
void |
OWLModel.setProperty(OWLIndividual ind,
OWLDataProperty prop,
java.lang.String value)
|
| Uses of OWLDataProperty in org.mindswap.owl.list |
|---|
| Methods in org.mindswap.owl.list that return OWLDataProperty | |
|---|---|
OWLDataProperty |
ListVocabulary.firstD()
|
OWLDataProperty |
GenericListVocabulary.firstD()
|
| Constructors in org.mindswap.owl.list with parameters of type OWLDataProperty | |
|---|---|
GenericListVocabulary(OWLClass List,
OWLObjectProperty first,
OWLDataProperty firstD,
OWLObjectProperty rest,
OWLIndividual nil)
|
|
| Uses of OWLDataProperty in org.mindswap.owl.vocabulary |
|---|
| Fields in org.mindswap.owl.vocabulary declared as OWLDataProperty | |
|---|---|
static OWLDataProperty |
SWRL._argument2
|
| Uses of OWLDataProperty in org.mindswap.owls.vocabulary |
|---|
| Uses of OWLDataProperty in org.mindswap.swrl |
|---|
| Methods in org.mindswap.swrl that return OWLDataProperty | |
|---|---|
OWLDataProperty |
DataPropertyAtom.getPropertyPredicate()
|
| Methods in org.mindswap.swrl with parameters of type OWLDataProperty | |
|---|---|
DataPropertyAtom |
SWRLFactory.createAtom(OWLDataProperty p,
OWLIndividual arg1,
OWLValue arg2)
|
DataPropertyAtom |
SWRLFactory.createDataPropertyAtom(OWLDataProperty p,
OWLIndividual arg1,
OWLValue arg2)
|
DataPropertyAtom |
SWRLFactory.createDataPropertyAtom(OWLDataProperty p,
SWRLIndividualObject arg1,
SWRLDataObject arg2)
|
void |
DataPropertyAtom.setPropertyPredicate(OWLDataProperty p)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||