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 ObjectiveXMLMockObjects. 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 ObjectiveAnnotation. getLinkedObjective(int index)ObjectiveInstrument. getObjective(int index)ObjectiveObjectiveSettings. getObjective()ObjectiveAnnotation. setLinkedObjective(int index, Objective o)ObjectiveInstrument. setObjective(int index, Objective objective)Methods in ome.xml.model that return types with arguments of type Objective Modifier and Type Method Description java.util.List<Objective>Annotation. copyLinkedObjectiveList()java.util.List<Objective>Instrument. copyObjectiveList()Methods in ome.xml.model with parameters of type Objective Modifier and Type Method Description voidInstrument. addObjective(Objective objective)booleanAnnotation. linkObjective(Objective o)voidInstrument. removeObjective(Objective objective)ObjectiveAnnotation. setLinkedObjective(int index, Objective o)ObjectiveInstrument. setObjective(int index, Objective objective)voidObjectiveSettings. setObjective(Objective objective)booleanAnnotation. unlinkObjective(Objective o)Constructors in ome.xml.model with parameters of type Objective Constructor Description Objective(Objective orig)Copy constructor.
-