Interface GraphDescription
-
- All Known Implementing Classes:
GraphDescriptor
public interface GraphDescriptionInterface 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 StringgetGraphType()StringgetName()Map<String,String>getNamespaces()Map<String,String>getOptions()
-