Class/Object

analyzers.ConfigurationAnalyzer

OrderedCompTrace

Related Docs: object OrderedCompTrace | package ConfigurationAnalyzer

Permalink

class OrderedCompTrace extends Ordered[(ConfigurationAnalyzer.this)#OrderedCompTrace]

Class encoding of component traces which can be ordered

Linear Supertypes
Ordered[(ConfigurationAnalyzer.this)#OrderedCompTrace], Comparable[(ConfigurationAnalyzer.this)#OrderedCompTrace], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrderedCompTrace
  2. Ordered
  3. Comparable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OrderedCompTrace(value: Map[BasicFlowIdent, FlowValue])(implicit orderFlowIdent: Ordering[BasicFlowIdent], orderFlowConst: Ordering[FlowConst])

    Permalink

    value

    the value for each input and output flows of the component

    orderFlowIdent

    the implicit ordering according to flow identifiers

    orderFlowConst

    the implicit ordering according to constants names

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: (ConfigurationAnalyzer.this)#OrderedCompTrace): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: (ConfigurationAnalyzer.this)#OrderedCompTrace): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: (ConfigurationAnalyzer.this)#OrderedCompTrace): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: (ConfigurationAnalyzer.this)#OrderedCompTrace): Boolean

    Permalink
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compare(that: (ConfigurationAnalyzer.this)#OrderedCompTrace): Int

    Permalink

    Compare to anothe component trace by comparing valuations strging

    Compare to anothe component trace by comparing valuations strging

    that

    the other component trace

    returns

    comparison with the other trace

    Definition Classes
    OrderedCompTrace → Ordered
  11. def compareTo(that: (ConfigurationAnalyzer.this)#OrderedCompTrace): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. lazy val hashCode: Int

    Permalink
    Definition Classes
    OrderedCompTrace → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    OrderedCompTrace → AnyRef → Any
  23. val valuationInOrder: String

    Permalink

    valuations of the flows sorted with orderFlowConst and translated to String

  24. val value: Map[BasicFlowIdent, FlowValue]

    Permalink

    the value for each input and output flows of the component

  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Ordered[(ConfigurationAnalyzer.this)#OrderedCompTrace]

Inherited from Comparable[(ConfigurationAnalyzer.this)#OrderedCompTrace]

Inherited from AnyRef

Inherited from Any

Ungrouped