Uses of Class
net.sf.tweety.logics.pl.analysis.IcebergInconsistencyMeasure.ConsequenceOperation
-
Packages that use IcebergInconsistencyMeasure.ConsequenceOperation Package Description net.sf.tweety.logics.pl.analysis -
-
Uses of IcebergInconsistencyMeasure.ConsequenceOperation in net.sf.tweety.logics.pl.analysis
Methods in net.sf.tweety.logics.pl.analysis that return IcebergInconsistencyMeasure.ConsequenceOperation Modifier and Type Method Description static IcebergInconsistencyMeasure.ConsequenceOperation
IcebergInconsistencyMeasure.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 net.sf.tweety.logics.pl.analysis with parameters of type IcebergInconsistencyMeasure.ConsequenceOperation Modifier and Type Method Description void
IcebergInconsistencyMeasure. setConsequenceOperation(IcebergInconsistencyMeasure.ConsequenceOperation consequenceOperation)
Sets the consequence operation for this IcebergInconsistencyMeasure.Constructors in net.sf.tweety.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.
-