76 class FEM_ObjectBroker;
84 : tag(tg), theMethod(f) {}
93 int numMethods, maxNumMethods;
94 std::vector<ActorMethod *> actorMethods;
100 void alloc(
const std::vector<ActorMethod *> &otro);
110 virtual ~
Actor(
void);
112 virtual int run(
void) = 0;
114 virtual int addMethod(
int tag,
int (*fp)());
115 virtual int getMethod();
116 virtual int processMethod(
int tag);
133 Channel *getChannelPtr(
void)
const;
137 virtual int barrierCheck(
int result);
138 void setCommitTag(
int commitTag);
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
Definition: ChannelAddress.h:69
Object that can move between processes.
Definition: MovableObject.h:91
Channel is an abstract base class which defines the channel interface. A channel is a point of commun...
Definition: Channel.h:85
Message between processes.
Definition: Message.h:67
================================================================================
Definition: ContinuaReprComponent.h:34