public class BinderModel extends AbstractModel
Constructor and Description |
---|
BinderModel() |
Modifier and Type | Method and Description |
---|---|
Model |
createCopy()
Create a deep copy of this model.
|
java.util.LinkedList<BindingModel> |
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(java.util.LinkedList<BindingModel> bindings) |
public java.util.LinkedList<BindingModel> getBindings()
public void setBindings(java.util.LinkedList<BindingModel> bindings)
public boolean isMergeableWith(Model model)
Model
model
- the model to comparepublic void merge(Model model)
Model
model
- the model to merge with