예제 #1
0
파일: OPPLScope.java 프로젝트: blcham/OPPL2
 @Override
 public Set<Symbol> match(String prefix) {
   return owlEntityCheckerScope.match(prefix);
 }