Searched refs:mMessageMap (Results 1 - 2 of 2) sorted by relevance

/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidatorReport.java26 private Map mMessageMap; field in class:OWLSValidatorReport
30 mMessageMap = theMsgs;
36 if (mMessageMap.isEmpty())
42 Iterator kIter = mMessageMap.keySet().iterator();
46 Set msgSet = (Set)mMessageMap.get(key);
66 return mMessageMap;
H A DOWLSValidator.java111 private Map mMessageMap; field in class:OWLSValidator
115 mMessageMap = new HashMap();
135 mMessageMap = new HashMap();
169 return new OWLSValidatorReport(mMessageMap);
683 Set aSet = (Set)mMessageMap.get(theService);
690 mMessageMap.put(theService,aSet);

Completed in 12 milliseconds