Class SpdxDocumentContainer

java.lang.Object
org.spdx.rdfparser.SpdxDocumentContainer
All Implemented Interfaces:
IModelContainer, SpdxRdfConstants

public class SpdxDocumentContainer
extends Object
implements IModelContainer, SpdxRdfConstants
This class contains the SPDX Document and provides some of the basic RDF model support. This class also manages the SpdxRef, ExtractedLicenseInfos, and LicenseRefs. Separating the container aspects of the SpdxDocument into this separate class allows for the SpdxDocument to follow the rdfparser.model pattern.
Author:
Gary O'Neall