All Frameworks  Class Hierarchy  This Framework  Indexes   

DMAPSInterfaces Interface CATISPPItem

Usage: you can freely reimplement this interface.


interface CATISPPItem

Interface to be implemented by every object supposed to be managed by an activity.


Method Index


o GetLabel()
Returns the Label (external user name) of an Activity.
o GetType()
Returns the type of the Item as a character string containing the type name.
o IsAssigned(CATISPPActivityRoot_var)
Tests if the item is assigned in the specified process.
o IsSubTypeOf(CATUnicodeString&)
Tests the type of a specific Item.

Methods


o GetLabel
public virtual GetLabel()
Returns the Label (external user name) of an Activity. A default Label is given to an Activity as it is created.
o GetType
public virtual GetType()
Returns the type of the Item as a character string containing the type name.
o IsAssigned
public virtual IsAssigned( const iProcess)
Tests if the item is assigned in the specified process.
Returns:
TRUE
when the Activity is of type or of sub-type of iProcess.
FALSE
when the Activity is NOT of type or of sub-type of iProcess.
o IsSubTypeOf
public virtual IsSubTypeOf( const iTypeName)
Tests the type of a specific Item.
Returns:
TRUE
when the item is of type or of sub-type of iTypeName.
FALSE
when the item is NOT of type or of sub-type of iTypeName.

This object is included in the file: CATISPPItem.h
If needed, your Imakefile.mk should include the module: CATProcessInterfaces

Copyright © 2003, Dassault Systèmes. All rights reserved.