Class: ReverseJoin

Inherits:
BDNode show all
Defined in:
lib/tecsgen/core/componentobj.rb

Overview

逆結合

Instance Method Summary collapse

Methods inherited from BDNode

#get_owner, #set_owner

Methods inherited from Node

#cdl_error, #cdl_error2, #cdl_error3, #cdl_info, #cdl_info2, #cdl_warning, #cdl_warning2, #get_locale, #locale_str, #set_locale

Constructor Details

#initialize(ep_name, ep_subscript, cell_nsp, cp_name, cp_subscript = nil) ⇒ ReverseJoin

@cp_subscript

Expression or nil



6385
6386
6387
6388
6389
6390
6391
6392
# File 'lib/tecsgen/core/componentobj.rb', line 6385

def initialize(ep_name, ep_subscript, cell_nsp, cp_name, cp_subscript = nil)
  super()
  @ep_name = ep_name
  @ep_subscript = ep_subscript
  @cell_nsp = cell_nsp
  @cp_name = cp_name
  @cp_subscript = cp_subscript
end

Instance Method Details

#get_nameObject



6394
6395
6396
# File 'lib/tecsgen/core/componentobj.rb', line 6394

def get_name
  @ep_name
end

#get_rhs_cell_and_portObject



6398
6399
6400
# File 'lib/tecsgen/core/componentobj.rb', line 6398

def get_rhs_cell_and_port
  [@ep_subscript, @cell_nsp, @cp_name, @cp_subscript]
end