- NacRule - Class in de.uni_due.inf.ti.graph
-
This class represents rules with negative application conditions.
- NacRule(Morphism, TransformationParams) - Constructor for class de.uni_due.inf.ti.graph.NacRule
-
Creates a new NacRule with a reference to an existing parameter set.
- NacRule(Morphism) - Constructor for class de.uni_due.inf.ti.graph.NacRule
-
Creates a new NacRule.
- nameAllGraphs() - Method in class de.uni_due.inf.ti.graph.ExplicitTransitionSystem
-
Makes sure that all graphs which occur in this ExplicitTransitionSystem
have a name.
- NamedObject - Class in de.uni_due.inf.ti.graph
-
This class represents an object with a name.
- NamedObject() - Constructor for class de.uni_due.inf.ti.graph.NamedObject
-
Creates a new NamedObject instance with initial null name.
- NamedObject(String) - Constructor for class de.uni_due.inf.ti.graph.NamedObject
-
Creates a new NamedObject instance.
- NamedObject(NamedObject) - Constructor for class de.uni_due.inf.ti.graph.NamedObject
-
Creates a new NamedObject which has the same name as a given
NamedObject.
- newChild() - Method in class de.uni_due.inf.ti.graph.TransformationParams
-
Returns a new TransformationParams object which is a child of this
TransformationParams object.
- newToken(int, String) - Static method in class de.uni_due.inf.ti.graph.io.Token
-
Returns a new Token object, by default.
- newToken(int) - Static method in class de.uni_due.inf.ti.graph.io.Token
-
- next - Variable in class de.uni_due.inf.ti.graph.io.Token
-
A reference to the next regular (non-special) token from the input
stream.
- nextGraph() - Method in class de.uni_due.inf.ti.graph.random.RandomGraphGenerator
-
Returns a new, random graph.
- nextRule() - Method in class de.uni_due.inf.ti.graph.random.RandomRuleGenerator
-
Generates a random rule.
- Node - Class in de.uni_due.inf.ti.graph
-
This class represents a node in a graph.
- nodes - Variable in class de.uni_due.inf.ti.graph.Graph
-
The nodes in this graph.
- nodeStyleName - Static variable in class de.uni_due.inf.ti.graph.visual.GraphVisualizer
-