Class: AbsolutePath (TmDoc::Model::Module::Logical::Path)

Overview
Module Structure
Class Hierarchy
Constants
AbsolutePath::LSM_ELEMENT_CLASS
AbsolutePath::PATH_SEPARATOR_STRING
is a submodule of
module: Path ( TmDoc::Model::Module::Logical )
has modular siblings
class: RelativePath   
class: SetOfPath   
includes
  Mutable ( TmStd::Lsm::Collection::Sequence )
inherits from
  Absolute ( TmDoc::Model::Abstraction::Path )
has class siblings
  AbsolutePath ( TmDoc::Model::Core::Logical::Path )
  Path ( TmDoc::Model::Object::Logical )
  Path ( TmDoc::Model::Document )
has properties
constant: LSM_ELEMENT_CLASS   
constant: PATH_SEPARATOR_STRING   
is defined at
#15 in model/module/logical.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: TmDoc
  module: Model
  module: Abstraction
  module: Path
class: Absolute     
  module: Core
  module: Logical
  module: Path
class: AbsolutePath     
  module: Module
  module: Logical
  module: Path
class: AbsolutePath     
class: RelativePath     
class: SetOfPath     
  module: Object
  module: Logical
class: Path     
  module: Document
class: Path     
  module: TmStd
  module: Lsm
  module: Collection
  module: Sequence
module: Mutable     

Class Hierarchy

Object ( Builtin-Module )
Abstract ( TmStd::Lsm )
Abstract ( TmStd::Lsm::Collection )
includes
  Enumerable ( Builtin-Module )
has properties
method: lsm_elements   
method: each   
method: empty?   
method: size   
method: lsm_element_class / 1   
Abstract ( TmStd::Lsm::Collection::Sequence )
has properties
attribute: lsm_elements [R]   
alias: to_a lsm_elements   
alias: length size   
method: initialize / 1   
method: dup   
method: first   
method: last   
method: include? / 1   
method: to_s / 2   
method: join / 1   
method: each / 1   
method: map_with_index / 1   
method: append / 1   
method: + / 1   
method: << / 1   
alias: add <<   
alias: push <<   
method: pop   
method: __at__ / 1   
Abstract ( TmDoc::Model::Abstraction::Path )
includes
  Equalable ( TmStd::Lsm::Collection::Sequence )
  Comparable ( TmStd::Lsm::Collection::Sequence )
has properties
method: initialize / 1   
method: join / 1   
method: to_s / 1   
method: __path_separator_string__   
Abstract ( TmStd::Lsm::Collection::Set )

Constants

AbsolutePath::LSM_ELEMENT_CLASS

#18 in model/module/logical.rb

LSM_ELEMENT_CLASS = String   

AbsolutePath::PATH_SEPARATOR_STRING

#19 in model/module/logical.rb

PATH_SEPARATOR_STRING = '::'