Class

edu.berkeley.ce.sparkrocks

JointSet

Related Doc: package sparkrocks

Permalink

case class JointSet(strike: Double, dip: Double, jointSpacing: Double, persistence: Double, phi: Double, cohesion: Double, strikeStDev: Double = 0.0, dipStDev: Double = 0.0, jointSpacingStDev: Double = 0.0, persistenceStDev: Double = 0.0) extends Product with Serializable

Represents input joint set - allows for pattern matching to easily and clearly extract joint set fields

strike

Joint set strike (mean if stochastic)

dip

Joint set dip (mean if stochastic)

jointSpacing

Joint set spacing (mean if stochastic)

persistence

Joint set persistence (mean if non-persistent)

phi

Joint set friction angle

cohesion

Joint set cohesion

strikeStDev

Strike standard deviation

dipStDev

Dip standard deviation

jointSpacingStDev

Joint spacing standard deviation

persistenceStDev

Persistence standard deviation

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JointSet
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JointSet(strike: Double, dip: Double, jointSpacing: Double, persistence: Double, phi: Double, cohesion: Double, strikeStDev: Double = 0.0, dipStDev: Double = 0.0, jointSpacingStDev: Double = 0.0, persistenceStDev: Double = 0.0)

    Permalink

    strike

    Joint set strike (mean if stochastic)

    dip

    Joint set dip (mean if stochastic)

    jointSpacing

    Joint set spacing (mean if stochastic)

    persistence

    Joint set persistence (mean if non-persistent)

    phi

    Joint set friction angle

    cohesion

    Joint set cohesion

    strikeStDev

    Strike standard deviation

    dipStDev

    Dip standard deviation

    jointSpacingStDev

    Joint spacing standard deviation

    persistenceStDev

    Persistence standard deviation

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. val cohesion: Double

    Permalink

    Joint set cohesion

  7. val dip: Double

    Permalink

    Joint set dip (mean if stochastic)

  8. val dipStDev: Double

    Permalink

    Dip standard deviation

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  13. val isStochastic: Boolean

    Permalink
  14. val jointSpacing: Double

    Permalink

    Joint set spacing (mean if stochastic)

  15. val jointSpacingStDev: Double

    Permalink

    Joint spacing standard deviation

  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. val persistence: Double

    Permalink

    Joint set persistence (mean if non-persistent)

  20. val persistenceStDev: Double

    Permalink

    Persistence standard deviation

  21. val phi: Double

    Permalink

    Joint set friction angle

  22. val strike: Double

    Permalink

    Joint set strike (mean if stochastic)

  23. val strikeStDev: Double

    Permalink

    Strike standard deviation

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped