Uses of Class
org.spdx.rdfparser.model.Relationship
| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.html | |
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| org.spdx.spdxspreadsheet |
-
Uses of Relationship in org.spdx.compare
Methods in org.spdx.compare that return Relationship Modifier and Type Method Description static Relationship[]SpdxComparer. findUniqueRelationships(Relationship[] relationshipsA, Relationship[] relationshipsB)Find unique relationships that are present in relationshipsA but not relationshipsBRelationship[]SpdxComparer. getUniqueDocumentRelationship(int docindex1, int docindex2)Return any document annotations which are in spdx document index 1 but not in spdx document index 2Relationship[]SpdxItemComparer. getUniqueRelationship(SpdxDocument docA, SpdxDocument docB)Get relationships that are in docA but not in docBRelationship[]SpdxItemDifference. getUniqueRelationshipA()Relationship[]SpdxItemDifference. getUniqueRelationshipB()Methods in org.spdx.compare with parameters of type Relationship Modifier and Type Method Description static Relationship[]SpdxComparer. findUniqueRelationships(Relationship[] relationshipsA, Relationship[] relationshipsB)Find unique relationships that are present in relationshipsA but not relationshipsBstatic StringCompareHelper. relationshipsToString(Relationship[] relationships)static StringCompareHelper. relationshipToString(Relationship relationship)Constructors in org.spdx.compare with parameters of type Relationship 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 Relationship in org.spdx.html
Constructors in org.spdx.html with parameters of type Relationship Constructor Description RelationshipContext(Relationship relationship, Map<String,String> idToUrlMap) -
Uses of Relationship in org.spdx.rdfparser.model
Fields in org.spdx.rdfparser.model declared as Relationship Modifier and Type Field Description protected Relationship[]SpdxElement. relationshipsMethods in org.spdx.rdfparser.model that return Relationship Modifier and Type Method Description RelationshipRelationship. clone()RelationshipRelationship. clone(Map<String,SpdxElement> clonedElementIds)protected Relationship[]SpdxElement. cloneRelationships(Map<String,SpdxElement> clonedElementIds)protected Relationship[]RdfModelObject. findRelationshipPropertyValues(String nameSpace, String propertyName)Find all annotations with a subject of this objectRelationship[]SpdxElement. getRelationships()Methods in org.spdx.rdfparser.model with parameters of type Relationship Modifier and Type Method Description protected voidRdfModelObject. addPropertyValue(String nameSpace, String propertyName, Relationship relationship)Add a relationship property valuevoidSpdxConstantElement. addRelationship(Relationship relationship)voidSpdxElement. addRelationship(Relationship relationship)intRelationship. compareTo(Relationship o)protected voidRdfModelObject. setPropertyValues(String nameSpace, String propertyName, Relationship[] relationships)Set a property value for this resource.voidSpdxConstantElement. setRelationships(Relationship[] relationships)voidSpdxElement. setRelationships(Relationship[] relationships)Constructors in org.spdx.rdfparser.model with parameters of type Relationship 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 Relationship in org.spdx.spdxspreadsheet
Methods in org.spdx.spdxspreadsheet that return Relationship Modifier and Type Method Description RelationshipRelationshipsSheet. getRelationship(int rowNum, SpdxDocumentContainer container)Methods in org.spdx.spdxspreadsheet with parameters of type Relationship Modifier and Type Method Description voidRelationshipsSheet. add(Relationship relationship, String elementId)