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
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)