AttributeDSL

folap.olapdsl.AttributeDSL.AttributeDSL
trait AttributeDSL extends Attribute

Attributes

Graph
Supertypes
trait Attribute
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

def name: String

The name of the Attribute

The name of the Attribute

Attributes

Returns

the Attribute name

Inherited from:
Attribute

Inherited and Abstract methods

def parent: Option[Attribute]

The Attribute that precedes this Attribute in the hierarchy

The Attribute that precedes this Attribute in the hierarchy

Attributes

Returns

a Some containing the parent Attribute if this Attribute is not the last in the hierarchy; None otherwise

Inherited from:
Attribute
def value: String

The value of the Attribute

The value of the Attribute

Attributes

Returns

the Attribute value

Inherited from:
Attribute