Class AbstractCatalogGroup
java.lang.Object
gov.nist.secauto.oscal.lib.model.control.catalog.AbstractCatalogGroup
- All Implemented Interfaces:
ICatalogGroup,IControlContainer,IGroupContainer
- Direct Known Subclasses:
CatalogGroup
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractCatalogGroup.BuilderGet the parameter identifiers referenced in the object's context, but not by their child objects.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gov.nist.secauto.oscal.lib.model.control.catalog.ICatalogGroup
getPartsMethods inherited from interface gov.nist.secauto.oscal.lib.model.control.catalog.IControlContainer
addControl, addParam, getControls, getParams, removeControl, removeParamMethods inherited from interface gov.nist.secauto.oscal.lib.model.control.catalog.IGroupContainer
addGroup, getGroups, removeGroup
-
Constructor Details
-
AbstractCatalogGroup
public AbstractCatalogGroup()
-
-
Method Details
-
getReferencedParameterIds
Description copied from interface:IControlContainerGet the parameter identifiers referenced in the object's context, but not by their child objects.- Specified by:
getReferencedParameterIdsin interfaceIControlContainer- Returns:
- a stream of identifiers
-
builder
-