gov.nasa.pds.search.core.extractor.registry
Class RegistrySlots

java.lang.Object
  extended by gov.nasa.pds.search.core.extractor.registry.RegistrySlots

public class RegistrySlots
extends Object


Constructor Summary
RegistrySlots()
           
RegistrySlots(gov.nasa.pds.registry.model.ExtrinsicObject extObj)
           
 
Method Summary
 List<String> get(String key)
           
 List<String> getMissingSlotList()
           
 String getObjectType()
           
 Map<String,List<String>> getSlotMap()
           
 boolean isMissingSlots()
           
 void setSlotMap(Set<gov.nasa.pds.registry.model.Slot> slotSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrySlots

public RegistrySlots()

RegistrySlots

public RegistrySlots(gov.nasa.pds.registry.model.ExtrinsicObject extObj)
Method Detail

setSlotMap

public void setSlotMap(Set<gov.nasa.pds.registry.model.Slot> slotSet)

getSlotMap

public Map<String,List<String>> getSlotMap()

get

public List<String> get(String key)

isMissingSlots

public boolean isMissingSlots()

getObjectType

public String getObjectType()

getMissingSlotList

public List<String> getMissingSlotList()


Copyright © 2010-2012 Planetary Data System. All Rights Reserved.