[Some OAA agent doc additions. bjorn@bringert.net**20041206143547] < > { hunk ./doc/gf-java.html 56 -The OAA solvables declared by the GF OAA interface -is described in "GF OAA interface". +See "GF OAA Agent". hunk ./doc/gf-java.html 138 -
The standard parsing and linearization functions use untyped abstract syntax trees. -There is a facility for generating Java classes which can represent an abstract -syntax using typed trees.
++The standard parsing and linearization functions use untyped +abstract syntax trees. The Grammar2API program in the gfc2java +distribution generates Java +classes which can represent an abstract syntax tree using typed trees. +
hunk ./doc/gf-oaa.html 11 -+If the grammar properties file is test.properties and +the facilitator is running on $FAC_HOST, port +$FAC_PORT, the GF agent is started with: +
+ ++$ java -cp $CLASSPATH:gfc2java.jar:. se.chalmers.cs.gf.oaa.GFAgent /test.properties -oaa_connect "tcp('${FAC_HOST}',${FAC_PORT})" ++ +
+The path to the properties file is loaded as a java resource, so +the leading slash means to look look at the root of the package +hierarchy to find the file in the current directory. +
++$CLASSPATH must contain the paths to: +
+