Class LogicSchemaWithoutIDsParser
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.services.parser.LogicSchemaParser<LogicConstraintWithoutIDSpec>
edu.upc.fib.inlab.imp.kse.logics.logicschema.services.parser.LogicSchemaWithoutIDsParser
-
Constructor Summary
ConstructorDescriptionLogicSchemaWithoutIDsParser
(TermTypeCriteria stringToTermSpecFactory, CustomBuiltInPredicateNameChecker builtInPredicateNameChecker) -
Method Summary
Modifier and TypeMethodDescriptionprotected LogicSchemaFactory<LogicConstraintWithoutIDSpec>
createVisitor
(StringToTermSpecFactory stringToTermSpecFactory) Methods inherited from class edu.upc.fib.inlab.imp.kse.logics.logicschema.services.parser.LogicSchemaParser
parse, parse, parseToSpec
-
Constructor Details
-
LogicSchemaWithoutIDsParser
public LogicSchemaWithoutIDsParser() -
LogicSchemaWithoutIDsParser
public LogicSchemaWithoutIDsParser(TermTypeCriteria stringToTermSpecFactory, CustomBuiltInPredicateNameChecker builtInPredicateNameChecker)
-
-
Method Details
-
createVisitor
protected LogicSchemaGrammarToSpecVisitor<LogicConstraintWithoutIDSpec> createVisitor(StringToTermSpecFactory stringToTermSpecFactory) - Specified by:
createVisitor
in classLogicSchemaParser<LogicConstraintWithoutIDSpec>
-
createLogicSchemaFactory
- Specified by:
createLogicSchemaFactory
in classLogicSchemaParser<LogicConstraintWithoutIDSpec>
-