public class RestGraphDatabase extends AbstractRemoteDatabase { [...] public Schema schema() { throw new UnsupportedOperationException(); }
public class RestGraphDatabase extends AbstractRemoteDatabase {
[...]
public Schema schema() {
throw new UnsupportedOperationException();
}