Uses of Class
gov.nist.secauto.oscal.lib.model.LocalObjective
Packages that use LocalObjective
- 
Uses of LocalObjective in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type LocalObjectiveModifier and TypeMethodDescriptionAssessmentPlan.LocalDefinitions.getObjectivesAndMethods()AssessmentResults.LocalDefinitions.getObjectivesAndMethods()Methods in gov.nist.secauto.oscal.lib.model with parameters of type LocalObjectiveModifier and TypeMethodDescriptionbooleanAssessmentPlan.LocalDefinitions.addObjectivesAndMethods(LocalObjective item) Add a newLocalObjectiveitem to the underlying collection.booleanAssessmentResults.LocalDefinitions.addObjectivesAndMethods(LocalObjective item) Add a newLocalObjectiveitem to the underlying collection.booleanAssessmentPlan.LocalDefinitions.removeObjectivesAndMethods(LocalObjective item) Remove the first matchingLocalObjectiveitem from the underlying collection.booleanAssessmentResults.LocalDefinitions.removeObjectivesAndMethods(LocalObjective item) Remove the first matchingLocalObjectiveitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type LocalObjectiveModifier and TypeMethodDescriptionvoidAssessmentPlan.LocalDefinitions.setObjectivesAndMethods(List<LocalObjective> value) voidAssessmentResults.LocalDefinitions.setObjectivesAndMethods(List<LocalObjective> value)