public abstract class AbstractFactory<T> extends Object implements IFactory<T>
| 构造器和说明 |
|---|
AbstractFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected LIST<IfcAddress> |
convertAddress(List<Address> addresses) |
protected IfcPerson |
convertPerson(Person person,
LIST<IfcActorRole> roles,
LIST<IfcAddress> addresses) |
protected LIST<IfcActorRole> |
convertRoles(List<Role> roles) |
protected IfcGloballyUniqueId |
createUniqueId() |
protected IfcOwnerHistory |
getOwnerHistory(Application application) |
protected IfcGloballyUniqueId createUniqueId()
protected IfcOwnerHistory getOwnerHistory(Application application)
protected LIST<IfcActorRole> convertRoles(List<Role> roles)
protected LIST<IfcAddress> convertAddress(List<Address> addresses)
protected IfcPerson convertPerson(Person person, LIST<IfcActorRole> roles, LIST<IfcAddress> addresses)
Copyright © 2023. All rights reserved.