Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Predicate
Package
Description
-
Uses of Predicate in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain
ModifierConstructorDescriptionDependencySchema
(Set<Predicate> predicates, Set<Dependency> dependencies) -
Uses of Predicate in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.analyzers.egds
-
Uses of Predicate in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.creation
Modifier and TypeMethodDescriptionstatic DependencySchema
DependencySchemaFactory.createDependencySchema
(DependencySchemaSpec dependencySchemaSpec, Set<Predicate> relationalSchema) -
Uses of Predicate in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.parser
Modifier and TypeMethodDescription -
Uses of Predicate in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain
Modifier and TypeClassDescriptionclass
Mutable implementation of a logic predicate.Modifier and TypeMethodDescriptionAtom.getPredicate()
OrdinaryLiteral.getPredicate()
LogicSchema.getPredicateByName
(String predicateName) PredicatePosition.predicate()
Returns the value of thepredicate
record component.Modifier and TypeMethodDescriptionLogicSchema.getAllDerivedPredicates()
Level.getAllPredicates()
LogicSchema.getAllPredicates()
Modifier and TypeMethodDescriptionint
LevelHierarchy.getLevelIndexOfPredicate
(Predicate predicate) May throw exception if predicate is not contained in the hierarchyLevelHierarchy.getLevelOfPredicate
(Predicate predicate) May throw exception if predicate is not contained in the hierarchyModifierConstructorDescriptionPredicatePosition
(Predicate predicate, int position) Creates an instance of aPredicatePosition
record class.ModifierConstructorDescriptionLogicSchema
(Set<Predicate> predicates, Set<LogicConstraint> constraints) -
Uses of Predicate in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.exceptions
-
Uses of Predicate in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.visitor
-
Uses of Predicate in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.comparator
Modifier and TypeMethodDescriptionstatic boolean
PredicateComparator.hasSameNameAndArityAs
(Predicate p1, Predicate p2) -
Uses of Predicate in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.comparator.isomorphism
Modifier and TypeMethodDescriptionboolean
IsomorphismComparator.areIsomorphic
(Predicate p1, Predicate p2) -
Uses of Predicate in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation
Modifier and TypeMethodDescriptionLogicSchemaFactory.createLogicSchema
(LogicSchemaSpec<T> logicSchemaSpec, Set<Predicate> relationalSchema) ModifierConstructorDescriptionLiteralFactory
(Map<String, ? extends Predicate> predicatesByName) LogicSchemaBuilder
(ConstraintIDGenerator<T> constraintIDGenerator, Set<Predicate> predicates) QueryBuilder
(Set<Predicate> relationalSchema) -
Uses of Predicate in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation.spec.helpers
Modifier and TypeMethodDescriptionstatic List<PredicateSpec>
LogicSchemaToSpecHelper.buildPredicatesSpecs
(Set<Predicate> allPredicates) -
Uses of Predicate in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.parser
-
Uses of Predicate in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.printer