Uses of Class
ome.xml.model.Objective
-
Packages that use Objective Package Description ome.specification ome.xml.model -
-
Uses of Objective in ome.specification
Methods in ome.specification that return Objective Modifier and Type Method Description Objective
XMLMockObjects. createObjective(int index)
Creates an objective. -
Uses of Objective in ome.xml.model
Methods in ome.xml.model that return Objective Modifier and Type Method Description Objective
Annotation. getLinkedObjective(int index)
Objective
Instrument. getObjective(int index)
Objective
ObjectiveSettings. getObjective()
Objective
Annotation. setLinkedObjective(int index, Objective o)
Objective
Instrument. setObjective(int index, Objective objective)
Methods in ome.xml.model that return types with arguments of type Objective Modifier and Type Method Description List<Objective>
Annotation. copyLinkedObjectiveList()
List<Objective>
Instrument. copyObjectiveList()
Methods in ome.xml.model with parameters of type Objective Modifier and Type Method Description void
Instrument. addObjective(Objective objective)
boolean
Annotation. linkObjective(Objective o)
void
Instrument. removeObjective(Objective objective)
Objective
Annotation. setLinkedObjective(int index, Objective o)
Objective
Instrument. setObjective(int index, Objective objective)
void
ObjectiveSettings. setObjective(Objective objective)
boolean
Annotation. unlinkObjective(Objective o)
Constructors in ome.xml.model with parameters of type Objective Constructor Description Objective(Objective orig)
Copy constructor.
-