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 TypeMethodDescriptionbooleanPlanOfActionAndMilestones.addObservation(Observation item) Add a newObservationitem to the underlying collection.booleanResult.addObservation(Observation item) Add a newObservationitem to the underlying collection.booleanPlanOfActionAndMilestones.removeObservation(Observation item) Remove the first matchingObservationitem from the underlying collection.booleanResult.removeObservation(Observation item) Remove the first matchingObservationitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ObservationModifier and TypeMethodDescriptionvoidPlanOfActionAndMilestones.setObservations(List<Observation> value) voidResult.setObservations(List<Observation> value)