test
Class GroundingTest

java.lang.Object
  extended by infer.Infer
      extended by test.GroundingTest

public class GroundingTest
extends Infer

Testing class for grounding.


Field Summary
 
Fields inherited from class infer.Infer
db, grounding, mln, options
 
Constructor Summary
GroundingTest()
           
 
Method Summary
 java.lang.String getSimpleInferenceResult()
           
 void testGrounding()
          Test the function of grounding by counting the number of resulting atoms and clauses.
 
Methods inherited from class infer.Infer
cleanUp, ground, loadMLN, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroundingTest

public GroundingTest()
Method Detail

getSimpleInferenceResult

public final java.lang.String getSimpleInferenceResult()
                                                throws java.lang.Exception
Throws:
java.lang.Exception

testGrounding

public void testGrounding()
                   throws java.lang.Exception
Test the function of grounding by counting the number of resulting atoms and clauses.

Throws:
java.lang.Exception