Package com.articulate.sigma.trans
Class DB2KIF
java.lang.Object
com.articulate.sigma.trans.DB2KIF
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCheck values in a spreadsheet format where the columns have been mapped to relations and there is a set of good and bad values compiled for the arguments to those relations.A convenience method that gets the set of values not expected for the given argument to a relation.A convenience method that gets the set of expected values for the given argument to a relation.A convenience method that gets the maximum expected value for the given argument to a relation.A convenience method that gets the minimum expected value for the given argument to a relation.static voidinitSampleValues(DB2KIF dbkif) Create some sample good and bad values for testingstatic voidinitValues(DB2KIF dbkif) Take statements in SUMO and generate sets of good or bad values for relationsstatic voidvoidvoid
-
Field Details
-
column2Rel
-
symbol2Term
-
symbolMatches
-
units
-
badValues
-
goodValues
-
maxValue
-
minValue
-
action
public com.articulate.sigma.trans.DB2KIF.Action action -
defaultRowType
-
kb
-
KIF
-
-
Constructor Details
-
DB2KIF
public DB2KIF()
-
-
Method Details
-
getMin
A convenience method that gets the minimum expected value for the given argument to a relation. Return null if there is no such value specified for the relation and argument number. -
getMax
A convenience method that gets the maximum expected value for the given argument to a relation. Return null if there is no such value specified for the relation and argument number. -
getGood
A convenience method that gets the set of expected values for the given argument to a relation. Return null if there are no such values specified for the relation and argument number. -
getBad
A convenience method that gets the set of values not expected for the given argument to a relation. Return null if there are no such values specified for the relation and argument number. -
clean
Check values in a spreadsheet format where the columns have been mapped to relations and there is a set of good and bad values compiled for the arguments to those relations. -
initSampleValues
Create some sample good and bad values for testing -
initValues
Take statements in SUMO and generate sets of good or bad values for relations -
provingClean
public void provingClean() -
toKIF
-
main
-