com.cra.figaro.language

Element

object Element

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Element
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Contingency = List[ElemVal[_]]

    The type of contingencies that can hold on elements.

  2. case class ElemVal[T](elem: Element[T], value: T) extends Product with Serializable

    A convenience class that pairs an element and a possible value, ensuring they have compatible types.

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def closeUnderContingencies(elements: Set[Element[_]]): Set[Element[_]]

    Returns the given elements and all elements on which they are contingent, closed recursively.

    Returns the given elements and all elements on which they are contingent, closed recursively. Only elements with condition.

  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  17. implicit def toBooleanElement(elem: Element[Boolean]): BooleanElement

    Implicit conversion of an element over Booleans to a BooleanElement, allowing Boolean operators to be applied to it.

  18. implicit def toDoubleElement(elem: Element[Double]): DoubleElement

    Implicit conversion of an element over Doubles to a DoubleElement, allowing Double operators to be applied to it.

  19. implicit def toDuoElement[T1, T2](elem: Element[(T1, T2)]): DuoElement[T1, T2]

    Implicit conversion of an element over pairs to a DuoElement, allowing component extractors to be applied to it.

  20. implicit def toIntElement(elem: Element[Int]): IntElement

    Implicit conversion of an element over Ints to an IntElement, allowing Int operators to be applied to it.

  21. implicit def toQuartetElement[T1, T2, T3, T4](elem: Element[(T1, T2, T3, T4)]): QuartetElement[T1, T2, T3, T4]

    Implicit conversion of an element over quadruples to a QuartetElement, allowing component extractors to be applied to it.

  22. implicit def toQuintetElement[T1, T2, T3, T4, T5](elem: Element[(T1, T2, T3, T4, T5)]): QuintetElement[T1, T2, T3, T4, T5]

    Implicit conversion of an element over quintuples to a QuintetElement, allowing component extractors to be applied to it.

  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. implicit def toTrioElement[T1, T2, T3](elem: Element[(T1, T2, T3)]): TrioElement[T1, T2, T3]

    Implicit conversion of an element over triples to a TrioElement, allowing component extractors to be applied to it.

  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped