|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivationList | |
---|---|
th.co.edge.jseq | |
th.co.edge.jseq.argouml | |
th.co.edge.jseq.sdedit | |
th.co.edge.jseq.svg |
Uses of ActivationList in th.co.edge.jseq |
---|
Methods in th.co.edge.jseq that return ActivationList | |
---|---|
ActivationList |
ActivationList.collapseRepetitions()
Returns an ActivationList where all consecutive identical
Activation s but the first have been removed, and its
numRepetitions property increased accordingly. |
ActivationList |
ActivationList.copy()
Performs a deep copy of this ActivationList , copying all
Activation s and recursively the nested
Activation s. |
ActivationList |
ActivationList.filter(ActivationList.Filter filter)
Returns a new ActivationList containing only the
Activation s for which the given filter returns
true . |
ActivationList |
ActivationList.find(ActivationList.Filter filter)
Returns a new ActivationList where the activations and
nested activations have been pruned, so as to start with an activation
that is accepted by the given filter. |
ActivationList |
Activation.getNestedActivations()
Returns an ActivationList with all nested
Activation s, that is, all methods called by this method. |
Methods in th.co.edge.jseq with parameters of type ActivationList | |
---|---|
void |
ActivationList.addAll(ActivationList activationList)
Adds all Activation s from another
ActivationList to this list. |
Diagram |
Formatter.format(ActivationList activationList)
Generates a Diagram from a program trace, represented by
an ActivationList with the root activations. |
void |
Activation.setNestedActivations(ActivationList nestedActivations)
Sets the ActivationList with all nested
Activation s called by this method. |
Constructors in th.co.edge.jseq with parameters of type ActivationList | |
---|---|
EventThread(com.sun.jdi.VirtualMachine vm,
ActivationList rootActivations,
java.util.List<java.lang.String> includes,
java.util.List<java.lang.String> excludes,
java.util.List<java.lang.String> boundaryMethods,
boolean trace)
Creates a new EventThread that traces a given JDI
VirtualMachine , filling in a list of root activations. |
Uses of ActivationList in th.co.edge.jseq.argouml |
---|
Methods in th.co.edge.jseq.argouml with parameters of type ActivationList | |
---|---|
Diagram |
ArgoUMLGenerator.generate(ActivationList activationList)
Returns a new ArgoUMLDiagram representing the method calls
in the given AcivationList . |
Uses of ActivationList in th.co.edge.jseq.sdedit |
---|
Constructors in th.co.edge.jseq.sdedit with parameters of type ActivationList | |
---|---|
SdeditPngDiagram(ActivationList activationList)
Creates a new SdeditPngDiagram , using the given
ActivationList as the basis for the sequence diagram. |
|
SdeditTextDiagram(ActivationList activationList)
Creates a new SdeditTextDiagram , using the given
ActivationList as the basis for the sequence diagram. |
Uses of ActivationList in th.co.edge.jseq.svg |
---|
Methods in th.co.edge.jseq.svg with parameters of type ActivationList | |
---|---|
org.w3c.dom.Document |
SVGGenerator.createSVGDocument(ActivationList activationList)
Returns a new XML Document representing an
ActivationList as an SVG document. |
Diagram |
SVGGenerator.generate(ActivationList activationList)
Returns a new SVG sequence diagram based on the given ActivationList , representing the root activations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |