|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ParsedObject in nz.ac.waikato.bibliography.XMLParser |
---|
Methods in nz.ac.waikato.bibliography.XMLParser that return ParsedObject | |
---|---|
ParsedObject |
ParseBibliographyXML.get()
|
ParsedObject |
ParseClassLabel.get()
|
Methods in nz.ac.waikato.bibliography.XMLParser with parameters of type ParsedObject | |
---|---|
void |
ParseBibliographyXML.set(ParsedObject o)
|
void |
ParseClassLabel.set(ParsedObject o)
|
Uses of ParsedObject in nz.ac.waikato.mcennis.rat.graph |
---|
Subinterfaces of ParsedObject in nz.ac.waikato.mcennis.rat.graph | |
---|---|
interface |
Graph
Interface representing a social network. |
Classes in nz.ac.waikato.mcennis.rat.graph that implement ParsedObject | |
---|---|
class |
Clique
Class for describing a completely connected subgraph. |
class |
DerbyGraph
Class that implements all the JDBC code for a Derby backed graph model. |
class |
MemGraph
A graph object that is held entirely in memory |
class |
NullGraph
Class that retains no information and implements null operations on every node. |
class |
PostgresqlGraph
Sub-class of the DerbyGraph Object to work with postgresql databases |
class |
Tree
Class for describing a tree. |
class |
UserIDList
Class that records only those users that initiate links. |
class |
UserList
Aquires a list of all actors that have been seen. |
Uses of ParsedObject in nz.ac.waikato.mcennis.rat.graph.actor |
---|
Subinterfaces of ParsedObject in nz.ac.waikato.mcennis.rat.graph.actor | |
---|---|
interface |
Actor
Actors are any entity (such as nouns). |
Classes in nz.ac.waikato.mcennis.rat.graph.actor that implement ParsedObject | |
---|---|
class |
BasicUser
|
class |
DBActor
Class that implemnts an actor backed by a DerbyDB database. |
Uses of ParsedObject in nz.ac.waikato.mcennis.rat.graph.artist.decider |
---|
Subinterfaces of ParsedObject in nz.ac.waikato.mcennis.rat.graph.artist.decider | |
---|---|
interface |
ArtistDecider
Interface for providing a binary responce to whether a given String belongs to the class this class differentiates. |
Classes in nz.ac.waikato.mcennis.rat.graph.artist.decider that implement ParsedObject | |
---|---|
class |
ArtistDeciderBase
Common base class for deciding whether or not something belongs to a class or not. |
class |
BasicArtistDecider
Class for manually assigned artist labels. |
class |
GoogleDecider
Class for utilizing a Google music finder web query to determine if a string matches an artist name or not. |
class |
LastFMDecider
Class for using LastFM related-artist REST service for determining whether or not an string is an artist or not. |
class |
YahooArtistDecider
|
Uses of ParsedObject in nz.ac.waikato.mcennis.rat.parser |
---|
Methods in nz.ac.waikato.mcennis.rat.parser that return ParsedObject | |
---|---|
ParsedObject |
BaseHTMLParser.get()
Return histogram object FIX: currently returns null |
ParsedObject |
GoogleArtistParser.get()
|
ParsedObject |
ISMIRBibtexParser.get()
|
ParsedObject |
LastFmBasicArtistParser.get()
|
ParsedObject |
LinkTest.get()
Returns null |
ParsedObject |
NullParser.get()
Intentionally a no-op |
ParsedObject |
ParseArtistList.get()
|
ParsedObject |
Parser.get()
Get the object created by this parser |
ParsedObject |
ToFileParser.get()
Intentionally null |
ParsedObject |
XMLParser.get()
Returns the parsed object of the handler |
Methods in nz.ac.waikato.mcennis.rat.parser with parameters of type ParsedObject | |
---|---|
void |
BaseHTMLParser.set(ParsedObject o)
|
void |
GoogleArtistParser.set(ParsedObject o)
|
void |
ISMIRBibtexParser.set(ParsedObject o)
|
void |
LastFmBasicArtistParser.set(ParsedObject o)
|
void |
LinkTest.set(ParsedObject o)
Deliberately a no-op |
void |
NullParser.set(ParsedObject o)
Intentionally a no-op |
void |
ParseArtistList.set(ParsedObject o)
|
void |
Parser.set(ParsedObject o)
Set the parsed object to be loaded |
void |
ToFileParser.set(ParsedObject o)
Intentionally a no-op |
void |
XMLParser.set(ParsedObject o)
Sets the ParsedObject of the Handler |
Uses of ParsedObject in nz.ac.waikato.mcennis.rat.parser.xmlHandler |
---|
Methods in nz.ac.waikato.mcennis.rat.parser.xmlHandler that return ParsedObject | |
---|---|
ParsedObject |
ArtistDeciderXML.get()
|
ParsedObject |
FOAF2Graph.get()
|
ParsedObject |
GraphReader.get()
|
abstract ParsedObject |
Handler.get()
Return the underlying parsed object |
ParsedObject |
LastFMArtistTag.get()
|
ParsedObject |
LastFMFriends.get()
|
ParsedObject |
LastFMProfile.get()
|
ParsedObject |
LastFMSimilarUsers.get()
|
ParsedObject |
LastFMUserArtistTags.get()
|
ParsedObject |
LastFMUserTags.get()
|
ParsedObject |
LastFMUserTopArtists.get()
|
ParsedObject |
LastFmArtistHandler.get()
|
ParsedObject |
RATExecution.get()
|
ParsedObject |
YahooArtistHandler.get()
|
Methods in nz.ac.waikato.mcennis.rat.parser.xmlHandler with parameters of type ParsedObject | |
---|---|
void |
ArtistDeciderXML.set(ParsedObject o)
|
void |
FOAF2Graph.set(ParsedObject o)
|
void |
GraphReader.set(ParsedObject o)
|
abstract void |
Handler.set(ParsedObject o)
Set the underlying parsed object for parsing |
void |
LastFMArtistTag.set(ParsedObject o)
|
void |
LastFMFriends.set(ParsedObject o)
|
void |
LastFMProfile.set(ParsedObject o)
|
void |
LastFMSimilarUsers.set(ParsedObject o)
|
void |
LastFMUserArtistTags.set(ParsedObject o)
|
void |
LastFMUserTags.set(ParsedObject o)
|
void |
LastFMUserTopArtists.set(ParsedObject o)
|
void |
LastFmArtistHandler.set(ParsedObject o)
|
void |
RATExecution.set(ParsedObject o)
|
void |
YahooArtistHandler.set(ParsedObject o)
|
Uses of ParsedObject in nz.ac.waikato.mcennis.rat.scheduler |
---|
Subinterfaces of ParsedObject in nz.ac.waikato.mcennis.rat.scheduler | |
---|---|
interface |
Scheduler
Interface for a blackboard-style scheduler. |
Classes in nz.ac.waikato.mcennis.rat.scheduler that implement ParsedObject | |
---|---|
class |
BasicScheduler
Stripped down scheduler that directly executes each component without performing any sanity checks on the input. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |