Modifier and Type | Method and Description |
---|---|
ModelCreator |
ModelCreator.cloneObject()
Creates and returns a deep copy of this
ModelCreator object. |
ModelCreator |
ModelCreatorList.get(long n) |
ModelCreator |
ModelHistory.getCreator(long n)
Get the nth
ModelCreator object stored in this ModelHistory object. |
ModelCreator |
ModelCreatorList.remove(long n) |
Modifier and Type | Method and Description |
---|---|
void |
ModelCreatorList.add(ModelCreator item) |
int |
ModelHistory.addCreator(ModelCreator mc)
Adds a copy of a
ModelCreator object to the list of 'model creator'
values stored in this ModelHistory object. |
void |
ModelCreatorList.prepend(ModelCreator item) |
Constructor and Description |
---|
ModelCreator(ModelCreator orig)
Copy constructor; creates a copy of the
ModelCreator . |