Interface GraphDescription
-
- All Known Implementing Classes:
GraphDescriptor
public interface GraphDescription
Interface for a graph description.A graph description gives all the information needed for the graph instantiation.
- Author:
- Anahide Tchertchian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGraphType()
String
getName()
Map<String,String>
getNamespaces()
Map<String,String>
getOptions()
-