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

Packages that use SSWAPLiteral
info.sswap.api.model Main package for SSWAP API 
info.sswap.impl.empire.model   
 

Uses of SSWAPLiteral in info.sswap.api.model
 

Methods in info.sswap.api.model that return SSWAPLiteral
 SSWAPLiteral SSWAPElement.asLiteral()
          Type-safe cast of this element to SSWAPLiteral.
 SSWAPLiteral SSWAPDocument.createLiteral(java.lang.String value)
          Creates a literal with the specified value.
 SSWAPLiteral SSWAPDocument.createTypedLiteral(java.lang.String value, java.net.URI datatypeURI)
          Creates a SSWAPElement that is a typed literal with the specified value.
 

Methods in info.sswap.api.model with parameters of type SSWAPLiteral
 SSWAPProperty SSWAPIndividual.addProperty(SSWAPPredicate predicate, SSWAPLiteral literal)
          Adds a property to this individual with the specified literal value
 SSWAPProperty SSWAPIndividual.setProperty(SSWAPPredicate predicate, SSWAPLiteral literal)
          Sets the value of the property to the literal object.
 

Method parameters in info.sswap.api.model with type arguments of type SSWAPLiteral
 void SSWAPDatatype.addOneOf(java.util.Collection<SSWAPLiteral> oneOf)
          Adds an owl:oneOf axiom to this datatype
 

Uses of SSWAPLiteral in info.sswap.impl.empire.model
 

Classes in info.sswap.impl.empire.model that implement SSWAPLiteral
 class Literal
          Implementation of SSWAPElement that is a literal.
 

Methods in info.sswap.impl.empire.model that return SSWAPLiteral
 SSWAPLiteral ElementImpl.asLiteral()
           
 SSWAPLiteral Literal.asLiteral()
           
 SSWAPLiteral SourceModelImpl.createLiteral(java.lang.String value)
           
 SSWAPLiteral SourceModelImpl.createTypedLiteral(java.lang.String value, java.net.URI datatypeURI)
           
 

Methods in info.sswap.impl.empire.model with parameters of type SSWAPLiteral
 SSWAPProperty IndividualImpl.addProperty(SSWAPPredicate predicate, SSWAPLiteral literal)
           
 SSWAPProperty IndividualImpl.setProperty(SSWAPPredicate predicate, SSWAPLiteral literal)
           
 

Method parameters in info.sswap.impl.empire.model with type arguments of type SSWAPLiteral
 void DatatypeImpl.addOneOf(java.util.Collection<SSWAPLiteral> oneOf)
           
 



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