Packages

case class Result(finalEP: FinalEP[Entity, Property]) extends FinalPropertyComputationResult with Product with Serializable

Encapsulates the final result of the computation of the property p for the given entity e. See EOptionP#ub for a discussion related to properties.

Source
PropertyComputationResult.scala
See also

FinalPropertyComputationResult for further information.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Result
  2. Serializable
  3. Product
  4. Equals
  5. FinalPropertyComputationResult
  6. ProperPropertyComputationResult
  7. PropertyComputationResult
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Result(e: Entity, p: Property)
  2. new Result(finalEP: FinalEP[Entity, Property])

Value Members

  1. val finalEP: FinalEP[Entity, Property]
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def toString(): String
    Definition Classes
    Result → AnyRef → Any