|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.expressions.AbstractExpression
de.unidu.is.pdatalog.ds.DBProbExpression
An expression representing the column for the fact probabilities in a relational table.
| Field Summary | |
protected java.lang.String |
table
Table name. |
| Constructor Summary | |
DBProbExpression(java.lang.String table)
Creates a new object. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
get()
|
java.lang.String |
getTable()
Returns the table name. |
int |
hashCode()
|
void |
set(java.lang.String arg)
Sets the table name (the string can be the table name or [table]. |
void |
setTable(java.lang.String string)
Sets the table name |
java.lang.String |
toString()
|
| Methods inherited from class de.unidu.is.expressions.AbstractExpression |
getSQLTemplate, substitute |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String table
| Constructor Detail |
public DBProbExpression(java.lang.String table)
table - table name| Method Detail |
public java.lang.String get()
public void set(java.lang.String arg)
[table].[col]).
arg - specification of table namepublic java.lang.String toString()
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String getTable()
public void setTable(java.lang.String string)
string - table name
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||