Uses of Interface
info.sswap.api.model.SSWAPPredicate

Packages that use SSWAPPredicate
info.sswap.api.model Main package for SSWAP API 
 

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.
 



Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.