- RandomGraphGenerator - Class in de.uni_due.inf.ti.graph.random
-
Instances of this class generate random graphs.
- RandomGraphGenerator() - Constructor for class de.uni_due.inf.ti.graph.random.RandomGraphGenerator
-
Creates a new RandomGraphGenerator.
- RandomGraphGenerator(RandomGraphGenerator) - Constructor for class de.uni_due.inf.ti.graph.random.RandomGraphGenerator
-
Returns a new RandomGraphGenerator with the same parameters as an
existing one.
- RandomGraphGenerator(Distribution<Integer>, Distribution<Double>, DiscreteDistribution<Label>, RandomGraphGenerator.Connectedness) - Constructor for class de.uni_due.inf.ti.graph.random.RandomGraphGenerator
-
Creates a new RandomGraphGenerator with user-specified distributions for
the number of nodes and the density and a user-specified connectedness
setting.
- RandomGraphGenerator(Distribution<Integer>, Distribution<Double>, DiscreteDistribution<Label>) - Constructor for class de.uni_due.inf.ti.graph.random.RandomGraphGenerator
-
Creates a new RandomGraphGenerator with user-specified distributions for
the number of nodes and the density.
- RandomGraphGenerator(int, double, Collection<Label>, RandomGraphGenerator.Connectedness) - Constructor for class de.uni_due.inf.ti.graph.random.RandomGraphGenerator
-
Creates a new RandomGraphGenerator which generates graph with a
user-specified number of nodes and density.
- RandomGraphGenerator(int, double, Collection<Label>) - Constructor for class de.uni_due.inf.ti.graph.random.RandomGraphGenerator
-
Creates a new RandomGraphGenerator which generates graph with a
user-specified number of nodes and density.
- RandomGraphGenerator.Connectedness - Enum in de.uni_due.inf.ti.graph.random
-
- RandomRuleGenerator - Class in de.uni_due.inf.ti.graph.random
-
Instances of this class generate random rules.
- RandomRuleGenerator() - Constructor for class de.uni_due.inf.ti.graph.random.RandomRuleGenerator
-
Creates a new RandomRuleGenerator.
- RandomRuleGenerator(RandomRuleGenerator) - Constructor for class de.uni_due.inf.ti.graph.random.RandomRuleGenerator
-
Creates a RandomRuleGenerator with the same parameters as an existing
one.
- readChar() - Method in class de.uni_due.inf.ti.graph.io.SimpleCharStream
-
Read a character.
- ReInit(InputStream) - Method in class de.uni_due.inf.ti.graph.io.SgfParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class de.uni_due.inf.ti.graph.io.SgfParser
-
Reinitialise.
- ReInit(Reader) - Method in class de.uni_due.inf.ti.graph.io.SgfParser
-
Reinitialise.
- ReInit(SgfParserTokenManager) - Method in class de.uni_due.inf.ti.graph.io.SgfParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class de.uni_due.inf.ti.graph.io.SgfParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class de.uni_due.inf.ti.graph.io.SgfParserTokenManager
-
Reinitialise parser.
- ReInit(Reader, int, int, int) - Method in class de.uni_due.inf.ti.graph.io.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class de.uni_due.inf.ti.graph.io.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class de.uni_due.inf.ti.graph.io.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class de.uni_due.inf.ti.graph.io.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class de.uni_due.inf.ti.graph.io.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class de.uni_due.inf.ti.graph.io.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class de.uni_due.inf.ti.graph.io.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class de.uni_due.inf.ti.graph.io.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class de.uni_due.inf.ti.graph.io.SimpleCharStream
-
Reinitialise.
- remove(int) - Method in class de.uni_due.inf.ti.graph.InterfaceGraph.Interface
-
- remove(Node) - Method in class de.uni_due.inf.ti.graph.Morphism
-
Removes the mapping for a node in the domain.
- remove(Edge) - Method in class de.uni_due.inf.ti.graph.Morphism
-
Removes the mapping for an edge in the domain.
- remove(Object) - Method in class de.uni_due.inf.ti.graph.util.IsomorphismHashMap
- remove(Object) - Method in class de.uni_due.inf.ti.graph.util.IsomorphismHashSet
-
Removes the specified element from this IsomorphismSet.
- removeAll(Collection<?>) - Method in class de.uni_due.inf.ti.graph.InterfaceGraph.Interface
-
- removeAll(Collection<?>) - Method in class de.uni_due.inf.ti.graph.util.IsomorphismHashSet
-
Removes all elements of a specified collection from this IsomorphismSet.
- removeEdge(Edge) - Method in class de.uni_due.inf.ti.graph.Graph
-
Removes a single edge from this graph.
- removeNac(Morphism) - Method in class de.uni_due.inf.ti.graph.NacRule
-
Removes a negative application condition from this rule.
- removeNode(Node) - Method in class de.uni_due.inf.ti.graph.Graph
-
Removes a node and all edges that are incident to it from this graph.
- resetInjectiveMatches() - Method in class de.uni_due.inf.ti.graph.TransformationParams
-
Resets the "injective matches" parameter.
- retainAll(Collection<?>) - Method in class de.uni_due.inf.ti.graph.InterfaceGraph.Interface
-
- retainAll(Collection<?>) - Method in class de.uni_due.inf.ti.graph.util.IsomorphismHashSet
-
Removes all elements which do not have an isomorphic graph in a given
collection.
- Rule - Class in de.uni_due.inf.ti.graph
-
- Rule(Morphism, TransformationParams) - Constructor for class de.uni_due.inf.ti.graph.Rule
-
Constructs a new rule with given transformation parameters.
- Rule(Morphism) - Constructor for class de.uni_due.inf.ti.graph.Rule
-
Constructs a new rule.