NASA World Wind

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

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

public interface Association
extends RegistryObject


Method Summary
 String getAssociationType()
           
 String getSourceObject()
           
 String getTargetObject()
           
 void setAssociationType(String associationType)
           
 void setSourceObject(String sourceObject)
           
 void setTargetObject(String targetObject)
           
 
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

getAssociationType

String getAssociationType()

getSourceObject

String getSourceObject()

getTargetObject

String getTargetObject()

setAssociationType

void setAssociationType(String associationType)

setSourceObject

void setSourceObject(String sourceObject)

setTargetObject

void setTargetObject(String targetObject)

NASA World Wind