Uses of Class
es.bsc.dataclay.util.management.classmgr.python.PythonClassInfo
-
Packages that use PythonClassInfo Package Description es.bsc.dataclay.logic.classmgr Module intended to management of Metaclasses, Operations, Properties and Implementations.es.bsc.dataclay.util.management.classmgr This package contains classes used in management of Classes. -
-
Uses of PythonClassInfo in es.bsc.dataclay.logic.classmgr
Methods in es.bsc.dataclay.logic.classmgr with parameters of type PythonClassInfo Modifier and Type Method Description UUID
ClassManagerDB. storePythonClassInfo(PythonClassInfo info)
Store PythonClassInfo into database -
Uses of PythonClassInfo in es.bsc.dataclay.util.management.classmgr
Methods in es.bsc.dataclay.util.management.classmgr that return PythonClassInfo Modifier and Type Method Description PythonClassInfo
MetaClass. getPythonClassInfo()
Get Python language-dependant information of the class
-