-
allSeffElements
Set<E> allSeffElements
All measurable SEFF Elements.
-
rdias
Set<E> rdias
All Resource Demanding Internal Actions.
-
branches
Set<E> branches
All SEFF Branches.
-
loops
Set<E> loops
All SEFF Loops.
-
externalCallParameters
Set<E> externalCallParameters
All External Call Parameter.
-
rdiasToBeMeasured
Set<E> rdiasToBeMeasured
All resource demanding internal actions which are to be measured.
-
branchesToBeMeasured
Set<E> branchesToBeMeasured
All SEFF branches which are to be measured.
-
loopsToBeMeasured
Set<E> loopsToBeMeasured
All SEFF loops which are to be count.
-
externalCallParameterToBeMeasured
Set<E> externalCallParameterToBeMeasured
All external call parameter which are to be measured.
-
rdiasMeasurementResults
Map<K,V> rdiasMeasurementResults
All resource demanding internal results.
-
branchDecisionMeasurementResults
Map<K,V> branchDecisionMeasurementResults
All SEFF branches results.
-
loopRepititionCountMeasurementResults
Map<K,V> loopRepititionCountMeasurementResults
All SEFF loop count results.
-
parameterChangeMeasurementResults
Map<K,V> parameterChangeMeasurementResults
All parameter change results.
-
proposedExpressions
Map<K,V> proposedExpressions
All evaluable expressions.
-
finalExpressions
Map<K,V> finalExpressions
Is the final expression.
-
fitnessFunction
EvaluableExpressionFitnessFunction fitnessFunction
Is the function to get a better evaluable expression result.
-
privateWrittenData
Map<K,V> privateWrittenData
-
projectInformation
ProjectInformation projectInformation
Information about the project belonging to this blackboard.