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

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

Uses of InputValue in info.sswap.api.input
 

Subinterfaces of InputValue in info.sswap.api.input
 interface BNodeValue
          Represents a bnode value.
 interface LiteralValue
          Represents a literal value that might optionally have a language tag or a datatype URI but not both.
 interface URIValue
          Represent a URI value by wrapping a URI object.
 

Methods in info.sswap.api.input that return InputValue
 InputValue Input.getValue()
          Returns the value associated with this input object.
 

Methods in info.sswap.api.input that return types with arguments of type InputValue
 java.util.Collection<InputValue> EnumeratedInput.getValues()
          Returns the allowed set of input values for this input.
 

Methods in info.sswap.api.input with parameters of type InputValue
static EnumeratedInput InputFactory.createEnumeratedInput(InputValue... values)
           
 void Input.setValue(InputValue value)
          Sets the value for this input object.
 

Method parameters in info.sswap.api.input with type arguments of type InputValue
static EnumeratedInput InputFactory.createEnumeratedInput(java.util.Collection<InputValue> values)
           
 

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

Classes in info.sswap.api.input.impl that implement InputValue
 class BNodeValueImpl
           
 class LiteralValueImpl
           
 class URIValueImpl
           
 

Fields in info.sswap.api.input.impl declared as InputValue
protected  InputValue AbstractInput.value
           
 

Fields in info.sswap.api.input.impl with type parameters of type InputValue
private  com.google.common.collect.ImmutableSet<InputValue> EnumeratedInputImpl.values
           
 

Methods in info.sswap.api.input.impl that return InputValue
 InputValue AbstractInput.getValue()
          Returns the value associated with this input object.
 

Methods in info.sswap.api.input.impl that return types with arguments of type InputValue
 java.util.Collection<InputValue> EnumeratedInputImpl.getValues()
           
 

Methods in info.sswap.api.input.impl with parameters of type InputValue
 void AbstractInput.setValue(InputValue value)
          Sets the value for this input object.
 

Constructor parameters in info.sswap.api.input.impl with type arguments of type InputValue
EnumeratedInputImpl(java.util.Collection<InputValue> values)
           
 

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

Methods in info.sswap.api.input.io that return InputValue
private  InputValue SSWAPDeserializer.createValue(aterm.ATermAppl term)
           
 InputValue JSONDeserializer.deserializeValue(org.json.JSONObject obj)
           
 

Methods in info.sswap.api.input.io that return types with arguments of type InputValue
protected  java.util.List<InputValue> JSONDeserializer.createValues(org.json.JSONObject obj)
           
 

Methods in info.sswap.api.input.io with parameters of type InputValue
private  org.json.JSONObject JSONSerializer.serialize(InputValue inputValue)
           
 



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