Uses of Class
org.spdx.rdfparser.model.RdfModelObject
| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.rdfparser.license |
Classes implementing the license model for the SPDX Parser
|
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| org.spdx.rdfparser.model.pointer |
RDF model classes which implement the proposed W3C Pointer classes.
|
| org.spdx.rdfparser.referencetype |
Classes related to external reference types.
|
-
Uses of RdfModelObject in org.spdx.compare
Methods in org.spdx.compare with parameters of type RdfModelObject Modifier and Type Method Description static booleanSpdxComparer. elementsEquivalent(RdfModelObject[] elementsA, RdfModelObject[] elementsB)Returns true if two arrays of SPDX elements contain equivalent elementsstatic booleanSpdxComparer. elementsEquivalent(RdfModelObject elementA, RdfModelObject elementB) -
Uses of RdfModelObject in org.spdx.rdfparser.license
Subclasses of RdfModelObject in org.spdx.rdfparser.license Modifier and Type Class Description classAnyLicenseInfoThis abstract class represents several ways of describing licensing information.classConjunctiveLicenseSetA set of licenses where all of the licenses applyclassDisjunctiveLicenseSetA set of licenses where there is a choice of one of the licenses in the setclassExtractedLicenseInfoAn ExtractedLicensingInfo represents a license or licensing notice that was found in the package.classLicenseDescribes a license All licenses have an ID.classLicenseSetA specific form of license information where there is a set of licenses representedclassOrLaterOperatorA license that has an or later operator (e.g.classSimpleLicensingInfoThe SimpleLicenseInfo class includes all resources that represent simple, atomic, licensing information.classSpdxListedLicenseListed license for SPDX as listed at spdx.org/licensesclassSpdxNoAssertionLicenseSpecial class of license to represent no asserted license license in the file or packagesclassSpdxNoneLicenseA special license meaning that no license was foundclassWithExceptionOperatorA license that has a With exception operator (e.g. -
Uses of RdfModelObject in org.spdx.rdfparser.model
Subclasses of RdfModelObject in org.spdx.rdfparser.model Modifier and Type Class Description classAnnotationAn Annotation is a comment on an SpdxItem by an agent.classChecksumA Checksum is value that allows the contents of a file to be authenticated.classDoapProjectContains a DOAP project Currently, only the home page and name properties are supportedclassExternalDocumentRefInformation about an external SPDX document reference including the checksum.classExternalRefAn External Reference allows a Package to reference an external source of additional information, metadata, enumerations, asset identifiers, or downloadable content believed to be relevant to the Package.classExternalSpdxElementThis is an SPDX element which is in an external document.classRelationshipA Relationship represents a relationship between two SpdxElements.classSpdxConstantElementType of SpdxElement which is a constant unmodifiable elementclassSpdxDocumentAn SpdxDocument is a summary of the contents, provenance, ownership and licensing analysis of a specific software package.classSpdxElementAn SpdxElement is any thing described in SPDX, either a document or an SpdxItem.classSpdxFileA File represents a named sequence of information that is contained in a software package.classSpdxItemAn SpdxItem is a potentially copyrightable work.classSpdxNoAssertionElementThis SPDX element represents no assertion as to an actual SPDX element.classSpdxNoneElementThis SPDX element represents no SPDX element at all.classSpdxPackageA Package represents a collection of software files that are delivered as a single functional component.classSpdxSnippet -
Uses of RdfModelObject in org.spdx.rdfparser.model.pointer
Subclasses of RdfModelObject in org.spdx.rdfparser.model.pointer Modifier and Type Class Description classByteOffsetPointerclassCompoundPointerA pointing method made up of a pair of pointers that identify a well defined section within a document delimited by a begin and an end.classLineCharPointerclassSinglePointerA pointing method made up of a unique pointer.classStartEndPointerA compound pointer pointing out parts of a document by means of a range delimited by a pair of single pointers that define the start point and the end point. -
Uses of RdfModelObject in org.spdx.rdfparser.referencetype
Subclasses of RdfModelObject in org.spdx.rdfparser.referencetype Modifier and Type Class Description classReferenceTypeType of external reference Note that there are very few required fields for this class in that the external reference type does not need to be provided in the SPDX document for the document to be valid.