Class: InterpreterResult

InterpreterResult

Contains the interpreted data, inclusive the input for the interpretation.

new InterpreterResult()

Initializes the in- and outAttributes.

Methods

Returns the inAttributes.

Returns:
Type Description
AttributeList

Returns the interpreted attributes.

Returns:
Type Description
AttributeList

Returns the interpretation time.

Returns:
Type Description
Date

setInAttributes(attributeListOrArray)

Sets the inAttributes.

Name Type Description
attributeListOrArray AttributeList | Array

inAttributes

setOutAttributes(attributeListOrArray)

Sets the interpreted values.

Name Type Description
attributeListOrArray AttributeList | Array

retrieved attributes

setTimestamp(timestamp)

Sets the interpretation time.

Name Type Description
timestamp date

interpretation time

withInAttributes(attributeListOrArray){InterpreterResult}

Builder for inAttributes.

Name Type Description
attributeListOrArray AttributeList | Array

values

Returns:
Type Description
InterpreterResult

withOutAttributes(attributeListOrArray){InterpreterResult}

Builder for outAttributes.

Name Type Description
attributeListOrArray AttributeList | Array

values

Returns:
Type Description
InterpreterResult

Builder for timestamp.

Name Type Description
timestamp String

timestamp

Returns:
Type Description
InterpreterResult