Uses of Class
gov.nasa.pds.tools.validate.Identifier
-
Packages that use Identifier Package Description gov.nasa.pds.tools.validate Implementations of general-purpose classes for the validation application. -
-
Uses of Identifier in gov.nasa.pds.tools.validate
Methods in gov.nasa.pds.tools.validate that return Identifier Modifier and Type Method Description IdentifierIdentifierReference. getIdentifier()Gets the identifier referenced.IdentifierValidationTarget. getIdentifier()Gets the identification string for this target.Methods in gov.nasa.pds.tools.validate that return types with arguments of type Identifier Modifier and Type Method Description Map<Identifier,String>InMemoryRegistrar. getIdentifierDefinitions()Map<Identifier,String>TargetRegistrar. getIdentifierDefinitions()Gets a mapping of identifiers to their locations.Collection<Identifier>InMemoryRegistrar. getReferencedIdentifiers()Collection<Identifier>TargetRegistrar. getReferencedIdentifiers()Gets a collection of referenced identifiers.Collection<Identifier>InMemoryRegistrar. getUnreferencedIdentifiers()Collection<Identifier>TargetRegistrar. getUnreferencedIdentifiers()Gets a collection of identifiers that are defined but never referenced.Methods in gov.nasa.pds.tools.validate with parameters of type Identifier Modifier and Type Method Description voidInMemoryRegistrar. addIdentifierReference(String referenceLocation, Identifier identifier)voidTargetRegistrar. addIdentifierReference(String referenceLocation, Identifier identifier)Adds a reference to a target identifier.StringInMemoryRegistrar. getIdentifierReferenceLocation(Identifier id, boolean orNearNeighbor)StringTargetRegistrar. getIdentifierReferenceLocation(Identifier id, boolean orNearNeighbor)Gets the location of where the given identifier is referenced.StringInMemoryRegistrar. getTargetForIdentifier(Identifier identifier, boolean orNearNeighbor)StringTargetRegistrar. getTargetForIdentifier(Identifier identifier, boolean orNearNeighbor)Gets the location where an identifier was defined.booleanInMemoryRegistrar. isIdentifierReferenced(Identifier identifier, boolean orNearNeighbor)booleanTargetRegistrar. isIdentifierReferenced(Identifier identifier, boolean orNearNeighbor)Tests whether an identifier was referenced.booleanIdentifier. nearNeighbor(Identifier identifier)Determines where 2 LIDVIDs are near neighbors (equal in some cases).voidValidationTarget. setIdentifier(Identifier identifier)Sets the identification string for this target.voidInMemoryRegistrar. setTargetIdentifier(String location, Identifier identifier)voidTargetRegistrar. setTargetIdentifier(String location, Identifier identifier)Sets an identifier for uniquely identifying the target.Constructors in gov.nasa.pds.tools.validate with parameters of type Identifier Constructor Description IdentifierReference(String referenceLocation, Identifier identifier)Creates a new instance with a given location for the target referring to an identifier.
-