Modifier and Type | Method and Description |
---|---|
InitialAssignment |
InitialAssignment.cloneObject()
Creates and returns a deep copy of this
InitialAssignment . |
InitialAssignment |
Model.createInitialAssignment()
Creates a new
InitialAssignment inside this Model and returns it. |
InitialAssignment |
ListOfInitialAssignments.get(long n)
Get a
InitialAssignment from the ListOfInitialAssignments . |
InitialAssignment |
ListOfInitialAssignments.get(String sid)
Get a
InitialAssignment from the ListOfInitialAssignments
based on its identifier. |
InitialAssignment |
Model.getInitialAssignment(long n)
Get the nth
InitialAssignment object in this Model . |
InitialAssignment |
Model.getInitialAssignment(String symbol)
Get an
InitialAssignment object based on the symbol to which it
assigns a value. |
InitialAssignment |
ListOfInitialAssignments.remove(long n)
Removes the nth item from this
ListOfInitialAssignments items and returns a pointer to
it. |
InitialAssignment |
ListOfInitialAssignments.remove(String sid)
Removes item in this
ListOfInitialAssignments items with the given identifier. |
InitialAssignment |
Model.removeInitialAssignment(long n)
Removes the nth
InitialAssignment object from this Model object and
returns a pointer to it. |
InitialAssignment |
Model.removeInitialAssignment(String symbol)
Removes the
InitialAssignment object with the given 'symbol' attribute
from this Model object and returns a pointer to it. |
Modifier and Type | Method and Description |
---|---|
int |
Model.addInitialAssignment(InitialAssignment ia)
Adds a copy of the given
InitialAssignment object to this Model . |
Constructor and Description |
---|
InitialAssignment(InitialAssignment orig)
Copy constructor; creates a copy of this
InitialAssignment . |