ch.hearc.I04_05s08.GUI
Interface GraphManager

All Known Implementing Classes:
RdfGraphManager, RdfsGraphManager

public interface GraphManager

Interface for graph managers

Author:
Blanc, Yoan
Licence:
MIT
Copyright:
2005 Yoan Blanc, HE-ARC Ing�nierie

Method Summary
 boolean closeGraph()
          Close the graph
 void newGraph()
          Build a new graph
 boolean openGraph()
          Open a graph with this file
 boolean saveAsGraph()
          Save as the graph into a file
 boolean saveGraph()
          Save the graph into a file
 

Method Detail

newGraph

public void newGraph()
Build a new graph


openGraph

public boolean openGraph()
Open a graph with this file

Returns:
if the operation successed

saveGraph

public boolean saveGraph()
Save the graph into a file

Returns:
if the operation successed

saveAsGraph

public boolean saveAsGraph()
Save as the graph into a file

Returns:
if the operation successed

closeGraph

public boolean closeGraph()
Close the graph

Returns:
if the operation successed


A project by Blanc, Yoan – supervised by Dr. Ghorbel, Hatem.
2004 © Blanc, Yoan - HE-ARC