~tapaal-contributor/tapaal/engine-option-matrix-dev

« back to all changes in this revision

Viewing changes to src/dk/aau/cs/io/queries/TAPNQueryLoader.java

  • Committer: ptaankvist at gmail
  • Date: 2020-08-10 09:47:18 UTC
  • mfrom: (1068.1.10 tapaal)
  • Revision ID: ptaankvist@gmail.com-20200810094718-5ml66wkuy1m2dpl0
add game as option for the engines and merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                ArrayList<TAPNQuery> queries = new ArrayList<TAPNQuery>();
53
53
                
54
54
                for (int i = 0; i < queryNodes.getLength(); i++) {
55
 
                        Node q = queryNodes.item(i);
 
55
            Node q = queryNodes.item(i);
56
56
 
57
57
                        if (q instanceof Element) {
58
58
                                TAPNQuery query = parseTAPNQuery((Element) q, network);