NASA World Wind

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

All Superinterfaces:
Identifiable, RegistryObject
All Known Implementing Classes:
ServiceParser

public interface Service
extends RegistryObject


Method Summary
 void addServiceBinding(int index, ServiceBinding sb)
           
 void addServiceBinding(ServiceBinding sb)
           
 void addServiceBindings(Collection<? extends ServiceBinding> c)
           
 void clearServiceBindings()
           
 int getIndex(ServiceBinding sb)
           
 ServiceBinding getServiceBinding(int index)
           
 int getServiceBindingCount()
           
 Iterator<ServiceBinding> getServiceBindingIterator()
           
 void removeServiceBinding(int index)
           
 void setServiceBinding(int index, ServiceBinding sb)
           
 
Methods inherited from interface gov.nasa.worldwind.applications.gio.ebrim.RegistryObject
addClassification, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifier, addExternalIdentifiers, clearClassifications, clearExternalIdentifiers, getClassification, getClassificationCount, getClassificationIterator, getDescription, getExternalIdentifier, getExternalIdentifierCount, getExternalIdentifierIterator, getIndex, getIndex, getLid, getName, getObjectType, getStatus, getVersionInfo, removeClassification, removeExternalIdentifier, setClassification, setDescription, setExternalIdentifier, setLid, setName, setObjectType, setStatus, setVersionInfo
 
Methods inherited from interface gov.nasa.worldwind.applications.gio.ebrim.Identifiable
addSlot, addSlot, addSlots, clearSlots, getHome, getId, getIndex, getSlot, getSlotCount, getSlotIterator, removeSlot, setHome, setId, setSlot
 

Method Detail

addServiceBinding

void addServiceBinding(int index,
                       ServiceBinding sb)

addServiceBinding

void addServiceBinding(ServiceBinding sb)

addServiceBindings

void addServiceBindings(Collection<? extends ServiceBinding> c)

clearServiceBindings

void clearServiceBindings()

getIndex

int getIndex(ServiceBinding sb)

getServiceBinding

ServiceBinding getServiceBinding(int index)

getServiceBindingCount

int getServiceBindingCount()

getServiceBindingIterator

Iterator<ServiceBinding> getServiceBindingIterator()

removeServiceBinding

void removeServiceBinding(int index)

setServiceBinding

void setServiceBinding(int index,
                       ServiceBinding sb)

NASA World Wind