Documentation

OperationInterface

Solver operation interface.

Tags
author

Konstantin Kudryashov ever.zet@gmail.com

Table of Contents

__toString()  : string
Serializes the operation in a human readable format
getJobType()  : string
Returns job type.
getReason()  : string
Returns operation reason.

Methods

__toString()

Serializes the operation in a human readable format

public __toString() : string
Return values
string

getJobType()

Returns job type.

public getJobType() : string
Return values
string

getReason()

Returns operation reason.

public getReason() : string
Return values
string

Search results