class FPCFAnalysesManager extends AnyRef
Enables the execution of a set of analyses.
To get an instance use the respective FPCFAnalysesManagerKey
.
- Alphabetic
- By Inheritance
- FPCFAnalysesManager
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def executedSchedules: List[Schedule[FPCFAnalysis]]
Returns the executed schedules.
Returns the executed schedules. The head is the latest executed schedule.
- val project: SomeProject
- final def runAll(analyses: Iterable[ComputationSpecification[FPCFAnalysis]], afterPhaseScheduling: (List[ComputationSpecification[FPCFAnalysis]]) => Unit = _ => ()): (PropertyStore, List[(ComputationSpecification[FPCFAnalysis], FPCFAnalysis)])
- final def runAll(analyses: ComputationSpecification[FPCFAnalysis]*): (PropertyStore, List[(ComputationSpecification[FPCFAnalysis], FPCFAnalysis)])