#include <SPrecBroker.h>
Public Types | |
| enum | PrecType { NONE = -1, PRECDAG = 0, PRECINTERVAL = 1 } |
Public Methods | |
| SPrecBroker (STaskSystem &ts) | |
| virtual | ~SPrecBroker () |
| SPrecRelation & | getMaster () |
| const SPrecRelation & | getMaster () const |
| const PrecType | getTypeOfMaster () const |
| SPrecIntervalInt & | getInterval () |
| SPrecDAGInt & | getDAG () |
| virtual SPrecBrokerMod & | getModifier () |
Friends | |
| class | SPrecBrokerMod |
|
|
Type of the different relations: NONE, PRECDAG, PRECINTERVAL |
|
|
Constructor |
|
|
Destructor |
|
|
Get a representation as direct acyclic graph (DAG) |
|
|
Get a representation as interval graph |
|
|
Get read-only access to the master-precedence-relation |
|
|
Get access to the master-precedence-relation |
|
|
Get access to the modifier |
|
|
Get the type of the master-precedence-relation
|
|
|
|
1.2.18