Class TGD
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain.Dependency
edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain.TGD
Tuple-Generating Dependency
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<T> Taccept(DependencySchemaVisitor<T> visitor) getHead()booleanbooleanisLinear()toString()Methods inherited from class edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain.Dependency
containsBuiltInOrNegatedLiteralInBody, getBody, getUniversalVariables 
- 
Constructor Details
- 
TGD
 
 - 
 - 
Method Details
- 
getExistentialVariables
 - 
getHead
 - 
getFrontierVariables
- Returns:
 - those variables that appear both, in the head and the body of the TGD
 
 - 
isLinear
public boolean isLinear() - 
isGuarded
public boolean isGuarded() - 
accept
- Specified by:
 acceptin classDependency
 - 
toString
 
 -