Uses of Class
edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain.TGD
Packages that use TGD
Package
Description
- 
Uses of TGD in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain
Methods in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain that return types with arguments of type TGD - 
Uses of TGD in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain.visitor
Methods in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain.visitor with parameters of type TGD - 
Uses of TGD in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.analyzers
Method parameters in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.analyzers with type arguments of type TGDModifier and TypeMethodDescriptionstatic Set<LiteralPosition>StickyMarkingAnalyzer.getStickyMarking(List<TGD> tgds)  - 
Uses of TGD in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.analyzers.egds
Methods in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.analyzers.egds with parameters of type TGDModifier and TypeMethodDescriptionbooleanNonConflictingFDsAnalyzer.isConflicting(TGD tgd, FunctionalDependency fd) Method parameters in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.analyzers.egds with type arguments of type TGDModifier and TypeMethodDescriptionbooleanNonConflictingFDsAnalyzer.isConflicting(List<TGD> tgds, List<FunctionalDependency> fds) booleanNonConflictingFDsAnalyzer.isNonConflicting(List<TGD> tgds, List<FunctionalDependency> fds)  - 
Uses of TGD in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.creation.spec.helpers
Methods in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.creation.spec.helpers with parameters of type TGDModifier and TypeMethodDescriptionstatic TGDSpecDependencySchemaToSpecHelper.buildTGDSpec(TGD originalTGD)  - 
Uses of TGD in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.printer
Methods in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.printer with parameters of type TGD - 
Uses of TGD in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.processes
Methods in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.processes with parameters of type TGDModifier and TypeMethodDescriptionstatic booleanSingleExistentialVarTGDTransformer.containsOneExistentiallyQuantifiedVariable(TGD tgd)