Package gaiasky.util
Class CatalogManager
java.lang.Object
gaiasky.util.CatalogManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the CatalogInfo with the given name, if any.getByEntity
(com.badlogic.ashley.core.Entity entity) void
Event notification call.
-
Constructor Details
-
CatalogManager
public CatalogManager()
-
-
Method Details
-
getCatalogInfos
-
contains
-
get
Gets the CatalogInfo with the given name, if any.- Parameters:
dsName
- The name of the dataset.- Returns:
- The CatalogInfo object, null if it does not exist.
-
getDatasetNames
-
getByEntity
-
notify
-