public class SpdxNoAssertionLicense extends SPDXLicenseInfo
| Constructor and Description |
|---|
SpdxNoAssertionLicense() |
SpdxNoAssertionLicense(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.graph.Node licenseInfoNode) |
| Modifier and Type | Method and Description |
|---|---|
protected com.hp.hpl.jena.rdf.model.Resource |
_createResource(com.hp.hpl.jena.rdf.model.Model model)
Internal implementation of create resource which is subclass specific
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
ArrayList<String> |
verify() |
createResource, getResourcepublic SpdxNoAssertionLicense(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.graph.Node licenseInfoNode)
throws InvalidSPDXAnalysisException
model - licenseInfoNode - InvalidSPDXAnalysisExceptionpublic SpdxNoAssertionLicense()
protected com.hp.hpl.jena.rdf.model.Resource _createResource(com.hp.hpl.jena.rdf.model.Model model)
SPDXLicenseInfo_createResource in class SPDXLicenseInfopublic String toString()
toString in class SPDXLicenseInfopublic int hashCode()
hashCode in class SPDXLicenseInfopublic boolean equals(Object o)
equals in class SPDXLicenseInfopublic ArrayList<String> verify()
verify in class SPDXLicenseInfoCopyright © 2014 Linux Foundation. All Rights Reserved.