Class NonConflictingEGDsAnalyzer
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.analyzers.egds.NonConflictingEGDsAnalyzer
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanareEGDsNonConflictingWithTGDs(DependencySchema dependencySchema) Method responsible to check if the set of EGDs is non-conflicting 
- 
Constructor Details
- 
NonConflictingEGDsAnalyzer
public NonConflictingEGDsAnalyzer() 
 - 
 - 
Method Details
- 
areEGDsNonConflictingWithTGDs
Method responsible to check if the set of EGDs is non-conflicting- Parameters:
 dependencySchema- not null- Returns:
 - whether the egds of this schema are non-conflicting with the TGDs
 
 
 -