NASA World Wind

gov.nasa.worldwind.applications.gio.ebrim
Interface Identifiable

All Known Subinterfaces:
Association, Classification, ClassificationNode, ClassificationScheme, ExternalIdentifier, ExternalLink, ExtrinsicObject, Organization, Person, RegistryObject, Service, ServiceBinding, User
All Known Implementing Classes:
AssociationParser, ClassificationNodeParser, ClassificationParser, ClassificationSchemeParser, ExternalIdentifierParser, ExternalLinkParser, ExtrinsicObjectParser, IdentifiableParser, OrganizationParser, PersonParser, RegistryObjectParser, ServiceBindingParser, ServiceParser, SpecificationLinkParser, UserParser

public interface Identifiable


Method Summary
 void addSlot(int index, Slot s)
           
 void addSlot(Slot s)
           
 void addSlots(Collection<? extends Slot> c)
           
 void clearSlots()
           
 String getHome()
           
 String getId()
           
 int getIndex(Slot s)
           
 Slot getSlot(int index)
           
 int getSlotCount()
           
 Iterator<Slot> getSlotIterator()
           
 void removeSlot(int index)
           
 void setHome(String home)
           
 void setId(String id)
           
 void setSlot(int index, Slot s)
           
 

Method Detail

addSlot

void addSlot(int index,
             Slot s)

addSlot

void addSlot(Slot s)

addSlots

void addSlots(Collection<? extends Slot> c)

clearSlots

void clearSlots()

getHome

String getHome()

getId

String getId()

getIndex

int getIndex(Slot s)

getSlot

Slot getSlot(int index)

getSlotCount

int getSlotCount()

getSlotIterator

Iterator<Slot> getSlotIterator()

removeSlot

void removeSlot(int index)

setHome

void setHome(String home)

setId

void setId(String id)

setSlot

void setSlot(int index,
             Slot s)

NASA World Wind