Class: Property (TmDoc::Model::Module::Logical::Abstraction)

Overview
Module Structure
Class Hierarchy
Instance Aliases
Property#attach_to_instance?
Instance Attributes
Property#value [R]
Property#does_attach_to_instance [R]
Instance Methods
Property#initialize / 6
Property#path
Property#to_s / 2
is a submodule of
module: Abstraction ( TmDoc::Model::Module::Logical )
has modular siblings
class: Subject   
class: SeqOfSubject   
class: SetOfSubject   
class: LeafSubject   
class: SeqOfLeafSubject   
class: SetOfLeafSubject   
class: PairOfUniqueNumber   
class: MapOfPropertyToUniqueNumber   
class: Directive   
class: SetOfProperty   
class: GenericModule   
class: SetOfModule   
class: MapOfPathToModule   
class: RootModule   
class: ChildModule   
class: GenericClass   
class: ChildClass   
inherits from
  LeafSubject ( TmDoc::Model::Module::Logical::Abstraction )
is inherited by
  Alias ( TmDoc::Model::Module::Logical::Leaf )
  Attribute ( TmDoc::Model::Module::Logical::Leaf )
  Method ( TmDoc::Model::Module::Logical::Leaf )
has class siblings
  Directive ( TmDoc::Model::Module::Logical::Abstraction )
  Constant ( TmDoc::Model::Module::Logical::Leaf )
has properties
attribute: value [R]   
attribute: does_attach_to_instance [R]   
alias: attach_to_instance? does_attach_to_instance   
method: initialize / 6   
method: path   
method: to_s / 2   
is defined at
#177 in model/module/logical.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: TmDoc
  module: Model
  module: Module
  module: Logical
  module: Abstraction
class: Subject     
class: SeqOfSubject     
class: SetOfSubject     
class: LeafSubject     
class: SeqOfLeafSubject     
class: SetOfLeafSubject     
class: PairOfUniqueNumber     
class: MapOfPropertyToUniqueNumber     
class: Directive     
class: Property     
class: SetOfProperty     
class: GenericModule     
class: SetOfModule     
class: MapOfPathToModule     
class: RootModule     
class: ChildModule     
class: GenericClass     
class: ChildClass     
  module: Leaf
class: Constant     
class: Alias     
class: Attribute     
class: Method     

Class Hierarchy

Object ( Builtin-Module )
Abstract ( TmStd::Lsm )
Abstract ( TmStd::Lsm::Product )
GenericSubject ( TmDoc::Model::Abstraction::Subject )
includes
  Comparable ( Builtin-Module )
has properties
method: == / 1   
method: eql? / 1   
method: hash   
method: freeze_equality!   
method: <=> / 1   
LogicalSubject ( TmDoc::Model::Abstraction::Subject )
has properties
attribute: location [R]   
attribute: above_path [R]   
attribute: name [R]   
attribute: seq_num [R]   
attribute: hash [R]   
method: initialize / 4   
method: to_s / 2   
method: print / 1   
method: path   
method: eql? / 1   
method: freeze_equality!   
method: <=> / 1   
method: compare_by_name / 1   
class method: __compare__ / 2   
PairOfUniqueNumber ( TmDoc::Model::Module::Logical::Abstraction )
Abstract ( TmStd::Lsm::Collection )

Instance Aliases

Property#attach_to_instance?

#180 in model/module/logical.rb

attach_to_instance? does_attach_to_instance   

Instance Attributes

Property#value [R]

#178 in model/module/logical.rb

Property#does_attach_to_instance [R]

#178 in model/module/logical.rb

Instance Methods

Property#initialize / 6

#183 in model/module/logical.rb

initialize ( location ,
  above_path ,
  name ,
  seq_num ,
  value = nil ,
  does_attach_to_instance = false )

Property#path

#201 in model/module/logical.rb

path

Property#to_s / 2

#208 in model/module/logical.rb

to_s ( label ,
  opt_str = nil )