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

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

Uses of PropertyInput in info.sswap.api.input
 

Methods in info.sswap.api.input that return PropertyInput
static PropertyInput InputFactory.createPropertyInput(java.net.URI property)
           
static PropertyInput InputFactory.createPropertyInput(java.net.URI property, Input range)
           
static PropertyInput InputFactory.createPropertyInput(java.net.URI property, Input range, int minCardinality, int maxCardinality)
           
 PropertyInput Input.getPropertyInput()
           
 

Methods in info.sswap.api.input with parameters of type PropertyInput
 void Input.setPropertyInput(PropertyInput propertyInput)
           
 void InputValidator.visit(PropertyInput input)
          
 void InputVisitor.visit(PropertyInput input)
           
 

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

Classes in info.sswap.api.input.impl that implement PropertyInput
 class PropertyInputImpl
           
 

Fields in info.sswap.api.input.impl declared as PropertyInput
protected  PropertyInput AbstractInput.propertyInput
           
 

Methods in info.sswap.api.input.impl that return PropertyInput
 PropertyInput AbstractInput.getPropertyInput()
           
 

Methods in info.sswap.api.input.impl with parameters of type PropertyInput
 void AbstractInput.setPropertyInput(PropertyInput propertyInput)
           
 

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

Fields in info.sswap.api.input.io with type parameters of type PropertyInput
private  java.util.Map<java.net.URI,PropertyInput> SSWAPIndividualDeserializer.PropertyInputVisitor.result
           
 

Methods in info.sswap.api.input.io that return PropertyInput
 PropertyInput JSONDeserializer.createPropertyInput(org.json.JSONObject obj)
           
protected  PropertyInput SSWAPIndividualDeserializer.deserialize(SSWAPProperty prop)
           
 

Methods in info.sswap.api.input.io that return types with arguments of type PropertyInput
 java.util.Map<java.net.URI,PropertyInput> SSWAPIndividualDeserializer.PropertyInputVisitor.getResult()
           
private  com.google.common.collect.UnmodifiableIterator<PropertyInput> SSWAPDeserializer.propertyInputs(java.util.List<Input> inputs, java.net.URI prop)
           
 

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



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