Class: Path (TmDoc::Model::Object::Logical)

Overview
Module Structure
Class Hierarchy
Constants
Path::PATH_SEPARATOR_STRING
Path::LSM_ELEMENT_CLASS
is a submodule of
module: Logical ( TmDoc::Model::Object )
has modular siblings
module: Abstraction   
module: Leaf   
module: Node   
class: SetOfPath   
class: Location   
class: SetOfLocation   
inherits from
  Absolute ( TmDoc::Model::Abstraction::Path )
has class siblings
  AbsolutePath ( TmDoc::Model::Core::Logical::Path )
  AbsolutePath ( TmDoc::Model::Module::Logical::Path )
  Path ( TmDoc::Model::Document )
has properties
constant: PATH_SEPARATOR_STRING   
constant: LSM_ELEMENT_CLASS   
is defined at
#12 in model/object/logical/path.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     
  module: Object
  module: Logical
module: Abstraction     
module: Leaf     
module: Node     
class: Path     
class: SetOfPath     
class: Location     
class: SetOfLocation     
  module: Document
class: Path     

Class Hierarchy

Object ( Builtin-Module )
Abstract ( TmStd::Lsm )
Abstract ( TmStd::Lsm::Product )
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__   
Absolute ( TmDoc::Model::Abstraction::Path )
has properties
class method: new_root   
method: + / 1   
method: to_s / 1   
Abstract ( TmStd::Lsm::Collection::Set )

Constants

Path::PATH_SEPARATOR_STRING

#13 in model/object/logical/path.rb

PATH_SEPARATOR_STRING = '::'   

Path::LSM_ELEMENT_CLASS

#14 in model/object/logical/path.rb

LSM_ELEMENT_CLASS = String