public class InMemoryGraphmlRepository extends Object implements GraphmlRepository
Constructor and Description |
---|
InMemoryGraphmlRepository() |
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) |
public GraphmlType findByName(String name) throws IOException
findByName
in interface GraphmlRepository
IOException
public void save(String name, String label, GraphmlType graphmlType) throws IOException
save
in interface GraphmlRepository
IOException
public void delete(String name) throws IOException
delete
in interface GraphmlRepository
IOException
public boolean exists(String name)
exists
in interface GraphmlRepository
Copyright © 2021. All rights reserved.