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
-
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(DependencySchemaVisitor<T> visitor) getHead()
boolean
boolean
isLinear()
toString()
Methods inherited from class edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain.Dependency
containsBuiltInOrNegatedLiteralInBody, getBody, getUniversalVariables
-
Constructor Details
-
TGD
-
-
Method Details
-
getHead
-
getExistentialVariables
-
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:
accept
in classDependency
-
toString
-