API Documentation > Interface Classes > Class wfcWSimpRep
Class wfcWSimpRep

# include <wfcCombState.h>

class
wfcWSimpRep
: public virtual
pfcSimpRep,
: public virtual
wfcWModelItem
{
xaideclare(wfcWSimpRep)
...
};


Description
Adds more functionality to pfcSimpRep.
User Guide References:
Methods Inherited from Class pfcChild::
Methods Inherited from Class pfcActionSource::
Methods Inherited from Class pfcRelationOwner::
Methods Inherited from Class pfcParent::
Methods Inherited from Class pfcParameterOwner::
Methods Inherited from Class pfcModelItem::
Methods Inherited from Class pfcSimpRep::
Methods Inherited from Class wfcWParameterOwner::
Methods Inherited from Class wfcWRelationOwner::
Methods Inherited from Class wfcWModelItem::
Method Summary
void
Deletes the specified item from the pfcSimpRepInstructions
Retrieves the value of the IsTemporary field from pfcSimpRepInstructions
Returns the name of the substituted rep at the given path
default action to be applied to the components pfcSIMPREP_INCLUDE or pfcSIMPREP_EXCLUDE
void
Sets name of the simplified rep
void
Sets the default action in the pfcSimpRepActionType
Method Detail
GetSimprepdataTempvalue
()
Retrieves the value of the IsTemporary field from pfcSimpRepInstructions
User Guide References:
Returns:
Returns IsTemporary field value from pfcSimpRepInstructions
GetSimprepSubstitutionName
Returns the name of the substituted rep at the given path
Exceptions thrown (but not limited to):
pfcXToolkitBadContext - There is no substituted rep at the given item path.
User Guide References:
Parameters:
ItemPath
The path to the substituted rep
Returns:
The name of the substituted rep
IsSimpRepInstructionDefault
()
default action to be applied to the components pfcSIMPREP_INCLUDE or pfcSIMPREP_EXCLUDE
User Guide References:
Returns:
void
SetSimprepdataName
(xrstring SimpRepName)
Sets name of the simplified rep
User Guide References:
Parameters:
SimpRepName
Name of the simplified rep
Returns:
void
DeleteSimpRepInstructionItem
(pfcSimpRepItem_ptr SimprepItem)
Deletes the specified item from the pfcSimpRepInstructions
If an item is deleted from pfcSimpRepInstructions, its last status in the simplified representation will remain unchanged after calling <reference 4 to unknown entity pfcSimpRep_tk::SetInstructions> . This should not be confused with deleting the item from the simplified representation, which can be achieved by setting the item action to pfcSIMPREP_NONE.
Exceptions thrown (but not limited to):
pfcXToolkitNotFound - The function did not find the specified item in the structure.
User Guide References:
Parameters:
SimprepItem
The item to delete
Returns:
void
SetSimpRepInstructionDefaultAction
(pfcSimpRepActionType DefaultAction)
Sets the default action in the pfcSimpRepActionType
User Guide References:
Parameters:
DefaultAction
The default action type pfcSIMPREP_INCLUDE or pfcSIMPREP_EXCLUDE
Returns:
Was this helpful?