Sha256: eb93ba76bffec828072a7b60ea12a44c602eb0045ebb80dcdcc39db2c2fa2888
Contents?: true
Size: 475 Bytes
Versions: 1
Compression:
Stored size: 475 Bytes
Contents
#encoding: utf-8 # Public command interface of YPetri. # module YPetri class Agent attr_reader :world def initialize @world = YPetri::World.new super end require_relative 'agent/selection' require_relative 'agent/hash_key_pointer' require_relative 'agent/petri_net_related' require_relative 'agent/simulation_related' include self::PetriNetRelated include self::SimulationRelated end # class Agent end # module YPetri
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
y_petri-2.1.3 | lib/y_petri/agent.rb |