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
IOExceptionvoid save(String name, String label, GraphmlType graphmlType) throws IOException
IOExceptionvoid delete(String name) throws IOException
IOExceptionboolean exists(String name)
Copyright © 2020. All rights reserved.