A C F G L P S T

A

addFriendsScoreClause() - Method in class com.googlecode.thebeast.pml.SocialNetworkPMLNFixture
 
addSymmetryClause() - Method in class com.googlecode.thebeast.pml.SocialNetworkPMLNFixture
 
anna - Variable in class com.googlecode.thebeast.world.SocialNetworkSignatureFixture
A constant representing anna.

C

cancer - Variable in class com.googlecode.thebeast.world.SocialNetworkSignatureFixture
The predicate representing the (unary) cancer relation.
com.googlecode.thebeast.inference - package com.googlecode.thebeast.inference
 
com.googlecode.thebeast.pml - package com.googlecode.thebeast.pml
 
com.googlecode.thebeast.util - package com.googlecode.thebeast.util
 
com.googlecode.thebeast.world - package com.googlecode.thebeast.world
 
com.googlecode.thebeast.world.sql - package com.googlecode.thebeast.world.sql
 

F

friends - Variable in class com.googlecode.thebeast.pml.SocialNetworkPMLNFixture
 
friends - Variable in class com.googlecode.thebeast.world.SocialNetworkSignatureFixture
The predicate representing the friends relation.
friendsScore - Variable in class com.googlecode.thebeast.pml.SocialNetworkPMLNFixture
 
friendsScore - Variable in class com.googlecode.thebeast.world.SocialNetworkSignatureFixture
 
friendsScoreClause - Variable in class com.googlecode.thebeast.pml.SocialNetworkPMLNFixture
 

G

gmn - Variable in class com.googlecode.thebeast.pml.SocialNetworkGroundMarkovNetworkFixture
 
groundFriendsPeterAnnaImpliesFriendsAnnaPeter() - Method in class com.googlecode.thebeast.pml.SocialNetworkGroundMarkovNetworkFixture
 
groundLocalPeterAnnaAreFriendsClause() - Method in class com.googlecode.thebeast.pml.SocialNetworkGroundMarkovNetworkFixture
 

L

localClause - Variable in class com.googlecode.thebeast.pml.SocialNetworkGroundMarkovNetworkFixture
 

P

person - Variable in class com.googlecode.thebeast.world.SocialNetworkSignatureFixture
The type that contains person constants.
peter - Variable in class com.googlecode.thebeast.world.SocialNetworkSignatureFixture
A constant representing peter.
pmln - Variable in class com.googlecode.thebeast.pml.SocialNetworkPMLNFixture
 

S

sebastian - Variable in class com.googlecode.thebeast.world.SocialNetworkSignatureFixture
A constant representing Sebastian.
setUp() - Method in class com.googlecode.thebeast.inference.TestExhaustiveMAPSolverSolveSimpleNetwork
 
setUp() - Method in class com.googlecode.thebeast.inference.TestNaiveFirstOrderMAPSolverSolveSimplePMLN
 
setUp() - Method in class com.googlecode.thebeast.pml.TestGroundMarkovNetworkExtractFeatureVector
 
setUp() - Method in class com.googlecode.thebeast.pml.TestGroundMarkovNetworkGroundingSimpleClause
 
setUp() - Method in class com.googlecode.thebeast.pml.TestPMLVector
 
setUp() - Method in class com.googlecode.thebeast.pml.TestWeights
 
setUp() - Method in class com.googlecode.thebeast.world.sql.TestSQLWorld
Sets up a basic test fixture with type1 = {A,B}, type2={C,D}, pred1(type1,type2) and pred2(type1).
setUp() - Method in class com.googlecode.thebeast.world.TestConstantTuple
Sets up a test fixture with a few types and constants to pick from.
setUp() - Method in class com.googlecode.thebeast.world.TestRelation
Sets up the basic fixture: two types type1 and type2 and a binary predicate pred(type1,type2) and a world with this signature.
setUp() - Method in class com.googlecode.thebeast.world.TestWorldQueries
Sets up the basic test fixture.
signature - Variable in class com.googlecode.thebeast.pml.SocialNetworkGroundMarkovNetworkFixture
 
signature - Variable in class com.googlecode.thebeast.pml.SocialNetworkPMLNFixture
 
signature - Variable in class com.googlecode.thebeast.world.SocialNetworkSignatureFixture
The signature we use to create the symbols.
signatureFixture - Variable in class com.googlecode.thebeast.pml.SocialNetworkPMLNFixture
 
smokes - Variable in class com.googlecode.thebeast.world.SocialNetworkSignatureFixture
The predicate representing the (unary) smokes relation.
SocialNetworkGroundMarkovNetworkFixture - Class in com.googlecode.thebeast.pml
 
SocialNetworkGroundMarkovNetworkFixture(Signature) - Constructor for class com.googlecode.thebeast.pml.SocialNetworkGroundMarkovNetworkFixture
 
SocialNetworkPMLNFixture - Class in com.googlecode.thebeast.pml
 
SocialNetworkPMLNFixture(SocialNetworkSignatureFixture) - Constructor for class com.googlecode.thebeast.pml.SocialNetworkPMLNFixture
 
socialNetworkSignatureFixture - Variable in class com.googlecode.thebeast.pml.SocialNetworkGroundMarkovNetworkFixture
 
SocialNetworkSignatureFixture - Class in com.googlecode.thebeast.world
A SocialNetworkFixture consists of a signature with a Person type and friends, smokes and cancer predicates, as well as a few named constants.
SocialNetworkSignatureFixture(Signature) - Constructor for class com.googlecode.thebeast.world.SocialNetworkSignatureFixture
Sets up the basic social network fixture.
symmetryClause - Variable in class com.googlecode.thebeast.pml.SocialNetworkGroundMarkovNetworkFixture
 
symmetryClause - Variable in class com.googlecode.thebeast.pml.SocialNetworkPMLNFixture
 

T

testAddParent() - Method in class com.googlecode.thebeast.world.sql.TestSQLWorld
Tests whether the addParent method throws the proper exception when a local relation for the given predicate already exists.
testAddTuple() - Method in class com.googlecode.thebeast.world.TestRelation
Tests adding of a single tuple.
TestConstantTuple - Class in com.googlecode.thebeast.world
Testing the methods of the ConstantTuple class.
TestConstantTuple() - Constructor for class com.googlecode.thebeast.world.TestConstantTuple
 
testConstructor() - Method in class com.googlecode.thebeast.world.sql.TestSQLSignature
Tests the (hidden) constructor of the signature class.
testConstructor() - Method in class com.googlecode.thebeast.world.sql.TestSQLUserPredicate
Tests the UserPredicate constructor.
testConstructor() - Method in class com.googlecode.thebeast.world.sql.TestSQLUserType
Tests the constructor.
testConstructor() - Method in class com.googlecode.thebeast.world.sql.TestSQLWorld
Tests the constructor of the World class.
testConstructor() - Method in class com.googlecode.thebeast.world.TestConstantTuple
Tests whether the constructor creates a tuple with the right constants at the right positions.
testContains() - Method in class com.googlecode.thebeast.world.TestRelation
Test the contains method.
testCreateConstant() - Method in class com.googlecode.thebeast.world.sql.TestSQLUserType
Tests the creation of constants.
testCreatePredicate() - Method in class com.googlecode.thebeast.world.sql.TestSQLSignature
Tests the creation of predicates via the signature class.
testCreateType() - Method in class com.googlecode.thebeast.world.sql.TestSQLSignature
Tests the creation of types via the signature class.
testCreateWorldWithInheritedClosedPredicates() - Method in class com.googlecode.thebeast.world.sql.TestSQLSignature
 
testDefaultValue() - Method in class com.googlecode.thebeast.pml.TestWeights
 
TestExhaustiveMAPSolverSolveSimpleNetwork - Class in com.googlecode.thebeast.inference
 
TestExhaustiveMAPSolverSolveSimpleNetwork() - Constructor for class com.googlecode.thebeast.inference.TestExhaustiveMAPSolverSolveSimpleNetwork
 
testExistentialImplication() - Method in class com.googlecode.thebeast.world.TestWorldQueries
Test a query with an existential variable.
testExtractedFeatureVectorHasCorrectValueForFalseClause() - Method in class com.googlecode.thebeast.pml.TestGroundMarkovNetworkExtractFeatureVector
 
testExtractedFeatureVectorHasCorrectValueForTrueClause() - Method in class com.googlecode.thebeast.pml.TestGroundMarkovNetworkExtractFeatureVector
 
testGetConstant() - Method in class com.googlecode.thebeast.world.sql.TestSQLDoubleType
Test the getConstant methods.
testGetConstant() - Method in class com.googlecode.thebeast.world.sql.TestSQLIntegerType
Test the getConstant methods.
testGetRelationWithoutParent() - Method in class com.googlecode.thebeast.world.sql.TestSQLWorld
Tests whether multiply getRelation method return the same relation object.
testGetRelationWithParent() - Method in class com.googlecode.thebeast.world.sql.TestSQLWorld
Tests whether the child world returns the relations of the corresponding parent worlds.
testGetSymbolForBuiltInSymbols() - Method in class com.googlecode.thebeast.world.sql.TestSQLSignature
Test whether the get symbol method returns the right (default) symbols.
testGetUserPredicate() - Method in class com.googlecode.thebeast.world.TestConstantTuple
Tests whether the getUserPredicate method is consistent with the get method.
testGroundCreatesBodyAtomWithRightPredicate() - Method in class com.googlecode.thebeast.pml.TestGroundMarkovNetworkGroundingSimpleClause
 
testGroundCreatesBodyWithCorrectAtomArgument() - Method in class com.googlecode.thebeast.pml.TestGroundMarkovNetworkGroundingSimpleClause
 
testGroundCreatesBodyWithRightNumberOfAtoms() - Method in class com.googlecode.thebeast.pml.TestGroundMarkovNetworkGroundingSimpleClause
 
testGroundCreatesBodyWithRightStaticPredicate() - Method in class com.googlecode.thebeast.pml.TestGroundMarkovNetworkGroundingSimpleClause
 
testGroundCreatesFactorWithOriginalClause() - Method in class com.googlecode.thebeast.pml.TestGroundMarkovNetworkGroundingSimpleClause
 
testGroundCreatesNodeThatCanBeAccessedByAnAtomSpec() - Method in class com.googlecode.thebeast.pml.TestGroundMarkovNetworkGroundingSimpleClause
 
testGroundCreatesRightNumberOfFactors() - Method in class com.googlecode.thebeast.pml.TestGroundMarkovNetworkGroundingSimpleClause
 
TestGroundMarkovNetworkExtractFeatureVector - Class in com.googlecode.thebeast.pml
 
TestGroundMarkovNetworkExtractFeatureVector() - Constructor for class com.googlecode.thebeast.pml.TestGroundMarkovNetworkExtractFeatureVector
 
TestGroundMarkovNetworkGroundingSimpleClause - Class in com.googlecode.thebeast.pml
 
TestGroundMarkovNetworkGroundingSimpleClause() - Constructor for class com.googlecode.thebeast.pml.TestGroundMarkovNetworkGroundingSimpleClause
 
testIsIterable() - Method in class com.googlecode.thebeast.world.sql.TestSQLUserType
Tests the isIterable method.
testIterator() - Method in class com.googlecode.thebeast.world.sql.TestSQLUserType
Tests the iterator method.
testIterator() - Method in class com.googlecode.thebeast.world.TestRelation
Test the relation iterator.
TestNaiveFirstOrderMAPSolverSolveSimplePMLN - Class in com.googlecode.thebeast.inference
 
TestNaiveFirstOrderMAPSolverSolveSimplePMLN() - Constructor for class com.googlecode.thebeast.inference.TestNaiveFirstOrderMAPSolverSolveSimplePMLN
 
testOneAtomInOuterConjunctionQuery() - Method in class com.googlecode.thebeast.world.TestWorldQueries
Tests a simple query with only one atom in the outer conjunction and zero in the inner conjunction.
TestPMLVector - Class in com.googlecode.thebeast.pml
 
TestPMLVector() - Constructor for class com.googlecode.thebeast.pml.TestPMLVector
 
testPredicateAddedEvent() - Method in class com.googlecode.thebeast.world.sql.TestSQLSignature
Tests whether the signature class fires predicate added events properly.
TestReflectiveProducer - Class in com.googlecode.thebeast.util
Tests the ReflectiveProducer class.
TestReflectiveProducer() - Constructor for class com.googlecode.thebeast.util.TestReflectiveProducer
 
TestReflectiveProducer.Apple - Class in com.googlecode.thebeast.util
An apple.
TestReflectiveProducer.Apple() - Constructor for class com.googlecode.thebeast.util.TestReflectiveProducer.Apple
 
TestReflectiveProducer.Baker - Class in com.googlecode.thebeast.util
A Baker bakes pies.
TestReflectiveProducer.Baker() - Constructor for class com.googlecode.thebeast.util.TestReflectiveProducer.Baker
 
TestReflectiveProducer.Fruit - Class in com.googlecode.thebeast.util
A fruit.
TestReflectiveProducer.Fruit() - Constructor for class com.googlecode.thebeast.util.TestReflectiveProducer.Fruit
 
TestReflectiveProducer.Orange - Class in com.googlecode.thebeast.util
An orange.
TestReflectiveProducer.Orange() - Constructor for class com.googlecode.thebeast.util.TestReflectiveProducer.Orange
 
TestReflectiveVisitor - Class in com.googlecode.thebeast.util
Tests the ReflectiveIterator class.
TestReflectiveVisitor() - Constructor for class com.googlecode.thebeast.util.TestReflectiveVisitor
 
TestReflectiveVisitor.Apple - Class in com.googlecode.thebeast.util
Empty Apple class.
TestReflectiveVisitor.Apple() - Constructor for class com.googlecode.thebeast.util.TestReflectiveVisitor.Apple
 
TestReflectiveVisitor.Eater - Class in com.googlecode.thebeast.util
A test implementation of the ReflectiveIterator.
TestReflectiveVisitor.Eater() - Constructor for class com.googlecode.thebeast.util.TestReflectiveVisitor.Eater
 
TestReflectiveVisitor.Fruit - Class in com.googlecode.thebeast.util
Empty Fruit class.
TestReflectiveVisitor.Fruit() - Constructor for class com.googlecode.thebeast.util.TestReflectiveVisitor.Fruit
 
TestReflectiveVisitor.Orange - Class in com.googlecode.thebeast.util
Empty Orange class.
TestReflectiveVisitor.Orange() - Constructor for class com.googlecode.thebeast.util.TestReflectiveVisitor.Orange
 
TestRelation - Class in com.googlecode.thebeast.world
Tests the methods of the Relation class.
TestRelation() - Constructor for class com.googlecode.thebeast.world.TestRelation
 
testSet() - Method in class com.googlecode.thebeast.pml.TestWeights
 
testSetAndGetWithIdenticalIndicesButDifferentObjects() - Method in class com.googlecode.thebeast.pml.TestPMLVector
 
testSimpleImplication() - Method in class com.googlecode.thebeast.world.TestWorldQueries
Tests a simple query with two atoms in the outer conjunction and one in the inner conjunction.
testSize() - Method in class com.googlecode.thebeast.world.sql.TestSQLUserType
Tests the size method of the UserType class.
testSize() - Method in class com.googlecode.thebeast.world.TestConstantTuple
Tests the size method.
testSolveResultAssignsCorrectValuesToUserPredicates() - Method in class com.googlecode.thebeast.inference.TestExhaustiveMAPSolverSolveSimpleNetwork
 
testSolveResultIsConsistentWithObservedUserPredicates() - Method in class com.googlecode.thebeast.inference.TestNaiveFirstOrderMAPSolverSolveSimplePMLN
 
testSolveResultIsConsistentWithStaticPredicates() - Method in class com.googlecode.thebeast.inference.TestExhaustiveMAPSolverSolveSimpleNetwork
 
testSolveResultIsCorrectForHiddenUserPredicates() - Method in class com.googlecode.thebeast.inference.TestNaiveFirstOrderMAPSolverSolveSimplePMLN
 
testSolveResultIsNotNull() - Method in class com.googlecode.thebeast.inference.TestExhaustiveMAPSolverSolveSimpleNetwork
 
testSolveResultIsNotNull() - Method in class com.googlecode.thebeast.inference.TestNaiveFirstOrderMAPSolverSolveSimplePMLN
 
testSolverPerformsCorrectNumberOfEvaluations() - Method in class com.googlecode.thebeast.inference.TestExhaustiveMAPSolverSolveSimpleNetwork
 
TestSQLDoubleType - Class in com.googlecode.thebeast.world.sql
 
TestSQLDoubleType() - Constructor for class com.googlecode.thebeast.world.sql.TestSQLDoubleType
 
TestSQLIntegerType - Class in com.googlecode.thebeast.world.sql
 
TestSQLIntegerType() - Constructor for class com.googlecode.thebeast.world.sql.TestSQLIntegerType
 
TestSQLSignature - Class in com.googlecode.thebeast.world.sql
Tests methods of the Signature class.
TestSQLSignature() - Constructor for class com.googlecode.thebeast.world.sql.TestSQLSignature
 
TestSQLUserPredicate - Class in com.googlecode.thebeast.world.sql
Testing the UserPredicate class.
TestSQLUserPredicate() - Constructor for class com.googlecode.thebeast.world.sql.TestSQLUserPredicate
 
TestSQLUserType - Class in com.googlecode.thebeast.world.sql
Testing the UserType.
TestSQLUserType() - Constructor for class com.googlecode.thebeast.world.sql.TestSQLUserType
 
TestSQLWorld - Class in com.googlecode.thebeast.world.sql
Tests for the World class.
TestSQLWorld() - Constructor for class com.googlecode.thebeast.world.sql.TestSQLWorld
 
testTwoAtomsInOuterConjunctionQuery() - Method in class com.googlecode.thebeast.world.TestWorldQueries
Tests a simple query with two atoms in the outer conjunction and zero in the inner conjunction.
testTypeEvents() - Method in class com.googlecode.thebeast.world.sql.TestSQLSignature
Tests whether the signature class fires type added events properly.
testVisit() - Method in class com.googlecode.thebeast.util.TestReflectiveProducer
Tests the vist method of the produce.
testVisit() - Method in class com.googlecode.thebeast.util.TestReflectiveVisitor
Tests the visit method of the visitor.
TestWeights - Class in com.googlecode.thebeast.pml
 
TestWeights() - Constructor for class com.googlecode.thebeast.pml.TestWeights
 
TestWorldQueries - Class in com.googlecode.thebeast.world
 
TestWorldQueries() - Constructor for class com.googlecode.thebeast.world.TestWorldQueries
 

A C F G L P S T

Copyright © 2009. All Rights Reserved.