public class Clause extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
condition |
protected String |
value |
protected String |
variable |
| Constructor and Description |
|---|
Clause() |
Clause(String variable,
String value) |
Clause(String variable,
String condition,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition() |
String |
getValue() |
String |
getVariable() |
protected IntersectionType |
intersect(Clause rhs) |
IntersectionType |
matchClause(Clause rhs) |
void |
setCondition(String condition) |
void |
setValue(String value) |
void |
setVariable(String variable) |
String |
toString() |
protected String variable
protected String value
protected String condition
public String getVariable()
public void setVariable(String variable)
public String getValue()
public void setValue(String value)
public String getCondition()
public void setCondition(String condition)
public IntersectionType matchClause(Clause rhs)
protected IntersectionType intersect(Clause rhs)
Copyright © 2017. All rights reserved.