ua.gradsoft.managedfixture

SetOfStatesAndAspects

case class SetOfStatesAndAspects [SI <: FixtureStateTypes] (stateInfo: SI, allowedStartStates: Set[_137.startStates.Value forSome { val _137: SI }], neededStateAspects: Set[_139.stateAspects.Value forSome { val _139: SI }]) extends FixtureStateCondition[SI] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, FixtureStateCondition[SI], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SetOfStatesAndAspects
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. FixtureStateCondition
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SetOfStatesAndAspects (stateInfo: SI, allowedStartStates: Set[_143.startStates.Value forSome { val _143: SI }], neededStateAspects: Set[_144.stateAspects.Value forSome { val _144: SI }])

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

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

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def addState (s: _150.startStates.Value forSome { val _150: SI }): SetOfStatesAndAspects[SI]

  7. val allowedStartStates : Set[_138.startStates.Value forSome { val _138: SI }]

    set of states, from which test can be runned.

    set of states, from which test can be runned.

    Definition Classes
    SetOfStatesAndAspectsFixtureStateCondition
  8. def and (other: FixtureStateCondition[SI]): FixtureStateCondition[SI]

  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def canEqual (arg0: Any): Boolean

    Definition Classes
    SetOfStatesAndAspects → Equals
  11. def check (s: _91.startStates.Value forSome { val _91: SI }): Boolean

    check when state satisficy position

    check when state satisficy position

    Definition Classes
    FixtureStateCondition
  12. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

    Definition Classes
    SetOfStatesAndAspects → Equals → AnyRef → Any
  15. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def hashCode (): Int

    Definition Classes
    SetOfStatesAndAspects → AnyRef → Any
  18. def isInstanceOf [T0] : Boolean

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

    Attributes
    final
    Definition Classes
    AnyRef
  20. val neededStateAspects : Set[_140.stateAspects.Value forSome { val _140: SI }]

    set of state aspects, which must be clean

    set of state aspects, which must be clean

    Definition Classes
    SetOfStatesAndAspectsFixtureStateCondition
  21. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def or (other: FixtureStateCondition[SI]): FixtureStateCondition[SI]

  24. def productArity : Int

    Definition Classes
    SetOfStatesAndAspects → Product
  25. def productElement (arg0: Int): Any

    Definition Classes
    SetOfStatesAndAspects → Product
  26. def productIterator : Iterator[Any]

    Definition Classes
    Product
  27. def productPrefix : String

    Definition Classes
    SetOfStatesAndAspects → Product
  28. val stateInfo : SI

  29. def stateToLoad : _148.startStates.Value forSome { val _148: SI }

    Choose one state from correct, which is loaded by engine to start this preconditions.

    Choose one state from correct, which is loaded by engine to start this preconditions.

    Definition Classes
    SetOfStatesAndAspectsFixtureStateCondition
  30. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  31. def toString (): String

    Definition Classes
    SetOfStatesAndAspects → AnyRef → Any
  32. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. def withAnyState : FixtureStateCondition[SI]

    return condition where input state can be any (and used aspects same as current)

    return condition where input state can be any (and used aspects same as current)

    Definition Classes
    SetOfStatesAndAspectsFixtureStateCondition
  36. def withStartState (s: _152.startStates.Value forSome { val _152: SI }): FixtureStateCondition[SI]

    return condition wiht added startState s.

    return condition wiht added startState s.

    Definition Classes
    SetOfStatesAndAspectsFixtureStateCondition
  37. def withStartStates (s: Seq[_155.startStates.Value forSome { val _155: SI }]): FixtureStateCondition[SI]

    return condition whith input states from s.

    return condition whith input states from s.

    Definition Classes
    SetOfStatesAndAspectsFixtureStateCondition
  38. def withStateAspects (s: Seq[_157.stateAspects.Value forSome { val _157: SI }]): FixtureStateCondition[SI]

    return condition whith marked aspects from s

    return condition whith marked aspects from s

    Definition Classes
    SetOfStatesAndAspectsFixtureStateCondition
  39. def withUndefinedState : FixtureStateCondition[SI]

    return condition where input state is undefined.

    return condition where input state is undefined.

    Definition Classes
    SetOfStatesAndAspectsFixtureStateCondition

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from FixtureStateCondition[SI]

Inherited from AnyRef

Inherited from Any