TNode

scalation.database.TNode
See theTNode companion trait
object TNode

The TNode object defines an indent function and flag indicating whether to indent.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TNode.type

Members list

Value members

Concrete methods

def indent(level: Int): Unit

Indent by the specified lavel.

Indent by the specified lavel.

Value parameters

level

the number of levels of indentation

Attributes

Concrete fields

var toIndent: Boolean