Uses of Interface
org.apache.stanbol.entityhub.servicesapi.model.ValueFactory

Packages that use ValueFactory
org.apache.stanbol.entityhub.servicesapi.mapping   
org.apache.stanbol.entityhub.servicesapi.util   
org.apache.stanbol.entityhub.servicesapi.yard   
 

Uses of ValueFactory in org.apache.stanbol.entityhub.servicesapi.mapping
 

Methods in org.apache.stanbol.entityhub.servicesapi.mapping with parameters of type ValueFactory
 Representation FieldMapper.applyMappings(Representation source, Representation target, ValueFactory valueFactory)
          Uses the state of the source representation and the configured mappings to update the state of the target Representation.
 

Uses of ValueFactory in org.apache.stanbol.entityhub.servicesapi.util
 

Methods in org.apache.stanbol.entityhub.servicesapi.util with parameters of type ValueFactory
static void ModelUtils.checkValues(ValueFactory valueFactory, Object value, Collection<Object> results)
          Processes a value parsed as object to the representation.
 

Constructors in org.apache.stanbol.entityhub.servicesapi.util with parameters of type ValueFactory
TextIterator(ValueFactory valueFactory, Iterator<Object> it, String... languages)
          Creates an instance that iterates over values and returns Text instances that confirm to the active languages.
 

Uses of ValueFactory in org.apache.stanbol.entityhub.servicesapi.yard
 

Methods in org.apache.stanbol.entityhub.servicesapi.yard that return ValueFactory
 ValueFactory Yard.getValueFactory()
          Getter for the ValueFactory instance used by this Yard to create Representation, Reference and Text instances.
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.