Uses of Class
no.uio.edd.utils.datautils.ExtendableObjectList

Packages that use ExtendableObjectList
no.uio.edd.model.geo   
no.uio.edd.model.geo.map   
no.uio.edd.utils.datautils   
no.uio.edd.utils.geoutils   
no.uio.edd.utils.xmlutils   
 

Uses of ExtendableObjectList in no.uio.edd.model.geo
 

Fields in no.uio.edd.model.geo declared as ExtendableObjectList
(package private)  ExtendableObjectList GeoModelPerson.corefBackList
           
(package private)  ExtendableObjectList GeoModelLink.corefBackList
           
(package private)  ExtendableObjectList GeoModelElement.corefBackList
           
(package private)  ExtendableObjectList AddedNode.corefBackList
           
 

Methods in no.uio.edd.model.geo that return ExtendableObjectList
(package private)  ExtendableObjectList GeoModelCoref.getAllPlaceNamesFromTEI()
          Find all the elements from the original TEI file marked up as
 ExtendableObjectList GeoModelPlaceReg.getAllPlaces()
           
 ExtendableObjectList GeoModelPerson.getParasWhereIAmSpeaker()
           
 

Methods in no.uio.edd.model.geo with parameters of type ExtendableObjectList
(package private)  void GeoModelPlaceRegTableView.loadTable(ExtendableObjectList inList)
           
(package private)  void GeoModelCorefTableView.loadTable(ExtendableObjectList inList)
           
 

Uses of ExtendableObjectList in no.uio.edd.model.geo.map
 

Fields in no.uio.edd.model.geo.map declared as ExtendableObjectList
(package private)  ExtendableObjectList GeoPerson.takesPartInEvents
           
 

Methods in no.uio.edd.model.geo.map with parameters of type ExtendableObjectList
static GeoEvent[] GeoEvent.toGeoEventArr(ExtendableObjectList objList)
          Convert an ExtendableObjectList containing GeoEvent objects to a GeoEvent array, removing null elements.
static GeoPerson[] GeoPerson.toGeoPersonArr(ExtendableObjectList objList)
          Convert an ExtendableObjectList containing GeoPerson objects to a GeoPerson array, removing null elements.
static GeoPlace[] GeoPlace.toGeoPlaceArr(ExtendableObjectList objList)
          Convert an ExtendableObjectList containing GeoPlace objects to a GeoPlace array, removing null elements.
static GeoRelationship[] GeoRelationship.toGeoRelArr(ExtendableObjectList objList)
          Convert an ExtendableObjectList containing GeoRelationship objects to a GeoRelationship array, removing null elements.
 

Uses of ExtendableObjectList in no.uio.edd.utils.datautils
 

Subclasses of ExtendableObjectList in no.uio.edd.utils.datautils
 class ExtendableStringList
           
 

Uses of ExtendableObjectList in no.uio.edd.utils.geoutils
 

Methods in no.uio.edd.utils.geoutils with parameters of type ExtendableObjectList
static GeoPoint[] GeoPoint.toGeoPointArr(ExtendableObjectList objList)
          Convert an ExtendableObjectList containing GeoPoint objects to a GeoPoint array, removing null elements.
 

Uses of ExtendableObjectList in no.uio.edd.utils.xmlutils
 

Subclasses of ExtendableObjectList in no.uio.edd.utils.xmlutils
 class ExtendableNodeList
          Objects of this class is used to store list of Nodes.
 

Methods in no.uio.edd.utils.xmlutils that return ExtendableObjectList
 ExtendableObjectList RDFModel.findProperties(java.lang.String propType)
          Finds all statements with a specific property.