NASA World Wind

gov.nasa.worldwind.applications.gio.ebrim
Class AssociationParser

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.ElementParser
      extended by gov.nasa.worldwind.applications.gio.ebrim.IdentifiableParser
          extended by gov.nasa.worldwind.applications.gio.ebrim.RegistryObjectParser
              extended by gov.nasa.worldwind.applications.gio.ebrim.AssociationParser
All Implemented Interfaces:
Association, Identifiable, RegistryObject

public class AssociationParser
extends RegistryObjectParser
implements Association


Field Summary
static String ELEMENT_NAME
           
 
Constructor Summary
AssociationParser(String elementName, Attributes attributes)
           
 
Method Summary
 String getAssociationType()
           
 String getSourceObject()
           
 String getTargetObject()
           
 void setAssociationType(String associationType)
           
 void setSourceObject(String sourceObject)
           
 void setTargetObject(String targetObject)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.ebrim.RegistryObjectParser
addClassification, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifier, addExternalIdentifiers, clearClassifications, clearExternalIdentifiers, doStartElement, 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 class gov.nasa.worldwind.applications.gio.ebrim.IdentifiableParser
addSlot, addSlot, addSlots, clearSlots, getHome, getId, getIndex, getSlot, getSlotCount, getSlotIterator, removeSlot, setHome, setId, setSlot
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.ElementParser
characters, doCharacters, doEndElement, endElement, getCharacters, getCurrentElement, getElementName, setCurrentElement, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Field Detail

ELEMENT_NAME

public static final String ELEMENT_NAME
See Also:
Constant Field Values
Constructor Detail

AssociationParser

public AssociationParser(String elementName,
                         Attributes attributes)
Method Detail

getAssociationType

public String getAssociationType()
Specified by:
getAssociationType in interface Association

getSourceObject

public String getSourceObject()
Specified by:
getSourceObject in interface Association

getTargetObject

public String getTargetObject()
Specified by:
getTargetObject in interface Association

setAssociationType

public void setAssociationType(String associationType)
Specified by:
setAssociationType in interface Association

setSourceObject

public void setSourceObject(String sourceObject)
Specified by:
setSourceObject in interface Association

setTargetObject

public void setTargetObject(String targetObject)
Specified by:
setTargetObject in interface Association

NASA World Wind