- PARAM_DATATYPE - Static variable in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
-
- PARAM_LANG - Static variable in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
-
- PARAM_LOCAL - Static variable in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
-
- PARAM_STRING - Static variable in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
-
- PARAM_URI_RND_CODE_GENERATOR - Static variable in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
-
- PARAMETERS() - Constructor for class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.PARAMETERS
-
- parseCollectionString(String) - Method in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
-
- parseOffset(String) - Static method in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
-
- parseTemplate(String) - Method in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
-
- parseTemplateWithRegexResults(String, String[]) - Method in class it.uniroma2.art.coda.converters.impl.RegexpConverterImpl
-
- PLACEHOLDER_PATTERN - Static variable in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
-
- PLACEHOLDER_START_PATTERN - Static variable in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
-
- placeholderList - Variable in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
-
- PlaceholderTemplate - Class in it.uniroma2.art.coda.converters.utils.template
-
- PlaceholderTemplate(String) - Constructor for class it.uniroma2.art.coda.converters.utils.template.PlaceholderTemplate
-
- prefix - Variable in class it.uniroma2.art.coda.converters.commons.AbstractDeterministicIdGenID
-
- prefix - Variable in class it.uniroma2.art.coda.converters.commons.AbstractRandomIdGenID
-
- prepareGroupValue(String, String) - Method in class it.uniroma2.art.coda.converters.impl.RegexpConverterImpl
-
- processValueTemplateAndStaticValueTemplate(List<TemplateInterface>, String) - Method in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
-
- produceLiteral(CODAContext, String, String, String) - Method in interface it.uniroma2.art.coda.converters.contracts.DateConverter
-
Gets a value and returns it as typed literal (xsd:date) formatted according to the date
pattern (yyyy-MM-dd).
- produceLiteral(CODAContext, String, String, String) - Method in interface it.uniroma2.art.coda.converters.contracts.DatetimeConverter
-
Gets a value and returns it as typed literal (xsd:datetime) formatted according to the datetime
pattern (yyyy-MM-dd'T'HH:mm:ss).
- produceLiteral(CODAContext, String, String, String, String) - Method in interface it.uniroma2.art.coda.converters.contracts.DatetimeConverter
-
Gets a value and returns it as typed literal (xsd:datetime) formatted according to the datetime
pattern (yyyy-MM-dd'T'HH:mm:ss) and with the given offset.
- produceLiteral(CODAContext, String, String, String, String, String) - Method in interface it.uniroma2.art.coda.converters.contracts.DatetimeConverter
-
Gets a value and returns it as typed literal (xsd:datetime) formatted according to the datetime
pattern (yyyy-MM-dd'T'HH:mm:ss) with the given offset added to the offset of the input.
- produceLiteral(CODAContext, String, String, String) - Method in interface it.uniroma2.art.coda.converters.contracts.DefaultConverter
-
- produceLiteral(CODAContext, String, String, String, String, Value...) - Method in interface it.uniroma2.art.coda.converters.contracts.FormatterConverter
-
Produce a Literal (with the given language and/or datatype) by replacing che placeholders in the input text with the values coming from the feature path
and the input args
- produceLiteral(CODAContext, String, String, String, String) - Method in interface it.uniroma2.art.coda.converters.contracts.LangStringConverter
-
Produces a language tagged literal based on the arguments corresponding to the parameters
value
and langArg
.
- produceLiteral(CODAContext, String, String, String, String, String) - Method in interface it.uniroma2.art.coda.converters.contracts.RegexpConverter
-
Produce a Literal (with the given language and/or datatype) by replacing che placeholders in the input text with the values coming from the feature path
and the input args
- produceLiteral(CODAContext, String, String, String) - Method in interface it.uniroma2.art.coda.converters.contracts.TimeConverter
-
Gets a value and returns it as typed literal (xsd:time) formatted according to the time pattern
(HH:mm:ss).
- produceLiteral(CODAContext, String, String, String, String) - Method in interface it.uniroma2.art.coda.converters.contracts.TimeConverter
-
Gets a value and returns it as typed literal (xsd:time) formatted according to the time pattern
(HH:mm:ss) and with the given offset.
- produceLiteral(CODAContext, String, String, String, String, String) - Method in interface it.uniroma2.art.coda.converters.contracts.TimeConverter
-
Gets a value and returns it as typed literal (xsd:time) formatted according to the time pattern
(HH:mm:ss) with the given offset added to the offset of the input.
- produceLiteral(CODAContext, String, String, String, Value...) - Method in interface it.uniroma2.art.coda.converters.contracts.TurtleCollectionConverter
-
Produces the TURTLE serialization (as an xsd:string) of the collection formed by the provided items.
- produceLiteral(CODAContext, String, String, String) - Method in class it.uniroma2.art.coda.converters.impl.DateConverterImpl
-
- produceLiteral(CODAContext, String, String, String) - Method in class it.uniroma2.art.coda.converters.impl.DatetimeConverterImpl
-
- produceLiteral(CODAContext, String, String, String, String) - Method in class it.uniroma2.art.coda.converters.impl.DatetimeConverterImpl
-
- produceLiteral(CODAContext, String, String, String, String, String) - Method in class it.uniroma2.art.coda.converters.impl.DatetimeConverterImpl
-
- produceLiteral(CODAContext, String, String, String) - Method in class it.uniroma2.art.coda.converters.impl.DefaultConverterImpl
-
- produceLiteral(CODAContext, String, String, String, String, Value...) - Method in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
-
- produceLiteral(CODAContext, String, String, String, String) - Method in class it.uniroma2.art.coda.converters.impl.LangStringConverterImpl
-
- produceLiteral(CODAContext, String, String, String, String, String) - Method in class it.uniroma2.art.coda.converters.impl.RegexpConverterImpl
-
- produceLiteral(CODAContext, String, String, String) - Method in class it.uniroma2.art.coda.converters.impl.TimeConverterImpl
-
- produceLiteral(CODAContext, String, String, String, String) - Method in class it.uniroma2.art.coda.converters.impl.TimeConverterImpl
-
- produceLiteral(CODAContext, String, String, String, String, String) - Method in class it.uniroma2.art.coda.converters.impl.TimeConverterImpl
-
- produceLiteral(CODAContext, String, String, String, Value...) - Method in class it.uniroma2.art.coda.converters.impl.TurtleCollectionConverterImpl
-
- produceURI(CODAContext, String) - Method in class it.uniroma2.art.coda.converters.commons.AbstractDeterministicIdGenID
-
- produceURI(CODAContext, String) - Method in class it.uniroma2.art.coda.converters.commons.AbstractRandomIdGenID
-
- produceURI(CODAContext, String) - Method in interface it.uniroma2.art.coda.converters.contracts.DefaultConverter
-
- produceURI(CODAContext, String, String, Value...) - Method in interface it.uniroma2.art.coda.converters.contracts.FormatterConverter
-
Produce an IRI by replacing che placeholders in the input text with the values coming from the feature path
and the input args
- produceURI(CODAContext, String, String, Map<String, Value>) - Method in interface it.uniroma2.art.coda.converters.contracts.RandomIdGenerator
-
Returns a resource identifier produced randomly from the given inputs.
- produceURI(CODAContext, String, String) - Method in interface it.uniroma2.art.coda.converters.contracts.RandomIdGenerator
-
- produceURI(CODAContext, String) - Method in interface it.uniroma2.art.coda.converters.contracts.RandomIdGenerator
-
- produceURI(CODAContext, String, String, String) - Method in interface it.uniroma2.art.coda.converters.contracts.RegexpConverter
-
Produce an IRI by replacing che placeholders in the input text with the values coming from the feature path
and the input args
- produceURI(CODAContext, String) - Method in class it.uniroma2.art.coda.converters.impl.DefaultConverterImpl
-
- produceURI(CODAContext, String, String, Value...) - Method in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
-
- produceURI(CODAContext, String, String, String) - Method in class it.uniroma2.art.coda.converters.impl.RegexpConverterImpl
-
- produceURI(CODAContext, String, String, Map<String, Value>) - Method in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
-
- produceURI(CODAContext, String, String) - Method in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
-
- produceURI(CODAContext, String) - Method in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
-