IAccelerate

core.domain.preprocessor.IAccelerate
See theIAccelerate companion object
case class IAccelerate(accelerate: ACCELERATE) extends Interactant

Represents acceleration conditions as an interactant.

Value parameters

accelerate

The ACCELERATE instance associated with the interactant.

Attributes

Companion
object
Source
Interactant.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Interactant
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product