Uses of Record Class
es.urjc.etsii.grafo.autoconfig.generator.Derivation
Packages that use Derivation
-
Uses of Derivation in es.urjc.etsii.grafo.autoconfig.generator
Methods in es.urjc.etsii.grafo.autoconfig.generator that return types with arguments of type DerivationModifier and TypeMethodDescriptionTreeContext.derivationCounter()
Returns the value of thederivationCounter
record component.Methods in es.urjc.etsii.grafo.autoconfig.generator with parameters of type DerivationModifier and TypeMethodDescriptionint
TreeContext.getDerivationCount
(Derivation d) boolean
TreeContext.inLimits
(Derivation d) void
TreeContext.popDerivation
(Derivation d) void
TreeContext.pushDerivation
(Derivation d) Constructor parameters in es.urjc.etsii.grafo.autoconfig.generator with type arguments of type DerivationModifierConstructorDescriptionTreeContext
(int maxDepth, int maxRepeat, ArrayDeque<Class<?>> branch, HashMap<Derivation, Integer> derivationCounter) Creates an instance of aTreeContext
record class.