continuing work on VIVO-60 application ontology support for property/class combinations

This commit is contained in:
brianjlowe 2013-06-21 16:47:42 -04:00
parent 4341d72ec4
commit e3fe0ac52b
7 changed files with 167 additions and 54 deletions

View file

@ -65,6 +65,11 @@ public class ObjectPropertyDaoStub implements ObjectPropertyDao {
}
return opMap.get(objectPropertyURI);
}
@Override
public ObjectProperty getObjectPropertyByURIAndRangeURI(String objectPropertyURI, String rangeURI) {
return getObjectPropertyByURI(objectPropertyURI);
}
@Override
public String getCustomListViewConfigFileName(ObjectProperty objectProperty) {