C# Класс IfcDoc.FormatOWL

Наследование: IFormatExtension, IFormatData
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
addedIndividuals HashSet
listPropertiesOutput HashSet

Открытые методы

Метод Описание
FormatDefined ( DocDefined docDefined ) : string
FormatDefinedFull ( DocDefined docDefined, bool fullListing ) : string
FormatDefinitions ( DocProject docProject, DocObject>.Dictionary map, bool>.Dictionary included ) : string
FormatEntity ( DocEntity docEntity, DocObject>.Dictionary map, bool>.Dictionary included ) : string
FormatEntityFull ( DocEntity docEntity, DocObject>.Dictionary map, bool>.Dictionary included, bool fullListing ) : string
FormatEnumeration ( DocEnumeration docEnumeration ) : string
FormatEnumerationFull ( DocEnumeration docEnumeration, bool fullListing ) : string
FormatOWL ( ) : System
FormatSelect ( DocSelect docSelect, DocObject>.Dictionary map, bool>.Dictionary included ) : string
FormatSelectFull ( DocSelect docSelect, DocObject>.Dictionary map, bool>.Dictionary included, bool fullListing ) : string
ToOwlClass ( string typename ) : string
createListClass ( string defined ) : string

Приватные методы

Метод Описание
WriteMaxCardRestr ( string className, string attrName, int maxCard, bool asEntity ) : string
WriteMinCardRestr ( string className, string attrName, int minCard, bool asEntity ) : string

Описание методов

FormatDefined() публичный Метод

public FormatDefined ( DocDefined docDefined ) : string
docDefined DocDefined
Результат string

FormatDefinedFull() публичный Метод

public FormatDefinedFull ( DocDefined docDefined, bool fullListing ) : string
docDefined DocDefined
fullListing bool
Результат string

FormatDefinitions() публичный Метод

public FormatDefinitions ( DocProject docProject, DocObject>.Dictionary map, bool>.Dictionary included ) : string
docProject DocProject
map DocObject>.Dictionary
included bool>.Dictionary
Результат string

FormatEntity() публичный Метод

public FormatEntity ( DocEntity docEntity, DocObject>.Dictionary map, bool>.Dictionary included ) : string
docEntity DocEntity
map DocObject>.Dictionary
included bool>.Dictionary
Результат string

FormatEntityFull() публичный Метод

public FormatEntityFull ( DocEntity docEntity, DocObject>.Dictionary map, bool>.Dictionary included, bool fullListing ) : string
docEntity DocEntity
map DocObject>.Dictionary
included bool>.Dictionary
fullListing bool
Результат string

FormatEnumeration() публичный Метод

public FormatEnumeration ( DocEnumeration docEnumeration ) : string
docEnumeration DocEnumeration
Результат string

FormatEnumerationFull() публичный Метод

public FormatEnumerationFull ( DocEnumeration docEnumeration, bool fullListing ) : string
docEnumeration DocEnumeration
fullListing bool
Результат string

FormatOWL() публичный Метод

public FormatOWL ( ) : System
Результат System

FormatSelect() публичный Метод

public FormatSelect ( DocSelect docSelect, DocObject>.Dictionary map, bool>.Dictionary included ) : string
docSelect DocSelect
map DocObject>.Dictionary
included bool>.Dictionary
Результат string

FormatSelectFull() публичный Метод

public FormatSelectFull ( DocSelect docSelect, DocObject>.Dictionary map, bool>.Dictionary included, bool fullListing ) : string
docSelect DocSelect
map DocObject>.Dictionary
included bool>.Dictionary
fullListing bool
Результат string

ToOwlClass() публичный статический Метод

public static ToOwlClass ( string typename ) : string
typename string
Результат string

createListClass() публичный Метод

public createListClass ( string defined ) : string
defined string
Результат string

Описание свойств

addedIndividuals публичное статическое свойство

public static HashSet addedIndividuals
Результат HashSet

listPropertiesOutput публичное статическое свойство

public static HashSet listPropertiesOutput
Результат HashSet