Skip navigation links
A B C D E F G H I J L M N O P R S T W X Y 

A

addHighscore(HighscoreEntry) - Method in class jadex.web.examples.puzzle.agent.PuzzleService
Add a highscore entry and save the highscore list.
addHighscore(HighscoreEntry) - Method in interface jadex.web.examples.puzzle.IPuzzleService
Add a highscore entry and save the highscore list.
addPropertyChangeListener(PropertyChangeListener) - Method in class jadex.web.examples.puzzle.Board
Add a PropertyChangeListener to the listener list.
agent - Variable in class jadex.web.examples.puzzle.agent.PuzzleService
The agent to which the service belongs.

B

BaseMessage - Class in com.actoron.webservice.messages
 
BaseMessage() - Constructor for class com.actoron.webservice.messages.BaseMessage
Create a new message.
BaseMessage(String) - Constructor for class com.actoron.webservice.messages.BaseMessage
Create a new message.
board - Variable in class jadex.web.examples.puzzle.agent.MovePlan
The board.
Board - Class in jadex.web.examples.puzzle
The board containing places, pieces and played moves.
Board() - Constructor for class jadex.web.examples.puzzle.Board
Create a new board.
Board(int) - Constructor for class jadex.web.examples.puzzle.Board
Create a new board.
boardsize - Variable in class jadex.web.examples.puzzle.HighscoreEntry
The board size.
body() - Method in class jadex.web.examples.hellobdiv3.HelloWorldBDI
The agent body.
body() - Method in class jadex.web.examples.puzzle.agent.ChooseMovePlan
The plan body.
body() - Method in class jadex.web.examples.puzzle.agent.MovePlan
The plan body.

C

callid - Variable in class com.actoron.webservice.messages.BaseMessage
The callid.
calls - Variable in class jadex.web.examples.puzzleng.RestWebSocket
The ongoing future calls.
ChooseMovePlan - Class in jadex.web.examples.puzzle.agent
Meta-level reasoning plan for choosing between applicable plans.
ChooseMovePlan() - Constructor for class jadex.web.examples.puzzle.agent.ChooseMovePlan
 
clone() - Method in class jadex.web.examples.puzzle.Board
Clone the board.
clone() - Method in class jadex.web.examples.puzzle.Move
Clone the object.
clone() - Method in class jadex.web.examples.puzzle.Piece
Clone the object.
clone() - Method in class jadex.web.examples.puzzle.Position
Clone the object.
com.actoron.webservice.messages - package com.actoron.webservice.messages
 
compareTo(HighscoreEntry) - Method in class jadex.web.examples.puzzle.HighscoreEntry
Compare two highscore entries.

D

date - Variable in class jadex.web.examples.puzzle.HighscoreEntry
The date.
deadline - Variable in class jadex.web.examples.puzzle.agent.MovePlan
The deadline.
destroy() - Method in class jadex.web.examples.hellobdiv3.JadexDispatcherServlet
Shut down the platform on exit.
destroy() - Method in class jadex.web.examples.helloworld.JadexDispatcherServlet
Shut down the platform on exit.
destroy() - Method in class jadex.web.examples.puzzle.servlet.PuzzleDispatcherServlet
Shut down the platform on exit.
destroy() - Method in class jadex.web.tools.jadexdoc.JadexdocServlet
Shut down the platform on exit.
doGet(HttpServletRequest, HttpServletResponse) - Method in class jadex.web.examples.hellobdiv3.JadexDispatcherServlet
Called on each web request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class jadex.web.examples.helloworld.JadexDispatcherServlet
Called on each web request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class jadex.web.examples.puzzle.servlet.PuzzleDispatcherServlet
Called on each web request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class jadex.web.tools.jadexdoc.JadexdocServlet
Called on each web request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class jadex.web.examples.puzzle.servlet.PuzzleDispatcherServlet
Called on each form submit.

E

end - Variable in class jadex.web.examples.puzzle.Move
The end position.
entries - Variable in class jadex.web.examples.puzzle.agent.PuzzleService
The highscore entries (boardsize->sorted set).
equals(Object) - Method in class jadex.web.examples.puzzle.HighscoreEntry
Test for equality.
equals(Object) - Method in class jadex.web.examples.puzzle.Move
Test if two positions are equal.
equals(Object) - Method in class jadex.web.examples.puzzle.Position
Test if two positions are equal.
exception - Variable in class com.actoron.webservice.messages.ResultMessage
The exception.
exta - Variable in class jadex.web.examples.puzzle.agent.PuzzleService
The external access for decoupling settings service calls.

F

failed() - Method in class jadex.web.examples.puzzle.agent.MovePlan
The plan failure code.
finished - Variable in class com.actoron.webservice.messages.ResultMessage
The finished flag.
fromString(String) - Static method in class jadex.web.examples.puzzle.Position
Convert a position string back to a position object.

G

getBoardSize() - Method in class jadex.web.examples.puzzle.HighscoreEntry
Get the boardsize of this HighscoreEntry.
getCallid() - Method in class com.actoron.webservice.messages.BaseMessage
Get the callid.
getContentUrl(HttpServletRequest) - Static method in class jadex.web.tools.jadexdoc.JadexdocServlet
Get model content request.
getCurrentPosition() - Method in class jadex.web.examples.puzzle.Board
Get the current board position.
getDate() - Method in class jadex.web.examples.puzzle.HighscoreEntry
Get the date of this HighscoreEntry.
getEnd() - Method in class jadex.web.examples.puzzle.Move
Get the target.
getException() - Method in class com.actoron.webservice.messages.ResultMessage
Get the exception.
getHighscore(int) - Method in class jadex.web.examples.puzzle.agent.PuzzleService
Get the highscore entries for a given board size.
getHighscore(int) - Method in interface jadex.web.examples.puzzle.IPuzzleService
Get the highscore entries for a given board size.
getHintCount() - Method in class jadex.web.examples.puzzle.HighscoreEntry
Get the hint_count of this HighscoreEntry.
getLastMove() - Method in class jadex.web.examples.puzzle.Board
Get all moves made so far.
getMethodName() - Method in class com.actoron.webservice.messages.ServiceInvocationMessage
Get the methodName.
getModelsUrl(HttpServletRequest) - Static method in class jadex.web.tools.jadexdoc.JadexdocServlet
Get model list request.
getMoves() - Method in class jadex.web.examples.puzzle.Board
Get all moves made so far.
getName() - Method in class jadex.web.examples.puzzle.HighscoreEntry
Get the name of this HighscoreEntry.
getParameterValues() - Method in class com.actoron.webservice.messages.ServiceInvocationMessage
Get the parameterValues.
getPiece(Position) - Method in class jadex.web.examples.puzzle.Board
Get a piece for a location.
getPlatform(Session) - Method in class jadex.web.examples.puzzleng.RestWebSocket
Get or create the platform.
getPossibleMoves() - Method in class jadex.web.examples.puzzle.Board
Get possible moves.
getPrintableX() - Method in class jadex.web.examples.puzzle.Position
Get the string representation for x.
getPrintableY() - Method in class jadex.web.examples.puzzle.Position
Get the string representation for y.
getProperties() - Method in class jadex.web.examples.puzzle.agent.PuzzleService
Write current state into properties.
getResult() - Method in class com.actoron.webservice.messages.ResultMessage
Get the result.
getService(String, IExternalAccess) - Method in class jadex.web.examples.puzzleng.RestWebSocket
Get a service via its sid.
getServiceId() - Method in class com.actoron.webservice.messages.ServiceInvocationMessage
Get the serviceId.
getServiceIdentifier(String, IExternalAccess) - Method in class jadex.web.examples.puzzleng.RestWebSocket
Create a service identifier back from its string representation.
getServiceInfo(IService) - Method in class jadex.web.examples.puzzleng.RestWebSocket
Get info for a service.
getSize() - Method in class jadex.web.examples.puzzle.Board
Get the board size.
getStart() - Method in class jadex.web.examples.puzzle.Move
Get the start.
getType() - Method in class com.actoron.webservice.messages.ServiceSearchMessage
Get the type.
getX() - Method in class jadex.web.examples.puzzle.Position
Get the x value.
getY() - Method in class jadex.web.examples.puzzle.Position
Get the y value.

H

hashCode() - Method in class jadex.web.examples.puzzle.HighscoreEntry
Generate a hashcode for this entry.
hashCode() - Method in class jadex.web.examples.puzzle.Move
Calculate the hash code.
hashCode() - Method in class jadex.web.examples.puzzle.Position
Calculate the hash code.
HelloWorldBDI - Class in jadex.web.examples.hellobdiv3
 
HelloWorldBDI() - Constructor for class jadex.web.examples.hellobdiv3.HelloWorldBDI
 
HighscoreEntry - Class in jadex.web.examples.puzzle
Store a single highscore entry.
HighscoreEntry() - Constructor for class jadex.web.examples.puzzle.HighscoreEntry
Create an empty highscore entry.
HighscoreEntry(String, int, int) - Constructor for class jadex.web.examples.puzzle.HighscoreEntry
Create a new highscore entry.
hint(Board, long) - Method in class jadex.web.examples.puzzle.agent.PuzzleService
Solve the game and give a hint on the next move.
hint(Board, long) - Method in interface jadex.web.examples.puzzle.IPuzzleService
Solve the game and give a hint on the next move.
hint_count - Variable in class jadex.web.examples.puzzle.HighscoreEntry
The number of hints used.
hole_pos - Variable in class jadex.web.examples.puzzle.Board
The hole position.

I

IHelloService - Interface in jadex.web.examples.hellobdiv3
Hello service interface.
init() - Method in class jadex.web.examples.hellobdiv3.JadexDispatcherServlet
Init the servlet by starting the Jadex platform.
init() - Method in class jadex.web.examples.helloworld.JadexDispatcherServlet
Init the servlet by starting the Jadex platform.
init() - Method in class jadex.web.examples.puzzle.servlet.PuzzleDispatcherServlet
Init the servlet by starting the Jadex platform and fecthing the puzzle service.
init() - Method in class jadex.web.tools.jadexdoc.JadexdocServlet
Init the servlet by starting the Jadex platform.
IPuzzleService - Interface in jadex.web.examples.puzzle
Operations provided by the puzzle agent.
IPuzzleService - Interface in jadex.web.examples.puzzleng
Server side for puzzle ng.
ISayHelloService - Interface in jadex.web.examples.hellobdiv3
 
isFinished() - Method in class com.actoron.webservice.messages.ResultMessage
Get the finished.
isFreePosition(Position) - Method in class jadex.web.examples.puzzle.Board
Test if aposition is free.
isJumpMove() - Method in class jadex.web.examples.puzzle.Move
Test if it is a jump move.
isMultiple() - Method in class com.actoron.webservice.messages.ServiceSearchMessage
Get the multiple.
isPossibleMove(Move) - Method in class jadex.web.examples.puzzle.Board
Get a piece for a location.
isSolution() - Method in class jadex.web.examples.puzzle.Board
Test if it is a solution.
isWhite() - Method in class jadex.web.examples.puzzle.Piece
Test, if it is a white piece.

J

jadex.web.examples.hellobdiv3 - package jadex.web.examples.hellobdiv3
 
jadex.web.examples.helloworld - package jadex.web.examples.helloworld
 
jadex.web.examples.puzzle - package jadex.web.examples.puzzle
 
jadex.web.examples.puzzle.agent - package jadex.web.examples.puzzle.agent
 
jadex.web.examples.puzzle.servlet - package jadex.web.examples.puzzle.servlet
 
jadex.web.examples.puzzleng - package jadex.web.examples.puzzleng
 
jadex.web.tools.jadexdoc - package jadex.web.tools.jadexdoc
 
JadexDispatcherServlet - Class in jadex.web.examples.hellobdiv3
Servlet implementation class JadexDispatcherServlet
JadexDispatcherServlet() - Constructor for class jadex.web.examples.hellobdiv3.JadexDispatcherServlet
 
JadexDispatcherServlet - Class in jadex.web.examples.helloworld
Servlet implementation class JadexDispatcherServlet
JadexDispatcherServlet() - Constructor for class jadex.web.examples.helloworld.JadexDispatcherServlet
 
JadexdocServlet - Class in jadex.web.tools.jadexdoc
Front controller servlet for jadexdoc application.
JadexdocServlet() - Constructor for class jadex.web.tools.jadexdoc.JadexdocServlet
 
JaxcentFixServlet - Class in jadex.web.tools.jadexdoc
Fixes the jaxcent servlet to allow for context-relative config file names
JaxcentFixServlet() - Constructor for class jadex.web.tools.jadexdoc.JaxcentFixServlet
 
JaxcentHandler - Class in jadex.web.tools.jadexdoc
Add dynamic behavior to jadexdoc pages.
JaxcentHandler() - Constructor for class jadex.web.tools.jadexdoc.JaxcentHandler
 

L

loadModel(String) - Method in class jadex.web.tools.jadexdoc.JadexdocServlet
Asynchronously load a model.
loadModels() - Method in class jadex.web.tools.jadexdoc.JadexdocServlet
Asynchronously load all models.

M

Main - Class in jadex.web.examples.puzzle.agent
Simple test for the puzzle agent.
Main() - Constructor for class jadex.web.examples.puzzle.agent.Main
 
main(String[]) - Static method in class jadex.web.examples.puzzle.agent.Main
 
main(String[]) - Static method in class jadex.web.examples.puzzle.Board
Main for testing.
matchColor(Board, Move, boolean) - Method in class jadex.web.examples.puzzle.agent.ChooseMovePlan
Match move with color constraint.
matchJump(Board, Move, boolean) - Method in class jadex.web.examples.puzzle.agent.ChooseMovePlan
Match move with jump constraint.
MAX_ENTRIES - Static variable in class jadex.web.examples.puzzle.agent.PuzzleService
The number of entries per board size in the high score list.
methodname - Variable in class com.actoron.webservice.messages.ServiceInvocationMessage
 
models - Variable in class jadex.web.tools.jadexdoc.JadexdocServlet
The models.
move - Variable in class jadex.web.examples.puzzle.agent.MovePlan
The move to try.
move(Move) - Method in class jadex.web.examples.puzzle.Board
Do a move.
Move - Class in jadex.web.examples.puzzle
A move consisting of a start and an end point.
Move() - Constructor for class jadex.web.examples.puzzle.Move
Create a move.
Move(Position, Position) - Constructor for class jadex.web.examples.puzzle.Move
Create a move.
moved(int, int) - Method in interface jadex.web.examples.puzzleng.IPuzzleService
Announce that a move has been made.
moved(int, int) - Method in class jadex.web.examples.puzzleng.PuzzleAgent
Announce that a move has been made.
MovePlan - Class in jadex.web.examples.puzzle.agent
Make a move and dispatch a subgoal for the next.
MovePlan() - Constructor for class jadex.web.examples.puzzle.agent.MovePlan
 
moves - Variable in class jadex.web.examples.puzzle.Board
The moves.
multiple - Variable in class com.actoron.webservice.messages.ServiceSearchMessage
The multiple flag.

N

name - Variable in class jadex.web.examples.puzzle.HighscoreEntry
The name of the player.
newGame(int) - Method in interface jadex.web.examples.puzzleng.IPuzzleService
Announce that a new game has started.
newGame(int) - Method in class jadex.web.examples.puzzleng.PuzzleAgent
Announce that a new game has started.

O

onClose(CloseReason, Session) - Method in class jadex.web.examples.puzzleng.RestWebSocket
 
onMessage(String, Session) - Method in class jadex.web.examples.puzzleng.RestWebSocket
 
onOpen(Session, EndpointConfig) - Method in class jadex.web.examples.puzzleng.RestWebSocket
 

P

parametervalues - Variable in class com.actoron.webservice.messages.ServiceInvocationMessage
 
pcs - Variable in class jadex.web.examples.puzzle.Board
The helper object for bean events.
Piece - Class in jadex.web.examples.puzzle
A piece for playing.
Piece() - Constructor for class jadex.web.examples.puzzle.Piece
Create a new piece.
Piece(boolean) - Constructor for class jadex.web.examples.puzzle.Piece
Create a new board.
pieces - Variable in class jadex.web.examples.puzzle.Board
The pieces.
platform - Variable in class jadex.web.examples.hellobdiv3.JadexDispatcherServlet
The platform.
platform - Variable in class jadex.web.examples.helloworld.JadexDispatcherServlet
The platform.
platform - Variable in class jadex.web.examples.puzzle.servlet.PuzzleDispatcherServlet
The platform.
platform - Variable in class jadex.web.tools.jadexdoc.JadexdocServlet
The platform.
Position - Class in jadex.web.examples.puzzle
A position has two coordinates.
Position() - Constructor for class jadex.web.examples.puzzle.Position
Create a position.
Position(int, int) - Constructor for class jadex.web.examples.puzzle.Position
Create a position.
printHello(IPlan) - Method in class jadex.web.examples.hellobdiv3.HelloWorldBDI
Plan that prints out goal text and passes.
PullResultMessage - Class in com.actoron.webservice.messages
 
PullResultMessage() - Constructor for class com.actoron.webservice.messages.PullResultMessage
Create a new message.
PullResultMessage(String) - Constructor for class com.actoron.webservice.messages.PullResultMessage
Create a new message.
puzzle - Variable in class jadex.web.examples.puzzle.servlet.PuzzleDispatcherServlet
The puzzle service.
PuzzleAgent - Class in jadex.web.examples.puzzleng
Simple test implementation of puzzle server side.
PuzzleAgent() - Constructor for class jadex.web.examples.puzzleng.PuzzleAgent
 
PuzzleDispatcherServlet - Class in jadex.web.examples.puzzle.servlet
Front controller servlet for puzzle application.
PuzzleDispatcherServlet() - Constructor for class jadex.web.examples.puzzle.servlet.PuzzleDispatcherServlet
 
PuzzleService - Class in jadex.web.examples.puzzle.agent
Implementation of the puzzle service.
PuzzleService() - Constructor for class jadex.web.examples.puzzle.agent.PuzzleService
 

R

removePropertyChangeListener(PropertyChangeListener) - Method in class jadex.web.examples.puzzle.Board
Remove a PropertyChangeListener from the listener list.
RestWebSocket - Class in jadex.web.examples.puzzleng
WebSocket server implementation.
RestWebSocket() - Constructor for class jadex.web.examples.puzzleng.RestWebSocket
 
result - Variable in class com.actoron.webservice.messages.ResultMessage
The result.
ResultMessage - Class in com.actoron.webservice.messages
 
ResultMessage() - Constructor for class com.actoron.webservice.messages.ResultMessage
Create a new result message.
ResultMessage(Object, String, boolean) - Constructor for class com.actoron.webservice.messages.ResultMessage
Create a new result message.
ResultMessage(Exception, String) - Constructor for class com.actoron.webservice.messages.ResultMessage
Create a new result message.

S

save() - Method in class jadex.web.examples.puzzle.agent.PuzzleService
Save highscore using settings service.
sayHello() - Method in class jadex.web.examples.hellobdiv3.HelloWorldBDI
Say hello method.
sayHello() - Method in interface jadex.web.examples.hellobdiv3.IHelloService
Say hello method.
sayHello() - Method in interface jadex.web.examples.hellobdiv3.ISayHelloService
Say hello method.
sayHello() - Method in class jadex.web.examples.hellobdiv3.SayHelloBDI
Say hello method.
SayHelloBDI - Class in jadex.web.examples.hellobdiv3
Say hello agent.
SayHelloBDI() - Constructor for class jadex.web.examples.hellobdiv3.SayHelloBDI
 
scanForModels(List<URL>) - Method in class jadex.web.tools.jadexdoc.JadexdocServlet
Scan classpath URLs for loadable models.
selectPlan(ICandidateInfo[], Board, boolean, boolean, boolean, boolean) - Method in class jadex.web.examples.puzzle.agent.ChooseMovePlan
Select a move with respect to color resp.
sendException(Exception, String, Session) - Method in class jadex.web.examples.puzzleng.RestWebSocket
Send an exception message back to the client.
sendMessage(ResultMessage, Session) - Method in class jadex.web.examples.puzzleng.RestWebSocket
Send an message back to the client.
sendResult(Object, String, Session, boolean) - Method in class jadex.web.examples.puzzleng.RestWebSocket
Send a result message back to the client.
ServiceInvocationMessage - Class in com.actoron.webservice.messages
 
ServiceInvocationMessage() - Constructor for class com.actoron.webservice.messages.ServiceInvocationMessage
Create a new command.
ServiceInvocationMessage(String, String, String, Object[]) - Constructor for class com.actoron.webservice.messages.ServiceInvocationMessage
Create a new command.
ServiceSearchMessage - Class in com.actoron.webservice.messages
 
ServiceSearchMessage(String, ClassInfo, boolean) - Constructor for class com.actoron.webservice.messages.ServiceSearchMessage
Create a new command.
ServiceTerminateInvocationMessage - Class in com.actoron.webservice.messages
 
ServiceTerminateInvocationMessage() - Constructor for class com.actoron.webservice.messages.ServiceTerminateInvocationMessage
Create a new command.
ServiceTerminateInvocationMessage(String) - Constructor for class com.actoron.webservice.messages.ServiceTerminateInvocationMessage
Create a new command.
setBoardSize(int) - Method in class jadex.web.examples.puzzle.HighscoreEntry
Set the boardsize of this HighscoreEntry.
setCallid(String) - Method in class com.actoron.webservice.messages.BaseMessage
Set the callid.
setDate(Date) - Method in class jadex.web.examples.puzzle.HighscoreEntry
Set the date of this HighscoreEntry.
setEnd(Position) - Method in class jadex.web.examples.puzzle.Move
Set the end position.
setException(Exception) - Method in class com.actoron.webservice.messages.ResultMessage
Set the exception.
setFinished(boolean) - Method in class com.actoron.webservice.messages.ResultMessage
Set the finished.
setHintCount(int) - Method in class jadex.web.examples.puzzle.HighscoreEntry
Set the hint_count of this HighscoreEntry.
setMethodName(String) - Method in class com.actoron.webservice.messages.ServiceInvocationMessage
Set the method name.
setMultiple(boolean) - Method in class com.actoron.webservice.messages.ServiceSearchMessage
Set the multiple.
setName(String) - Method in class jadex.web.examples.puzzle.HighscoreEntry
Set the name of this HighscoreEntry.
setParameterValues(Object[]) - Method in class com.actoron.webservice.messages.ServiceInvocationMessage
Set the parameter values.
setProperties(Properties) - Method in class jadex.web.examples.puzzle.agent.PuzzleService
Update from given properties.
setResult(Object) - Method in class com.actoron.webservice.messages.ResultMessage
Set the result.
setServiceId(String) - Method in class com.actoron.webservice.messages.ServiceInvocationMessage
Set the serviceId.
setStart(Position) - Method in class jadex.web.examples.puzzle.Move
Set the start position.
setType(ClassInfo) - Method in class com.actoron.webservice.messages.ServiceSearchMessage
Set the type.
setWhite(boolean) - Method in class jadex.web.examples.puzzle.Piece
Set tu true, if it is a white piece.
setX(int) - Method in class jadex.web.examples.puzzle.Position
Set x.
setY(int) - Method in class jadex.web.examples.puzzle.Position
Set y.
shutdownService() - Method in class jadex.web.examples.puzzle.agent.PuzzleService
Termination method called on service shutdown.
sid - Variable in class com.actoron.webservice.messages.ServiceInvocationMessage
 
size - Variable in class jadex.web.examples.puzzle.Board
The size.
start - Variable in class jadex.web.examples.puzzle.Move
The start position.
startService() - Method in class jadex.web.examples.puzzle.agent.PuzzleService
Init method called on service startup.

T

takeback() - Method in class jadex.web.examples.puzzle.Board
Takeback a move.
takenBack() - Method in interface jadex.web.examples.puzzleng.IPuzzleService
Announce that the last move has been taken back.
takenBack() - Method in class jadex.web.examples.puzzleng.PuzzleAgent
Announce that the last move has been taken back.
toString() - Method in class jadex.web.examples.puzzle.Board
Get the string representation.
toString() - Method in class jadex.web.examples.puzzle.Move
Get the string representation.
toString() - Method in class jadex.web.examples.puzzle.Piece
Get the string representation.
toString() - Method in class jadex.web.examples.puzzle.Position
Get the string representation.
type - Variable in class com.actoron.webservice.messages.ServiceSearchMessage
The type.

W

wasLastMoveWhite() - Method in class jadex.web.examples.puzzle.Board
Test if the last move was with a white piece.
white - Variable in class jadex.web.examples.puzzle.Piece
The piece color (white or black).

X

x - Variable in class jadex.web.examples.puzzle.Position
The x position.

Y

y - Variable in class jadex.web.examples.puzzle.Position
The y position.
A B C D E F G H I J L M N O P R S T W X Y 
Skip navigation links