C++ main module for gpm Package
1.0
|
This class describes a model Port. More...
#include <GPM_ModelPort.h>
Public Member Functions | |
virtual SP::GPM_GraphElement | NewInstance () const |
create a new instance More... | |
virtual void | copy (const GPM_GraphElement &node) |
copy More... | |
virtual void | updateEnvironment (const map< tString, SP::GPM_Variable > &env) |
update the environment More... | |
virtual SP::GPM_Port | NewCopyInstance () const |
create a new instance More... | |
virtual tString | getGroupTypeName () const |
get the default group type name More... | |
tBoolean | areCoordinatesComputedByDefault () const |
return true if the coordiantes of port are those computed by default More... | |
void | setAreCoordinatesComputedByDefault (const tBoolean &isAutomatic) |
set to true if the coordiantes of port are computed by default More... | |
virtual tBoolean | setTriggerCoordinate (const tFlag &action, const int &k, const double &v) |
set trigger coordinates action More... | |
virtual tBoolean | setTriggerCoordinates (const tFlag &action, const double *value) |
set trigger coordinate action More... | |
tBoolean | setTriggerCoordinates (const tFlag &action, const double &x, const double &y, const double &z) |
set trigger coordinates action More... | |
virtual tBoolean | loadFromStream (tString &tokenizer) |
virtual tString | toString () const |
turn the class into string More... | |
void | setCoordinates (const double &x, const double &y, const double &z) |
set coordinate More... | |
void | setCoordinates (const tReal *X) |
set coordinates More... | |
void | setCoordinates (const double *X) |
set coordinates More... | |
void | setCoordinate (const tFlag &k, const double &x) |
set coordinate More... | |
const double * | getCoordinates () const |
get coordinates More... | |
double * | getCoordinates () |
get coordinates More... | |
void | getCoordinates (double coord[3]) const |
get coordinates More... | |
double | getCoordinate (const tFlag &k) const |
get k-coordinate More... | |
const double * | getTriggerCoordinates () const |
get trigger coordinate More... | |
virtual void | clearActions () |
clear actions More... | |
virtual void | executeTriggerActions () |
execute trigger actions More... | |
virtual tString | getGroupCoordinatesName (const tReal &eps) const |
update the group name using coordinate More... | |
tString | getGroupCoordinatesName () const |
update the group name using coordinate More... | |
virtual tBoolean | canMerge (const GPM_Vertex &elt) const |
return true if the graph element can be merge with elt More... | |
virtual void | saveToStream (ofstream &f) const |
void | setGraph (SP::GPM_Graph graph) |
set the attached graph More... | |
void | setGraph (GPM_Graph &graph) |
set the attached graph More... | |
void | setGraph (GPM_Graph *graph) |
set the attached graph More... | |
GPM_Graph * | getGraph () const |
set the attached graph More... | |
void | setEnvironment (const map< tString, SP::GPM_Variable > &env) |
set the environment More... | |
SV::GPM_Variable | addToVariables (const tString &variableName, SP::GPM_Variable var) |
add a value of variable in the variable with multiple cardinality whose name is variableName More... | |
GPM_Variable & | initVariable (const tString &variableName) |
init the variable corresponding to name: create a variable with 1 value More... | |
void | setVariable (const tString &variableName, const GPM_Variable &var) |
set a value of variable in the variable with single cardinality whose name is variableName More... | |
void | setVariable (const tString &variableName, SP::GPM_Variable var) |
set a value of variable in the variable with single cardinality whose name is variableName More... | |
void | setVariableValue (const tString &variableName, const tString &value) |
set the string value of a variable with single cardinality whose name is variableName More... | |
void | setVariableValue (const tString &variableName, const double &value) |
set the double value of a variable with single cardinality whose name is variableName More... | |
void | setVariableValue (const tString &variableName, const int &n, const double *value) |
set the double list value of a variable with single cardinality whose name is variableName More... | |
void | setVariableValue (const tString &variableName, const tFlag &type, const int &n, const double *value) |
set the double list value of a variable with single cardinality whose name is variableName & set the type More... | |
tBoolean | setVariableValuesFromString (const tString &variableName, const tFlag &type, const tString &values) |
set multiple values of variable from a string representation & set the variable type More... | |
void | removeVariable (const tString &varName) |
remove the variable More... | |
void | getVariableNames (vector< tString > &names) const |
get the variable names More... | |
tBoolean | getVariables (const tString &variableName, SV::GPM_Variable &variable) const |
get variables More... | |
tString | getVariableValuesToString (const tString &variableName) const |
get variables into a string representation More... | |
SP::GPM_Variable | getVariable (const tString &variableName) const |
get variable More... | |
tBoolean | getVariableValue (const tString &variableName, tString &value) const |
get the variable value More... | |
tBoolean | getVariableValue (const tString &variableName, double &value) const |
set the variable More... | |
tBoolean | getVariableValue (const tString &variableName, int &n, double *value) const |
set the variable More... | |
tFlag | getVariableType (const tString &variableName) const |
get the variable type More... | |
virtual void | clearVariables () |
clear the variables More... | |
void | setGroupName (const tString &v) |
set group name More... | |
tString | getGroupName () const |
set group name More... | |
virtual tBoolean | setTopologicalAction (const tFlag &action) |
set topological action More... | |
tFlag | getTopologicalAction () const |
get toppologial action More... | |
tBoolean | hasTriggerCutAction () const |
return true if the element has a trigger cut action More... | |
virtual tBoolean | setTriggerGroupNameAction (const tFlag &action, const tString &value) |
set group name action More... | |
virtual tBoolean | setTriggerAction (const tFlag &action, const tString &varName, SP::GPM_Variable var) |
set variable action More... | |
virtual tBoolean | setTriggerAction (const tFlag &action, const tString &varName, const tString &value) |
set variable action More... | |
virtual tBoolean | setTriggerAction (const tFlag &action, const tString &varName, const double &value) |
set variable action More... | |
virtual tBoolean | setTriggerAction (const tFlag &action, const tString &varName, const int &n, const double *value) |
set variable action More... | |
virtual tBoolean | setTriggerAction (const tFlag &action, const tString &varName, const tFlag &type, const int &n, const double *value) |
set variable action More... | |
tBoolean | getTriggerActionValues (const tString &variableName, SV::GPM_Variable &variable) const |
get action variables More... | |
tFlag | getTriggerAction (const tString &varName) const |
get the variable action More... | |
void | setId (const int &id) |
set graph More... | |
int | getId () const |
get id More... | |
tBoolean | parseValues (tString &f, vector< tString > &values) const |
parse the value sof the form {variableValue1;variableValue2;...} return false if the f string is not encapsulated by {} More... | |
void | getSharedPointer (SP::CORE_Object &p) |
get the shared pointer of this class into p More... | |
void | getSharedPointer (SPC::CORE_Object &p) const |
get the shared pointer of this class into p More... | |
tString | getClassName () const |
return the class name of the object More... | |
tString | getIdentityString () const |
return the identity string of the object of the form className_at_address More... | |
tString | getPointerAddress () const |
return the identity string of the object More... | |
template<class T > | |
tBoolean | isInstanceOf () const |
return true if the object is an instance of T More... | |
virtual void | print () |
print the class More... | |
virtual ostream & | print (ostream &out) const |
print the class More... | |
virtual void | print (const tString &message) |
print the class More... | |
virtual void | print (const tInteger &str) |
print More... | |
virtual void | print (const tRelativeInteger &str) |
print More... | |
virtual void | print (const tReal &str) |
print More... | |
virtual void | print (const int &str) |
print More... | |
virtual void | copy (const GPM_ModelGraphElement &vertex) |
copy More... | |
void | clearRules () |
clear rules More... | |
void | updateRules (const GPM_ModelClassFactory &cf) |
update rules More... | |
void | addRule (const tString &varName, SP::GPM_Rule r) |
add rule corresponding to varName More... | |
void | removeRule (const tString &varName) |
remove rule corresponding to varName More... | |
tBoolean | setRuleAction (const tString &varName, const tFlag &action) |
set rule action More... | |
void | setRuleAction (const int &index, const tFlag &action) |
set rule action More... | |
void | swap (const unsigned int &i, const unsigned int &j) |
swap 2 elements More... | |
int | getRulesNumber () const |
get the rules number More... | |
int | getRuleIndex (const tString &name) const |
tString | getRuleName (const int &index) const |
get the rule corresponding to variable name More... | |
const GPM_Rule * | getRule (const int &index) const |
get the rule at index More... | |
GPM_Rule * | getRule (const int &index) |
get the rule at index More... | |
tBoolean | orderTriggerRules () |
Static Public Member Functions | |
static SP::GPM_ModelPort | New () |
create a test class More... | |
static SP::GPM_Port | New (const int &id) |
create a port More... | |
static SP::GPM_Port | New (const tString &groupName, const int &id) |
create a port More... | |
static void | turnBodyTextToLine (tString &bdy) |
static void | turnBodyLineToText (tString &bdy) |
static tString | getClassName (const tString &identityString) |
return the class name of the object using only the identity string More... | |
template<class T > | |
static tString | getTypeName () |
get type name More... | |
static tBoolean | is64Architecture () |
return true if the machine is a 64 bits machine More... | |
static tBoolean | is32Architecture () |
return true if the machine is a 32 bits machine More... | |
static tString | pointer2String (const void *obj) |
return the string represantation of a pointer More... | |
static void | setOutput (ostream &out) |
set output More... | |
static ostream & | getOutput () |
get output More... | |
static void | printObjectsInMemory () |
print object in memory More... | |
static ostream & | print (ostream &out, const tString &message) |
print the class More... | |
static void | outputPrint (const tString &message) |
static void | turnBodyTextToLine (tString &bdy) |
static void | turnBodyLineToText (tString &bdy) |
Static Public Attributes | |
static const tFlag | X =0 |
static const tFlag | Y =1 |
static const tFlag | Z =2 |
static double | R =1.e-6 |
static tBoolean | mIsMemoryTesting =false |
indicator to store all classes created and deleted only for debuging version More... | |
Protected Member Functions | |
GPM_ModelPort (void) | |
create More... | |
virtual | ~GPM_ModelPort (void) |
destroy More... | |
virtual void | toDoAfterThisSetting () |
method called after This setting More... | |
void | setThis (SP::CORE_Object p) |
set this weak shared pointer called toDoAfterThis setting method More... | |
virtual void | setType (tString type) |
set the type of the object More... | |
This class describes a model Port.
|
protected |
|
protectedvirtual |
destroy
|
inherited |
add rule corresponding to varName
varName | : variable name of the rule |
action | action of the rule |
value | : expression of the rule |
References GPM_ModelGraphElement::getRuleIndex().
|
inherited |
add a value of variable in the variable with multiple cardinality whose name is variableName
Referenced by GPM_GraphElement::copy(), GPM_GraphElement::loadFromStream(), and GPM_GraphElement::setVariableValuesFromString().
|
inlineinherited |
return true if the coordiantes of port are those computed by default
Referenced by GPM_Port::copy(), GPMG_DrawPanel::getCoordinates(), and GPM_Port::toString().
|
virtualinherited |
return true if the graph element can be merge with elt
same variable
References GPM_GraphElement::getGroupTypeName(), GPM_GraphElement::getVariableNames(), GPM_GraphElement::getVariables(), and tBoolean.
|
inlinevirtualinherited |
clear actions
Reimplemented from GPM_GraphElement.
References GPM_GraphElement::clearActions().
|
inlineinherited |
clear rules
Referenced by GPM_ModelGraph::clearRules(), and GPM_ModelGraphElement::copy().
|
inlinevirtualinherited |
clear the variables
Reimplemented in GPM_Node.
Referenced by GPM_Node::clearVariables(), GPM_GraphElement::copy(), GPM_GraphElement::loadFromStream(), and GPM_GraphElement::setEnvironment().
|
virtualinherited |
copy
References GPM_ModelGraphElement::clearRules(), GPM_ModelGraphElement::getRule(), GPM_ModelGraphElement::getRulesNumber(), GPM_Rule::NewInstance(), null, and tString.
Referenced by GPM_ModelNode::copy(), copy(), and GPM_ModelEdge::copy().
|
inlinevirtual |
copy
Reimplemented from GPM_Port.
References GPM_ModelGraphElement::copy(), GPM_Port::copy(), and null.
|
inlinevirtualinherited |
execute trigger actions
Reimplemented from GPM_GraphElement.
References GPM_GraphElement::executeTriggerActions(), null, and GPM_Vertex::setCoordinate().
return the class name of the object using only the identity string
Referenced by CORE_Object::printObjectsInMemory().
|
inherited |
return the class name of the object
References tString.
Referenced by CORE_Object::getIdentityString().
|
inlineinherited |
get k-coordinate
Referenced by GPM_Vertex::getGroupCoordinatesName(), and GPM_ConwayFunction::updatePatternGraphStates().
|
inlineinherited |
get coordinates
Referenced by GPM_Rule::buildEnvironment(), GPMG_ShowGraphDrawPanel::computeVertexBounds(), GPMG_RuleGraphDrawPanel::computeVertexBounds(), GPM_Vertex::copy(), GPM_PortGraph::exportToCurveFile(), GPM_Graph::exportToCurveFile(), GPMG_DrawPanel::getCoordinates(), GPM_ConwayGraph::loadFromImageFile(), GPM_ConwayGraph::saveToImageFile(), GPM_Snow3DFunction::updateTransformerGraphStates(), and GPMG_VertexWindow::updateValues().
|
inlineinherited |
get coordinates
|
inlineinherited |
get coordinates
|
inherited |
set the attached graph
Referenced by GPM_GraphElement::copy(), GPMG_RuleGraphDrawPanel::deleteEdge(), GPMG_DrawPanel::deleteEdge(), GPMG_RuleGraphDrawPanel::deleteVertex(), GPMG_DrawPanel::deleteVertex(), GPMG_RuleGraphDrawPanel::getPopupMenu(), and GPMG_DrawPanel::getPopupMenu().
update the group name using coordinate
References GPM_Vertex::getCoordinate(), CORE_Real::toString(), and tString.
Referenced by GPM_PortGraph::initGroupNames().
|
inlineinherited |
update the group name using coordinate
|
inlineinherited |
|
inlinevirtualinherited |
get the default group type name
Implements GPM_GraphElement.
|
inlineinherited |
get id
Referenced by GPM_Rule::buildEnvironment(), GPM_GraphElement::copy(), GPMG_DrawPanel::deleteEdge(), GPMG_RuleGraphDrawPanel::deleteVertex(), GPMG_DrawPanel::deleteVertex(), GPMG_DrawPanel::getCoordinates(), GPMG_ShowGraphDrawPanel::getPopupMenu(), GPMG_RuleGraphDrawPanel::getPopupMenu(), GPMG_DrawPanel::getPopupMenu(), GPM_PortGraph::isEdgeValid(), GPM_ModelFunction::saveRulesToFile(), GPM_ModelFunction::toString(), GPM_ModelFunction::updatePatternGraphStates(), GPM_ModelFunction::updateTransformerGraphStates(), and GPMG_VertexWindow::updateTriggerVariables().
|
inlineinherited |
return the identity string of the object of the form className_at_address
References CORE_Object::getClassName(), CORE_Object::pointer2String(), and tString.
Referenced by CORE_Object::toString().
|
inlinestaticinherited |
get output
|
inlineinherited |
return the identity string of the object
References CORE_Object::pointer2String().
|
inlineinherited |
get the rule at index
index | index of the rule to find the expression |
References null.
Referenced by GPM_ModelGraphElement::copy(), GPM_ModelFunction::saveRulesToFile(), GPM_ModelFunction::toString(), GPM_ModelFunction::updatePatternGraphStates(), GPM_ModelFunction::updatePTEdgesStates(), GPM_ModelGraphElement::updateRules(), and GPM_ModelFunction::updateTransformerGraphStates().
|
inlineinherited |
get the rule at index
index | index of the rule to find the expression |
References null.
|
inlineinherited |
get the rule index corresponding to variable
Referenced by GPM_ModelGraphElement::addRule(), GPM_ModelGraphElement::removeRule(), and GPM_ModelGraphElement::setRuleAction().
|
inlineinherited |
get the rule corresponding to variable name
index | index of the rule to find the name |
Referenced by GPM_ModelRootNode::orderRulesByCallTree(), GPM_ModelFunction::saveRulesToFile(), GPM_ModelFunction::toString(), GPM_ModelFunction::updatePatternGraphStates(), GPM_ModelFunction::updatePTEdgesStates(), and GPM_ModelFunction::updateTransformerGraphStates().
|
inlineinherited |
get the rules number
Referenced by GPM_ModelGraphElement::copy(), GPM_ModelGraph::getRulesNumber(), GPM_ModelRootNode::orderRulesByCallTree(), GPM_ModelFunction::saveRulesToFile(), GPM_ModelFunction::toString(), GPM_ModelFunction::updatePatternGraphStates(), GPM_ModelFunction::updatePTEdgesStates(), GPM_ModelGraphElement::updateRules(), and GPM_ModelFunction::updateTransformerGraphStates().
|
inlineinherited |
get the shared pointer of this class into p
Referenced by MATH_ParentExpression::addArgument(), GPMG_EnvironmentPanel::componentClicked(), GPM_GraphElement::copy(), CORE_Map< Key, Value >::getSharedPointer(), CORE_Array< T >::getSharedPointer(), CORE_Vector< T >::getSharedPointer(), CORE_Matrix< T >::getSharedPointer(), CORE_Object::printObjectsInMemory(), MATH_ParentExpression::setArgument(), GPMG_EnvironmentPanel::setEnvironment(), GPM_GraphElement::setGraph(), GPMG_GraphElementWindow::setGraphElement(), GPMG_ShowGraphDrawPanel::showGraph(), and GPMG_RuleGraphDrawPanel::showRule().
|
inlineinherited |
get the shared pointer of this class into p
|
inlineinherited |
get toppologial action
get the variable action
Referenced by GPM_GraphElement::setTriggerAction().
|
inlineinherited |
get action variables
Referenced by GPM_GraphElement::setTriggerAction().
|
inlineinherited |
get trigger coordinate
|
inlinestaticinherited |
get type name
References tString.
|
inherited |
get variable
Referenced by GPM_Rule::buildEnvironment(), GPM_PortGraph::buildEnvironments(), GPM_GraphElement::getVariableType(), GPM_GraphElement::getVariableValue(), and GPM_PortGraph::initGroupNames().
|
inlineinherited |
get the variable names
Referenced by GPM_Rule::buildEnvironment(), GPM_PortGraph::buildEnvironments(), GPM_Vertex::canMerge(), GPM_GraphElement::copy(), and GPM_GraphElement::toString().
|
inlineinherited |
get variables
Referenced by GPM_Vertex::canMerge(), GPM_GraphElement::copy(), and GPM_GraphElement::getVariableValuesToString().
get the variable type
References GPM_Variable::getType(), GPM_GraphElement::getVariable(), null, and GPM_Variable::REAL.
Referenced by GPM_ModelFunction::updatePatternGraphStates(), and GPM_ModelFunction::updateTransformerGraphStates().
|
inherited |
get the variable value
References GPM_GraphElement::getVariable(), null, and GPM_Variable::STRING.
Referenced by GPMG_DrawPanel::computeEdgesScale(), GPMG_DrawPanel::computeNodesScale(), and GPMG_DrawPanel::computePortsScale().
|
inherited |
set the variable
References GPM_GraphElement::getVariable(), null, and GPM_Variable::STRING.
|
inherited |
set the variable
References GPM_GraphElement::getVariable(), null, and GPM_Variable::STRING.
get variables into a string representation
References GPM_GraphElement::getVariables(), and tString.
Referenced by GPM_GraphElement::toString().
|
inlineinherited |
return true if the element has a trigger cut action
|
inherited |
init the variable corresponding to name: create a variable with 1 value
References GPM_Variable::New(), and GPM_GraphElement::setVariable().
Referenced by GPM_GraphElement::copy(), GPM_GraphElement::setVariable(), and GPM_GraphElement::setVariableValue().
|
inlinestaticinherited |
return true if the machine is a 32 bits machine
References CORE_Object::is64Architecture().
|
staticinherited |
return true if the machine is a 64 bits machine
Referenced by CORE_Object::is32Architecture().
|
inlineinherited |
return true if the object is an instance of T
References null.
Referenced by MATH_BinaryOperator::insertInTree(), MATH_UnaryOperator::insertInTree(), and MATH_EndBlock::insertInTree().
brief save the port into stream
Reimplemented from GPM_Vertex.
References GPM_Vertex::loadFromStream(), GPM_GraphElement::parseValues(), GPM_Port::setAreCoordinatesComputedByDefault(), CORE_String::string2Boolean(), tBoolean, and tString.
|
inlinestatic |
create a test class
References GPM_ModelPort().
Referenced by NewInstance(), GPM_ModelClassFactory::NewInstance(), and GPM_ModelGraph::newPort().
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinevirtualinherited |
|
inlinevirtual |
|
inherited |
order the rules
References GPM_ModelRootNode::New().
Referenced by GPM_ModelGraph::orderTriggerRules().
|
staticinherited |
print on output
References null, and CORE_Object::print().
Referenced by CORE_Exception::CORE_Exception().
parse the value sof the form {variableValue1;variableValue2;...} return false if the f string is not encapsulated by {}
References tString.
Referenced by GPM_Port::loadFromStream(), GPM_GraphElement::loadFromStream(), and GPM_GraphElement::setVariableValuesFromString().
|
staticinherited |
return the string represantation of a pointer
References tString.
Referenced by CORE_Object::CORE_Object(), CORE_Object::getIdentityString(), CORE_Object::getPointerAddress(), and CORE_Object::~CORE_Object().
|
inlinevirtualinherited |
print the class
References CORE_Object::toString().
Referenced by CORE_Object::outputPrint(), CORE_Out::print(), CORE_Object::print(), CORE_Out::printInt(), CORE_Out::println(), CORE_Out::printReal(), CORE_Out::printString(), and CORE_Out::setAction().
|
inlinevirtualinherited |
print the class
References CORE_Object::print(), and CORE_Object::toString().
|
virtualinherited |
print the class
Reimplemented in CORE_Out.
References null, and CORE_Object::print().
|
virtualinherited |
References null.
|
virtualinherited |
References null.
|
inlinestaticinherited |
print the class
|
staticinherited |
print object in memory
References CORE_Object::getClassName(), CORE_Object::getSharedPointer(), and CORE_Object::mIsMemoryTesting.
Referenced by main().
|
inherited |
remove rule corresponding to varName
varName | : variable name of the rule |
References GPM_ModelGraphElement::getRuleIndex().
|
inlineinherited |
remove the variable
|
virtualinherited |
brief save the port into stream
Reimplemented from GPM_GraphElement.
References GPM_Vertex::toString().
|
inlineinherited |
set to true if the coordiantes of port are computed by default
Referenced by GPMG_VertexWindow::componentClicked(), GPM_Port::copy(), GPM_Port::loadFromStream(), GPM_Port::setTriggerCoordinate(), and GPM_Port::setTriggerCoordinates().
|
inlineinherited |
set coordinate
Referenced by GPM_Vertex::executeTriggerActions(), and GPM_Vertex::loadFromStream().
|
inlineinherited |
set coordinate
References GPM_Vertex::X, GPM_Vertex::Y, and GPM_Vertex::Z.
Referenced by GPM_Vertex::copy(), GPM_PortGraph::generateQuadGraph(), GPMG_DrawPanel::getCoordinates(), GPM_Node::GPM_Node(), GPM_Vertex::loadFromStream(), GPMG_DrawPanel::objectIsMovedTo(), GPM_Vertex::setCoordinates(), and GPM_ModelFunction::updateTransformerGraphStates().
|
inlineinherited |
|
inlineinherited |
|
inherited |
set the environment
References GPM_GraphElement::clearVariables(), GPM_Variable::New(), and null.
|
inlineinherited |
set the attached graph
Referenced by GPMG_ShowGraphDrawPanel::computeVertexBounds(), GPMG_RuleGraphDrawPanel::computeVertexBounds(), GPM_GraphElement::copy(), GPM_PortGraph::generateQuadGraph(), GPM_GraphElement::setGraph(), GPMG_ShowGraphDrawPanel::showGraph(), and GPMG_RuleGraphDrawPanel::showRule().
|
inherited |
set the attached graph
References CORE_Object::getSharedPointer(), and GPM_GraphElement::setGraph().
|
inherited |
set the attached graph
References CORE_Object::getSharedPointer(), null, and GPM_GraphElement::setGraph().
|
inlineinherited |
set group name
Referenced by GPM_GraphElement::copy(), GPM_GraphElement::executeTriggerActions(), GPM_PortGraph::initGroupNames(), and GPM_GraphElement::loadFromStream().
|
inlineinherited |
set graph
get graph
set id
|
inlinestaticinherited |
set output
|
inherited |
set rule action
varName | : variable name of the rule to set the action |
action | the action to set |
References GPM_ModelGraphElement::getRuleIndex().
|
inlineinherited |
set rule action
index | : index of variable name of the rule to set the action |
action | the action to set |
|
inlineprotectedinherited |
set this weak shared pointer called toDoAfterThis setting method
References CORE_Object::toDoAfterThisSetting().
set topological action
References tBoolean.
|
virtualinherited |
set variable action
References GPM_GraphElement::getTriggerAction(), GPM_GraphElement::getTriggerActionValues(), tBoolean, and tFlag.
Referenced by GPM_GraphElement::setTriggerAction(), GPM_Snow3DFunction::updatePatternGraphStates(), and GPM_ModelFunction::updatePatternGraphStates().
|
virtualinherited |
set variable action
References GPM_Variable::New(), and GPM_GraphElement::setTriggerAction().
|
virtualinherited |
set variable action
References GPM_Variable::New(), and GPM_GraphElement::setTriggerAction().
|
virtualinherited |
set variable action
References GPM_Variable::New(), and GPM_GraphElement::setTriggerAction().
|
virtualinherited |
set variable action
References GPM_Variable::New(), and GPM_GraphElement::setTriggerAction().
|
inlinevirtualinherited |
set trigger coordinates action
Reimplemented from GPM_Vertex.
References GPM_Port::setAreCoordinatesComputedByDefault(), and GPM_Vertex::setTriggerCoordinate().
|
inlinevirtualinherited |
set trigger coordinate action
Reimplemented from GPM_Vertex.
References GPM_Port::setAreCoordinatesComputedByDefault(), and GPM_Vertex::setTriggerCoordinates().
|
inlineinherited |
set trigger coordinates action
References GPM_Vertex::setTriggerCoordinates().
|
virtualinherited |
set group name action
References tBoolean.
|
inlineprotectedvirtualinherited |
set the type of the object
Referenced by CORE_CommandLine::CORE_CommandLine(), CORE_IO::CORE_IO(), GPM_2DSnowGraph::GPM_2DSnowGraph(), GPM_BGLTest::GPM_BGLTest(), GPM_ClassFactory::GPM_ClassFactory(), GPM_ConwayFunction::GPM_ConwayFunction(), GPM_ConwayGraph::GPM_ConwayGraph(), GPM_CoreRun::GPM_CoreRun(), GPM_CoreTest::GPM_CoreTest(), GPM_Edge::GPM_Edge(), GPM_ExamplesRun::GPM_ExamplesRun(), GPM_Function::GPM_Function(), GPM_Graph::GPM_Graph(), GPM_GraphElement::GPM_GraphElement(), GPM_ModelGraph::GPM_ModelGraph(), GPM_Node::GPM_Node(), GPM_Object::GPM_Object(), GPM_PatternFunction::GPM_PatternFunction(), GPM_Port::GPM_Port(), GPM_PortGraph::GPM_PortGraph(), GPM_Snow2DFunction::GPM_Snow2DFunction(), GPM_Snow3DFunction::GPM_Snow3DFunction(), GPM_Vertex::GPM_Vertex(), and MATH_ExpressionRun::MATH_ExpressionRun().
|
inherited |
set a value of variable in the variable with single cardinality whose name is variableName
References GPM_Variable::copy(), and GPM_GraphElement::initVariable().
Referenced by GPM_GraphElement::copy(), GPM_GraphElement::initVariable(), GPM_GraphElement::loadFromStream(), and GPM_GraphElement::setVariableValuesFromString().
|
inherited |
set a value of variable in the variable with single cardinality whose name is variableName
|
inherited |
set the string value of a variable with single cardinality whose name is variableName
References GPM_GraphElement::initVariable(), and GPM_Variable::setValue().
Referenced by GPM_ModelFunction::updateTransformerGraphStates().
|
inherited |
set the double value of a variable with single cardinality whose name is variableName
References GPM_GraphElement::initVariable(), and GPM_Variable::setValue().
|
inherited |
set the double list value of a variable with single cardinality whose name is variableName
References GPM_GraphElement::initVariable(), and GPM_Variable::setValue().
|
inherited |
set the double list value of a variable with single cardinality whose name is variableName & set the type
References GPM_GraphElement::initVariable(), and GPM_Variable::setValue().
|
inherited |
set multiple values of variable from a string representation & set the variable type
References GPM_GraphElement::addToVariables(), GPM_Variable::New(), GPM_GraphElement::parseValues(), GPM_GraphElement::setVariable(), tBoolean, and tString.
|
inherited |
swap 2 elements
Referenced by GPM_ModelRootNode::orderRulesByCallTree().
|
inlineprotectedvirtualinherited |
method called after This setting
Reimplemented from CORE_Object.
References CORE_Object::toDoAfterThisSetting().
|
virtualinherited |
turn the class into string
Reimplemented from GPM_Vertex.
References GPM_Port::areCoordinatesComputedByDefault(), CORE_String::boolean2String(), GPM_Vertex::toString(), and tString.
|
inlinestaticinherited |
brief turn the body from the line to text
References CORE_String::replaceAll().
Referenced by GPMG_Project::loadFromUIClass(), and GPM_ModelFunction::readRulesFromFile().
|
inlinestaticinherited |
brief turn the body from the line to text
References CORE_String::replaceAll().
Referenced by GPMG_Project::loadFromUIClass(), and GPM_ModelFunction::readRulesFromFile().
|
inlinestaticinherited |
brief turn the body from the text to line
References CORE_String::replaceAll().
Referenced by GPM_ModelFunction::saveRulesToFile(), and GPMG_Project::saveToUIClass().
|
inlinestaticinherited |
brief turn the body from the text to line
References CORE_String::replaceAll().
Referenced by GPM_ModelFunction::saveRulesToFile(), and GPMG_Project::saveToUIClass().
|
inlinevirtual |
update the environment
Reimplemented from GPM_ModelGraphElement.
References GPM_GraphElement::updateEnvironment(), and GPM_ModelGraphElement::updateEnvironment().
|
inherited |
update rules
References GPM_ModelGraphElement::getRule(), GPM_ModelGraphElement::getRulesNumber(), GPM_ModelClassFactory::newRule(), null, and tString.
Referenced by GPM_ModelGraph::updateRules().
|
staticinherited |
indicator to store all classes created and deleted only for debuging version
Referenced by CORE_Object::CORE_Object(), main(), CORE_Object::printObjectsInMemory(), and CORE_Object::~CORE_Object().
|
staticinherited |
Referenced by GPM_Vertex::setTriggerCoordinate().
|
staticinherited |
|
staticinherited |
|
staticinherited |