Report

class Report(val database: Database) extends Initializing with Logging
Companion:
object
trait Logging
trait Initializing
class Object
trait Matchable
class Any

Value members

Concrete methods

def addPage(page: Page): Unit
def addSchema(schema: Schema): Unit
def allGroups: List[Group]
def allImages: List[Image]
def allSequences: List[Sequence]
def allTables: List[Table]
def build(): Unit
def init(): Unit

do initialization.

do initialization.

def refTableUrl(tableRef: TableRef): String
def tableUrl(table: Table): String

Concrete fields

var contextPath: String
val database: Database
var extension: String
var imageurl: String
var pages: List[Page]
var schemas: List[Schema]
val table2Group: Map[Table, Group]
var template: String
var title: String

Inherited fields

protected val logger: Logger
Inherited from:
Logging