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

P

p(Object...) - Static method in class javatools.administrative.D
Prints some Objects, returns them
p(int[]) - Static method in class javatools.administrative.D
Prints an array of integers
p(double[]) - Static method in class javatools.administrative.D
Prints an array of doubles
Pair<F,S> - Class in javatools.datatypes
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
Pair(F, S) - Constructor for class javatools.datatypes.Pair
Constructs a Pair
Pair() - Constructor for class javatools.datatypes.Pair
Constructs an empty pair
parameters() - Method in class javatools.administrative.NonsharedParameters
Returns all defined parameters
Parameters - Class in javatools.administrative
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
Parameters() - Constructor for class javatools.administrative.Parameters
 
parameters() - Static method in class javatools.administrative.Parameters
Returns all defined parameters
Parameters.UndefinedParameterException - Exception in javatools.administrative
Thrown for an undefined Parameter
Parameters.UndefinedParameterException(String, File) - Constructor for exception javatools.administrative.Parameters.UndefinedParameterException
 
parents() - Method in class javatools.datatypes.DirectedGraph.Node
Returns the parents
parseDouble(String) - Static method in class javatools.parsers.NumberParser
Calls Double.parseDouble, returns an Integer or NULL
parseInt(String) - Static method in class javatools.parsers.NumberParser
Calls Integer.parseInt, returns an Integer or NULL
parseSimple(StringTokenizer) - Static method in class javatools.parsers.RegularExpression
Parses a regex from a StringTokenizer
patternForWildcard(String) - Method in class javatools.filehandlers.DeepFileSet
 
peek() - Method in class javatools.datatypes.ArrayQueue
 
peek() - Method in class javatools.datatypes.IdPriorityQueue
Returns the id with the highest priority
peek() - Method in class javatools.datatypes.PeekIterator
returns the next element without advancing
peekBoolean() - Method in class javatools.datatypes.SmallStack
 
peekDouble() - Method in class javatools.datatypes.SmallStack
 
peekFloat() - Method in class javatools.datatypes.SmallStack
 
peekInt() - Method in class javatools.datatypes.SmallStack
 
PeekIterator<T> - Class in javatools.datatypes
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
PeekIterator() - Constructor for class javatools.datatypes.PeekIterator
 
PeekIterator.ElementaryPeekIterator<T> - Class in javatools.datatypes
A Peek iterator with one single element
PeekIterator.ElementaryPeekIterator(T) - Constructor for class javatools.datatypes.PeekIterator.ElementaryPeekIterator
 
PeekIterator.SimplePeekIterator<T> - Class in javatools.datatypes
A PeekIterator that can iterate over another iterator or over a list of elements
PeekIterator.SimplePeekIterator(Iterator<T>) - Constructor for class javatools.datatypes.PeekIterator.SimplePeekIterator
Constructs a PeekIterator from another Iterator
PeekIterator.SimplePeekIterator(Iterable<T>) - Constructor for class javatools.datatypes.PeekIterator.SimplePeekIterator
Constructs a PeekIterator from an Iteratable (e.g.
PeekIterator.SimplePeekIterator(T...) - Constructor for class javatools.datatypes.PeekIterator.SimplePeekIterator
Constructs a PeekIterator for a given list of elements
PeekIterator.SimplePeekIterator(T) - Constructor for class javatools.datatypes.PeekIterator.SimplePeekIterator
Constructs a PeekIterator for a given list of elements
peekLong() - Method in class javatools.datatypes.SmallStack
 
personNameComponent - Static variable in class javatools.parsers.Name
The pattern "Name"
personNameComponent - Static variable in class javatools.parsers.NameML
The pattern "Name"
pick(Collection<T>) - Static method in class javatools.administrative.D
Picks one element from a set or NULL
pl(Object...) - Static method in class javatools.administrative.D
Prints some Objects on one line
PlingStemmer - Class in javatools.parsers
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
PlingStemmer() - Constructor for class javatools.parsers.PlingStemmer
 
poll() - Method in class javatools.datatypes.ArrayQueue
 
poll() - Method in class javatools.datatypes.IdPriorityQueue
Returns and removes the id with highest priority
poll() - Method in class javatools.datatypes.IntSet
 
popBoolean() - Method in class javatools.datatypes.SmallStack
 
popDouble() - Method in class javatools.datatypes.SmallStack
 
popFloat() - Method in class javatools.datatypes.SmallStack
 
popInt() - Method in class javatools.datatypes.SmallStack
 
popLong() - Method in class javatools.datatypes.SmallStack
 
POSINT - Static variable in class javatools.parsers.NumberParser
An integer as a capturing regex
PositionTracker - Class in javatools.parsers
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
PositionTracker() - Constructor for class javatools.parsers.PositionTracker
 
PositionTracker.ForwardPositionTracker - Class in javatools.parsers
forward position change tracking - keeping track of several rounds of text modifications allowing to trace a position in the original text along the modifications to the corresp.
PositionTracker.ForwardPositionTracker() - Constructor for class javatools.parsers.PositionTracker.ForwardPositionTracker
 
PostgresDatabase - Class in javatools.database
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
PostgresDatabase() - Constructor for class javatools.database.PostgresDatabase
Constructs a non-functional PostgresDatabase for use of getSQLType
PostgresDatabase(String, String, String, String, String, boolean) - Constructor for class javatools.database.PostgresDatabase
Constructs a new Database from a user, a password and a host
PostgresDatabase(String, String, String, String, String) - Constructor for class javatools.database.PostgresDatabase
 
PostgresDatabase(String, String, String, String, String, String, boolean) - Constructor for class javatools.database.PostgresDatabase
Constructs a new Database from a user, a password and a host, setting also the (preferred) schema (public stays fallback schema)
PostgresDatabase(String, String, String, String, String, String) - Constructor for class javatools.database.PostgresDatabase
Constructs a new Database from a user, a password and a host, setting also the (preferred) schema (public stays fallback schema)
PostgresDatabase.Postgretext - Class in javatools.database
 
PostgresDatabase.Postgretext(int) - Constructor for class javatools.database.PostgresDatabase.Postgretext
 
PostgresDatabase.Postgretext() - Constructor for class javatools.database.PostgresDatabase.Postgretext
 
PostgresDatabase.PostgreVarchar - Class in javatools.database
 
PostgresDatabase.PostgreVarchar(int) - Constructor for class javatools.database.PostgresDatabase.PostgreVarchar
 
PostgresDatabase.PostgreVarchar() - Constructor for class javatools.database.PostgresDatabase.PostgreVarchar
 
postgretext - Static variable in class javatools.database.PostgresDatabase
 
postgrevarchar - Static variable in class javatools.database.PostgresDatabase
 
postModifier() - Method in class javatools.parsers.NounGroup
Returns the postModifier.
PQRTree<E> - Class in javatools.datatypes
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
PQRTree(Collection<E>) - Constructor for class javatools.datatypes.PQRTree
Constructs a PQR tree with initial leaves
PQRTree(E...) - Constructor for class javatools.datatypes.PQRTree
Constructs a PQR tree with initial leaves
PQRTree.Color - Enum in javatools.datatypes
Types of node colors.
PQRTree.Leaf - Class in javatools.datatypes
A node that has a value
PQRTree.Leaf(E) - Constructor for class javatools.datatypes.PQRTree.Leaf
Constructs a leaf, registers the leaf in leafMap
PQRTree.Node - Class in javatools.datatypes
Represents a PQR Tree node
PQRTree.Node(PQRTree.NodeType) - Constructor for class javatools.datatypes.PQRTree.Node
Constructs a node of type t
PQRTree.NodeType - Enum in javatools.datatypes
Node types.
precisionAtKWithRespectTo(Collection<T>, int) - Method in class javatools.datatypes.FrequencyVector
Computes the standard precision at k
precisionAtKWithRespectTo(FrequencyVector<T, ?>, int) - Method in class javatools.datatypes.FrequencyVector
Computes the standard precision at k
precisionWithRespectTo(Collection<T>) - Method in class javatools.datatypes.FrequencyVector
Computes standard precision
precisionWithRespectTo(FrequencyVector<T, ?>) - Method in class javatools.datatypes.FrequencyVector
Computes the standard precision
precisionWithRespectToIntersection(Collection<T>) - Method in class javatools.datatypes.FrequencyVector
Computes the standard precision if the intersection is known
prefixes - Static variable in class javatools.parsers.NumberParser
Maps decimal prefixes (like "giga") to their double
preModifier() - Method in class javatools.parsers.NounGroup
Returns the preModifier.
prep - Static variable in class javatools.parsers.Name
Contains prepositions
prep - Static variable in class javatools.parsers.NameML
Contains prepositions
prepareLCA(int[]) - Method in class javatools.datatypes.PQRTree.Node
Prepares the LCA, updates the position of a given child
preposition() - Method in class javatools.parsers.NounGroup
Returns the preposition.
prepositions - Static variable in class javatools.parsers.NounGroup
Holds prepositions (like "of" etc.)
previous() - Method in class javatools.database.DummyDatabase.DummyResultSet
 
println(Object...) - Static method in class javatools.administrative.D
Prints some Objects
printTime(int) - Static method in class javatools.administrative.Announce
Prints the time of a particular timer given by its timer number
printTime(String, int) - Static method in class javatools.administrative.Announce
Prints the time of a particular timer given by its timer number, may be given a name for printout
printTime() - Static method in class javatools.administrative.Announce
Retrieves the time
progressAt(double, Announce.Level) - Static method in class javatools.administrative.Announce
Notes that the progress is at d, prints dots if necessary, calculates and displays the estimated time after 60sec of the progress then again after every 30min (takes only effect iff current Announce level >= the given lvl)
progressAt(double) - Static method in class javatools.administrative.Announce
Notes that the progress is at d, prints dots if necessary, calculates and displays the estimated time after 60sec of the progress then again after every 30min
progressDone(Announce.Level) - Static method in class javatools.administrative.Announce
Fills missing dots and writes "done NEWLINE" (takes only effect iff current Announce level >= the given lvl)
progressDone() - Static method in class javatools.administrative.Announce
Fills missing dots and writes "done NEWLINE"
progressFailed() - Static method in class javatools.administrative.Announce
Writes "failed NEWLINE"
progressShowTime() - Static method in class javatools.administrative.Announce
Shows remaining time
progressStart(String, double) - Static method in class javatools.administrative.Announce
Writes s, prepares to make progress up to max
progressStart(String, double, Announce.Level) - Static method in class javatools.administrative.Announce
Writes s, prepares to make progress up to max (takes only effect iff current Announce level >= the given lvl)
progressStart(String, String, double) - Static method in class javatools.administrative.Announce
Writes s, prepares to make progress up to max, remembers id as name for progress counter
progressStart(String, String, double, Announce.Level) - Static method in class javatools.administrative.Announce
Writes s, prepares to make progress up to max remembers id as name for progress counter (and prints it if necessary) (takes only effect iff current Announce level >= the given lvl)
progressStep(Announce.Level) - Static method in class javatools.administrative.Announce
One progress step (use alternatively to progressAt) (takes only effect iff current Announce level >= the given lvl)
progressStep() - Static method in class javatools.administrative.Announce
One progress step (use alternatively to progressAt)
progressTimePassed() - Static method in class javatools.administrative.Announce
returns the time passed in the current tracked progress since its start
push(long) - Method in class javatools.datatypes.SmallStack
 
push(boolean) - Method in class javatools.datatypes.SmallStack
 
push(double) - Method in class javatools.datatypes.SmallStack
 
push(float) - Method in class javatools.datatypes.SmallStack
 
put(K, double) - Method in class javatools.datatypes.DoubleHashMap
Adds a key, true for 'added the key as new', false for 'overwrote existing value'
put(long, double) - Method in class javatools.datatypes.IdPriorityQueue
Truncates the id to int, then adds (linear time)
put(K, int) - Method in class javatools.datatypes.IntHashMap
Adds a key, true for 'added the key as new', false for 'overwrote existing value'
put(A, B) - Method in class javatools.datatypes.MultiMap
 
putAll(MultiMap<A, B>) - Method in class javatools.datatypes.MultiMap
 

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