Class VarQNameWrapper
- java.lang.Object
-
- org.openprovenance.prov.validation.VarQNameWrapper
-
public class VarQNameWrapper extends Object
This class is introduced as a wrapper utility, to wrap a VarQName, so that they can be indexed according to their URI. QName does not allow equals and hashcode methods to be redefined.
-
-
Constructor Summary
Constructors Constructor Description VarQNameWrapper(VarQName vqn)
-