Class ImpactOptions


  • public final class ImpactOptions
    extends Object
    Options affecting how Impact analysis calculations are performed.
    • Constructor Detail

      • ImpactOptions

        public ImpactOptions()
    • Method Detail

      • getKeepEvidenceNotAnalyzed

        public boolean getKeepEvidenceNotAnalyzed()
        Gets a value which when true retains evidence not being analysed, or when false ignores it.
      • setKeepEvidenceNotAnalyzed

        public void setKeepEvidenceNotAnalyzed​(boolean value)
        Sets a value which when true retains evidence not being analysed, or when false ignores it.
      • getSubsetMethod

        public ImpactSubsetMethod getSubsetMethod()
        Gets a value which determines whether evidence subsets are included, excluded or both.
      • setSubsetMethod

        public void setSubsetMethod​(ImpactSubsetMethod value)
        Sets a value which determines whether evidence subsets are included, excluded or both.
      • getMaxEvidenceSubsetSize

        public int getMaxEvidenceSubsetSize()
        Gets the maximum size of evidence subsets to consider.
      • setMaxEvidenceSubsetSize

        public void setMaxEvidenceSubsetSize​(int value)
        Sets the maximum size of evidence subsets to consider.
      • getFactory

        public InferenceFactory getFactory()
        Gets the inference factory which is used to create inference engines during an impact analysis.
      • setFactory

        public void setFactory​(InferenceFactory value)
        Sets the inference factory which is used to create inference engines during an impact analysis.