Uses of Class
no.uio.edd.model.geo.map.GeoRelationship

Packages that use GeoRelationship
no.uio.edd.model.geo.map   
 

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

Methods in no.uio.edd.model.geo.map that return GeoRelationship
 GeoRelationship GeoPlace.addGeoRelationshipToMe(GeoRelationship newRel)
          Adds a new relationship for which I am the target.
 GeoRelationship[] GeoPlace.getConnectedToMe()
           
 GeoRelationship GeoPlace.getGeoRelationship(GeoPlace target)
          Will return the GeoRelationship to the target GeoPlace if it exists.
 GeoRelationship[] GeoPlace.getMyConnections()
           
static GeoRelationship[] GeoRelationship.toGeoRelArr(ExtendableObjectList objList)
          Convert an ExtendableObjectList containing GeoRelationship objects to a GeoRelationship array, removing null elements.
 

Methods in no.uio.edd.model.geo.map with parameters of type GeoRelationship
 GeoRelationship GeoPlace.addGeoRelationshipToMe(GeoRelationship newRel)
          Adds a new relationship for which I am the target.