source:
fedd/abac-src/atnvis/src/com/algomagic/atn/LogParser.java
@
bd3e314
Last change on this file since bd3e314 was 8780cbec, checked in by , 15 years ago | |
---|---|
|
|
File size: 153 bytes |
Rev | Line | |
---|---|---|
[8780cbec] | 1 | package com.algomagic.atn; |
2 | ||
3 | import java.util.*; | |
4 | ||
5 | ||
6 | public interface LogParser { | |
7 | ||
8 | public List parse( Visualization vis, String log1, String log2 ); | |
9 | ||
10 | } |
Note: See TracBrowser
for help on using the repository browser.