IProductFrom

core.domain.preprocessor.IProductFrom
See theIProductFrom companion object
case class IProductFrom(productFrom: PRODUCT_FROM) extends Interactant

Represents a product's formation as an interactant.

Value parameters

productFrom

The PRODUCT_FROM 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