public abstract class SPDXLicenseSet extends SPDXLicenseInfo
| Modifier and Type | Field and Description |
|---|---|
protected HashSet<SPDXLicenseInfo> |
licenseInfos |
| Constructor and Description |
|---|
SPDXLicenseSet(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.graph.Node licenseInfoNode) |
SPDXLicenseSet(SPDXLicenseInfo[] licenseInfos) |
| Modifier and Type | Method and Description |
|---|---|
protected com.hp.hpl.jena.rdf.model.Resource |
_createResource(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.rdf.model.Resource type) |
SPDXLicenseInfo[] |
getSPDXLicenseInfos() |
void |
setSPDXLicenseInfos(SPDXLicenseInfo[] licenseInfos) |
ArrayList<String> |
verify() |
_createResource, createResource, equals, getResource, hashCode, toStringprotected HashSet<SPDXLicenseInfo> licenseInfos
public SPDXLicenseSet(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.graph.Node licenseInfoNode)
throws InvalidSPDXAnalysisException
model - licenseInfoNode - InvalidSPDXAnalysisExceptionpublic SPDXLicenseSet(SPDXLicenseInfo[] licenseInfos)
protected com.hp.hpl.jena.rdf.model.Resource _createResource(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.rdf.model.Resource type)
public void setSPDXLicenseInfos(SPDXLicenseInfo[] licenseInfos)
public SPDXLicenseInfo[] getSPDXLicenseInfos()
public ArrayList<String> verify()
verify in class SPDXLicenseInfoCopyright © 2014 Linux Foundation. All Rights Reserved.