src/Configuration.h
branchv_0
changeset 12 7977c1bdba1f
parent 11 9603e64324bc
child 13 c9fece435aa2
equal deleted inserted replaced
11:9603e64324bc 12:7977c1bdba1f
    68 public:
    68 public:
    69 	vector<RelationConfiguration> relationConfigurations;
    69 	vector<RelationConfiguration> relationConfigurations;
    70 
    70 
    71 	// TODO: --define – global definitions (for all relations)?
    71 	// TODO: --define – global definitions (for all relations)?
    72 	// TODO: --relation … --drop – will execute --for-each, but no output will be generated for this relation
    72 	// TODO: --relation … --drop – will execute --for-each, but no output will be generated for this relation
    73 	// TODO: --relation … --output-attribute 'name' 'type' – output relation will have different attributes than the input relation
       
    74 	// TODO: --create t2 3 a integer b boolean '…guile…' – allow creating new relations? Or allow calling startRelation() and attribute() from Guile?
    73 	// TODO: --create t2 3 a integer b boolean '…guile…' – allow creating new relations? Or allow calling startRelation() and attribute() from Guile?
    75 
    74 
    76 	virtual ~Configuration() {
    75 	virtual ~Configuration() {
    77 	}
    76 	}
    78 };
    77 };