Uses of Package
org.spdx.library.model.v2.pointer
-
Packages that use org.spdx.library.model.v2.pointer Package Description org.spdx.library.model.v2 Model compatible with version 2 of the SPDX spec (2.0, 2.1, 2.2, and 2.3)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). -
Classes in org.spdx.library.model.v2.pointer used by org.spdx.library.model.v2 Class Description ByteOffsetPointer Byte offset pointer per RDF 2.3.2.2 ByteOffsetPointer ClassLineCharPointer Pointer for lines and charactersSinglePointer A pointing method made up of a unique pointer This is an abstract single pointer that provides the necessary framework, but it does not provide any kind of pointer, so more specific subclasses must be used.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. -
Classes in org.spdx.library.model.v2.pointer used by org.spdx.library.model.v2.pointer Class Description CompoundPointer A pointing method made up of a pair of pointers that identify a well defined section within a document delimited by a begin and an end.SinglePointer A pointing method made up of a unique pointer This is an abstract single pointer that provides the necessary framework, but it does not provide any kind of pointer, so more specific subclasses must be used.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.