DimensionAspect

final case class DimensionAspect(dimension: EName) extends Aspect

A dimensional aspect (for either an explicit or typed dimension), in the dimensional aspect model

A dimensional aspect (for either an explicit or typed dimension), in the dimensional aspect model

trait Serializable
trait Product
trait Equals
trait Aspect
class Object
trait Matchable
class Any

Value members

Concrete methods

def appliesToTuples: Boolean
override def toString: String
Definition Classes
Any

Inherited methods

final def appliesToAllFacts: Boolean

Returns true if this aspect applies to both tuples and numeric and non-numeric items

Returns true if this aspect applies to both tuples and numeric and non-numeric items

Inherited from
Aspect
final def appliesToItemsOnly: Boolean

Returns true if this aspect applies only to (some or all) items and not to tuples

Returns true if this aspect applies only to (some or all) items and not to tuples

Inherited from
Aspect
final def appliesToNumericItemsOnly: Boolean

Returns true if this aspect applies only to numeric items and neither to non-numeric items nor to tuples

Returns true if this aspect applies only to numeric items and neither to non-numeric items nor to tuples

Inherited from
Aspect
final def isIncludedInAllAspectModels: Boolean

Returns true if this aspect is included in all aspect models.

Returns true if this aspect is included in all aspect models.

Assuming the existence of only 2 aspect models (dimensional and non-dimensional) this is the same as methods isIncludedInDimensionalAspectModel and isIncludedInNonDimensionalAspectModel both returning true.

Inherited from
Aspect
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product