Uses of Interface
nz.ac.waikato.mcennis.rat.graph.page.Page

Packages that use Page
nz.ac.waikato.mcennis.rat.graph.actor   
nz.ac.waikato.mcennis.rat.graph.page   
 

Uses of Page in nz.ac.waikato.mcennis.rat.graph.actor
 

Methods in nz.ac.waikato.mcennis.rat.graph.actor that return Page
 Page[] Actor.getPage()
          Returns the set of all page objects associated with this actor or null if no page objects havee been created
 Page[] BasicUser.getPage()
           
 Page[] DBActor.getPage()
          FIXME: Not implemented yet.
 Page Actor.getPage(java.lang.String ID)
          Return the page with the given ID (usually a URI String) or null iuf it doesn't exist
 Page BasicUser.getPage(java.lang.String ID)
           
 Page DBActor.getPage(java.lang.String ID)
          FIXME: Not implemented yet.
 

Methods in nz.ac.waikato.mcennis.rat.graph.actor with parameters of type Page
 void Actor.add(Page page)
          Add a Page object to this class.
 void BasicUser.add(Page p)
           
 void DBActor.add(Page page)
          FIXME: Not implemented yet.
 

Uses of Page in nz.ac.waikato.mcennis.rat.graph.page
 

Classes in nz.ac.waikato.mcennis.rat.graph.page that implement Page
 class BasicCartesianPage
          Class representing a bag-of-words representation of a page.
 

Methods in nz.ac.waikato.mcennis.rat.graph.page that return Page
 Page PageFactory.create(java.util.Properties props)
          Creates a new Page object.
 

Methods in nz.ac.waikato.mcennis.rat.graph.page with parameters of type Page
 double BasicCartesianPage.compare(Page p)
          Only does comparisons of other objects of identical class.
 double Page.compare(Page p)
          Compute a similarity between 2 pages.