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

G

gen - Variable in class algoanim.primitives.Primitive
 
gen - Variable in class algoanim.primitives.Variables
 
generateParseException() - Method in class algoanim.executors.formulaparser.FormulaParser
Generate ParseException.
generator - Variable in class algoanim.primitives.DoubleArray
The related IntArrayGenerator, which is responsible for generating the appropriate scriptcode for operations performed on this object.
generator - Variable in class algoanim.primitives.DoubleMatrix
The related DoubleMatrixGenerator, which is responsible for generating the appropriate scriptcode for operations performed on this object.
Generator - Class in algoanim.primitives.generators
Implements functionality which is common for all generators of all languages.
Generator(Language) - Constructor for class algoanim.primitives.generators.Generator
Stores the related Language object.
generator - Variable in class algoanim.primitives.IntArray
The related IntArrayGenerator, which is responsible for generating the appropriate scriptcode for operations performed on this object.
generator - Variable in class algoanim.primitives.IntMatrix
The related IntMatrixGenerator, which is responsible for generating the appropriate scriptcode for operations performed on this object.
generator - Variable in class algoanim.primitives.SourceCode
 
generator - Variable in class algoanim.primitives.StringArray
The related IntArrayGenerator, which is responsible for generating the appropriate scriptcode for operations performed on this object.
generator - Variable in class algoanim.primitives.StringMatrix
The related StringMatrixGenerator, which is responsible for generating the appropriate scriptcode for operations performed on this object.
generator - Variable in class algoanim.primitives.vhdl.VHDLElement
 
GeneratorInterface - Interface in algoanim.primitives.generators
Defines methods which have to be implemented by each Generator of each language.
GenericArrayGenerator - Interface in algoanim.primitives.generators
 
get(String) - Method in class algoanim.primitives.Variables
 
get(String) - Method in class algoanim.properties.AnimationProperties
Searches the map for the value according to the given key.
get() - Method in class algoanim.properties.items.AnimationPropertyItem
Returns a represantation of the internal value.
get() - Method in class algoanim.properties.items.BooleanPropertyItem
 
get() - Method in class algoanim.properties.items.ColorPropertyItem
 
get() - Method in class algoanim.properties.items.DoublePropertyItem
 
get() - Method in class algoanim.properties.items.EnumerationPropertyItem
 
get() - Method in class algoanim.properties.items.FontPropertyItem
 
get() - Method in class algoanim.properties.items.IntegerPropertyItem
 
get() - Method in class algoanim.properties.items.StringPropertyItem
 
getAdjacencyMatrix() - Method in class algoanim.primitives.Graph
Returns the adjacency matrix of this Graph element.
getAlgorithmCode() - Method in class algoanim.examples.QuickSort
 
getAlgorithmCode() - Method in class algoanim.examples.SortingExample
 
getAlgorithmCode() - Method in class algoanim.examples.StackQuickSort
 
getAlgorithmDescription() - Method in class algoanim.examples.QuickSort
 
getAlgorithmDescription() - Method in class algoanim.examples.SortingExample
 
getAlgorithmDescription() - Method in class algoanim.examples.StackQuickSort
 
getAllPropertyNames() - Method in class algoanim.properties.AnimationProperties
Returns a Set view on all possible keys provided by a concrete AnimationProperties.
getAllPropertyNamesVector() - Method in class algoanim.properties.AnimationProperties
Returns a Set view on all possible keys provided by a concrete AnimationProperties.
getAllPropertyTypes() - Static method in class algoanim.properties.AnimationProperties
Returns a Vector of Strings with all classnames which are in this package and can be used.
getAnimationCode() - Method in class algoanim.animalscript.AnimalScript
 
getAnimationCode() - Method in class algoanim.primitives.generators.Language
Returns the generated animation code
getAnswer() - Method in class algoanim.interactionsupport.FillInBlanksQuestion
 
getAnswerArray() - Method in class algoanim.interactionsupport.MultipleChoiceQuestion
returns the set of answer keys in an array
getAnswerArray() - Method in class algoanim.interactionsupport.MultipleSelectionQuestion
returns the set of answer keys
getAnswerSet() - Method in class algoanim.interactionsupport.MultipleChoiceQuestion
returns the set of answer keys
getAnswerSet() - Method in class algoanim.interactionsupport.MultipleSelectionQuestion
returns the set of answer keys
getAnswerStatus() - Method in class algoanim.interactionsupport.TrueFalseQuestion
returns the answer status, determining whether the question statement was correct (=true) or not (=false)
getAnswerString(String) - Method in class algoanim.interactionsupport.MultipleChoiceQuestion
returns the answer text for a given question ID
getAnswerString(String) - Method in class algoanim.interactionsupport.MultipleSelectionQuestion
returns the answer text for a given question ID
getArray() - Method in class algoanim.primitives.ArrayMarker
Returns the associated ArrayPrimitive of this ArrayMarker.
getAssociatedClass() - Method in class algoanim.variables.Variable
 
getAssociatedClass() - Method in enum algoanim.variables.VariableTypes
 
getBaseID() - Method in class algoanim.util.Offset
Returns the reference.
getBeginColumn() - Method in class algoanim.executors.formulaparser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class algoanim.executors.formulaparser.SimpleCharStream
Get token beginning line number.
getBool(String) - Method in class algoanim.variables.VariableContext
 
getCapacity() - Method in class algoanim.primitives.ArrayBasedQueue
Returns the capacity limit of the queue.
getCapacity() - Method in class algoanim.primitives.ArrayBasedStack
Returns the capacity limit of the stack.
getCascaded() - Method in class algoanim.util.ArrayDisplayOptions
Returns whether the creation of the array is showed cascaded.
getCenter() - Method in class algoanim.primitives.Arc
Returns the center of this Arc.
getCenter() - Method in class algoanim.primitives.Circle
Returns the center of this Circle.
getCenter() - Method in class algoanim.primitives.CircleSeg
Returns the center of this CircleSeg.
getCenter() - Method in class algoanim.primitives.Ellipse
Returns the center of this Ellipse.
getCenter() - Method in class algoanim.primitives.EllipseSeg
Returns the center of this EllipseSeg.
getCode() - Method in class algoanim.annotations.LineParser
 
getCodeExample() - Method in class algoanim.examples.QuickSort
 
getCodeExample() - Method in class algoanim.examples.SortingExample
 
getCodeExample() - Method in class algoanim.examples.StackQuickSort
 
getColumn() - Method in class algoanim.executors.formulaparser.SimpleCharStream
Deprecated.  
getContext() - Method in class algoanim.variables.VariableContext
 
getCoords() - Method in class algoanim.primitives.Point
Returns the coordinates of this Point.
getCorrectAnswerID() - Method in class algoanim.interactionsupport.MultipleChoiceQuestion
returns the ID of the correct answer
getCorrectnessStatus(String) - Method in class algoanim.interactionsupport.MultipleSelectionQuestion
returns the status of correctness for the given answer
getData() - Method in class algoanim.primitives.DoubleArray
Returns the internal int array.
getData(int) - Method in class algoanim.primitives.DoubleArray
Returns the data at the given position of the internal array.
getData() - Method in class algoanim.primitives.DoubleMatrix
Returns the internal double matrix.
getData() - Method in class algoanim.primitives.IntArray
Returns the internal int array.
getData(int) - Method in class algoanim.primitives.IntArray
Returns the data at the given position of the internal array.
getData() - Method in class algoanim.primitives.IntMatrix
Returns the internal int matrix.
getData() - Method in class algoanim.primitives.StringArray
Returns the internal data of this StringArray.
getData(int) - Method in class algoanim.primitives.StringArray
Returns the data of the internal array at index i.
getData() - Method in class algoanim.primitives.StringMatrix
Returns the internal int matrix.
getDefault(String) - Method in class algoanim.properties.AnimationProperties
Returns the default value for the given key (as an Object).
getDelay() - Method in class algoanim.util.Timing
Returns the numeric value for this Timing.
getDescription() - Method in class algoanim.examples.QuickSort
 
getDescription() - Method in class algoanim.examples.SortingExample
 
getDescription() - Method in class algoanim.examples.StackQuickSort
 
getDirection() - Method in class algoanim.util.Offset
Returns the direction.
getDisplayOptions() - Method in class algoanim.primitives.Primitive
Returns the DisplayOptions of this Primitive.
getDisplaySpeed() - Method in class algoanim.primitives.vhdl.VHDLWire
 
getDuration() - Method in class algoanim.util.ArrayDisplayOptions
Returns the duration Timing.
getDuration() - Method in class algoanim.util.CodeGroupDisplayOptions
Returns the duration Timing.
getEdgesForNode(int) - Method in class algoanim.primitives.Graph
Returns the adjacency matrix of this Graph element.
getEdgeWeight(int, int) - Method in class algoanim.primitives.Graph
 
getElement(int, int) - Method in class algoanim.primitives.DoubleMatrix
 
getElement(int, int) - Method in class algoanim.primitives.IntMatrix
 
getElement(int, int) - Method in class algoanim.primitives.StringMatrix
retrieves the element at position (row, col) if this is legal, else ""
getEndColumn() - Method in class algoanim.executors.formulaparser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class algoanim.executors.formulaparser.SimpleCharStream
Get token end line number.
getErrorOutput() - Method in class algoanim.animalscript.AnimalScript
Returns the current error buffer.
getExecutor(Variables, SourceCode) - Method in class algoanim.annotations.Annotation
 
getFeedback() - Method in class algoanim.interactionsupport.FillInBlanksQuestion
 
getFeedbackForOption(String) - Method in class algoanim.interactionsupport.MultipleChoiceQuestion
return the didactical feedback for the user answer
getFeedbackForOption(String) - Method in class algoanim.interactionsupport.MultipleSelectionQuestion
return the didactical feedback for the user answer
getFeedbackForOption(boolean) - Method in class algoanim.interactionsupport.TrueFalseQuestion
return the didactical feedback for the user answer
getFloat(String) - Method in class algoanim.variables.VariableContext
 
getHeight() - Method in class algoanim.primitives.vhdl.VHDLElement
Returns the height of this AND gate.
getID() - Method in class algoanim.interactionsupport.InteractiveElement
 
getImage() - Method in class algoanim.executors.formulaparser.SimpleCharStream
Get token literal value.
getIndent() - Method in class algoanim.annotations.LineParser
 
getInitContent() - Method in class algoanim.primitives.VisualQueue
Returns the initial content of the queue.
getInitContent() - Method in class algoanim.primitives.VisualStack
Returns the initial content of the stack.
getInt(String) - Method in class algoanim.variables.VariableContext
 
getIsEditable(String) - Method in class algoanim.properties.AnimationProperties
Returns wether an item is editable by the end-user of the Generator-GUI.
getItem(String) - Method in class algoanim.properties.AnimationProperties
Searches the map for the item according to the given key.
getLabel() - Method in class algoanim.annotations.LineParser
 
getLabel(String) - Method in class algoanim.properties.AnimationProperties
Returns the label of the item.
getLanguage() - Method in class algoanim.primitives.generators.Generator
 
getLanguage() - Method in interface algoanim.primitives.generators.GeneratorInterface
Returns the associated Language object.
getLength() - Method in class algoanim.primitives.ArrayPrimitive
Returns the length of the internal array.
getLine() - Method in class algoanim.executors.formulaparser.SimpleCharStream
Deprecated.  
getLowerRight() - Method in class algoanim.primitives.Rect
Returns the lower right corner of this Rect.
getMessage() - Method in exception algoanim.exceptions.IllegalDirectionException
 
getMessage() - Method in exception algoanim.executors.formulaparser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error algoanim.executors.formulaparser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getName() - Method in class algoanim.annotations.Annotation
 
getName() - Method in class algoanim.examples.QuickSort
 
getName() - Method in class algoanim.examples.SortingExample
 
getName() - Method in class algoanim.examples.StackQuickSort
 
getName() - Method in class algoanim.primitives.Primitive
Returns the name of this Primitive.
getName() - Method in class algoanim.primitives.vhdl.VHDLPin
 
getNext() - Method in class algoanim.primitives.ListElement
Returns the successor of this ListElement.
getNextToken() - Method in class algoanim.executors.formulaparser.FormulaParser
Get the next Token.
getNextToken() - Method in class algoanim.executors.formulaparser.FormulaParserTokenManager
Get the next Token.
getNode(int) - Method in class algoanim.primitives.Graph
 
getNode() - Method in class algoanim.util.Offset
Returns the reference.
getNodeLabel(int) - Method in class algoanim.primitives.Graph
 
getNodes() - Method in class algoanim.primitives.Polygon
Returns the nodes of this Polygon.
getNodes() - Method in class algoanim.primitives.Polyline
Returns the Nodes of this Polyline.
getNodes() - Method in class algoanim.primitives.Triangle
Returns the Nodes of this Triangle.
getNodes() - Method in class algoanim.primitives.vhdl.VHDLWire
 
getNrCols() - Method in class algoanim.primitives.MatrixPrimitive
Returns the number of columns in row row of the internal matrix.
getNrRepeats() - Method in class algoanim.interactionsupport.GroupInfo
return the number repeats needed for this questiongroup
getNrRows() - Method in class algoanim.primitives.MatrixPrimitive
Returns the number of rows of the internal matrix.
getOffset() - Method in class algoanim.util.ArrayDisplayOptions
Returns the offset Timing.
getOffset() - Method in class algoanim.util.CodeGroupDisplayOptions
Returns the offset Timing.
getParameters() - Method in class algoanim.annotations.Annotation
 
getPins() - Method in class algoanim.primitives.vhdl.VHDLElement
 
getPinType() - Method in class algoanim.primitives.vhdl.VHDLPin
 
getPointerLocations() - Method in class algoanim.primitives.ListElement
Returns the targets of the pointers.
getPointers() - Method in class algoanim.primitives.ListElement
Returns the number of pointers of this ListElement.
getPointsForOption(String) - Method in class algoanim.interactionsupport.MultipleChoiceQuestion
return the number of points given for the user's answer
getPointsForOption(String) - Method in class algoanim.interactionsupport.MultipleSelectionQuestion
return the number of points given for the user's answer
getPointsPossible() - Method in class algoanim.interactionsupport.InteractiveQuestion
returns the number of points possible for this question
getPosition() - Method in class algoanim.primitives.ArrayMarker
Returns the current index position of this ArrayMarker.
getPrev() - Method in class algoanim.primitives.ListElement
Returns the predecessor of this ListElement.
getPrimitives() - Method in class algoanim.primitives.Group
Returns the contained Primitives.
getPrompt() - Method in class algoanim.interactionsupport.InteractiveQuestion
returns the question prompt, i.e., the introductory text that describes the question statement.
getProperties() - Method in class algoanim.annotations.LineParser
 
getProperties() - Method in class algoanim.primitives.Arc
Returns the properties of this Arc.
getProperties() - Method in class algoanim.primitives.ArrayMarker
Returns the properties of this ArrayMarker.
getProperties() - Method in class algoanim.primitives.Circle
Returns the properties of this Circle.
getProperties() - Method in class algoanim.primitives.CircleSeg
Returns the properties of this CircleSeg.
getProperties() - Method in class algoanim.primitives.DoubleArray
Returns the properties of this array.
getProperties() - Method in class algoanim.primitives.DoubleMatrix
Returns the properties of this matrix.
getProperties() - Method in class algoanim.primitives.Ellipse
Returns the properties of this Ellipse.
getProperties() - Method in class algoanim.primitives.EllipseSeg
Returns the properties of this EllipseSeg.
getProperties() - Method in class algoanim.primitives.Graph
Returns the properties of this Graph element.
getProperties() - Method in class algoanim.primitives.IntArray
Returns the properties of this array.
getProperties() - Method in class algoanim.primitives.IntMatrix
Returns the properties of this matrix.
getProperties() - Method in class algoanim.primitives.ListElement
Returns the properties of this ListElement.
getProperties() - Method in class algoanim.primitives.Point
Returns the properties of this Point.
getProperties() - Method in class algoanim.primitives.Polygon
Returns the properties of this Polygon.
getProperties() - Method in class algoanim.primitives.Polyline
Returns the properties of this Polyline.
getProperties() - Method in class algoanim.primitives.Rect
Returns the properties of this Rect.
getProperties() - Method in class algoanim.primitives.SourceCode
Returns the properties of this SourceCode element.
getProperties() - Method in class algoanim.primitives.Square
Returns the properties of this Square.
getProperties() - Method in class algoanim.primitives.StringArray
Returns the properties of this StringArray.
getProperties() - Method in class algoanim.primitives.StringMatrix
Returns the properties of this matrix.
getProperties() - Method in class algoanim.primitives.Text
Returns the properties of this Text element.
getProperties() - Method in class algoanim.primitives.Triangle
Returns the properties of this Triangle.
getProperties() - Method in class algoanim.primitives.vhdl.VHDLElement
Returns the properties of this AND gate.
getProperties() - Method in class algoanim.primitives.vhdl.VHDLWire
 
getProperties() - Method in class algoanim.primitives.VisualQueue
Returns the properties of the queue.
getProperties() - Method in class algoanim.primitives.VisualStack
Returns the properties of the stack.
getQuestionGroup() - Method in class algoanim.interactionsupport.InteractiveQuestion
returns the ID of the question group.
getQueue() - Method in class algoanim.primitives.VisualQueue
Returns the internal queue as java.util.LinkedList.
getRadius() - Method in class algoanim.primitives.Arc
Returns the radius of this Arc.
getRadius() - Method in class algoanim.primitives.Circle
Returns the radius of this Circle.
getRadius() - Method in class algoanim.primitives.CircleSeg
Returns the radius of this CircleSeg.
getRadius() - Method in class algoanim.primitives.Ellipse
Returns the radius of this Ellipse.
getRadius() - Method in class algoanim.primitives.EllipseSeg
Returns the radius of this EllipseSeg.
getRef() - Method in class algoanim.util.Offset
Returns the reference.
getReferenceMode() - Method in class algoanim.util.Offset
Returns the reference mode
getRow(int) - Method in class algoanim.primitives.DoubleMatrix
Returns the data at the given position of the internal matrix.
getRow(int) - Method in class algoanim.primitives.IntMatrix
Returns the data at the given position of the internal matrix.
getRow(int) - Method in class algoanim.primitives.StringMatrix
Returns the data at the given position of the internal matrix.
getSize() - Method in class algoanim.primitives.Graph
 
getStack() - Method in class algoanim.primitives.VisualStack
Returns the internal java.util.Stack.
getStartKnoten() - Method in class algoanim.primitives.Graph
 
getStep() - Method in class algoanim.animalscript.AnimalScript
 
getStep() - Method in class algoanim.primitives.generators.Language
Gives the current animation step.
getString(String) - Method in class algoanim.variables.VariableContext
 
getSuffix(int) - Method in class algoanim.executors.formulaparser.SimpleCharStream
Get the suffix.
getTabSize(int) - Method in class algoanim.executors.formulaparser.SimpleCharStream
 
getTargetURI() - Method in class algoanim.interactionsupport.DocumentationLink
return the documentation link URI for this element
getText() - Method in class algoanim.executors.formulaparser.SimpleNode
 
getText() - Method in class algoanim.primitives.Text
Returns the content of this Text element.
getToken(int) - Method in class algoanim.executors.formulaparser.FormulaParser
Get the specific Token.
getType() - Method in class algoanim.variables.Variable
 
getUnit() - Method in class algoanim.util.MsTiming
returns the timing unit for this type of timing ("ms").
getUnit() - Method in class algoanim.util.TicksTiming
Returns the base unit for measuring time, here "ticks"
getUnit() - Method in class algoanim.util.Timing
Returns the contained unit as a String.
getUpperLeft() - Method in class algoanim.primitives.DoubleArray
Returns the upper left corner of this array.
getUpperLeft() - Method in class algoanim.primitives.DoubleMatrix
Returns the upper left corner of this matrix.
getUpperLeft() - Method in class algoanim.primitives.IntArray
Returns the upper left corner of this array.
getUpperLeft() - Method in class algoanim.primitives.IntMatrix
Returns the upper left corner of this matrix.
getUpperLeft() - Method in class algoanim.primitives.ListElement
Returns the upper left corner of this ListElement.
getUpperLeft() - Method in class algoanim.primitives.Rect
Returns the upper left corner of this Rect.
getUpperLeft() - Method in class algoanim.primitives.SourceCode
Returns the upper left corner of this SourceCode element.
getUpperLeft() - Method in class algoanim.primitives.Square
Returns the upper left corner of this Square.
getUpperLeft() - Method in class algoanim.primitives.StringArray
Returns the upper left corner of this StringArray.
getUpperLeft() - Method in class algoanim.primitives.StringMatrix
Returns the upper left corner of this matrix.
getUpperLeft() - Method in class algoanim.primitives.Text
Returns the upper left corner of this Text element.
getUpperLeft() - Method in class algoanim.primitives.vhdl.VHDLElement
Returns the upper left corner of this AND gate.
getUpperLeft() - Method in class algoanim.primitives.VisualQueue
Returns the upper left corner of the queue.
getUpperLeft() - Method in class algoanim.primitives.VisualStack
Returns the upper left corner of the stack.
getValue() - Method in class algoanim.executors.formulaparser.Token
An optional attribute value of the Token.
getValue() - Method in class algoanim.primitives.vhdl.VHDLPin
 
getValue(Class<T>) - Method in class algoanim.variables.DoubleVariable
 
getValue(Class<T>) - Method in class algoanim.variables.IntegerVariable
 
getValue(Class<T>) - Method in class algoanim.variables.StringVariable
 
getValue(Class<T>) - Method in class algoanim.variables.Variable
generic getValue method
getVariable(String) - Method in class algoanim.primitives.Variables
 
getVariable(String) - Method in class algoanim.variables.VariableContext
returns the variable for a given key.
getWidth() - Method in class algoanim.primitives.Square
Returns the width of this Square.
getWidth() - Method in class algoanim.primitives.vhdl.VHDLElement
Returns the width of this AND gate.
getX() - Method in class algoanim.util.Coordinates
Returns the x-axis coordinate.
getX() - Method in class algoanim.util.Offset
Returns the x-axis offset.
getX() - Method in class algoanim.util.OffsetFromLastPosition
Returns the x-axis offset.
getY() - Method in class algoanim.util.Coordinates
Returns the y-axis coordinate.
getY() - Method in class algoanim.util.Offset
Returns the y-axis offset.
getY() - Method in class algoanim.util.OffsetFromLastPosition
Returns the y-axis offset.
getZielKnoten() - Method in class algoanim.primitives.Graph
 
GLOBAL - Static variable in class algoanim.annotations.Annotation
 
GlobalExecutor - Class in algoanim.executors
 
GlobalExecutor(Variables, SourceCode) - Constructor for class algoanim.executors.GlobalExecutor
 
Graph - Class in algoanim.primitives
Represents a graph
Graph(GraphGenerator, String, int[][], Node[], String[], DisplayOptions, GraphProperties) - Constructor for class algoanim.primitives.Graph
Instantiates the Graph and calls the create() method of the associated GraphGenerator.
GraphGenerator - Interface in algoanim.primitives.generators
GraphGenerator offers methods to request the included Language object to append graph-related script code lines to the output.
GraphProperties - Class in algoanim.properties
This class encapsulates the properties that can be set for a graph.
GraphProperties() - Constructor for class algoanim.properties.GraphProperties
Generates an unnamed PolygonProperties object.
GraphProperties(String) - Constructor for class algoanim.properties.GraphProperties
Generates a named PolygonProperties object.
GRID_ALIGN_PROPERTY - Static variable in interface algoanim.properties.AnimationPropertiesKeys
 
GRID_BORDER_COLOR_PROPERTY - Static variable in interface algoanim.properties.AnimationPropertiesKeys
 
GRID_HIGHLIGHT_BORDER_COLOR_PROPERTY - Static variable in interface algoanim.properties.AnimationPropertiesKeys
 
GRID_STYLE_PROPERTY - Static variable in interface algoanim.properties.AnimationPropertiesKeys
 
Group - Class in algoanim.primitives
Extends the API with the opportunity to group Primitives to be able to call methods on the whole group.
Group(GroupGenerator, LinkedList<Primitive>, String) - Constructor for class algoanim.primitives.Group
Instantiates the Group and calls the create() method of the associated GroupGenerator.
GroupGenerator - Interface in algoanim.primitives.generators
GroupGenerator offers methods to request the included Language object to append group related script code lines to the output.
GroupInfo - Class in algoanim.interactionsupport
 
GroupInfo(Language, String) - Constructor for class algoanim.interactionsupport.GroupInfo
 
GroupInfo(Language, String, int) - Constructor for class algoanim.interactionsupport.GroupInfo
 

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