| http://www.w3.org/ns/prov#value | - Everything else works the way it is supposed to except for the operator overload. =/You could try returning to your original operator overloading and try something like:Code: Select allresult.setVarName(this.getVarName() + other.getVarName());Where VarName would be the variable you are working with, and other is the other data you are combining with.
|