OccAspect

sealed trait OccAspect extends Aspect

Open context component aspect, so a segment or a scenario.

Open context component aspect, so a segment or a scenario.

Companion
object
trait Aspect
class Object
trait Matchable
class Any

Value members

Concrete methods

final def appliesToNonNumericItems: Boolean
final def appliesToTuples: Boolean

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
Inherited from
Aspect