-
class openalea.oalab.plugin.builtin.core.RFile[source]
Bases: object
-
criteria
-
default_file_name = 'script.r'
-
default_name = 'R'
-
extension = 'r'
-
icon = ':/images/resources/RLogo.png'
-
implement = 'IData'
-
implementation
-
mimetype = 'text/x-r'
-
pattern = '*.r'
-
class openalea.oalab.plugin.builtin.core.RModel[source]
Bases: object
-
criteria
-
default_name = 'R'
-
dtype = 'R'
-
icon = ':/images/resources/RLogo.png'
-
implement = 'IModel'
-
implementation
-
mimetype = 'text/x-r'
-
class openalea.oalab.plugin.builtin.core.VisualeaFile[source]
Bases: object
-
criteria
-
default_file_name = 'workflow.wpy'
-
default_name = 'Workflow'
-
dtype = 'Workflow'
-
extension = 'wpy'
-
icon = ':/images/resources/openalealogo.png'
-
implement = 'IData'
-
implementation
-
mimetype = 'text/x-visualea'
-
pattern = '*.wpy'
-
class openalea.oalab.plugin.builtin.core.VisualeaModel[source]
Bases: object
-
criteria
-
default_name = 'Workflow'
-
dtype = 'Workflow'
-
icon = ':/images/resources/openalealogo.png'
-
implement = 'IModel'
-
implementation
-
mimetype = 'text/x-visualea'