C# Class IfcDoc.FormatOWL

Inheritance: IFormatExtension, IFormatData
Afficher le fichier Open project: BuildingSMART/IfcDoc

Méthodes publiques

Свойство Type Description
addedIndividuals HashSet
listPropertiesOutput HashSet

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
WriteMaxCardRestr ( string className, string attrName, int maxCard, bool asEntity ) : string
WriteMinCardRestr ( string className, string attrName, int minCard, bool asEntity ) : string

Method Details

FormatDefined() public méthode

public FormatDefined ( DocDefined docDefined ) : string
docDefined DocDefined
Résultat string

FormatDefinedFull() public méthode

public FormatDefinedFull ( DocDefined docDefined, bool fullListing ) : string
docDefined DocDefined
fullListing bool
Résultat string

FormatDefinitions() public méthode

public FormatDefinitions ( DocProject docProject, DocObject>.Dictionary map, bool>.Dictionary included ) : string
docProject DocProject
map DocObject>.Dictionary
included bool>.Dictionary
Résultat string

FormatEntity() public méthode

public FormatEntity ( DocEntity docEntity, DocObject>.Dictionary map, bool>.Dictionary included ) : string
docEntity DocEntity
map DocObject>.Dictionary
included bool>.Dictionary
Résultat string

FormatEntityFull() public méthode

public FormatEntityFull ( DocEntity docEntity, DocObject>.Dictionary map, bool>.Dictionary included, bool fullListing ) : string
docEntity DocEntity
map DocObject>.Dictionary
included bool>.Dictionary
fullListing bool
Résultat string

FormatEnumeration() public méthode

public FormatEnumeration ( DocEnumeration docEnumeration ) : string
docEnumeration DocEnumeration
Résultat string

FormatEnumerationFull() public méthode

public FormatEnumerationFull ( DocEnumeration docEnumeration, bool fullListing ) : string
docEnumeration DocEnumeration
fullListing bool
Résultat string

FormatOWL() public méthode

public FormatOWL ( ) : System
Résultat System

FormatSelect() public méthode

public FormatSelect ( DocSelect docSelect, DocObject>.Dictionary map, bool>.Dictionary included ) : string
docSelect DocSelect
map DocObject>.Dictionary
included bool>.Dictionary
Résultat string

FormatSelectFull() public méthode

public FormatSelectFull ( DocSelect docSelect, DocObject>.Dictionary map, bool>.Dictionary included, bool fullListing ) : string
docSelect DocSelect
map DocObject>.Dictionary
included bool>.Dictionary
fullListing bool
Résultat string

ToOwlClass() public static méthode

public static ToOwlClass ( string typename ) : string
typename string
Résultat string

createListClass() public méthode

public createListClass ( string defined ) : string
defined string
Résultat string

Property Details

addedIndividuals public_oe static_oe property

public static HashSet addedIndividuals
Résultat HashSet

listPropertiesOutput public_oe static_oe property

public static HashSet listPropertiesOutput
Résultat HashSet