Class

com.bnd.chemistry.domain

AcSpeciesInteraction

Related Doc: package domain

Permalink

class AcSpeciesInteraction extends TechnicalDomainObject with FunctionHolder[Double, Double]

Linear Supertypes
FunctionHolder[Double, Double], TechnicalDomainObject, DomainObject[Long], Serializable, KeyHolder[Long], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AcSpeciesInteraction
  2. FunctionHolder
  3. TechnicalDomainObject
  4. DomainObject
  5. Serializable
  6. KeyHolder
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AcSpeciesInteraction()

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def copyFrom(arg0: DomainObject[Long]): Unit

    Permalink
    Definition Classes
    DomainObject
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getAction(): AcInteraction

    Permalink
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getFunction(): Function[Double, Double]

    Permalink
    Definition Classes
    AcSpeciesInteraction → FunctionHolder
  13. def getId(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject
  14. def getKey(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject → KeyHolder
  15. def getSettingFunction(): Function[Double, Double]

    Permalink
  16. def getSpecies(): AcSpecies

    Permalink
  17. def getSpeciesId(): Long

    Permalink
  18. def getSpeciesSet(): AcSpeciesSet

    Permalink
  19. def getVersion(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject
  20. def hashCode(): Int

    Permalink
    Definition Classes
    DomainObject → AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def setAction(action: AcInteraction): Unit

    Permalink
    Attributes
    protected[com.bnd.chemistry.domain]
  26. def setFunction(function: Function[Double, Double]): Unit

    Permalink
    Definition Classes
    AcSpeciesInteraction → FunctionHolder
  27. def setId(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject
  28. def setKey(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject → KeyHolder
  29. def setSettingFunction(settingFunction: Function[Double, Double]): Unit

    Permalink
  30. def setSpecies(species: AcSpecies): Unit

    Permalink
  31. def setVersion(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AcSpeciesInteraction → DomainObject → AnyRef → Any
  34. final def wait(): Unit

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

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

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

Inherited from FunctionHolder[Double, Double]

Inherited from TechnicalDomainObject

Inherited from DomainObject[Long]

Inherited from Serializable

Inherited from KeyHolder[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped