Uses of Class
gov.nist.secauto.oscal.lib.model.Observation
Packages that use Observation
-
Uses of Observation in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ObservationModifier and TypeMethodDescriptionPlanOfActionAndMilestones.getObservations()
Result.getObservations()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type ObservationModifier 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.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ObservationModifier and TypeMethodDescriptionvoid
PlanOfActionAndMilestones.setObservations
(List<Observation> value) void
Result.setObservations
(List<Observation> value)