Class: Path (TmDoc::Model::Document)

Overview
Module Structure
Class Hierarchy
Constants
Path::PATH_SEPARATOR_STRING
Path::LSM_ELEMENT_CLASS
is a submodule of
module: Document ( TmDoc::Model )
has modular siblings
module: Abstraction   
module: Overview   
module: Source   
module: Module   
module: Node   
module: Link   
class: Store   
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::Object::Logical )
has properties
constant: PATH_SEPARATOR_STRING   
constant: LSM_ELEMENT_CLASS   
is defined at
#11 in model/document/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
class: Path     
  module: Document
module: Abstraction     
module: Overview     
module: Source     
module: Module     
module: Node     
module: Link     
class: Store     
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   

Constants

Path::PATH_SEPARATOR_STRING

#12 in model/document/path.rb

PATH_SEPARATOR_STRING = '::'   

Path::LSM_ELEMENT_CLASS

#13 in model/document/path.rb

LSM_ELEMENT_CLASS = String