org.syrup
Interface LogEntryTemplate

All Superinterfaces:
LogEntry, Template
All Known Implementing Classes:
LogEntryTemplateImpl

public interface LogEntryTemplate
extends LogEntry, Template

A template example of a LogEntry. Used to match LogEntries held by the WorkSpace.

Author:
Robbert van Dalen

Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from interface org.syrup.LogEntry
DONE, ENDED, EVENT, FAILED, GOT, IN_1, IN_2, MATCHED, NEW, OUT_1, OUT_2, PANIC, RESET, REWIRED, STARTED, STOPPED
 
Fields inherited from interface org.syrup.Template
EQUAL, GREATER, GREATER_EQUAL, IGNORE, LESS, LESS_EQUAL, LIKE, NOT, NOT_LIKE
 
Method Summary
 int event_match()
          Returns the qualifier used to match the event attribute.
 int key_match()
          Returns the qualifier used to match the key attribute.
 int time_match()
          Returns the qualifier used to match the time attribute.
 int worker_match()
          Returns the qualifier used to match the worker attribute.
 
Methods inherited from interface org.syrup.LogEntry
event, key, time, worker
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

time_match

public int time_match()
Returns the qualifier used to match the time attribute.

Returns:
The qualifier used to match the time attribute.

key_match

public int key_match()
Returns the qualifier used to match the key attribute.

Returns:
The qualifier used to match the key attribute.

event_match

public int event_match()
Returns the qualifier used to match the event attribute.

Returns:
The qualifier used to match the event attribute.

worker_match

public int worker_match()
Returns the qualifier used to match the worker attribute.

Returns:
The qualifier used to match the worker attribute.