CompilationResult

de.uni_luebeck.isp.tessla.interpreter.JavaApi.CompilationResult
case class CompilationResult(result: Result, engine: Engine)

Container for the result of the compilation of a TeSSLa specification.

Value parameters

engine

Monitor generated from the specification (can be used to receive input streams and generate output streams)

result

Object containing the errors and warnings which occurred during compilation

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product