Interpreter

works.iterative.forms.Interpreter
trait Interpreter[I, O]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def interpret(id: FormIdent, form: Form, data: Option[I]): O

Interpret the form and the data and return the output

Interpret the form and the data and return the output

Value parameters

data

The initial data for the form

form

The form descriptor to interpret

id

Specific ID for this form

Attributes

Returns

The output of the interpretation