Uses of Class
gov.nasa.pds.registry.model.Slot
-
Packages that use Slot Package Description gov.nasa.pds.harvest.search.crawler.metadata.extractor gov.nasa.pds.registry.model -
-
Uses of Slot in gov.nasa.pds.harvest.search.crawler.metadata.extractor
Methods in gov.nasa.pds.harvest.search.crawler.metadata.extractor that return types with arguments of type Slot Modifier and Type Method Description protected List<Slot>
Pds4MetExtractor. extractMetadata(List<XPath> xPaths)
Extracts metadata -
Uses of Slot in gov.nasa.pds.registry.model
Methods in gov.nasa.pds.registry.model that return Slot Modifier and Type Method Description Slot
Identifiable. getSlot(String slotName)
Convenience method to look up a slot with a given name.Methods in gov.nasa.pds.registry.model that return types with arguments of type Slot Modifier and Type Method Description Set<Slot>
Identifiable. getSlots()
Methods in gov.nasa.pds.registry.model with parameters of type Slot Modifier and Type Method Description void
Identifiable. addSlot(Slot slot)
Convenience method to add a slot to the set of slots.Method parameters in gov.nasa.pds.registry.model with type arguments of type Slot Modifier and Type Method Description void
Identifiable. setSlots(Set<Slot> slots)
Constructor parameters in gov.nasa.pds.registry.model with type arguments of type Slot Constructor Description Identifiable(String guid, String home, Set<Slot> slots)
-