public class BinderModel extends AbstractModel
| Constructor and Description |
|---|
BinderModel() |
| Modifier and Type | Method and Description |
|---|---|
Model |
createCopy()
Create a deep copy of this model.
|
LinkedList |
getBindings() |
boolean |
isMergeableWith(Model model)
Determine if the model is able to be merged into the current model
|
void |
merge(Model model)
Merge the model into the current model
|
void |
setBindings(LinkedList bindings) |
public LinkedList getBindings()
public void setBindings(LinkedList bindings)
public boolean isMergeableWith(Model model)
Modelmodel - the model to comparepublic void merge(Model model)
Modelmodel - the model to merge with