Uses of Class
info.sswap.http.rest.PropertyFactory.PropertyType

Packages that use PropertyFactory.PropertyType
info.sswap.http.rest   
 

Uses of PropertyFactory.PropertyType in info.sswap.http.rest
 

Methods in info.sswap.http.rest that return PropertyFactory.PropertyType
private  PropertyFactory.PropertyType PropertyFactory.determinePropertyType(info.sswap.api.model.SSWAPPredicate predicate, Entity jsonPredicate)
          Determines the type of the property (object or datatype property).
private  PropertyFactory.PropertyType PropertyFactory.processAnonymousRangeDefinition(Entity rangeDef)
          Processes an anonymous range definition in an attempt to detect the type of the property.
private  PropertyFactory.PropertyType PropertyFactory.processRangeAssertions(Entity jsonPredicate, PropertyFactory.PropertyType propertyType)
          Processes the rdfs:range definitions in JSON in order to determine whether the property is a datatype or an object property.
private  PropertyFactory.PropertyType PropertyFactory.processSubPropertyOfAssertions(info.sswap.api.model.SSWAPPredicate predicate, Entity jsonPredicate, PropertyFactory.PropertyType propertyType)
           
private  PropertyFactory.PropertyType PropertyFactory.processTypeAssertions(Entity jsonPredicate)
          Processes the rdf:type definitions in JSON in order to determine whether the property is a datatype or an object property
static PropertyFactory.PropertyType PropertyFactory.PropertyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PropertyFactory.PropertyType[] PropertyFactory.PropertyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in info.sswap.http.rest with parameters of type PropertyFactory.PropertyType
private  void PropertyFactory.initializePropertyTypes(info.sswap.api.model.SSWAPPredicate predicate, Entity jsonPredicate, PropertyFactory.PropertyType propertyType)
          Initializes property definition with type information (via rdf:type statements) based on the information explicitly declared in the JSON definition and type information guessed from the heuristics.
private  PropertyFactory.PropertyType PropertyFactory.processRangeAssertions(Entity jsonPredicate, PropertyFactory.PropertyType propertyType)
          Processes the rdfs:range definitions in JSON in order to determine whether the property is a datatype or an object property.
private  PropertyFactory.PropertyType PropertyFactory.processSubPropertyOfAssertions(info.sswap.api.model.SSWAPPredicate predicate, Entity jsonPredicate, PropertyFactory.PropertyType propertyType)
           
 



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