Uses of Class
net.talvi.puffinplot.data.Site

Packages that use Site
net.talvi.puffinplot   
net.talvi.puffinplot.data   
 

Uses of Site in net.talvi.puffinplot
 

Methods in net.talvi.puffinplot that return Site
 Site PuffinApp.getCurrentSite()
          Returns the site for which data is currently being displayed.
 

Methods in net.talvi.puffinplot that return types with arguments of type Site
 java.util.List<Site> PuffinApp.getSelectedSites()
          Gets all the sites containing any of the currently selected samples.
 

Uses of Site in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return Site
 Site Sample.getSite()
          Returns the site for this sample.
 Site Suite.getSiteByName(java.lang.String siteName)
          Returns a site with the given name, or null if this suite contains no such site.
 

Methods in net.talvi.puffinplot.data that return types with arguments of type Site
 java.util.List<Site> Suite.getSites()
          Returns the sites within this suite.
 

Methods in net.talvi.puffinplot.data with parameters of type Site
 void Sample.setSite(Site site)
          Sets the site for this sample.