class ParamUpdate[T, U] extends Update
An update of a parameterised item of state s to have the value u
at parameter t.
- Source
- Machine.scala
- Alphabetic
- By Inheritance
- ParamUpdate
- Update
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ParamUpdate(s: ParamState[T, U], t: T, u: U)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
key: AnyRef
Return a key for use when checking consistency of this update with other updates.
Return a key for use when checking consistency of this update with other updates. Must uniquely determine the state that is being updated.
- Definition Classes
- ParamUpdate → Update
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
perform(): Unit
Perform this update.
Perform this update.
- Definition Classes
- ParamUpdate → Update
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
Convert to string representation.
Convert to string representation. Really only used when printing inconsistent state exceptions.
- Definition Classes
- ParamUpdate → AnyRef → Any
-
def
value: Any
Return the value to which the state is being updated.
Return the value to which the state is being updated.
- Definition Classes
- ParamUpdate → Update
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )