예제 #1
0
	StructureEqualityInference()
			: SSBase("equal", "Check whether two structures are equal.") {
		setNameSpace(getStructureNamespaceName());
	}
예제 #2
0
	IsConsistentInference()
			: StructureBase("isconsistent", "Check whether the structure is consistent.") {
		setNameSpace(getStructureNamespaceName());
	}
예제 #3
0
	GetNbOfTwoValuedAtomsInStructure()
				: StructureBase("nrtwovaluedatoms", "Retrieve the number of two-valued atoms in the given structure.") {
			setNameSpace(getStructureNamespaceName());
		}
예제 #4
0
파일: clean.hpp 프로젝트: KULeuven-KRR/IDP
	CleanInference()
			: StructureBase("clean",
					"Combines fully specified three-valued relations into two-valued ones.\nModifies its argument and does not return anything.") {
		setNameSpace(getStructureNamespaceName());
	}
예제 #5
0
	SetTableValueInference(const char* command, const char* description, SETVALUE value)
			: SetTableValueInferenceBase(command, description, true), value_(value) {
		setNameSpace(getStructureNamespaceName());
	}
예제 #6
0
	TwoValuedExtensionsOfTableInference()
			: TwoValuedExtensionsOfTableInferenceBase("nbModelsTwoValuedExtensions", "Generate all two-valued extensions of all of the given structures.") {
		setNameSpace(getStructureNamespaceName());
	}