- 所有已实现的接口:
- IfcInterface
@IfcClass(layer=RESOURCE,
type=DEFINED_TYPE)
public class IfcGloballyUniqueId
extends STRING
Holds an identifier that is unique throughout the software world.
This is also known as a Globally Unique Identifier (GUID) or Universal Unique Identifier (UUID) by the Open Group.
The identifier is generated using an algorithm published by the Object Management Group.
The algorithm is explained at the open group website.
The Microsoft Foundation Class (MFC) function "CoCreateGuid", which is an implementation of the above algorithm, has been used by many IFC implementers to create an identifier.
- 作者:
- zaiyuan