Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<Formula> |
CRFDescription.formulas |
java.util.ArrayList<Formula> |
CRFDescription.objectives |
Modifier and Type | Method and Description |
---|---|
IRandomAccessible<Formula> |
GroundFindFormulaMap.findMatching(boolean positive,
ScanTerm term) |
java.util.Iterator<Formula> |
GroundFindFormulaMap.getFormulas() |
abstract java.util.Iterator<Formula> |
GroundFindFormula.getFormulas() |
Modifier and Type | Method and Description |
---|---|
void |
GroundFindFormulaMap.add(Formula f) |
void |
DefineCreate.add(Formula origin) |
abstract void |
GroundFindFormula.add(Formula f) |
void |
CRFState.addFormula(Formula f) |
void |
GroundFindFormulaMap.remove(Formula f) |
abstract void |
GroundFindFormula.remove(Formula f) |
void |
CRFState.removeFormula(Formula f) |
Modifier and Type | Class and Description |
---|---|
class |
RemovableFormula |
Modifier and Type | Method and Description |
---|---|
void |
FactorFunction.add(Formula origin) |
void |
FactorCreate.add(Formula origin) |
void |
FormulaCreate.add(Formula origin) |
void |
MemberCreate.add(Formula origin) |
Modifier and Type | Method and Description |
---|---|
void |
BetaWeights.add(Formula origin) |
void |
ParamCreate.add(Formula origin) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Formula> |
GroundFindFormulaList.getFormulas() |
Modifier and Type | Method and Description |
---|---|
void |
GroundFindFormulaList.add(Formula f) |
void |
GroundFindFormulaList.remove(Formula f) |
Modifier and Type | Method and Description |
---|---|
void |
FormulaTermCollection.add(Formula origin) |
void |
FunctionConditional.add(Formula origin) |
Constructor and Description |
---|
FunctionConditional(FormulaCreate wrappedCreate,
Formula f,
java.util.Collection<java.lang.Integer> conditions,
Binds binds) |
Modifier and Type | Method and Description |
---|---|
static java.util.HashSet<java.lang.String> |
BasicCheck.checkBasic(java.util.Collection<Formula> formulas) |
static java.util.HashSet<java.lang.String> |
GroundableCheck.checkBindable(java.util.Collection<Formula> formulas) |
static java.util.HashSet<java.lang.String> |
ConstantCheck.checkConstant(java.util.Collection<Formula> formulas) |