Package Modeling :: Package interfaces :: Module GlobalID :: Class ITemporaryGlobalID
[show private | hide private]
[frames | no frames]

Class ITemporaryGlobalID

         Base --+    
                |    
GlobalIDInterface --+
                    |
                   ITemporaryGlobalID


TemporaryGlobalID

Implements: GlobalIDInterface

You should not create a GlobalID by yourself. Instead, use:


Method Summary
  __init__(self, *args, **kw)
NB: all arguments are ignored.
  __str__(self)
Returns a string representation of the GlobalID.
    Inherited from GlobalIDInterface
  isTemporary(self)
Returns 'true' if the receiver is a TemporaryGlobalID, 'false' otherwise

Method Details

__init__(self, *args, **kw)
(Constructor)

NB: all arguments are ignored. __TBD
Overrides:
Modeling.interfaces.GlobalID.GlobalIDInterface.__init__

__str__(self)
(Informal representation operator)

Returns a string representation of the GlobalID. This string representation is unique among GlobalIDs.
Overrides:
Modeling.interfaces.GlobalID.GlobalIDInterface.__str__

Generated by Epydoc 2.1 on Sat Mar 4 13:36:27 2006 http://epydoc.sf.net