Lines Matching full:describes
16 // in this Document that it "describes," according to SPDX rules:
19 // a DESCRIBES (or DESCRIBED_BY) relationship to this DOCUMENT.
36 // find DESCRIBES or DESCRIBED_BY for this DOCUMENT, verify they are
45 if relationship.Relationship == "DESCRIBES" && relationship.RefA == refDocument {
58 return nil, fmt.Errorf("no DESCRIBES or DESCRIBED_BY relationships found for this Document")
67 // in this Document that it "describes," according to SPDX rules:
70 // a DESCRIBES (or DESCRIBED_BY) relationship to this DOCUMENT.
87 // find DESCRIBES or DESCRIBED_BY for this DOCUMENT, verify they are
96 if relationship.Relationship == "DESCRIBES" && relationship.RefA == refDocument {
109 return nil, fmt.Errorf("no DESCRIBES or DESCRIBED_BY relationships found for this Document")
118 // in this Document that it "describes," according to SPDX rules:
121 // a DESCRIBES (or DESCRIBED_BY) relationship to this DOCUMENT.
138 // find DESCRIBES or DESCRIBED_BY for this DOCUMENT, verify they are
147 if relationship.Relationship == "DESCRIBES" && relationship.RefA == refDocument {
160 return nil, fmt.Errorf("no DESCRIBES or DESCRIBED_BY relationships found for this Document")