Uses of Enum
org.tweetyproject.logics.pl.analysis.IcebergInconsistencyMeasure.ConsequenceOperation
-
Uses of IcebergInconsistencyMeasure.ConsequenceOperation in org.tweetyproject.logics.pl.analysis
Modifier 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.Modifier and TypeMethodDescriptionvoid
IcebergInconsistencyMeasure.setConsequenceOperation
(IcebergInconsistencyMeasure.ConsequenceOperation consequenceOperation) Sets the consequence operation for this IcebergInconsistencyMeasure.ModifierConstructorDescriptionCreates 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.