public interface Model
Modifier and Type | Method and Description |
---|---|
Model |
createCopy()
Create a deep copy of this model.
|
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
|
boolean isMergeableWith(Model model)
model
- the model to comparevoid merge(Model model)
model
- the model to merge withModel createCopy()