Package org.gephi.io.importer.api
Interface Container.Factory
-
- Enclosing interface:
- Container
public static interface Container.Factory
Container factory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Container
newContainer()
Returns a newly created container instance.
-
-
-
Method Detail
-
newContainer
Container newContainer()
Returns a newly created container instance.- Returns:
- new container
-
-