class NstInstructionRedistribute: public NstInstruction

Class NstInstructionRedistribute

Inheritance:


Public Methods

[more] NstInstructionRedistribute(const NstVariable& nv, const NstDistribution& nrd, const NstProcessor& nrt)
Creates a new NstInstructionRedistribute
[more] ~NstInstructionRedistribute()
Recursive destructor.
[more] NstInstructionRedistribute(const NstInstructionRedistribute& o)
Recursive copy constructor
[more]int type() const
The type is NST_INSTRUCTION_REDISTRIBUTE.
[more]char* class_type() const
Returns the string NST_INSTRUCTION_REDISTRIBUTE.
[more]char* class_name() const
Returns the string NstInstructionRedistribute.
[more]void copy(const NstInstructionRedistribute& s)
Recursive copy of s.
[more]NstInstructionRedistribute* clone() const
Recursive cloning.
[more]NstInstructionRedistribute& operator= (const NstInstructionRedistribute& s)
Same as copy.
[more]NstVariable* distributee() const
Returns the distributee (Attribute 0).
[more]NstVariable* distributee(const NstVariable& n)
Replaces the distributee (Attribute 0).
[more]NstDistribution* distribution() const
Returns the distribution (Attribute 1).
[more]NstDistribution* distribution(const NstDistribution& n)
Replaces the distribution (Attribute 1).
[more]NstProcessor* target() const
Returns the target (Attribute 2).
[more]NstProcessor* target(const NstProcessor& n)
Replaces the target (Attribute 2).


Inherited from NstInstruction:

Public Methods

oint base_type() const
oNstTree* create_default()


Inherited from NstTree:

Public Fields

olong tree_id
oNstUserInfo user_info

Public Methods

oNstTree* cut_buffer() const
ovoid error(const char* st) const
ovoid warning(const char* st) const
oostream& operator << (ostream& s, const NstTree& t)
oNstTree* init()
oNstTree* init(NstTrees::iterator &it)
oNstTree* next()
oNstTree* next(NstTrees::iterator &it)
ovoid traversal(int (*action)(NstTree*, void*), void* extra = NULL)
oNstTree* upsearch(int (*comptest)(NstTree*, void*), void* extra = NULL)
oNstTree* cut()
oNstDefinition* search(const NstIdentifier& i, int tp = -1) const
ovoid replace(NstTree& n)
oNstTree* in() const
o fathers() const
ostring whoami() const


Documentation

Class NstInstructionRedistribute.
o NstInstructionRedistribute(const NstVariable& nv, const NstDistribution& nrd, const NstProcessor& nrt)
Creates a new NstInstructionRedistribute.
Parameters:
nv - distributee
nrd - distribution
nrt - target

o ~NstInstructionRedistribute()
Recursive destructor.

o NstInstructionRedistribute(const NstInstructionRedistribute& o)
Recursive copy constructor. Creates a new object that is a recursive copy of the parameter.
Parameters:
o - object to copy.

oint type() const
The type is NST_INSTRUCTION_REDISTRIBUTE.

ochar* class_type() const
Returns the string NST_INSTRUCTION_REDISTRIBUTE.

ochar* class_name() const
Returns the string NstInstructionRedistribute.

ovoid copy(const NstInstructionRedistribute& s)
Recursive copy of s.

oNstInstructionRedistribute* clone() const
Recursive cloning.

oNstInstructionRedistribute& operator= (const NstInstructionRedistribute& s)
Same as copy.

oNstVariable* distributee() const
Returns the distributee (Attribute 0).

oNstVariable* distributee(const NstVariable& n)
Replaces the distributee (Attribute 0).

oNstDistribution* distribution() const
Returns the distribution (Attribute 1).

oNstDistribution* distribution(const NstDistribution& n)
Replaces the distribution (Attribute 1).

oNstProcessor* target() const
Returns the target (Attribute 2).

oNstProcessor* target(const NstProcessor& n)
Replaces the target (Attribute 2).


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.