Class: RelativePath (TmDoc::Model::Core::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::Core::Logical )
has modular siblings
class: AbsolutePath   
class: SetOfPath   
inherits from
  Relative ( TmDoc::Model::Abstraction::Path )
has class siblings
  RelativePath ( TmDoc::Model::Module::Logical::Path )
has properties
constant: LSM_ELEMENT_CLASS   
constant: PATH_SEPARATOR_STRING   
constant: ABSOLUTE_PATH_CLASS   
is defined at
#31 in model/core/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: AbsolutePath     
class: SetOfPath     
class: RelativePath     
  module: Module
  module: Logical
  module: Path
class: RelativePath     

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

RelativePath::LSM_ELEMENT_CLASS

#32 in model/core/logical.rb

LSM_ELEMENT_CLASS = String   

RelativePath::PATH_SEPARATOR_STRING

#33 in model/core/logical.rb

PATH_SEPARATOR_STRING = '::'   

RelativePath::ABSOLUTE_PATH_CLASS

#34 in model/core/logical.rb

ABSOLUTE_PATH_CLASS = AbsolutePath