tmf: Expose a method to retrieve an attribute's name
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 27 Apr 2012 21:20:15 +0000 (17:20 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 27 Apr 2012 21:20:15 +0000 (17:20 -0400)
commit50678114fc2daee0edf1046491f1d713464bb9a8
treeb91231448017d2e8a0b18755e51516e3ecb0092c
parentf483ae24b863c4cc309735d0ce4fbafc8a3a1570
tmf: Expose a method to retrieve an attribute's name

In the past, the only way to retrieve quarks was to pass its
exact name, so it implied we knew the name in the first place...

But with wildcard methods like getQuarks(), we won't necessarily
know the name of the quarks we receive. This new method will
allow the user to do a reverse lookup on the name.

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/AttributeTree.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/StateSystem.java
This page took 0.02498 seconds and 5 git commands to generate.