Package | Description |
---|---|
gov.nasa.pds.registry.model |
Modifier and Type | Method and Description |
---|---|
Slot |
Identifiable.getSlot(java.lang.String slotName)
Convenience method to look up a slot with a given name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Slot> |
Identifiable.getSlots() |
Modifier and Type | Method and Description |
---|---|
void |
Identifiable.addSlot(Slot slot)
Convenience method to add a slot to the set of slots.
|
Modifier and Type | Method and Description |
---|---|
void |
Identifiable.setSlots(java.util.Set<Slot> slots) |
Constructor and Description |
---|
Identifiable(java.lang.String guid,
java.lang.String home,
java.util.Set<Slot> slots) |
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.