| http://www.w3.org/ns/prov#value | - Its already faster than gm but i still would like to know if it can be any faster.here is an example how the current system will convert gml:gml:Quotes=s+1java:Quote{self.setVariable("s",self.getVariable("s") .add((Game.getValueOf(1))));}It uses a hashtable to store all the variable names with their values:Quotepublic void setVariable(java.lang.String name, Variable value) { variables.put(name, va
|