Uses of Class
org.spdx.library.model.v2.pointer.CompoundPointer
-
Packages that use CompoundPointer Package Description org.spdx.library.model.v2.pointer RDF model classes which implement the proposed W3C Pointer classes From the W3C documentation, pointers are entities that permit identifying a portion or segment of a piece of content - making use of the Resource Description Framework (RDF). -
-
Uses of CompoundPointer in org.spdx.library.model.v2.pointer
Subclasses of CompoundPointer in org.spdx.library.model.v2.pointer Modifier and Type Class Description class
StartEndPointer
A compound pointer pointing out parts of a document by means of a range delimited by a pair of single pointers that define the start point and the end point.Methods in org.spdx.library.model.v2.pointer that return CompoundPointer Modifier and Type Method Description CompoundPointer
CompoundPointer. setStartPointer(SinglePointer startPointer)
-