class Simulator::Environment

Overview

AN Environment

Defined in:

models.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Simulator::Model

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new
new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

AN Environment


[View source]

Instance Method Detail

def cost_env : Simulator::EnvironmentCost #

[View source]
def cost_env=(cost_env : Simulator::EnvironmentCost) #

[View source]
def description : String #

[View source]
def description=(description : String) #

[View source]

[View source]
def network=(network : Simulator::EnvironmentNetwork) #

[View source]
def nodes : Hash(String, Simulator::DeviceSet) #

[View source]
def nodes=(nodes : Hash(String, Simulator::DeviceSet)) #

[View source]
def overhead : Hash(String, Simulator::DeviceSet) #

[View source]
def overhead=(overhead : Hash(String, Simulator::DeviceSet)) #

[View source]

[View source]
def simulation=(simulation : Simulator::EnvironmentSimulation) #

[View source]