|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.matching.tagvaluepairs.TagValueEvent
public class TagValueEvent
The event class which we use to perform matching on the profile graph constructed using the general matching algorithm.
| Field Summary |
|---|
| Fields inherited from interface cgl.narada.matching.tagvaluepairs.TagValueMatchingDebugFlags |
|---|
TagValueClientEdgeAttributes_Debug, TagValueClientMatching_Debug, TagValueClientMatchingTreeEdge_Debug, TagValueClientMatchingTreeNode_Debug, TagValueClientProfile_Debug, TagValueEdgeAttributes_Debug, TagValueEvent_Debug, TagValueMatching_Debug, TagValueMatchingTreeEdge_Debug, TagValueMatchingTreeNode_Debug, TagValueProfile_Debug |
| Constructor Summary | |
|---|---|
TagValueEvent(String eventString)
This TagValueEvent constructor |
|
| Method Summary | |
|---|---|
String |
getNextTag()
This returns the next tag, that is contained in the |
String |
getTagValue(String tag)
This method returns the value associated with a tag |
static void |
main(String[] args)
|
void |
resetLocalPointer()
|
String |
toString()
Provides a string representation of the event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TagValueEvent(String eventString)
eventString - The event string that we use to construct the
String.| Method Detail |
|---|
public void resetLocalPointer()
public String getTagValue(String tag)
tag - The tag for which we are seeking a value.public String getNextTag()
public String toString()
toString in class Objectpublic static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||