Class: When::Coordinates::Index
- Inherits:
-
BasicTypes::Object
- Object
- BasicTypes::Object
- When::Coordinates::Index
- Defined in:
- lib/when_exe/coordinates.rb
Overview
暦座標
暦座標の特性を定義する
Constant Summary
Constants included from Parts::Resource
Parts::Resource::ConstList, Parts::Resource::ConstTypes, Parts::Resource::IRIDecode, Parts::Resource::IRIDecodeTable, Parts::Resource::IRIEncode, Parts::Resource::IRIEncodeTable, Parts::Resource::IRIHeader, Parts::Resource::LabelProperty
Instance Attribute Summary collapse
-
#base ⇒ Integer
readonly
日時要素の下限.
-
#branch ⇒ Hash
readonly
日時要素名(枝).
-
#index ⇒ Hash
readonly
インデクス(幹枝).
-
#shift ⇒ Integer
readonly
座標値のシフト.
-
#trunk ⇒ When::BasicTypes::M17n
readonly
日時要素名(幹).
-
#trunk_branch ⇒ Hash
readonly
日時要素名(幹枝).
-
#unit ⇒ Integer
readonly
日時要素の要素数.
Attributes inherited from BasicTypes::Object
Attributes included from Parts::Resource
#_pool, #child, #keys, #locale, #namespace
Class Method Summary collapse
Methods included from Parts::Resource
#[], #^, _abbreviation_to_iri, _decode, _encode, _extract_prefix, _instance, _instantiate, _parse, _path_with_prefix, _replace_tags, _setup_, _setup_info, _simplify_path, base_uri, #each, #enum_for, #hierarchy, #include?, #included?, #iri, #leaf?, #m17n, #map, #next, #parent, #prev, #registered?, root_dir
Methods included from Parts::Resource::Pool
#[], #[]=, #_pool, #_setup_, #pool_keys
Methods included from Parts::Resource::Synchronize
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class When::Parts::Resource
Instance Attribute Details
#base ⇒ Integer (readonly)
日時要素の下限
659 660 661 |
# File 'lib/when_exe/coordinates.rb', line 659 def base @base end |
#branch ⇒ Hash (readonly)
日時要素名(枝)
687 688 689 |
# File 'lib/when_exe/coordinates.rb', line 687 def branch @branch end |
#index ⇒ Hash (readonly)
インデクス(幹枝)
707 708 709 |
# File 'lib/when_exe/coordinates.rb', line 707 def index @index end |
#shift ⇒ Integer (readonly)
座標値のシフト
677 678 679 |
# File 'lib/when_exe/coordinates.rb', line 677 def shift @shift end |
#trunk ⇒ When::BasicTypes::M17n (readonly)
日時要素名(幹)
667 668 669 |
# File 'lib/when_exe/coordinates.rb', line 667 def trunk @trunk end |
#trunk_branch ⇒ Hash (readonly)
日時要素名(幹枝)
697 698 699 |
# File 'lib/when_exe/coordinates.rb', line 697 def trunk_branch @trunk_branch end |
#unit ⇒ Integer (readonly)
日時要素の要素数
651 652 653 |
# File 'lib/when_exe/coordinates.rb', line 651 def unit @unit end |