Uses of Interface
de.elnarion.util.plantuml.generator.sequencediagram.internal.ICallerMethod
Packages that use ICallerMethod
-
Uses of ICallerMethod in de.elnarion.util.plantuml.generator.sequencediagram.internal
Classes in de.elnarion.util.plantuml.generator.sequencediagram.internal that implement ICallerMethodModifier and TypeClassDescriptionclassThe Class CallerMethod.classMethods in de.elnarion.util.plantuml.generator.sequencediagram.internal that return ICallerMethodModifier and TypeMethodDescriptionSequenceAnalyzer.analyzeCallSequence()Analyze the call sequence for the configured starting method.Methods in de.elnarion.util.plantuml.generator.sequencediagram.internal that return types with arguments of type ICallerMethodModifier and TypeMethodDescriptionCallerMethod.getCallees()ICallerMethod.getCallees()Gets the callees.RecursivelyCalledMethod.getCallees()Constructors in de.elnarion.util.plantuml.generator.sequencediagram.internal with parameters of type ICallerMethodModifierConstructorDescriptionRecursivelyCalledMethod(ICallerMethod paramRecursivelyCalledMethod) Instantiates a new recursively called method object for an uml diagram.