Class: When::CalendarTypes::BalineseLuniSolar

Inherits:
HinduLuniSolar show all
Defined in:
lib/when_exe/region/balinese.rb

Overview

Balinese Luni-Solar Calendar

Constant Summary

Constants inherited from HinduLuniSolar

HinduLuniSolar::CycleOffset, HinduLuniSolar::Formula, HinduLuniSolar::HinduStyle, HinduLuniSolar::LEAP_MAP, HinduLuniSolar::Location, HinduLuniSolar::YearEpoch

Constants included from When::Coordinates

When::Coordinates::Bahai, When::Coordinates::CommonResidue, When::Coordinates::DefaultDateIndices, When::Coordinates::DefaultDayIndex, When::Coordinates::DefaultTimeIndices, When::Coordinates::IndianCities, When::Coordinates::Javanese, When::Coordinates::MATCH, When::Coordinates::Mayan, When::Coordinates::PERIOD, When::Coordinates::PERIOD_NAME, When::Coordinates::PRECISION, When::Coordinates::PRECISION_NAME, When::Coordinates::Tibetan, When::Coordinates::VALUE, When::Coordinates::Yi

Constants included from Parts::Resource

Parts::Resource::LabelProperty

Instance Attribute Summary

Attributes inherited from EphemerisBasedLuniSolar

#formula

Attributes inherited from EphemerisBased

#formula

Attributes inherited from TM::Calendar

#reference_frame, #time_basis

Attributes inherited from TM::ReferenceSystem

#domain_of_validity, #position

Attributes inherited from BasicTypes::Object

#label

Attributes included from Parts::Resource

#_pool, #child, #keys, #locale, #namespace

Instance Method Summary collapse

Methods inherited from HinduLuniSolar

#_new_month_, #_new_year_month_

Methods inherited from EphemerisBasedLuniSolar

#_coordinates_to_number, #_length, #_number_to_coordinates

Methods inherited from EphemerisBasedSolar

#_new_month_

Methods inherited from EphemerisBased

#_coordinates_to_number, #_length, #_number_to_coordinates, #_sum_

Methods inherited from TM::Calendar

#_new_month_, _setup_, #_to_month_number_, #date_trans, #jul_trans, #rate_of_clock, #time_standard, #to_cal_date, #to_julian_date, #to_universal_time

Methods included from TimeStandard::TimeBasis

#_normalize_time_basis

Methods included from When::Coordinates

to_deg, to_dms

Methods inherited from TM::ReferenceSystem

#domain, #name

Methods included from Parts::Resource

#[], #^, _decode, _encode, _extract_prefix, _instance, _parse, _path_with_prefix, _replace_tags, _setup_, #each, #enum_for, #hierarchy, #include?, #included?, #iri, #leaf?, #m17n, #map, #next, #parent, #prev, #registered?

Methods included from Parts::Resource::Pool

#[], #[]=, #_pool, #_setup_, #pool_keys

Methods included from Parts::Resource::Synchronize

#synchronize

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class When::Parts::Resource

Instance Method Details

#_ids_(date) ⇒ Array<When::Coordinates::Pair> #_ids_(date) ⇒ Array<When::Coordinates::Pair>

日時要素の翻訳表の取得

Overloads:



181
182
183
184
# File 'lib/when_exe/region/balinese.rb', line 181

def _ids_(date)
  y, m = date
  m ? super : @tabular._ids(date)
end

#_tithi_to_coordinates(tithi) ⇒ Array<Numeric>

朔望日 -> 年・月・日

Parameters:

  • tithi (Numeric)

    朔望日(月の位相 / (CIRCLE/30))

Returns:

  • (Array<Numeric>)

    ( y, m, d )

    y - 年(Integer)
    m - 月(When::Coordinates::Pair)
    d - 日(Integer)


166
167
168
# File 'lib/when_exe/region/balinese.rb', line 166

def _tithi_to_coordinates(tithi)
  @tabular._encode(@tabular._number_to_coordinates(tithi.to_i))
end