Uses of Class
gov.nist.secauto.oscal.lib.model.CatalogGroup
Packages that use CatalogGroup
Package
Description
- 
Uses of CatalogGroup in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type CatalogGroupMethods in gov.nist.secauto.oscal.lib.model with parameters of type CatalogGroupModifier and TypeMethodDescriptionbooleanCatalog.addGroup(CatalogGroup item) Add a newCatalogGroupitem to the underlying collection.booleanCatalogGroup.addGroup(CatalogGroup item) Add a newCatalogGroupitem to the underlying collection.booleanCatalog.removeGroup(CatalogGroup item) Remove the first matchingCatalogGroupitem from the underlying collection.booleanCatalogGroup.removeGroup(CatalogGroup item) Remove the first matchingCatalogGroupitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type CatalogGroupModifier and TypeMethodDescriptionvoidCatalog.setGroups(List<CatalogGroup> value) voidCatalogGroup.setGroups(List<CatalogGroup> value)  - 
Uses of CatalogGroup in gov.nist.secauto.oscal.lib.model.control.catalog
Methods in gov.nist.secauto.oscal.lib.model.control.catalog that return CatalogGroupMethods in gov.nist.secauto.oscal.lib.model.control.catalog that return types with arguments of type CatalogGroupMethods in gov.nist.secauto.oscal.lib.model.control.catalog with parameters of type CatalogGroupModifier and TypeMethodDescriptionbooleanIGroupContainer.addGroup(CatalogGroup item) Add a newCatalogGroupitem to the end of the underlying collection.AbstractCatalogGroup.Builder.group(CatalogGroup value) booleanIGroupContainer.removeGroup(CatalogGroup item) Remove the first matchingCatalogGroupitem from the underlying collection.AbstractCatalogVisitor.visitGroup(CatalogGroup group, CONTEXT context) ICatalogVisitor.visitGroup(CatalogGroup group, CONTEXT context) Visit the providedgroup. - 
Uses of CatalogGroup in gov.nist.secauto.oscal.lib.profile.resolver.alter
Methods in gov.nist.secauto.oscal.lib.profile.resolver.alter with parameters of type CatalogGroupModifier and TypeMethodDescriptionAddVisitor.visitGroup(CatalogGroup group, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) RemoveVisitor.visitGroup(CatalogGroup group, gov.nist.secauto.oscal.lib.profile.resolver.alter.RemoveVisitor.Context context)  - 
Uses of CatalogGroup in gov.nist.secauto.oscal.lib.profile.resolver.selection
Methods in gov.nist.secauto.oscal.lib.profile.resolver.selection that return types with arguments of type CatalogGroupModifier and TypeMethodDescriptionprotected Collection<CatalogGroup>DefaultResult.getRemovedGroups()Methods in gov.nist.secauto.oscal.lib.profile.resolver.selection with parameters of type CatalogGroupModifier and TypeMethodDescriptionvoidDefaultResult.applyRemovesTo(CatalogGroup parent) voidDefaultResult.applyTo(CatalogGroup parent) voidIResult.applyTo(CatalogGroup parent) voidDefaultResult.removeGroup(CatalogGroup group)