Class PythonClassInfo

    • Constructor Detail

      • PythonClassInfo

        public PythonClassInfo()
        Creates an empty PythonClassInfo
      • PythonClassInfo

        public PythonClassInfo​(List<String> newimports)
        PythonClassInfoconstructor with provided specifications and IDs
        Parameters:
        newimports - Import information of the Python class
    • Method Detail

      • getImports

        public List<String> getImports()
        Get the MetaClass::imports
        Returns:
        the imports
      • setImports

        public void setImports​(List<String> newimports)
        Set the MetaClass::imports
        Parameters:
        newimports - the imports to set
      • getId

        public UUID getId()
        Returns:
        the id
      • setId

        public void setId​(UUID theid)
        Parameters:
        theid - the id to set