SemOpt
0.2alpha2-SCC
Main Page
Classes
Files
File List
File Members
AF.h
1
/*
2
* AF.h
3
*
4
* Created on: 13/mag/2013
5
* Author: valla
6
*/
7
8
#ifndef GRAPH_H_
9
#define GRAPH_H_
10
11
#include <map>
12
#include <fstream>
13
14
#include "Argument.h"
15
class
SetArguments
;
16
class
SetArgumentsIterator
;
17
18
using namespace
std;
19
20
class
AF
21
{
22
SetArguments
*arguments;
23
//vector<pair<int, int> > raw_attacks;
24
//map<Argument *, SetArguments *> attacks;
25
//map<Argument *, SetArguments *> attackers;
26
public
:
27
AF
();
28
virtual
~
AF
();
29
bool
readFile(
string
file);
30
int
numArgs();
31
Argument
*getArgumentByName(
string
);
32
Argument
*getArgumentByNumber(
int
position);
33
SetArguments
*get_arguments()
const
;
34
SetArgumentsIterator
begin();
35
SetArgumentsIterator
end();
36
};
37
38
#include "SetArguments.h"
39
40
#endif
/* GRAPH_H_ */
src
AF.h
Generated on Thu Jun 13 2013 11:23:15 for SemOpt by
1.8.1.2