|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.editor.util.QueryBinding
Description of the Class
Constructor Summary | |
QueryBinding(Resource variable,
ValueObject value)
Constructor for the QueryBinding object |
Method Summary | |
void |
addBindingsToMap(Collection bindings)
Adds a feature to the BindingsToMap attribute of the QueryBinding object |
void |
addBindingToMap(QueryBinding binding)
Adds a feature to the BindingToMap attribute of the QueryBinding object |
Collection |
getBindings()
Gets the bindings attribute of the QueryBinding object |
Collection |
getBindings(Resource variable)
Gets the bindings attribute of the QueryBinding object |
int |
getId()
Deprecated. |
ValueObject |
getValue()
Gets the value attribute of the QueryBinding object |
Resource |
getVariable()
Gets the variable attribute of the QueryBinding object |
void |
removeAllBindings()
Description of the Method |
void |
removeBinding(QueryBinding binding)
Description of the Method |
boolean |
removeIfEmpty()
|
String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public QueryBinding(Resource variable, ValueObject value)
variable
- Description of the Parametervalue
- Description of the ParameterMethod Detail |
public int getId()
public ValueObject getValue()
public boolean removeIfEmpty()
public Resource getVariable()
public Collection getBindings(Resource variable)
variable
- Description of the Parameter
public Collection getBindings()
public void addBindingToMap(QueryBinding binding)
binding
- The feature to be added to the BindingToMap attributepublic void addBindingsToMap(Collection bindings)
bindings
- The feature to be added to the BindingsToMap attributepublic void removeAllBindings()
public void removeBinding(QueryBinding binding)
binding
- Description of the Parameterpublic String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |