Modifier and Type | Method and Description |
---|---|
FluxObjective |
FluxObjective.cloneObject()
Creates and returns a deep copy of this
FluxObjective object. |
FluxObjective |
ListOfFluxObjectives.createFluxObjective()
Creates a new
FluxObjective object, adds it to the
ListOfFluxObjectives and returns the FluxObjective object created. |
FluxObjective |
Objective.createFluxObjective()
Creates a new
FluxObjective object. |
FluxObjective |
ListOfFluxObjectives.get(long n)
Get a
FluxObjective from the ListOfFluxObjectives . |
FluxObjective |
ListOfFluxObjectives.get(String sid)
Get a
FluxObjective from the ListOfFluxObjectives
based on its identifier. |
FluxObjective |
Objective.getFluxObjective(long n)
Get a
FluxObjective from the ListOfFluxObjectives . |
FluxObjective |
Objective.getFluxObjective(String sid)
Get a
FluxObjective from the ListOfFluxObjectives based on its
identifier. |
FluxObjective |
ListOfFluxObjectives.remove(long n)
Removes the nth
FluxObjective from this ListOfFluxObjectives
and returns a pointer to it. |
FluxObjective |
ListOfFluxObjectives.remove(String sid)
Removes the
FluxObjective from this ListOfFluxObjectives with the given identifier
and returns a pointer to it. |
FluxObjective |
Objective.removeFluxObjective(long n)
Removes the nth
FluxObjective from the ListOfFluxObjectives . |
FluxObjective |
Objective.removeFluxObjective(String sid)
Removes the
FluxObjective with the given identifier from the
ListOfFluxObjectives . |
Modifier and Type | Method and Description |
---|---|
int |
ListOfFluxObjectives.addFluxObjective(FluxObjective fo)
Adds a copy the given 'FluxObjective' to this
ListOfFluxObjectives . |
int |
Objective.addFluxObjective(FluxObjective fo)
Adds a copy the given 'FluxObjective' to this
Objective . |
Constructor and Description |
---|
FluxObjective(FluxObjective orig)
Copy constructor for
FluxObjective . |