Uses of Class
org.spdx.library.model.ModelCollection
Package | Description |
---|---|
org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
-
Uses of ModelCollection in org.spdx.library.model
Subclasses of ModelCollection in org.spdx.library.model Modifier and Type Class Description class
ModelSet<T>
A ModelCollection implemented as a set where all items in the collection are unique based on equality (not based on equivalence).Methods in org.spdx.library.model that return ModelCollection Modifier and Type Method Description protected ModelCollection<?>
ModelObject. getObjectPropertyValueCollection(String propertyName, Class<?> type)
ModelCollection<Relationship>
RelatedElementCollection. getRelationshipCollection()