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

P

PairD - Class in graphana.model.mathobjects
 
PairD(double, double) - Constructor for class graphana.model.mathobjects.PairD
 
PairD() - Constructor for class graphana.model.mathobjects.PairD
 
ParameterParseException - Exception in scriptinterface.execution.parseerrors
 
ParameterParseException(int, String, String) - Constructor for exception scriptinterface.execution.parseerrors.ParameterParseException
 
ParameterParseException(int, String) - Constructor for exception scriptinterface.execution.parseerrors.ParameterParseException
 
ParameterTuple - Class in scriptinterface
 
ParameterTuple() - Constructor for class scriptinterface.ParameterTuple
 
paramToString(int, String) - Method in class scriptinterface.ParameterTuple
Returns a string representation of the parameter at the given index.
parse(SourceReader, GraphLibrary<?, ?>, boolean, boolean) - Method in class graphloaders.dotloader.parser.DotParseSystem
 
parse(String, GraphLibrary<?, ?>, boolean, boolean) - Method in class graphloaders.dotloader.parser.DotParseSystem
 
ParseError - Class in scriptinterface.execution.parseerrors
An error that occurs when parsing a string.
ParseError(String) - Constructor for class scriptinterface.execution.parseerrors.ParseError
 
ParseExceptionInterface - Exception in scriptinterface
 
ParseExceptionInterface(Integer, String) - Constructor for exception scriptinterface.ParseExceptionInterface
 
ParseExceptionInterface(Integer) - Constructor for exception scriptinterface.ParseExceptionInterface
 
ParseExceptionInterface(String) - Constructor for exception scriptinterface.ParseExceptionInterface
 
parseFile(File, GraphLibrary<?, ?>, boolean, boolean) - Method in class graphloaders.dotloader.parser.DotParseSystem
 
parseFile(String, GraphLibrary<?, ?>, boolean, boolean) - Method in class graphloaders.dotloader.parser.DotParseSystem
 
parserToGraphLib(NTProductions, GraphLibrary<VertexType, EdgeType>, boolean) - Static method in class graphana.script.bindings.visualization.ScriptVisualizer
 
parserToJungLib(NTProductions, boolean) - Static method in class graphana.script.bindings.visualization.ScriptVisualizer
 
parseSystemToGraphLib(ParseSystem<?, ?, ?>, GraphLibrary<VertexType, EdgeType>, boolean) - Static method in class graphana.script.bindings.visualization.ScriptVisualizer
 
parseSystemToJungLib(ParseSystem<?, ?, ?>, boolean) - Static method in class graphana.script.bindings.visualization.ScriptVisualizer
 
pause() - Method in class graphana.UserInterface
Pauses the user interface.
peek(int) - Method in class graphana.util.DegList
 
peek() - Method in class graphana.util.QuickList
Retrieves, but does not remove, the head (first element) of this list.
peekFirst() - Method in class graphana.util.QuickList
Retrieves, but does not remove, the first element of this list, or returns null if this list is empty.
peekLast() - Method in class graphana.util.QuickList
Retrieves, but does not remove, the last element of this list, or returns null if this list is empty.
pick(double, double, DimensionD) - Method in class graphana.graphs.visualization.drawmodifiers.CycleShape
 
pick(double, double, DimensionD) - Method in class graphana.graphs.visualization.drawmodifiers.VertexShape
 
pick(Position2D, DimensionD) - Method in class graphana.graphs.visualization.drawmodifiers.VertexShape
 
PluginLoader - Class in graphana.model
Loads an external class at runtime with the purpose to be used as operation, operation group or graph library.
PluginLoader() - Constructor for class graphana.model.PluginLoader
 
poll(int) - Method in class graphana.util.DegList
Returns one arbitrary vertex with the given degree if such vertex exists.
poll(int) - Method in class graphana.util.DegList2
Returns one arbitrary vertex with the given degree if such vertex exists.
poll(int) - Method in class graphana.util.DegreeLists
Returns one arbitrary vertex with the given degree if such vertex exists.
poll(int) - Method in class graphana.util.DegreeQuickLists
Returns one arbitrary vertex with the given degree if such vertex exists.
poll() - Method in class graphana.util.QuickList
Retrieves and removes the head (first element) of this list
poll() - Method in class graphana.util.QuickList2
 
poll(int) - Method in class graphana.util.SlowDegreeLists
Returns one arbitrary vertex with the given degree if such vertex exists.
pollFirst() - Method in class graphana.util.QuickList
Retrieves and removes the first element of this list, or returns null if this list is empty.
pollIdent(Tokenizer) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics
 
pollLast() - Method in class graphana.util.QuickList
Retrieves and removes the last element of this list, or returns null if this list is empty.
pollLocalDotAttributes() - Method in class graphloaders.dotloader.parser.DotReader
 
pollMaxDegree() - Method in class graphana.util.DegList
Returns a vertex with the maximum degree.
pollMaxDegree() - Method in class graphana.util.DegList2
Returns a vertex with the maximum degree.
pollMaxDegree() - Method in class graphana.util.DegreeQuickLists
Returns a vertex with the maximum degree.
pollMaxDegree() - Method in class graphana.util.SlowDegreeLists
Returns a vertex with the maximum degree.
pollMinDegree() - Method in class graphana.util.DegList
 
pollMinDegree() - Method in class graphana.util.DegList2
 
pollWarning() - Method in class graphana.graphs.GraphLibrary
 
pop() - Method in class graphana.util.QuickList
Pops an element from the stack represented by this list.
Position2D - Class in graphana.model.mathobjects
 
Position2D(double, double) - Constructor for class graphana.model.mathobjects.Position2D
 
Position2D() - Constructor for class graphana.model.mathobjects.Position2D
 
Position2F - Class in graphana.model.mathobjects
 
Position2F(float, float) - Constructor for class graphana.model.mathobjects.Position2F
 
posToString() - Method in exception scriptinterface.ParseExceptionInterface
 
prepareAlgorithmRun() - Method in class graphana.graphs.GraphLibrary
Called just before an algorithm is executed using this instance.
prepareAlgorithmRun() - Method in class libraries.libtw.LibTW
 
prepareScriptVariables(Vector<ExecutionReturn>, VariableSystem<String>) - Method in class scriptinterface.ScriptCallSignature
Prepares a variable system for a call of the script.
printArgError(int, String) - Static method in class system.GraphanaMain
Outputs the given index and message.
printExceptionStackTraces - Static variable in class global.Debug
 
printStackTrace() - Method in class scriptinterface.execution.returnvalues.ExecutionRuntimeError
 
printWarning(UserInterface, CallMetadata) - Method in class graphana.graphs.GraphLibrary
 
Progress - Interface in graphana.model
 
ProjectionPlane - Interface in graphana.graphs.visualization.drawmodifiers
 
projHeight(double) - Method in interface graphana.graphs.visualization.drawmodifiers.ProjectionPlane
 
projWidth(double) - Method in interface graphana.graphs.visualization.drawmodifiers.ProjectionPlane
 
projX(double) - Method in interface graphana.graphs.visualization.drawmodifiers.ProjectionPlane
 
projY(double) - Method in interface graphana.graphs.visualization.drawmodifiers.ProjectionPlane
 
pullOut(QuickList.Entry<E>) - Method in class graphana.util.QuickList
 
push(E) - Method in class graphana.util.QuickList
Pushes an element onto the stack represented by this list.
putSignature(ScriptCallSignature) - Method in class graphana.script.ScriptSignatureSet
Registers the given script signature and associates it with its key.
putTypeCast(ScriptType, ScriptType, TypeCast<?, ?>) - Method in interface scriptinterface.ScriptSystemInterface
Registers the given type cast with the two given types.
putTypeCast(String, String, TypeCast<?, ?>) - Method in interface scriptinterface.ScriptSystemInterface
Registers the given type cast with the two given types.
putTypeCast(String[], String, TypeCast<?, ?>) - Method in interface scriptinterface.ScriptSystemInterface
Registers one type cast and associates it with the given types.
putTypeCast(String, String[], TypeCast<?, ?>) - Method in interface scriptinterface.ScriptSystemInterface
Registers one type cast and associates it with the given types.
putWarning(String) - Method in class graphana.graphs.GraphLibrary
 
A B C D E F G H I J L M N O P Q R S T U V W Y