Uses of Class
net.agmodel.utility.MultilingualString

Packages that use MultilingualString
net.agmodel.brokerImpl   
net.agmodel.metBroker   
net.agmodel.metDriver Contains driver classes that MetBroker uses to connect to databases, and the interfaces they implement.
 
net.agmodel.pPhysical Contains persistent versions of some classes from the net.agmodel.physical package. 
net.agmodel.pUtility Contains persistent utility classes. 
 

Uses of MultilingualString in net.agmodel.brokerImpl
 

Constructors in net.agmodel.brokerImpl with parameters of type MultilingualString
GenericSourceImpl(String ID, GenericBrokerImpl broker, MultilingualString sourceName, GeographicalArea coverage, int loginRequirements, String driverName, GeographicalArea defaultDisplayArea, BrokerConfigDataSource source)
          Creates an object responsible for managing the metadata associated with a database, and spawning driver instances.
GenericSourceImpl(String ID, GenericBrokerImpl broker, MultilingualString sourceName, GeographicalArea coverage, int loginRequirements, String driverName, GeographicalArea defaultDisplayArea)
           
 

Uses of MultilingualString in net.agmodel.metBroker
 

Methods in net.agmodel.metBroker with parameters of type MultilingualString
 void MetSourceImpl.addStation(String stationID, MultilingualString placeName, Location location, Period stationOperational, String regionID)
          Adds a station to the list associated with a MetDataSource.
If the station is already in the list, updates the data associated with the station.
 void MetSourceImpl.addRegion(String regionID, MultilingualString regionName)
          Adds a region to the list associated with a MetDataSource.
If the region is already in the list, updates its associated details.
 

Constructors in net.agmodel.metBroker with parameters of type MultilingualString
RegionImpl(String regionID, MultilingualString regionName)
           
MetSourceImpl(String ID, MetBrokerImpl broker, MultilingualString sourceName, GeographicalArea coverage, int loginRequirements, String systemUsercode, String systemPassword, String driverName, String suggestedTimeZone, float suggestedDailyOffset, Duration shortestResolution, Duration longestResolution, Duration timeliness, boolean rebuildRequired, String fromStation, GeographicalArea defaultDisplayArea, BrokerConfigDataSource source)
          Creates an object responsible for managing the metadata associated with a database, and spawning driver instances.
 

Uses of MultilingualString in net.agmodel.metDriver
 

Methods in net.agmodel.metDriver with parameters of type MultilingualString
 void MetSourceForDrivers.addRegion(String regionID, MultilingualString regionName)
          Add a database region to the list maintained by the MetDataSource.
 void MetSourceForDrivers.addStation(String hostDBIdentifier, MultilingualString placeName, Location location, Period operational, String regionID)
          Add the details of a particular station to the list maintained by the the MetDataSource.
 

Uses of MultilingualString in net.agmodel.pPhysical
 

Constructors in net.agmodel.pPhysical with parameters of type MultilingualString
PPlace(double latitude, double longitude, double altitude, MultilingualString placeName)
           
 

Uses of MultilingualString in net.agmodel.pUtility
 

Methods in net.agmodel.pUtility that return MultilingualString
 MultilingualString PMultilingualString.getTransientVersion()
           
 

Constructors in net.agmodel.pUtility with parameters of type MultilingualString
PMultilingualString(MultilingualString input)
          Constructs a persistent version from a transient input
 



Copyright (C) NARC 2001 All Rights Reserved.