MECO™ API Reference
Public Member Functions | Static Public Attributes | List of all members
mMeco.abstract.solverAbs.Solver Class Reference

[ ABSTRACT CLASS ] - Abstract solver class. More...

Inheritance diagram for mMeco.abstract.solverAbs.Solver:
mMeco.solvers.cacheReadSol.Solver mMeco.solvers.prioritySol.Solver

Public Member Functions

def __init__ (self)
 Constructor. More...
 
def reservedEnvPath (self)
 Property. More...
 
def developmentEnvPath (self)
 Property. More...
 
def stageEnvPath (self)
 Property. More...
 
def projectInternalEnvPath (self)
 Property. More...
 
def projectExternalEnvPath (self)
 Property. More...
 
def masterProjectInternalEnvPath (self)
 Property. More...
 
def masterProjectExternalEnvPath (self)
 Property. More...
 
def solve (self)
 Solve. More...
 

Static Public Attributes

string NAME = ''
 [ str ] - Name.
 

Detailed Description

[ ABSTRACT CLASS ] - Abstract solver class.

Constructor & Destructor Documentation

◆ __init__()

def mMeco.abstract.solverAbs.Solver.__init__ (   self)

Constructor.

Exceptions
N/A
Returns
None - None.

Reimplemented in mMeco.solvers.cacheReadSol.Solver, and mMeco.solvers.prioritySol.Solver.

Member Function Documentation

◆ reservedEnvPath()

def mMeco.abstract.solverAbs.Solver.reservedEnvPath (   self)

Property.

Exceptions
N/A
Returns
mMeco.libs.envPathLib.EnvPath - Value.

◆ developmentEnvPath()

def mMeco.abstract.solverAbs.Solver.developmentEnvPath (   self)

Property.

Exceptions
N/A
Returns
mMeco.libs.envPathLib.EnvPath - Value.

◆ stageEnvPath()

def mMeco.abstract.solverAbs.Solver.stageEnvPath (   self)

Property.

Exceptions
N/A
Returns
mMeco.libs.envPathLib.EnvPath - Value.

◆ projectInternalEnvPath()

def mMeco.abstract.solverAbs.Solver.projectInternalEnvPath (   self)

Property.

Exceptions
N/A
Returns
mMeco.libs.envPathLib.EnvPath - Value.

◆ projectExternalEnvPath()

def mMeco.abstract.solverAbs.Solver.projectExternalEnvPath (   self)

Property.

Exceptions
N/A
Returns
mMeco.libs.envPathLib.EnvPath - Value.

◆ masterProjectInternalEnvPath()

def mMeco.abstract.solverAbs.Solver.masterProjectInternalEnvPath (   self)

Property.

Exceptions
N/A
Returns
mMeco.libs.envPathLib.EnvPath - Value.

◆ masterProjectExternalEnvPath()

def mMeco.abstract.solverAbs.Solver.masterProjectExternalEnvPath (   self)

Property.

Exceptions
N/A
Returns
mMeco.libs.envPathLib.EnvPath - Value.

◆ solve()

def mMeco.abstract.solverAbs.Solver.solve (   self)

Solve.

Exceptions
N/A
Returns
bool - Result.

The documentation for this class was generated from the following file: