tmf: Don't access the attribute tree directly
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 5 Mar 2013 19:20:20 +0000 (14:20 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 11 Mar 2013 15:12:49 +0000 (11:12 -0400)
commit339d27b427a79d0a468f6d452fbda21159cfb33f
treeac290289e1bcf304a11ee696bc567e56e893a1cd
parent9287a74b03bd42e91cf0e996d5f49ac81d94bd15
tmf: Don't access the attribute tree directly

but go through a new StateSystem.getAttributeTree() method that
wraps it. This way, a potential subclass only needs to override
that method to point to a different attribute tree.

Change-Id: I77b306f53095eb7b7423e10ee1ebb97c3ddaf6f5
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/10856
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bhufmann@gmail.com>
IP-Clean: Bernd Hufmann <bhufmann@gmail.com>
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/statesystem/AttributeTree.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/statesystem/StateSystem.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/AbstractStateChangeInput.java
This page took 0.025685 seconds and 5 git commands to generate.