Methods

Class Index [+]

Quicksearch

When::TM::Node

零次元位相プリミティブ - 幾何的実現は When::TM::Instant と対応する

see gml schema

Attributes

previous_edge[R]

対応するエッジ (relation - Termination)

  type : [When::TM::Edge]
next_edge[R]

対応するエッジ (relation - Initiation)

  type : [When::TM::Edge]
geometry[R]

対応する瞬間 (relation - Realization)

  type : When::TM::Instant

Public Class Methods

new(geometry) click to toggle source

オブジェクトの生成

  geometry : When::TM::Instant
    対応する瞬間
     # File when/tmobjects.rb, line 441
441:     def initialize(geometry)
442:       super()
443:       @previous_edge     = []
444:       @next_edge         = []
445:       @geometry          = geometry
446:       @geometry.topology = self
447:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.