Uses of Class
org.tweetyproject.logics.pl.analysis.IcebergInconsistencyMeasure.ConsequenceOperation
-
Packages that use IcebergInconsistencyMeasure.ConsequenceOperation Package Description org.tweetyproject.logics.pl.analysis -
-
Uses of IcebergInconsistencyMeasure.ConsequenceOperation in org.tweetyproject.logics.pl.analysis
Methods in org.tweetyproject.logics.pl.analysis that return IcebergInconsistencyMeasure.ConsequenceOperation Modifier and Type Method Description static IcebergInconsistencyMeasure.ConsequenceOperationIcebergInconsistencyMeasure.ConsequenceOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IcebergInconsistencyMeasure.ConsequenceOperation[]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.ConsequenceOperation Modifier and Type Method Description voidIcebergInconsistencyMeasure. setConsequenceOperation(IcebergInconsistencyMeasure.ConsequenceOperation consequenceOperation)Sets the consequence operation for this IcebergInconsistencyMeasure.Constructors in org.tweetyproject.logics.pl.analysis with parameters of type IcebergInconsistencyMeasure.ConsequenceOperation Constructor Description IcebergInconsistencyMeasure(IcebergInconsistencyMeasure.ConsequenceOperation c)Creates 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.
-