Uses of Class
gov.nist.secauto.oscal.lib.model.Observation
-
Uses of Observation in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionPlanOfActionAndMilestones.getObservations()
Result.getObservations()
Modifier and TypeMethodDescriptionboolean
PlanOfActionAndMilestones.addObservation
(Observation item) Add a newObservation
item to the underlying collection.boolean
Result.addObservation
(Observation item) Add a newObservation
item to the underlying collection.boolean
PlanOfActionAndMilestones.removeObservation
(Observation item) Remove the first matchingObservation
item from the underlying collection.boolean
Result.removeObservation
(Observation item) Remove the first matchingObservation
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
PlanOfActionAndMilestones.setObservations
(List<Observation> value) void
Result.setObservations
(List<Observation> value)