Uses of Enum
org.tweetyproject.logics.pl.analysis.IcebergInconsistencyMeasure.ConsequenceOperation
Packages that use IcebergInconsistencyMeasure.ConsequenceOperation
-
Uses of IcebergInconsistencyMeasure.ConsequenceOperation in org.tweetyproject.logics.pl.analysis
Methods in org.tweetyproject.logics.pl.analysis that return IcebergInconsistencyMeasure.ConsequenceOperationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.IcebergInconsistencyMeasure.ConsequenceOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tweetyproject.logics.pl.analysis with parameters of type IcebergInconsistencyMeasure.ConsequenceOperationModifier and TypeMethodDescriptionvoid
IcebergInconsistencyMeasure.setConsequenceOperation
(IcebergInconsistencyMeasure.ConsequenceOperation consequenceOperation) Sets the consequence operation for this IcebergInconsistencyMeasure.Constructors in org.tweetyproject.logics.pl.analysis with parameters of type IcebergInconsistencyMeasure.ConsequenceOperationModifierConstructorDescriptionCreates a new Iceberg Inconsistency Measure with the given consequence operation with default properties.IcebergInconsistencyMeasure
(IcebergInconsistencyMeasure.ConsequenceOperation c, boolean useSumVariant) Creates a new Iceberg Inconsistency Measure with the given consequence operation.