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

R

Range - Class in astcentric.structure.query
Definition of a range of integer values.
Range(int, int) - Constructor for class astcentric.structure.query.Range
Creates an instance for the specified minimum and maximum value.
Range(int, int, boolean) - Constructor for class astcentric.structure.query.Range
Creates an instance for the specified minimum and maximum value.
RealFile - Class in astcentric.structure.filesystem
Implementation based on File.
RealFile(File) - Constructor for class astcentric.structure.filesystem.RealFile
Creates a new instance for the specified real file.
receiveBooleanValueValidator() - Method in interface astcentric.structure.validation.BooleanValueValidatorReceiver
Receives the appearance of boolean value validator.
receiveCollectionLevel(int) - Method in interface astcentric.structure.validation.UniqueNameValidatorReceiver
Receives the level of hierachical deepness of the collection.
receiveCollectionType(NodeCollectionType) - Method in interface astcentric.structure.validation.UniqueNameValidatorReceiver
Receives the type of collection.
receiveFailure(Node, ValidationResult) - Method in interface astcentric.structure.validation.ValidationResultsReceiver
Receives the specified validation result.
receiveMultiplicity(Multiplicity) - Method in interface astcentric.structure.validation.CountingValidatorReceiver
Receives the specified multiplicity which belongs to the counting validator who is calling this method.
receiveNameValueValidator() - Method in interface astcentric.structure.validation.NameValueValidatorReceiver
Receives a name value validator.
receiveNodeSet(Set<Node>) - Method in interface astcentric.structure.validation.ContainsNodeValidatorReceiver
Receives the node set.
receiveNumberValueValidator(Number, boolean, Number, boolean) - Method in interface astcentric.structure.validation.NumberValueValidatorReceiver
Receives the appearance of a value validator for numbers.
receiveRegularExpression(Pattern) - Method in interface astcentric.structure.validation.RegularExpressionReceiver
Receives the pattern object the validator.
receiveSelectionSet(Set<String>) - Method in interface astcentric.structure.validation.SelectionSetReceiver
Receives the unmodifiable set of selectable string values.
receiveValidatorName(String) - Method in interface astcentric.structure.validation.ValidationResultsReceiver
Receives the name of the validator.
RecursiveNodeCollector - Class in astcentric.structure.query
A node collector which is applied recursively on a set of nodes.
RecursiveNodeCollector() - Constructor for class astcentric.structure.query.RecursiveNodeCollector
 
redoLastUndoneTransformation() - Method in class astcentric.structure.transformation.TransformationProcessor
Performs the lastly reverted transformation again and puts it onto the undo stack.
ReferableNodesCollector - Class in astcentric.structure.query
Collector of all nodes referable by another Node.
ReferableNodesCollector(ASTLoader) - Constructor for class astcentric.structure.query.ReferableNodesCollector
Creates an instance for the specified AST loader.
ReferenceCollector - Class in astcentric.structure.query
Collector of references of Node instances.
ReferenceCollector() - Constructor for class astcentric.structure.query.ReferenceCollector
 
ReferenceExtractor - Class in astcentric.structure.validation.tool
Extracts all Nodes which can be referred by another node without violating a specified NodeValidator.
ReferenceExtractor(NodeValidator, ASTLoader) - Constructor for class astcentric.structure.validation.tool.ReferenceExtractor
Creates an instance for the specified validator and AST loader.
ReferenceProvider - Class in astcentric.structure.basic
 
ReferenceProvider(Node, Node) - Constructor for class astcentric.structure.basic.ReferenceProvider
 
register(Node, ValueValidatorFactory) - Method in class astcentric.structure.validation.DefaultValueValidatorFactory
 
registerASTListenerFor(ASTID, ASTListener) - Method in interface astcentric.structure.basic.ASTLoader
Registers the specified listener for the AST specified by its ID.
registerForExport(Node) - Method in interface astcentric.structure.basic.AST
Registers the specified node for export.
RegisterNodeForExport - Class in astcentric.structure.transformation
Transformation which registers a Node as an exportable node.
RegisterNodeForExport(AST, Node) - Constructor for class astcentric.structure.transformation.RegisterNodeForExport
Creates an instance for the specified AST and node.
RegularExpressionReceiver - Interface in astcentric.structure.validation
Receiver of a regular expression which is either a part of the ValueValidator based on regular expression or the NodeValidator for node names.
removeASTListener(ASTListener) - Method in interface astcentric.structure.basic.AST
Unregisters the specified listener.
replaceNodeForExport(Node, Node) - Method in interface astcentric.structure.basic.AST
Replaces the specified registered node by another one.

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