public abstract class AbstractPolarityFeature
extends java.lang.Object
| Constructor and Description |
|---|
AbstractPolarityFeature() |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.Boolean |
invert(java.lang.Boolean p) |
protected java.lang.Boolean |
polarity(PosInOccurrence pos,
java.lang.Boolean formulaPol) |
protected java.lang.Boolean polarity(PosInOccurrence pos, java.lang.Boolean formulaPol)
formulaPol - the polarity of the complete formula (i.e. whether the formula
is part of antecedent or succedent, Boolean.TRUE
for antecedent)Boolean.TRUE,Boolean.FALSE or
nullprivate java.lang.Boolean invert(java.lang.Boolean p)