Uses of Class
org.spdx.rdfparser.model.Annotation
| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.html | |
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| org.spdx.spdxspreadsheet |
-
Uses of Annotation in org.spdx.compare
Methods in org.spdx.compare that return Annotation Modifier and Type Method Description static Annotation[]SpdxComparer. findUniqueAnnotations(Annotation[] annotationsA, Annotation[] annotationsB)Find any SPDX annotations which are in annotationsA but not in annotationsBAnnotation[]SpdxItemComparer. getUniqueAnnotations(SpdxDocument docA, SpdxDocument docB)Get annotations that are in docA but not in docBAnnotation[]SpdxItemDifference. getUniqueAnnotationsA()Annotation[]SpdxItemDifference. getUniqueAnnotationsB()Annotation[]SpdxComparer. getUniqueDocumentAnnotations(int docindex1, int docindex2)Return any document annotations which are in spdx document index 1 but not in spdx document index 2Methods in org.spdx.compare with parameters of type Annotation Modifier and Type Method Description static StringCompareHelper. annotationsToString(Annotation[] annotations)static StringCompareHelper. annotationToString(Annotation annotation)static Annotation[]SpdxComparer. findUniqueAnnotations(Annotation[] annotationsA, Annotation[] annotationsB)Find any SPDX annotations which are in annotationsA but not in annotationsBConstructors in org.spdx.compare with parameters of type Annotation Constructor Description SpdxFileDifference(SpdxFile fileA, SpdxFile fileB, boolean concludedLicensesEqual, boolean seenLicensesEqual, AnyLicenseInfo[] uniqueSeenLicensesA, AnyLicenseInfo[] uniqueSeenLicensesB, boolean artifactOfsEquals, DoapProject[] uniqueArtifactOfA2, DoapProject[] uniqueArtifactOfB2, boolean checksumsEquals, Checksum[] uniqueChecksumsA, Checksum[] uniqueChecksumsB, boolean relationshipsEquals, Relationship[] uniqueRelationshipA, Relationship[] uniqueRelationshipB, boolean annotationsEquals, Annotation[] uniqueAnnotationsA, Annotation[] uniqueAnnotationsB)SpdxItemDifference(SpdxItem itemA, SpdxItem itemB, boolean concludedLicensesEqual, boolean seenLicensesEqual, AnyLicenseInfo[] uniqueSeenLicensesA, AnyLicenseInfo[] uniqueSeenLicensesB, boolean relationshipsEquals, Relationship[] uniqueRelationshipA, Relationship[] uniqueRelationshipB, boolean annotationsEquals, Annotation[] uniqueAnnotationsA, Annotation[] uniqueAnnotationsB) -
Uses of Annotation in org.spdx.html
Constructors in org.spdx.html with parameters of type Annotation Constructor Description AnnotationContext(Annotation annotation) -
Uses of Annotation in org.spdx.rdfparser.model
Fields in org.spdx.rdfparser.model declared as Annotation Modifier and Type Field Description protected Annotation[]SpdxElement. annotationsMethods in org.spdx.rdfparser.model that return Annotation Modifier and Type Method Description AnnotationAnnotation. clone()protected Annotation[]SpdxElement. cloneAnnotations()protected Annotation[]RdfModelObject. findAnnotationPropertyValues(String nameSpace, String propertyName)Find all annotations with a subject of this objectAnnotation[]SpdxElement. getAnnotations()Methods in org.spdx.rdfparser.model with parameters of type Annotation Modifier and Type Method Description voidSpdxConstantElement. addAnnotation(Annotation annotation)voidSpdxElement. addAnnotation(Annotation annotation)protected voidRdfModelObject. addPropertyValue(String nameSpace, String propertyName, Annotation annotation)intAnnotation. compareTo(Annotation o)voidSpdxConstantElement. setAnnotations(Annotation[] annotations)voidSpdxElement. setAnnotations(Annotation[] annotations)protected voidRdfModelObject. setPropertyValues(String nameSpace, String propertyName, Annotation[] annotations)Constructors in org.spdx.rdfparser.model with parameters of type Annotation Constructor Description SpdxElement(String name, String comment, Annotation[] annotations, Relationship[] relationships)SpdxFile(String name, String comment, Annotation[] annotations, Relationship[] relationships, AnyLicenseInfo licenseConcluded, AnyLicenseInfo[] licenseInfoInFile, String copyrightText, String licenseComment, SpdxFile.FileType[] fileTypes, Checksum[] checksums, String[] fileContributors, String noticeText, DoapProject[] artifactOf)SpdxItem(String name, String comment, Annotation[] annotations, Relationship[] relationships, AnyLicenseInfo licenseConcluded, AnyLicenseInfo[] licenseInfoFromFiles, String copyrightText, String licenseComment)SpdxItem(String name, String comment, Annotation[] annotations, Relationship[] relationships, AnyLicenseInfo licenseConcluded, AnyLicenseInfo[] licenseInfoFromFiles, String copyrightText, String licenseComment, String[] attributionText)SpdxPackage(String name, String comment, Annotation[] annotations, Relationship[] relationships, AnyLicenseInfo licenseConcluded, AnyLicenseInfo[] licenseInfosFromFiles, String copyrightText, String licenseComment, AnyLicenseInfo licenseDeclared, Checksum[] checksums, String description, String downloadLocation, SpdxFile[] files, String homepage, String originator, String packageFileName, SpdxPackageVerificationCode packageVerificationCode, String sourceInfo, String summary, String supplier, String versionInfo)SpdxPackage(String name, String comment, Annotation[] annotations, Relationship[] relationships, AnyLicenseInfo licenseConcluded, AnyLicenseInfo[] licenseInfosFromFiles, String copyrightText, String licenseComment, AnyLicenseInfo licenseDeclared, Checksum[] checksums, String description, String downloadLocation, SpdxFile[] files, String homepage, String originator, String packageFileName, SpdxPackageVerificationCode packageVerificationCode, String sourceInfo, String summary, String supplier, String versionInfo, boolean filesAnalyzed, ExternalRef[] externalRefs)SpdxPackage(String name, String comment, Annotation[] annotations, Relationship[] relationships, AnyLicenseInfo licenseConcluded, AnyLicenseInfo[] licenseInfosFromFiles, String copyrightText, String licenseComment, AnyLicenseInfo licenseDeclared, Checksum[] checksums, String description, String downloadLocation, SpdxFile[] files, String homepage, String originator, String packageFileName, SpdxPackageVerificationCode packageVerificationCode, String sourceInfo, String summary, String supplier, String versionInfo, boolean filesAnalyzed, ExternalRef[] externalRefs, String[] attributionText)SpdxSnippet(String name, String comment, Annotation[] annotations, Relationship[] relationships, AnyLicenseInfo licenseConcluded, AnyLicenseInfo[] licenseInfoInFile, String copyrightText, String licenseComment, SpdxFile snippetFromFile, StartEndPointer byteRange, StartEndPointer lineRange) -
Uses of Annotation in org.spdx.spdxspreadsheet
Methods in org.spdx.spdxspreadsheet that return Annotation Modifier and Type Method Description AnnotationAnnotationsSheet. getAnnotation(int rowNum)Methods in org.spdx.spdxspreadsheet with parameters of type Annotation Modifier and Type Method Description voidAnnotationsSheet. add(Annotation annotation, String elementId)