public class SPDXNoneLicense extends SPDXLicenseInfo
| Constructor and Description |
|---|
SPDXNoneLicense() |
SPDXNoneLicense(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.graph.Node node) |
| 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 SPDXNoneLicense(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.graph.Node node)
throws InvalidSPDXAnalysisException
model - node - InvalidSPDXAnalysisExceptionpublic SPDXNoneLicense()
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.