A B C D E F G H I J K L M N O P Q R S T U V W Y Z

P

PRINT - class Raccoon.QE.element.PRINT.
print node * @author Qi Zhong *
PRINT() - Constructor for class Raccoon.QE.element.PRINT
 
PROJECT - Static variable in class Raccoon.QE.QueryNode
The kind if node do the project on the result of its left child.
PVAttribute - class Raccoon.SE.PVAttribute.
 
PVAttribute() - Constructor for class Raccoon.SE.PVAttribute
 
PVAttribute(String, String) - Constructor for class Raccoon.SE.PVAttribute
 
PVAttribute(String, String, boolean, boolean, String, String) - Constructor for class Raccoon.SE.PVAttribute
 
PVDragAddNodeUI - class Raccoon.GUI.PVDragAddNodeUI.
PVDragAddNodeUI contains code for adding LBNodes + LBEdges by dragging.
PVDragAddNodeUI(PeerViewBrowser) - Constructor for class Raccoon.GUI.PVDragAddNodeUI
 
PVEdge - class Raccoon.GUI.PVEdge.
LBEdge: A LinkBrowser Edge.
PVEdge(PVNode, PVNode) - Constructor for class Raccoon.GUI.PVEdge
 
PVEdge(PVNode, PVNode, int) - Constructor for class Raccoon.GUI.PVEdge
 
PVEditUI - class Raccoon.GUI.PVEditUI.
PVEditUI: User Interface for editing the graph.
PVEditUI(PeerViewBrowser) - Constructor for class Raccoon.GUI.PVEditUI
 
PVException - exception Raccoon.GUI.PVException.
An class for exceptions thrown during PeerViewer processing.
PVException(int) - Constructor for class Raccoon.GUI.PVException
Constructor for PVException with Exception ID.
PVException(int, String) - Constructor for class Raccoon.GUI.PVException
Constructor for PVException with Exception ID and error message String.
PVException(String) - Constructor for class Raccoon.GUI.PVException
Constructor for PVException with an error message String.
PVException(Exception) - Constructor for class Raccoon.GUI.PVException
Constructor for PVException tunnelling the original Exception.
PVInstance - class Raccoon.SE.PVInstance.
instances of a relation
PVInstance() - Constructor for class Raccoon.SE.PVInstance
 
PVInstance(Vector, Vector, Vector, int, int, int) - Constructor for class Raccoon.SE.PVInstance
 
PVInstance(Vector, Vector, Vector) - Constructor for class Raccoon.SE.PVInstance
 
PVNavigateUI - class Raccoon.GUI.PVNavigateUI.
PVNavigateUI.
PVNavigateUI(PeerViewBrowser) - Constructor for class Raccoon.GUI.PVNavigateUI
 
PVNode - class Raccoon.GUI.PVNode.
PVNode: class describing a node displayed in PeerViewer.
PVNode() - Constructor for class Raccoon.GUI.PVNode
 
PVNode(String) - Constructor for class Raccoon.GUI.PVNode
Should not be called Every node must have an ID
PVNode(String, String) - Constructor for class Raccoon.GUI.PVNode
 
PVNode(String, int, String) - Constructor for class Raccoon.GUI.PVNode
 
PVNode(String, String, String) - Constructor for class Raccoon.GUI.PVNode
 
PVNode(String, String, String, PVNodeInfo) - Constructor for class Raccoon.GUI.PVNode
 
PVNodeHintUI - class Raccoon.GUI.PVNodeHintUI.
PVNodeHintUI: A UserInterface that shows a hint when the mouse is paused over a node.
PVNodeHintUI(PeerViewBrowser) - Constructor for class Raccoon.GUI.PVNodeHintUI
 
PVNodeInfo - class Raccoon.GUI.PVNodeInfo.
 
PVNodeInfo(String, String, String, String, String, Vector, String, String, String) - Constructor for class Raccoon.GUI.PVNodeInfo
 
PVNodeInfo() - Constructor for class Raccoon.GUI.PVNodeInfo
 
PVNodeInfoUI - class Raccoon.GUI.PVNodeInfoUI.
PVNodeInfoUI: A UserInterface that shows a hint when the mouse is paused over a node.
PVNodeInfoUI(PeerViewBrowser) - Constructor for class Raccoon.GUI.PVNodeInfoUI
 
PVRelation - class Raccoon.SE.PVRelation.
both instances and schema of a table
PVRelation() - Constructor for class Raccoon.SE.PVRelation
 
PVRelation(PVSchema, PVInstance) - Constructor for class Raccoon.SE.PVRelation
 
PVSchema - class Raccoon.SE.PVSchema.
The meta information of a table
PVSchema() - Constructor for class Raccoon.SE.PVSchema
 
PVSchema(String, Vector) - Constructor for class Raccoon.SE.PVSchema
 
PVSchema(String, String, String, Vector) - Constructor for class Raccoon.SE.PVSchema
 
PVSchema(String) - Constructor for class Raccoon.SE.PVSchema
 
PVSchema(String, String, String) - Constructor for class Raccoon.SE.PVSchema
 
PVXMLio - class Raccoon.GUI.PVXMLio.
PVXMLio: Allows for reading and writing of Raccoon XML files.
PVXMLio(GraphEltSet) - Constructor for class Raccoon.GUI.PVXMLio
 
ParseEngine - class Raccoon.QE.ParseEngine.
ParseEngine : In the check process, we ask the user to specify relname for all the attribute.
ParseEngine() - Constructor for class Raccoon.QE.ParseEngine
 
ParseEngine(QueryEngine) - Constructor for class Raccoon.QE.ParseEngine
 
ParseHelper - class Raccoon.QE.ParseHelper.
ParseHelper : class helps to parse the Extended-SQL and build the parse tree.
ParseHelper(QueryEngine) - Constructor for class Raccoon.QE.ParseHelper
 
ParseHelper() - Constructor for class Raccoon.QE.ParseHelper
 
PeerViewBrowser - class Raccoon.GUI.PeerViewBrowser.
PeerViewBrowser: Sets up the basic visual elements of the TouchGraph LinkBrowser.
PeerViewBrowser() - Constructor for class Raccoon.GUI.PeerViewBrowser
 
PeerViewBrowser(ResourceManager) - Constructor for class Raccoon.GUI.PeerViewBrowser
We set the complet set in PeerViewBrowser and ResourceManager to be the same one
PeerViewBrowser(JApplet) - Constructor for class Raccoon.GUI.PeerViewBrowser
 
PeerViewBrowser(JFrame) - Constructor for class Raccoon.GUI.PeerViewBrowser
 
PeerViewBrowser(JFrame, String) - Constructor for class Raccoon.GUI.PeerViewBrowser
 
PeerViewBrowser(JFrame, PVNode) - Constructor for class Raccoon.GUI.PeerViewBrowser
 
PeerViewBrowser(JFrame, ResourceManager, SearchEngine, QueryEngine) - Constructor for class Raccoon.GUI.PeerViewBrowser
 
PeerViewBrowser(JApplet, ResourceManager, SearchEngine, QueryEngine) - Constructor for class Raccoon.GUI.PeerViewBrowser
 
PorterStemmer - class Raccoon.SE.PorterStemmer.
This only method on in this class that is intended to be called is static so this class does not need to be instaniated.
PorterStemmer() - Constructor for class Raccoon.SE.PorterStemmer
 
PrintError(int) - Static method in class Raccoon.QE.ERROR
 
paintAfterEdges(Graphics) - Method in class Raccoon.GUI.PVDragAddNodeUI
 
paintFirst(Graphics) - Method in class Raccoon.GUI.PVDragAddNodeUI
 
paintLast(Graphics) - Method in class Raccoon.GUI.PVDragAddNodeUI
 
paramName - Variable in class Raccoon.QE.element.SET
 
parse(String) - Method in class Raccoon.QE.parser
 
parser - class Raccoon.QE.parser.
CUP v0.10k generated parser.
parser() - Constructor for class Raccoon.QE.parser
Default constructor.
parser(Scanner) - Constructor for class Raccoon.QE.parser
Constructor which sets the default scanner.
passwd - Static variable in class Raccoon.Raccoon
 
ph - Variable in class Raccoon.QE.QueryEngine
 
port - Static variable in class Raccoon.Raccoon
 
postDeactivate() - Method in class Raccoon.GUI.PVNodeHintUI
 
postDeactivate() - Method in class Raccoon.GUI.PVNodeInfoUI
 
preActivate() - Method in class Raccoon.GUI.PVDragAddNodeUI
 
preActivate() - Method in class Raccoon.GUI.PVNodeHintUI
 
preActivate() - Method in class Raccoon.GUI.PVNodeInfoUI
 
preDeactivate() - Method in class Raccoon.GUI.PVDragAddNodeUI
 
prepend(NODE, Vector) - Static method in class Raccoon.QE.NODE
 
print - Variable in class Raccoon.QE.Union
 
print(String) - Method in class Raccoon.RM.ResourceManager
 
printError(int) - Static method in class Raccoon.QE.ERROR
Errors about GUI module module ends here
printHashMap(HashMap, String) - Static method in class Raccoon.QE.ERROR
 
printMe() - Method in interface Raccoon.QE.QueryAnswer
 
printMe() - Method in class Raccoon.SE.PVInstance
 
printVector(Vector, String) - Static method in class Raccoon.QE.ERROR
 
print_node(String) - Static method in class Raccoon.QE.NODE
 
printf(String) - Method in class Raccoon.QE.NODE
 
printf(String) - Method in class Raccoon.QE.ParseEngine
 
printit(String) - Static method in class Raccoon.QE.Yylex
 
println(Object) - Static method in class Raccoon.QE.ERROR
 
println(Object, String) - Static method in class Raccoon.QE.ERROR
 
processHintURL(URL) - Method in class Raccoon.GUI.PeerViewBrowser
Called by LBNodeHintUI when the user clicks a link.
production_table() - Method in class Raccoon.QE.parser
Access to production table.
pvBrowser - Static variable in class Raccoon.Raccoon
 

A B C D E F G H I J K L M N O P Q R S T U V W Y Z