Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.LogicSchema
Packages that use LogicSchema
Package
Description
-
Uses of LogicSchema in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.visitor
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.visitor with parameters of type LogicSchema -
Uses of LogicSchema in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.comparator.isomorphism
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.comparator.isomorphism with parameters of type LogicSchemaModifier and TypeMethodDescriptionboolean
IsomorphismComparator.areIsomorphic
(LogicSchema schema1, LogicSchema schema2) Check whether two logic schemas are isomorphic -
Uses of LogicSchema in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation that return LogicSchemaModifier and TypeMethodDescriptionLogicSchemaBuilder.build()
LogicSchemaFactory.createLogicSchema
(LogicSchemaSpec<T> logicSchemaSpec) LogicSchemaFactory.createLogicSchema
(LogicSchemaSpec<T> logicSchemaSpec, Set<Predicate> relationalSchema) -
Uses of LogicSchema in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.parser
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.parser that return LogicSchemaModifier and TypeMethodDescription -
Uses of LogicSchema in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.printer
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.printer with parameters of type LogicSchemaModifier and TypeMethodDescriptionLogicSchemaPrinter.print
(LogicSchema logicSchema) LogicSchemaPrinter.visit
(LogicSchema logicSchema) -
Uses of LogicSchema in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.processes
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.processes that return LogicSchemaModifier and TypeMethodDescriptionPredicateCleaner.clean
(LogicSchema logicSchema) TrivialLiteralCleaner.clean
(LogicSchema logicSchema) LogicProcess.execute
(LogicSchema logicSchema) execute the transformationLogicProcessPipeline.execute
(LogicSchema inputLogicSchema) Executes the pipelineLogicSchemaTransformationProcess.execute
(LogicSchema logicSchema) SchemaTransformation.original()
Returns the value of theoriginal
record component.BodySorter.sort
(LogicSchema logicSchema) SingleDerivationRuleTransformer.transform
(LogicSchema logicSchema) SchemaTransformation.transformed()
Returns the value of thetransformed
record component.SchemaUnfolder.unfold
(LogicSchema schema) Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.processes with parameters of type LogicSchemaModifier and TypeMethodDescriptionprotected void
LogicSchemaTransformationProcess.checkLogicSchema
(LogicSchema logicSchema) PredicateCleaner.clean
(LogicSchema logicSchema) TrivialLiteralCleaner.clean
(LogicSchema logicSchema) LogicProcess.execute
(LogicSchema logicSchema) execute the transformationLogicProcessPipeline.execute
(LogicSchema inputLogicSchema) Executes the pipelineLogicSchemaTransformationProcess.execute
(LogicSchema logicSchema) BodySorter.executeTransformation
(LogicSchema logicSchema) EqualityReplacer.executeTransformation
(LogicSchema logicSchema) PredicateCleaner.executeTransformation
(LogicSchema logicSchema) SchemaTransformationProcess.executeTransformation
(LogicSchema logicSchema) SchemaTransformationProcessPipeline.executeTransformation
(LogicSchema inputLogicSchema) SchemaUnfolder.executeTransformation
(LogicSchema logicSchema) SingleDerivationRuleTransformer.executeTransformation
(LogicSchema logicSchema) TrivialLiteralCleaner.executeTransformation
(LogicSchema logicSchema) BodySorter.sort
(LogicSchema logicSchema) SingleDerivationRuleTransformer.transform
(LogicSchema logicSchema) SchemaUnfolder.unfold
(LogicSchema schema) Constructors in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.processes with parameters of type LogicSchemaModifierConstructorDescriptionSchemaTransformation
(LogicSchema original, LogicSchema transformed, SchemaTraceabilityMap schemaTraceabilityMap) Creates an instance of aSchemaTransformation
record class.