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 thederivationCounterrecord component.Methods in es.urjc.etsii.grafo.autoconfig.generator with parameters of type DerivationModifier and TypeMethodDescriptionintTreeContext.getDerivationCount(Derivation d) booleanTreeContext.inLimits(Derivation d) voidTreeContext.popDerivation(Derivation d) voidTreeContext.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 aTreeContextrecord class.