Skip navigation links
A B C D E F G H I K L M N O P R S T V X 

A

AbstractDeterministicIdGenID - Class in it.uniroma2.art.coda.converters.commons
Base class of deterministic random id generators.
AbstractDeterministicIdGenID(String, int) - Constructor for class it.uniroma2.art.coda.converters.commons.AbstractDeterministicIdGenID
 
AbstractRandomIdGenID - Class in it.uniroma2.art.coda.converters.commons
Base class of random id generators.
AbstractRandomIdGenID(String, int) - Constructor for class it.uniroma2.art.coda.converters.commons.AbstractRandomIdGenID
 
ANNOTATEDRESOURCE - Static variable in class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.PARAMETERS
 
applyOffsetToDatetime(String, String, String) - Static method in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
Applies an offset to a datetime
applyOffsetToTime(String, String, String) - Static method in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
Applies an offset to a time

B

byte2hex - Static variable in class it.uniroma2.art.coda.converters.commons.HEXUtils
 

C

checkNumberForGroup(String, int) - Method in class it.uniroma2.art.coda.converters.impl.RegexpConverterImpl
 
CODA_CONTRACTS_BASE_URI - Static variable in interface it.uniroma2.art.coda.converters.contracts.ContractConstants
Base URI associated with standard contracts.
CODA_CONVERTERS_BASE_URI - Static variable in interface it.uniroma2.art.coda.converters.contracts.ContractConstants
Base URI associated with standard converters.
CODAConvertersActivator - Class in it.uniroma2.art.coda.converters.bundle
 
CODAConvertersActivator() - Constructor for class it.uniroma2.art.coda.converters.bundle.CODAConvertersActivator
 
CONCEPT - Static variable in class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.XRoles
 
CONCEPTSCHEME - Static variable in class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.XRoles
 
CONTRACT_URI - Static variable in interface it.uniroma2.art.coda.converters.contracts.DateConverter
 
CONTRACT_URI - Static variable in interface it.uniroma2.art.coda.converters.contracts.DatetimeConverter
 
CONTRACT_URI - Static variable in interface it.uniroma2.art.coda.converters.contracts.DefaultConverter
 
CONTRACT_URI - Static variable in interface it.uniroma2.art.coda.converters.contracts.FormatterConverter
 
CONTRACT_URI - Static variable in interface it.uniroma2.art.coda.converters.contracts.LangStringConverter
 
CONTRACT_URI - Static variable in interface it.uniroma2.art.coda.converters.contracts.RandomIdGenerator
 
CONTRACT_URI - Static variable in interface it.uniroma2.art.coda.converters.contracts.RegexpConverter
 
CONTRACT_URI - Static variable in interface it.uniroma2.art.coda.converters.contracts.TimeConverter
 
CONTRACT_URI - Static variable in interface it.uniroma2.art.coda.converters.contracts.TurtleCollectionConverter
 
ContractConstants - Interface in it.uniroma2.art.coda.converters.contracts
Constants related to the identification of the converters and their contracts.
CONVERTER_URI - Static variable in class it.uniroma2.art.coda.converters.impl.DateConverterImpl
 
CONVERTER_URI - Static variable in class it.uniroma2.art.coda.converters.impl.DatetimeConverterImpl
 
CONVERTER_URI - Static variable in class it.uniroma2.art.coda.converters.impl.DefaultConverterImpl
 
CONVERTER_URI - Static variable in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
 
CONVERTER_URI - Static variable in class it.uniroma2.art.coda.converters.impl.LangStringConverterImpl
 
CONVERTER_URI - Static variable in class it.uniroma2.art.coda.converters.impl.RegexpConverterImpl
 
CONVERTER_URI - Static variable in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
 
CONVERTER_URI - Static variable in class it.uniroma2.art.coda.converters.impl.TimeConverterImpl
 
CONVERTER_URI - Static variable in class it.uniroma2.art.coda.converters.impl.TurtleCollectionConverterImpl
 

D

DATE_PATTERN_ISO_8601 - Static variable in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
 
DateConverter - Interface in it.uniroma2.art.coda.converters.contracts
Date converter contract.
DateConverterImpl - Class in it.uniroma2.art.coda.converters.impl
Implementation of DateConverter.
DateConverterImpl() - Constructor for class it.uniroma2.art.coda.converters.impl.DateConverterImpl
 
datePatternsDigit - Static variable in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
 
datePatternsText - Static variable in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
 
DATETIME_PATTERN_ISO_8601 - Static variable in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
 
DatetimeConverter - Interface in it.uniroma2.art.coda.converters.contracts
Date-time converter contract.
DatetimeConverterImpl - Class in it.uniroma2.art.coda.converters.impl
Implementation of DatetimeConverter.
DatetimeConverterImpl() - Constructor for class it.uniroma2.art.coda.converters.impl.DatetimeConverterImpl
 
datetimePatterns - Static variable in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
 
DateTimeUtils - Class in it.uniroma2.art.coda.converters.commons
Utility class related to the management of date/time values.
DateTimeUtils() - Constructor for class it.uniroma2.art.coda.converters.commons.DateTimeUtils
 
DefaultConverter - Interface in it.uniroma2.art.coda.converters.contracts
Default converter contract.
DefaultConverterImpl - Class in it.uniroma2.art.coda.converters.impl
 
DefaultConverterImpl() - Constructor for class it.uniroma2.art.coda.converters.impl.DefaultConverterImpl
 
defaultPropertyDescriptions - Static variable in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
 
defaultPropertyValues - Static variable in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
 

E

escapeValue(String) - Method in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
 

F

FEAT_STRING - Static variable in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
 
FormatterConverter - Interface in it.uniroma2.art.coda.converters.contracts
A converter compliant with the FormatterConverter contract generates resource identifiers by replacing placeholder with values passed as arguments Its identifier is "http://art.uniroma2.it/coda/contracts/formatter".
FormatterConverterImpl - Class in it.uniroma2.art.coda.converters.impl
Implementation of the FormatterConverter contract.
FormatterConverterImpl() - Constructor for class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
 

G

getId() - Method in class it.uniroma2.art.coda.converters.utils.template.PlaceholderTemplate
 
getOffsetFromDatetime(String) - Static method in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
Tries to detect offset from datetime.
getOffsetFromTime(String) - Static method in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
Tries to detect offset from time.
getPlaceholderValue(String, Map<String, Value>) - Method in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
 
getRandomPart(CODAContext, String) - Method in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
 
getTemplate(CODAContext, String) - Method in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
Returns the template associated with the given xRole.
getText() - Method in class it.uniroma2.art.coda.converters.utils.template.StaticValueTemplate
 
getValue() - Method in class it.uniroma2.art.coda.converters.utils.template.ValueTemplate
 
getValueFromIriOrLiteral(PlaceholderTemplate, Value, int) - Method in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
 

H

HEXUtils - Class in it.uniroma2.art.coda.converters.commons
Utility class related to string strings composed of hexadecimal digits.
HEXUtils() - Constructor for class it.uniroma2.art.coda.converters.commons.HEXUtils
 

I

id - Variable in class it.uniroma2.art.coda.converters.utils.template.PlaceholderTemplate
 
inferDateFormat(String) - Static method in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
Tries to infer the date pattern for the given value, then returns a DateTimeFormatter with the inferred pattern.
inferDatetimeFormat(String, boolean) - Static method in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
Tries to infer the datetime pattern for the given value, then returns a DateTimeFormatter with the inferred pattern.
inferFormatForDate(String) - Static method in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
Tries to infer the pattern of the input value in order to generate a date, so tries to parse it using date and datetime patterns (no time patterns since an input time value cannot be converted to a date)
inferFormatForDatetime(String, boolean) - Static method in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
Tries to infer the pattern of the input value in order to generate a datetime, so tries to parse it using date, time and datetime patterns
inferFormatForTime(String, boolean) - Static method in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
Tries to infer the pattern of the input value in order to generate a time, so tries to parse it using time and datetime patterns (no date patterns since an input date value cannot be converted to a time)
inferTimeFormat(String, boolean) - Static method in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
Tries to infer the time pattern for the given value, then returns a DateTimeFormatter with the inferred pattern.
initializePlchldList() - Method in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
 
isValidPlchd(String) - Method in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
 
isValidValuePlchd(String) - Method in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
 
it.uniroma2.art.coda.converters.bundle - package it.uniroma2.art.coda.converters.bundle
 
it.uniroma2.art.coda.converters.commons - package it.uniroma2.art.coda.converters.commons
 
it.uniroma2.art.coda.converters.contracts - package it.uniroma2.art.coda.converters.contracts
 
it.uniroma2.art.coda.converters.impl - package it.uniroma2.art.coda.converters.impl
 
it.uniroma2.art.coda.converters.utils.template - package it.uniroma2.art.coda.converters.utils.template
 

K

KEY_BYTES - Static variable in class it.uniroma2.art.coda.converters.commons.AbstractDeterministicIdGenID
 

L

LABEL - Static variable in class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.PARAMETERS
 
LangStringConverter - Interface in it.uniroma2.art.coda.converters.contracts
Language taggeg literal converter contract.
LangStringConverterImpl - Class in it.uniroma2.art.coda.converters.impl
Implementation of LangStringConverter.
LangStringConverterImpl() - Constructor for class it.uniroma2.art.coda.converters.impl.LangStringConverterImpl
 
LEXICALFORM - Static variable in class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.PARAMETERS
 
LEXICALIZATION_PROPERTY - Static variable in class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.PARAMETERS
 
LEXICALIZEDRESOURCE - Static variable in class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.PARAMETERS
 

M

MAIL_REGEX - Static variable in class it.uniroma2.art.coda.converters.impl.DefaultConverterImpl
 
main(String[]) - Static method in class it.uniroma2.art.coda.converters.commons.HEXUtils
 
MAX_GENERATION_ATTEMPTS - Static variable in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
 

N

NOTE_PROPERTY - Static variable in class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.PARAMETERS
 

O

object2string(Object) - Method in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
 
OFFSET_PARAM_PATTERN - Static variable in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
 
OFFSET_PARAM_REUSE - Static variable in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
 
OFFSET_PARAM_UNDEFINED - Static variable in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
 
OFFSET_PARAM_Z - Static variable in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
 

P

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
An overload of RandomIdGenerator.produceURI(CODAContext, String, String, Map) without an explicit parameter map.
produceURI(CODAContext, String) - Method in interface it.uniroma2.art.coda.converters.contracts.RandomIdGenerator
An overload of RandomIdGenerator.produceURI(CODAContext, String, String, Map) without an explicit xRole and parameter map.
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
 

R

RAND_REGEX - Static variable in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
 
RandCode() - Constructor for enum it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator.RandCode
 
RandomIdGenerator - Interface in it.uniroma2.art.coda.converters.contracts
A converter compliant with the RandomIdGenerator contract generates resource identifiers in a random manner, i.e. producing different outputs for the same arguments.
RandomIdGenerator.PARAMETERS - Class in it.uniroma2.art.coda.converters.contracts
 
RandomIdGenerator.XRoles - Class in it.uniroma2.art.coda.converters.contracts
 
RegexpConverter - Interface in it.uniroma2.art.coda.converters.contracts
 
RegexpConverterImpl - Class in it.uniroma2.art.coda.converters.impl
 
RegexpConverterImpl() - Constructor for class it.uniroma2.art.coda.converters.impl.RegexpConverterImpl
 
replaceTextInTemplate(List<TemplateInterface>, String, Value...) - Method in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
 

S

SCHEMES - Static variable in class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.PARAMETERS
 
SKOSCOLLECTION - Static variable in class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.XRoles
 
splitForValue(String, boolean) - Method in class it.uniroma2.art.coda.converters.impl.FormatterConverterImpl
 
start(BundleContext) - Method in class it.uniroma2.art.coda.converters.bundle.CODAConvertersActivator
 
StaticValueTemplate - Class in it.uniroma2.art.coda.converters.utils.template
 
StaticValueTemplate(String) - Constructor for class it.uniroma2.art.coda.converters.utils.template.StaticValueTemplate
 
stop(BundleContext) - Method in class it.uniroma2.art.coda.converters.bundle.CODAConvertersActivator
 
sumOffsets(ZoneOffset, ZoneOffset) - Static method in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
 

T

TemplateBasedRandomIdGenerator - Class in it.uniroma2.art.coda.converters.impl
Template-based implementation of the RandomIdGenerator contract.
TemplateBasedRandomIdGenerator() - Constructor for class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
 
TemplateBasedRandomIdGenerator.RandCode - Enum in it.uniroma2.art.coda.converters.impl
 
TemplateInterface - Interface in it.uniroma2.art.coda.converters.utils.template
 
text - Variable in class it.uniroma2.art.coda.converters.utils.template.StaticValueTemplate
 
TIME_PATTERN_ISO_8601 - Static variable in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
 
TimeConverter - Interface in it.uniroma2.art.coda.converters.contracts
Time converter contract.
TimeConverterImpl - Class in it.uniroma2.art.coda.converters.impl
Implementation of the TimeConverter contract.
TimeConverterImpl() - Constructor for class it.uniroma2.art.coda.converters.impl.TimeConverterImpl
 
timeOffsetPatterns - Static variable in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
 
timePatterns - Static variable in class it.uniroma2.art.coda.converters.commons.DateTimeUtils
 
toHexString(byte[], int, int) - Static method in class it.uniroma2.art.coda.converters.commons.HEXUtils
Computes an hexadecimal representation of the specified range of the given byte array.
trunc - Variable in class it.uniroma2.art.coda.converters.commons.AbstractDeterministicIdGenID
 
trunc - Variable in class it.uniroma2.art.coda.converters.commons.AbstractRandomIdGenID
 
TurtleCollectionConverter - Interface in it.uniroma2.art.coda.converters.contracts
TURTLE collection converter contract.
TurtleCollectionConverterImpl - Class in it.uniroma2.art.coda.converters.impl
Implementation of the TurtleCollectionConverter contract.
TurtleCollectionConverterImpl() - Constructor for class it.uniroma2.art.coda.converters.impl.TurtleCollectionConverterImpl
 

V

VALUE - Static variable in class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.PARAMETERS
 
value - Variable in class it.uniroma2.art.coda.converters.utils.template.ValueTemplate
 
valueOf(String) - Static method in enum it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator.RandCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator.RandCode
Returns an array containing the constants of this enum type, in the order they are declared.
ValueTemplate - Class in it.uniroma2.art.coda.converters.utils.template
 
ValueTemplate(String) - Constructor for class it.uniroma2.art.coda.converters.utils.template.ValueTemplate
 

X

XLABEL - Static variable in class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.XRoles
 
XNOTE - Static variable in class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.XRoles
 
XROLE - Static variable in class it.uniroma2.art.coda.converters.impl.TemplateBasedRandomIdGenerator
 
XRoles() - Constructor for class it.uniroma2.art.coda.converters.contracts.RandomIdGenerator.XRoles
 
A B C D E F G H I K L M N O P R S T V X 
Skip navigation links

Copyright © 2022 ART Group, University of Rome, Tor Vergata. All rights reserved.