Class Index [+]

Quicksearch

When::TM::TopologicalPrimitive

時間位相プリミティブ - 単独で不可分な位相要素

see gml schema

Attributes

complex[RW]

対応するコンプレックス (relation - Complex)

  type : [When::TM::TopologicalComplex]

Public Class Methods

new() click to toggle source

オブジェクトの生成

     # File when/tmobjects.rb, line 397
397:     def initialize
398:       @complex = []
399:     end

Private Instance Methods

method_missing(name, *args, &block) click to toggle source

その他のメソッド

  When::TM::TopologicalPrimitive で定義されていないメソッドは
  処理を @geometry (type: When::TM::Instant) に委譲する
     # File when/tmobjects.rb, line 405
405:     def method_missing(name, *args, &block)
406:       @geometry.send(name.to_sym, *args, &block)
407:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.