Class PythonClassInfo
- java.lang.Object
-
- es.bsc.dataclay.util.management.classmgr.python.PythonClassInfo
-
- All Implemented Interfaces:
LanguageDependantClassInfo
public final class PythonClassInfo extends Object implements LanguageDependantClassInfo
This class represents Python language dependant information for a MetaClass.
-
-
Constructor Summary
Constructors Constructor Description PythonClassInfo()Creates an empty PythonClassInfoPythonClassInfo(List<String> newimports)PythonClassInfoconstructor with provided specifications and IDs
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDgetId()List<String>getImports()Get the MetaClass::importsvoidsetId(UUID theid)voidsetImports(List<String> newimports)Set the MetaClass::imports
-