Modifier and Type | Method and Description |
---|---|
Objective |
Objective.cloneObject()
Creates and returns a deep copy of this
SBase object. |
Objective |
FbcModelPlugin.createObjective() |
Objective |
ListOfObjectives.get(long n)
Get an item from the list.
|
Objective |
ListOfObjectives.get(String sid)
Get an item from the list based on its identifier.
|
Objective |
FbcModelPlugin.getActiveObjective() |
Objective |
FbcModelPlugin.getObjective(long n) |
Objective |
FbcModelPlugin.getObjective(String sid) |
Objective |
ListOfObjectives.remove(long n)
Removes the nth item from this
ListOf items and returns a
pointer to it. |
Objective |
ListOfObjectives.remove(String sid)
Removes item in this
ListOf items with the given identifier. |
Objective |
FbcModelPlugin.removeObjective(long n) |
Objective |
FbcModelPlugin.removeObjective(String sid) |
Modifier and Type | Method and Description |
---|---|
int |
FbcModelPlugin.addObjective(Objective bound) |
Constructor and Description |
---|
Objective(Objective source) |