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

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

Overview

Module Structure

  module: <Toplevel Module>
  module: TmDoc
  module: Model
  module: Abstraction
  module: Path
class: Relative     
  module: Core
  module: Logical
  module: Path
class: RelativePath     
  module: Module
  module: Logical
  module: Path
class: AbsolutePath     
class: RelativePath     
class: SetOfPath     
  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 ( TmStd::Lsm::Collection::Set )

Constants

RelativePath::LSM_ELEMENT_CLASS

#27 in model/module/logical.rb

LSM_ELEMENT_CLASS = String   

RelativePath::PATH_SEPARATOR_STRING

#28 in model/module/logical.rb

PATH_SEPARATOR_STRING = '::'   

RelativePath::ABSOLUTE_PATH_CLASS

#29 in model/module/logical.rb

ABSOLUTE_PATH_CLASS = AbsolutePath