Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava.infer |
Modifier and Type | Class and Description |
---|---|
class |
ILPInference
This class employs an
ILPSolver to solve a constrained inference problem. |
Modifier and Type | Method and Description |
---|---|
static Inference |
InferenceManager.get(String n,
Object h)
Retrieves the
Inference object whose fully qualified name and head object are
specified. |
Modifier and Type | Method and Description |
---|---|
static void |
InferenceManager.put(Inference i)
Adds the given
Inference object to the cache, indexed its fully qualified name. |
static void |
InferenceManager.put(String name,
Inference i)
Adds the given
Inference object to the cache, indexed by an arbitrary name (NB:
Don't use unless you know what you're doing). |
void |
UniversalQuantifier.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
QuantifiedConstraintInvocation.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
PropositionalVariable.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
PropositionalNegation.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
PropositionalImplication.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
PropositionalDoubleImplication.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
PropositionalDisjunction.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
PropositionalConstant.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
PropositionalConjunction.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
PropositionalAtLeast.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
FirstOrderNegation.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
FirstOrderImplication.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
FirstOrderEqualityWithVariable.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
FirstOrderEqualityWithValue.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
FirstOrderEqualityTwoValues.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
FirstOrderDoubleImplication.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
FirstOrderDisjunction.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
FirstOrderConstant.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
FirstOrderConjunction.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
ExistentialQuantifier.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
abstract void |
Constraint.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
AtMostQuantifier.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
void |
AtLeastQuantifier.runVisit(Inference infer)
Calls the appropriate
visit(·) method of the given Inference
for this Constraint , as per the visitor pattern. |
Copyright © 2016. All rights reserved.