| Package | Description |
|---|---|
| ca.uqac.dim.turtledb |
| Modifier and Type | Class and Description |
|---|---|
class |
Equality |
class |
LogicalAnd |
class |
LogicalNot |
class |
LogicalOr |
class |
NAryCondition |
| Modifier and Type | Field and Description |
|---|---|
protected Condition |
Join.m_condition |
protected Condition |
Selection.m_condition |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Condition> |
NAryCondition.m_conditions |
| Modifier and Type | Method and Description |
|---|---|
protected static Condition |
XmlQueryParser.parseCondition(org.w3c.dom.Node e)
Parse an equality.
|
protected static Condition |
XmlQueryParser.parseNAryCondition(NAryCondition c,
org.w3c.dom.Node e) |
| Modifier and Type | Method and Description |
|---|---|
void |
NAryCondition.addCondition(Condition c) |
void |
Join.setCondition(Condition c) |
void |
Selection.setCondition(Condition c) |
| Constructor and Description |
|---|
Join(Condition c) |
Selection(Condition c,
Relation r) |
Copyright © Sylvain HallĂ©. All Rights Reserved.