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

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

Uses of SSWAPProperty in info.sswap.api.model
 

Methods in info.sswap.api.model that return SSWAPProperty
 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.
 SSWAPProperty SSWAPIndividual.getProperty(SSWAPPredicate predicate)
          Gets the property by its Predicate.
 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.
 

Methods in info.sswap.api.model that return types with arguments of type SSWAPProperty
 java.util.Collection<SSWAPProperty> SSWAPIndividual.getProperties()
          Gets all the properties for this individual.
 java.util.Collection<SSWAPProperty> SSWAPIndividual.getProperties(SSWAPPredicate predicate)
          Gets all the properties (and their values) for the predicate
 java.util.Collection<SSWAPProperty> SSWAPIndividual.hasValue(SSWAPElement element)
          Retrieves all properties of the individual with the specified value (regardless of the predicate of these properties)
 

Methods in info.sswap.api.model with parameters of type SSWAPProperty
 void SSWAPIndividual.removeProperty(SSWAPProperty property)
          Removes a single property instance from this individual (identified by the specified SSWAPProperty instance).
 



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