|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSWAPPredicate | |
---|---|
info.sswap.api.model | Main package for SSWAP API |
info.sswap.impl.empire.model | |
info.sswap.ontologies.data.impl | Data Ontology Implementation |
Uses of SSWAPPredicate in info.sswap.api.model |
---|
Methods in info.sswap.api.model that return SSWAPPredicate | |
---|---|
SSWAPPredicate |
SSWAPProperty.getPredicate()
Gets the SSWAPPredicate for this property. |
SSWAPPredicate |
SSWAPDocument.getPredicate(java.net.URI uri)
Gets a SSWAPPredicate object for the given property URI. |
Methods in info.sswap.api.model with parameters of type SSWAPPredicate | |
---|---|
void |
SSWAPPredicate.addAnnotationPredicate(SSWAPPredicate predicate,
SSWAPElement value)
Annotates a predicate with the given annotation predicate. |
void |
SSWAPType.addAnnotationPredicate(SSWAPPredicate predicate,
SSWAPElement value)
Annotates a type with the given annotation predicate. |
void |
SSWAPPredicate.addEquivalentPredicate(SSWAPPredicate predicate)
Adds an owl:equivalentProperty axiom to this predicate |
void |
SSWAPPredicate.addInverseOf(SSWAPPredicate predicate)
Adds owl:inverseOf axiom to this predicate |
SSWAPProperty |
SSWAPIndividual.addProperty(SSWAPPredicate predicate,
SSWAPIndividual individual)
Adds a property to this individual with the specified individual as the value. |
SSWAPProperty |
SSWAPIndividual.addProperty(SSWAPPredicate predicate,
SSWAPLiteral literal)
Adds a property to this individual with the specified literal value |
SSWAPProperty |
SSWAPIndividual.addProperty(SSWAPPredicate predicate,
java.lang.String value)
Adds a property to this individual with the specified value. |
SSWAPProperty |
SSWAPIndividual.addProperty(SSWAPPredicate predicate,
java.lang.String value,
java.net.URI datatype)
Adds a property to this individual with the specified literal value with the specified datatype. |
void |
SSWAPType.addRestrictionAllValuesFrom(SSWAPPredicate predicate,
SSWAPType type)
Adds an owl:allValuesFrom restriction to this type on the specified predicate |
void |
SSWAPType.addRestrictionCardinality(SSWAPPredicate predicate,
int cardinality)
Adds a cardinality restriction to this type on the specified predicate. |
void |
SSWAPType.addRestrictionHasSelf(SSWAPPredicate predicate,
boolean value)
Adds an owl:hasSelf restriction to this type on the specified predicate |
void |
SSWAPType.addRestrictionHasValue(SSWAPPredicate predicate,
SSWAPElement element)
Adds an owl:hasValue restriction to this type on the specified predicate |
void |
SSWAPType.addRestrictionMaxCardinality(SSWAPPredicate predicate,
int maxCardinality)
Adds a max cardinality restriction to this type on the specified predicate. |
void |
SSWAPType.addRestrictionMinCardinality(SSWAPPredicate predicate,
int minCardinality)
Adds a min cardinality restriction to this type on the specified predicate. |
void |
SSWAPType.addRestrictionSomeValuesFrom(SSWAPPredicate predicate,
SSWAPType type)
Adds an owl:someValuesFrom restriction to this type on the specified predicate |
void |
SSWAPPredicate.addSubPredicateOf(SSWAPPredicate predicate)
Adds an rdfs:subPropertyOf axiom to this type |
void |
SSWAPIndividual.clearProperty(SSWAPPredicate predicate)
Removes all property instances of the specified predicate. |
java.util.Collection<SSWAPProperty> |
SSWAPIndividual.getProperties(SSWAPPredicate predicate)
Gets all the properties (and their values) for the predicate |
SSWAPProperty |
SSWAPIndividual.getProperty(SSWAPPredicate predicate)
Gets the property by its Predicate. |
boolean |
SSWAPIndividual.hasValue(SSWAPPredicate predicate,
SSWAPElement element)
Checks whether the individual has a property with the specified value for the predicate. |
boolean |
SSWAPPredicate.isStrictSubPredicateOf(SSWAPPredicate sup)
Checks whether this predicate is a strict sub predicate of the other. |
boolean |
SSWAPPredicate.isSubPredicateOf(SSWAPPredicate sup)
Checks whether this predicate is a sub predicate of other. |
void |
SSWAPIndividual.removeProperty(SSWAPPredicate predicate,
SSWAPElement value)
Removes a single property from this individual (property is identified by the predicate and the value) |
SSWAPProperty |
SSWAPIndividual.setProperty(SSWAPPredicate predicate,
SSWAPIndividual individual)
Sets the value of the property to the individual. |
SSWAPProperty |
SSWAPIndividual.setProperty(SSWAPPredicate predicate,
SSWAPLiteral literal)
Sets the value of the property to the literal object. |
SSWAPProperty |
SSWAPIndividual.setProperty(SSWAPPredicate predicate,
java.lang.String value)
Sets the value of the property to the specified value. |
SSWAPProperty |
SSWAPIndividual.setProperty(SSWAPPredicate predicate,
java.lang.String value,
java.net.URI datatype)
Sets the value of the property to the specified value and datatype URI. |
Uses of SSWAPPredicate in info.sswap.impl.empire.model |
---|
Classes in info.sswap.impl.empire.model that implement SSWAPPredicate | |
---|---|
class |
PredicateImpl
Implementation of SSWAPPredicate. |
Methods in info.sswap.impl.empire.model that return SSWAPPredicate | |
---|---|
SSWAPPredicate |
PropertyImpl.getPredicate()
|
SSWAPPredicate |
SourceModelImpl.getPredicate(java.net.URI uri)
|
Methods in info.sswap.impl.empire.model with parameters of type SSWAPPredicate | |
---|---|
void |
PredicateImpl.addAnnotationPredicate(SSWAPPredicate predicate,
SSWAPElement value)
|
void |
TypeImpl.addAnnotationPredicate(SSWAPPredicate predicate,
SSWAPElement value)
|
void |
PredicateImpl.addEquivalentPredicate(SSWAPPredicate propertyDef)
|
void |
PredicateImpl.addInverseOf(SSWAPPredicate propertyDef)
|
SSWAPProperty |
IndividualImpl.addProperty(SSWAPPredicate predicate,
SSWAPIndividual individual)
|
SSWAPProperty |
IndividualImpl.addProperty(SSWAPPredicate predicate,
SSWAPLiteral literal)
|
SSWAPProperty |
IndividualImpl.addProperty(SSWAPPredicate predicate,
java.lang.String value)
|
SSWAPProperty |
IndividualImpl.addProperty(SSWAPPredicate predicate,
java.lang.String value,
java.net.URI datatype)
|
private void |
TypeImpl.addRestriction(SSWAPPredicate predicate,
com.hp.hpl.jena.rdf.model.Statement restrictionStatement)
|
void |
TypeImpl.addRestrictionAllValuesFrom(SSWAPPredicate predicate,
SSWAPType type)
|
void |
TypeImpl.addRestrictionCardinality(SSWAPPredicate predicate,
int cardinality)
|
void |
TypeImpl.addRestrictionHasSelf(SSWAPPredicate predicate,
boolean value)
|
void |
TypeImpl.addRestrictionHasValue(SSWAPPredicate predicate,
SSWAPElement element)
|
void |
TypeImpl.addRestrictionMaxCardinality(SSWAPPredicate predicate,
int maxCardinality)
|
void |
TypeImpl.addRestrictionMinCardinality(SSWAPPredicate predicate,
int minCardinality)
|
void |
TypeImpl.addRestrictionSomeValuesFrom(SSWAPPredicate predicate,
SSWAPType type)
|
void |
PredicateImpl.addSubPredicateOf(SSWAPPredicate propertyDef)
|
void |
IndividualImpl.clearProperty(SSWAPPredicate predicate)
|
private boolean |
ReasoningServiceImpl.containsPredicateInformation(SSWAPPredicate predicate,
com.hp.hpl.jena.rdf.model.Property informationProperty,
com.hp.hpl.jena.rdf.model.Resource expectedResource)
Checks whether the ontModel contains a specific information about the predicate. |
private boolean |
ReasoningServiceImpl.containsPropertyInformation(SSWAPPredicate predicate)
Checks whether this reasoning service has already cached information about the particular property/predicate |
private ReasoningServiceImpl.PropertyInformation |
ReasoningServiceImpl.createPropertyInformation(SSWAPPredicate predicate)
Creates a PropertyInformation entry for the predicate. |
SSWAPType |
ReasoningServiceImpl.getDomain(SSWAPPredicate predicate)
|
java.util.Collection<SSWAPType> |
ReasoningServiceImpl.getDomains(SSWAPPredicate predicate)
|
private java.util.Collection<java.lang.String> |
ReasoningServiceImpl.getPredicateInformation(SSWAPPredicate predicate,
com.hp.hpl.jena.rdf.model.Property informationProperty)
|
java.util.Collection<SSWAPProperty> |
IndividualImpl.getProperties(SSWAPPredicate predicate)
|
SSWAPProperty |
IndividualImpl.getProperty(SSWAPPredicate predicate)
|
private ReasoningServiceImpl.PropertyInformation |
ReasoningServiceImpl.getPropertyInformation(SSWAPPredicate predicate)
Gets information about the property. |
java.lang.String |
ReasoningServiceImpl.getRange(SSWAPPredicate predicate)
|
java.util.Collection<java.lang.String> |
ReasoningServiceImpl.getRanges(SSWAPPredicate predicate)
|
private java.lang.String |
ReasoningServiceImpl.getSinglePredicateInformation(SSWAPPredicate predicate,
com.hp.hpl.jena.rdf.model.Property informationProperty)
Gets information about the predicate. |
java.lang.String |
ReasoningServiceImpl.getTypeForEnumRange(SSWAPPredicate predicate)
|
boolean |
IndividualImpl.hasValue(SSWAPPredicate predicate,
SSWAPElement element)
|
boolean |
ReasoningServiceImpl.isAnnotationPredicate(SSWAPPredicate predicate)
|
boolean |
ReasoningServiceImpl.isDatatypePredicate(SSWAPPredicate predicate)
|
boolean |
ReasoningServiceImpl.isObjectPredicate(SSWAPPredicate predicate)
|
boolean |
PredicateImpl.isStrictSubPredicateOf(SSWAPPredicate sup)
|
boolean |
ReasoningServiceImpl.isStrictSubPredicateOf(SSWAPPredicate sub,
SSWAPPredicate sup)
Checks whether one predicate is a strict sub predicate of another. |
boolean |
PredicateImpl.isSubPredicateOf(SSWAPPredicate sup)
|
boolean |
ReasoningServiceImpl.isSubPredicateOf(SSWAPPredicate sub,
SSWAPPredicate sup)
|
void |
IndividualImpl.removeProperty(SSWAPPredicate predicate,
SSWAPElement value)
|
SSWAPProperty |
IndividualImpl.setProperty(SSWAPPredicate predicate,
SSWAPIndividual individual)
|
SSWAPProperty |
IndividualImpl.setProperty(SSWAPPredicate predicate,
SSWAPLiteral literal)
|
SSWAPProperty |
IndividualImpl.setProperty(SSWAPPredicate predicate,
java.lang.String value)
|
SSWAPProperty |
IndividualImpl.setProperty(SSWAPPredicate predicate,
java.lang.String value,
java.net.URI datatype)
|
private void |
IndividualImpl.verifyReservedPredicate(SSWAPPredicate predicate)
|
Uses of SSWAPPredicate in info.sswap.ontologies.data.impl |
---|
Fields in info.sswap.ontologies.data.impl declared as SSWAPPredicate | |
---|---|
private SSWAPPredicate |
DirectoryImpl.data_hasData
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |