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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractCatalogGroup.Builder
Get 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, wait
Methods inherited from interface gov.nist.secauto.oscal.lib.model.control.catalog.ICatalogGroup
getParts
Methods inherited from interface gov.nist.secauto.oscal.lib.model.control.catalog.IControlContainer
addControl, addParam, getControls, getParams, removeControl, removeParam
Methods 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:IControlContainer
Get the parameter identifiers referenced in the object's context, but not by their child objects.- Specified by:
getReferencedParameterIds
in interfaceIControlContainer
- Returns:
- a stream of identifiers
-
builder
-