public interface GraphmlRepository
Modifier and Type | Method and Description |
---|---|
void |
delete(String name) |
boolean |
exists(String name) |
GraphmlType |
findByName(String name) |
void |
save(String name,
String label,
GraphmlType graphmlType) |
GraphmlType findByName(String name) throws IOException
IOException
void save(String name, String label, GraphmlType graphmlType) throws IOException
IOException
void delete(String name) throws IOException
IOException
boolean exists(String name)
Copyright © 2021. All rights reserved.