コード例 #1
0
 @Override
 public E getRelationship(E source, E target, String relationshipName)
     throws ElementNotFoundException {
   return backend.getRelationship(source, target, relationshipName);
 }