|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umass.cs.sase.engine.Match
public class Match
This class represents a match.
Constructor Summary | |
---|---|
Match()
default constructor |
|
Match(java.util.ArrayList<Event> eventList,
NFA nfa)
Constructor, used by the sharing engine |
|
Match(Run r,
NFA nfa,
EventBuffer buffer)
Constructor, used by the default engine |
Method Summary | |
---|---|
Event[] |
getEvents()
|
NFA |
getNfa()
|
void |
setEvents(Event[] events)
|
void |
setNfa(NFA nfa)
|
java.lang.String |
toString()
outputs the description |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Match()
public Match(Run r, NFA nfa, EventBuffer buffer)
r
- the input runnfa
- the nfa for the querybuffer
- the event bufferpublic Match(java.util.ArrayList<Event> eventList, NFA nfa)
eventList
- the events for this matchnfa
- the nfa for the queryMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public Event[] getEvents()
public void setEvents(Event[] events)
events
- the events to setpublic NFA getNfa()
public void setNfa(NFA nfa)
nfa
- the nfa to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |