continuing work on VIVO-60 application ontology support for property/class combinations
This commit is contained in:
parent
4341d72ec4
commit
e3fe0ac52b
7 changed files with 167 additions and 54 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue