Packages

c

org.opalj.fpcf

PhaseConfiguration

case class PhaseConfiguration[A](propertyKinds: PropertyKindsConfiguration, scheduled: List[ComputationSpecification[A]]) extends Product with Serializable

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

Instance Constructors

  1. new PhaseConfiguration(propertyKinds: PropertyKindsConfiguration, scheduled: List[ComputationSpecification[A]])

Value Members

  1. def productElementNames: Iterator[String]
    Definition Classes
    Product
  2. val propertyKinds: PropertyKindsConfiguration
  3. val scheduled: List[ComputationSpecification[A]]