NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.

IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase Class Reference

Contains information about the state of specific calculation related to material directory. More...

Collaboration diagram for IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase:

List of all members.

Public Member Functions

 MaterialDirectoryInfoBase (SimJMatProFileManagerBase jmatFmArg, string dirApproximatePath)
 Constructs a material directory information object.
 MaterialDirectoryInfoBase (SimJMatProFileManagerBase jmatFmArg, DirectoryInfo materialDirectory)
 Constructs a material directory information object.

Properties

SimJMatProFileManagerBase JMatFm [get]
 JMatPro file manager that is used for extracting information about the directory.
DirectoryInfo DirInfo [get]
 Directory info for the material directory represented by the current object.
string DirName [get]
 Name of the material directory represented by the current object.
string DirPath [get]
 Full path of the material directory represented by the current object.

Private Member Functions

 MaterialDirectoryInfoBase ()
 Prevents argument-less constructor.
 MaterialDirectoryInfoBase (SimJMatProFileManagerBase jmatFmArg)
 Constructs a material directory information object. Used only as insomplete constructor to perform one part of initialization, thus it is defined as private.

Private Attributes

readonly SimJMatProFileManagerBase _jMatFm
readonly DirectoryInfo _materialDirectoryInfo
string _materialDirectoryName
string _materialDirectoryPath

Detailed Description

Contains information about the state of specific calculation related to material directory.

$A Igor Dec12;


Constructor & Destructor Documentation

IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::MaterialDirectoryInfoBase ( ) [inline, private]

Prevents argument-less constructor.

IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::MaterialDirectoryInfoBase ( SimJMatProFileManagerBase  jmatFmArg) [inline, private]

Constructs a material directory information object. Used only as insomplete constructor to perform one part of initialization, thus it is defined as private.

Parameters:
jmatFmArgJMatPro file manager used for manipulation with material calculations and other basic tasks.
IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::MaterialDirectoryInfoBase ( SimJMatProFileManagerBase  jmatFmArg,
string  dirApproximatePath 
) [inline]

Constructs a material directory information object.

Parameters:
jmatFmArgJMatPro file manager used for manipulation with material calculations and other basic tasks.
dirApproximatePathPath to the directory for which the current object provides information.
IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::MaterialDirectoryInfoBase ( SimJMatProFileManagerBase  jmatFmArg,
DirectoryInfo  materialDirectory 
) [inline]

Constructs a material directory information object.

Parameters:
jmatFmArgJMatPro file manager used for manipulation with material calculations and other basic tasks.
materialDirectoryDirectory info object for the material directory represented by the constructed object.

Member Data Documentation


Property Documentation

SimJMatProFileManagerBase IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::JMatFm [get]

JMatPro file manager that is used for extracting information about the directory.

DirectoryInfo IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::DirInfo [get]

Directory info for the material directory represented by the current object.

string IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::DirName [get]

Name of the material directory represented by the current object.

string IG::Num::SimJMatProFileManagerBase::MaterialDirectoryInfoBase::DirPath [get]

Full path of the material directory represented by the current object.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties