// If the value is completely unknown everything is possible.
if(attributeValue instanceof Null && !(v instanceof Null)){
return new UncertainTrue(0.0f);
}
boolean logicalValue = attributeValue.gte(v, at.getType());
return evaluateUncertainTrueValue(at, v,wm, Formulae.OP_GTE, logicalValue);
}
/**
* The method calculates the certainty of the formula being true.