Class PRanking

java.lang.Object
   |
   +----PRanking

public class PRanking
extends Object
Objects of class PRanking are used to store the ranking information.

Author:
Gregor Panzer qversion 0.1

Constructor Index

 o PRanking()
Set up a new PRanking object.

Method Index

 o getBoolOp()
 o getMetaName()
 o getMetaValue()
 o getNextRanking()
 o getTerm()
Selectors
 o getWeight()

Constructors

 o PRanking
 public PRanking()
Set up a new PRanking object.

Methods

 o getTerm
 public String getTerm()
Selectors

 o getWeight
 public int getWeight()
 o getMetaName
 public String getMetaName()
 o getMetaValue
 public String getMetaValue()
 o getBoolOp
 public String getBoolOp()
 o getNextRanking
 public PRanking getNextRanking()