Uses of Interface
info.sswap.api.input.LiteralValue

Packages that use LiteralValue
info.sswap.api.input   
info.sswap.api.input.impl   
info.sswap.api.input.io   
 

Uses of LiteralValue in info.sswap.api.input
 

Methods in info.sswap.api.input that return LiteralValue
static LiteralValue InputFactory.createLiteral(java.lang.String label)
          Creates a plain literal with no language tag or datatype URI.
static LiteralValue InputFactory.createLiteral(java.lang.String label, java.lang.String language)
          Creates a literal with the given label and language tag.
static LiteralValue InputFactory.createLiteral(java.lang.String label, java.net.URI datatype)
          Creates a typed literal with the given datatype URI.
 

Methods in info.sswap.api.input with parameters of type LiteralValue
 void InputValidator.visit(LiteralValue value)
          
 void InputVisitor.visit(LiteralValue value)
           
 

Uses of LiteralValue in info.sswap.api.input.impl
 

Classes in info.sswap.api.input.impl that implement LiteralValue
 class LiteralValueImpl
           
 

Uses of LiteralValue in info.sswap.api.input.io
 

Methods in info.sswap.api.input.io with parameters of type LiteralValue
 void JSONSerializer.visit(LiteralValue value)
          
 void JenaSerializer.visit(LiteralValue value)
          
 void SSWAPIndividualDeserializer.PropertyInputVisitor.visit(LiteralValue value)
           
 void StringSerializer.visit(LiteralValue value)
          
 



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