Package | Description |
---|---|
ome.specification | |
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
Objective |
XMLMockObjects.createObjective(int index)
Creates an objective.
|
Modifier and Type | Field and Description |
---|---|
private Objective |
ObjectiveSettings.objective |
Modifier and Type | Field and Description |
---|---|
private List<Objective> |
Annotation.objectiveLinks |
private List<Objective> |
Instrument.objectives |
Modifier and Type | Method and Description |
---|---|
Objective |
Annotation.getLinkedObjective(int index) |
Objective |
ObjectiveSettings.getObjective() |
Objective |
Instrument.getObjective(int index) |
Objective |
Annotation.setLinkedObjective(int index,
Objective o) |
Objective |
Instrument.setObjective(int index,
Objective objective) |
Modifier and Type | Method and Description |
---|---|
List<Objective> |
Annotation.copyLinkedObjectiveList() |
List<Objective> |
Instrument.copyObjectiveList() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
Objective(Objective orig)
Copy constructor.
|
Copyright © 2016 Open Microscopy Environment