public class ModelUtils extends Object
Transformers used to convert Sesame Values to
Entityhub model instances.| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.collections.Transformer |
STRING_LITERAL_TO_TEXT_TRANSFORMER
Transforms typed literals with datatype
XMLSchema.STRING to
Text instances as required by some Representation
methods. |
static org.apache.commons.collections.Transformer |
VALUE_TRANSFORMER
A
Value to Object transformer intended to be used for
IteratorUtils.transformedIterator(Iterator, Transformer) to
convert |
static org.apache.commons.collections.Transformer |
VALUR_TO_STRING_TRANSFORMER
|
| Constructor and Description |
|---|
ModelUtils() |
protected static org.apache.commons.collections.Transformer STRING_LITERAL_TO_TEXT_TRANSFORMER
XMLSchema.STRING to
Text instances as required by some Representation
methods. This transformer is usually used in front of the
VALUE_TRANSFORMER.NOTE that input values other as String literals are NOT transformed!
public static org.apache.commons.collections.Transformer VALUE_TRANSFORMER
Value to Object transformer intended to be used for
IteratorUtils.transformedIterator(Iterator, Transformer) to
convertpublic static org.apache.commons.collections.Transformer VALUR_TO_STRING_TRANSFORMER
Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.