openminds.computation

class fairgraph.openminds.computation.environment.Environment(id=None, data=None, space=None, **properties)[source]

Bases: fairgraph.base_v3.KGObjectV3

Parameters:
  • name (str) – Word or phrase that constitutes the distinctive designation of the environment.
  • hardware (HardwareSystem) – no description available
  • configuration (ParameterSet) – no description available
  • software (SoftwareVersion) – no description available
  • description (str) – Longer statement or account giving the characteristics of the environment.
class fairgraph.openminds.computation.hardware_system.HardwareSystem(id=None, data=None, space=None, **properties)[source]

Bases: fairgraph.base_v3.KGObjectV3

Parameters:
  • name (str) – Word or phrase that constitutes the distinctive designation of the hardware system.
  • version (str) – no description available
  • description (str) – Longer statement or account giving the characteristics of the hardware system.
class fairgraph.openminds.computation.launch_configuration.LaunchConfiguration(id=None, data=None, space=None, **properties)[source]

Bases: fairgraph.base_v3.KGObjectV3

Parameters:
  • description (str) – Longer statement or account giving the characteristics of the launch configuration.
  • name (str) – Word or phrase that constitutes the distinctive designation of the launch configuration.
  • executable (str) – no description available
  • arguments (str) – no description available
  • environment_variables (ParameterSet) – no description available
class fairgraph.openminds.computation.data_analysis.DataAnalysis(id=None, data=None, space=None, **properties)[source]

Bases: fairgraph.base_v3.KGObjectV3

Parameters:
class fairgraph.openminds.computation.simulation.Simulation(id=None, data=None, space=None, **properties)[source]

Bases: fairgraph.base_v3.KGObjectV3

Parameters:
class fairgraph.openminds.computation.visualization.Visualization(id=None, data=None, space=None, **properties)[source]

Bases: fairgraph.base_v3.KGObjectV3

Parameters:
class fairgraph.openminds.computation.optimization.Optimization(id=None, data=None, space=None, **properties)[source]

Bases: fairgraph.base_v3.KGObjectV3

Parameters:
class fairgraph.openminds.computation.software_agent.SoftwareAgent(id=None, data=None, space=None, **properties)[source]

Bases: fairgraph.base_v3.KGObjectV3

Parameters:
  • name (str) – Word or phrase that constitutes the distinctive designation of the software agent.
  • software (SoftwareVersion) – no description available
  • environment (Environment) – no description available
class fairgraph.openminds.computation.workflow_execution.WorkflowExecution(id=None, data=None, space=None, **properties)[source]

Bases: fairgraph.base_v3.KGObjectV3

Parameters: