Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava.infer |
Modifier and Type | Field and Description |
---|---|
static PropositionalConstant |
PropositionalConstant.False
false |
static PropositionalConstant |
PropositionalConstant.True
true |
Modifier and Type | Method and Description |
---|---|
boolean |
PropositionalVariable.moreSpecificThan(PropositionalConstant c)
Compares topology to determine if this constraint is more specific than the given constant;
note: this method is not required to be correct when it answers
false . |
boolean |
PropositionalNegation.moreSpecificThan(PropositionalConstant c)
Compares topology to determine if this constraint is more specific than the given constant;
note: this method is not required to be correct when it answers
false . |
boolean |
PropositionalImplication.moreSpecificThan(PropositionalConstant c)
Compares topology to determine if this constraint is more specific than the given constant;
note: this method is not required to be correct when it answers
false . |
boolean |
PropositionalDoubleImplication.moreSpecificThan(PropositionalConstant c)
Compares topology to determine if this constraint is more specific than the given constant;
note: this method is not required to be correct when it answers
false . |
boolean |
PropositionalDisjunction.moreSpecificThan(PropositionalConstant c)
Compares topology to determine if this constraint is more specific than the given constant;
note: this method is not required to be correct when it answers
false . |
abstract boolean |
PropositionalConstraint.moreSpecificThan(PropositionalConstant c)
Compares topology to determine if this constraint is more specific than the given constant;
note: this method is not required to be correct when it answers
false . |
boolean |
PropositionalConstant.moreSpecificThan(PropositionalConstant c)
Compares topology to determine if this constraint is more specific than the given constant;
note: this method is not required to be correct when it answers
false . |
boolean |
PropositionalConjunction.moreSpecificThan(PropositionalConstant c)
Compares topology to determine if this constraint is more specific than the given constant;
note: this method is not required to be correct when it answers
false . |
boolean |
PropositionalAtLeast.moreSpecificThan(PropositionalConstant c)
Compares topology to determine if this constraint is more specific than the given constant;
note: this method is not required to be correct when it answers
false . |
void |
Inference.visit(PropositionalConstant c)
Derived classes override this method to do some type of processing on constraints of the
parameter's type.
|
void |
ILPInference.visit(PropositionalConstant c)
Derived classes override this method to do some type of processing on constraints of the
parameter's type.
|
Copyright © 2016. All rights reserved.