Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava.infer |
Modifier and Type | Field and Description |
---|---|
protected FirstOrderVariable |
FirstOrderEqualityWithVariable.left
The variable on the left of the equality.
|
protected FirstOrderVariable |
FirstOrderEqualityWithValue.left
The variable on the left of the equality.
|
protected FirstOrderVariable |
FirstOrderEqualityWithVariable.right
The classifier application on the right of the equality.
|
Modifier and Type | Method and Description |
---|---|
FirstOrderVariable |
Inference.getVariable(FirstOrderVariable v)
Retrieves the requested variable, creating it first if it doesn't yet exist.
|
Modifier and Type | Method and Description |
---|---|
FirstOrderVariable |
Inference.getVariable(FirstOrderVariable v)
Retrieves the requested variable, creating it first if it doesn't yet exist.
|
Constructor and Description |
---|
FirstOrderEqualityWithValue(boolean e,
FirstOrderVariable l,
String r)
Initializing constructor.
|
FirstOrderEqualityWithValue(boolean e,
FirstOrderVariable l,
String r,
EqualityArgumentReplacer ear)
This constructor specifies a variable setter for when this equality is quantified.
|
FirstOrderEqualityWithVariable(boolean e,
FirstOrderVariable l,
FirstOrderVariable r)
Initializing constructor.
|
FirstOrderEqualityWithVariable(boolean e,
FirstOrderVariable l,
FirstOrderVariable r,
EqualityArgumentReplacer ear)
This constructor specifies a variable setter for when this equality is quantified.
|
Copyright © 2016. All rights reserved.