Property | Type | Description | |
---|---|---|---|
addedIndividuals | HashSet |
||
listPropertiesOutput | HashSet |
Method | Description | |
---|---|---|
FormatDefined ( DocDefined docDefined ) : string | ||
FormatDefinedFull ( DocDefined docDefined, bool fullListing ) : string | ||
FormatDefinitions ( DocProject docProject, DocObject>.Dictionary |
||
FormatEntity ( DocEntity docEntity, DocObject>.Dictionary |
||
FormatEntityFull ( DocEntity docEntity, DocObject>.Dictionary |
||
FormatEnumeration ( DocEnumeration docEnumeration ) : string | ||
FormatEnumerationFull ( DocEnumeration docEnumeration, bool fullListing ) : string | ||
FormatOWL ( ) : System | ||
FormatSelect ( DocSelect docSelect, DocObject>.Dictionary |
||
FormatSelectFull ( DocSelect docSelect, DocObject>.Dictionary |
||
ToOwlClass ( string typename ) : string | ||
createListClass ( string defined ) : string |
Method | Description | |
---|---|---|
WriteMaxCardRestr ( string className, string attrName, int maxCard, bool asEntity ) : string | ||
WriteMinCardRestr ( string className, string attrName, int minCard, bool asEntity ) : string |
public FormatDefined ( DocDefined docDefined ) : string | ||
docDefined | DocDefined | |
return | string |
public FormatDefinedFull ( DocDefined docDefined, bool fullListing ) : string | ||
docDefined | DocDefined | |
fullListing | bool | |
return | string |
public FormatDefinitions ( DocProject docProject, DocObject>.Dictionary |
||
docProject | DocProject | |
map | DocObject>.Dictionary | |
included | bool>.Dictionary | |
return | string |
public FormatEntity ( DocEntity docEntity, DocObject>.Dictionary |
||
docEntity | DocEntity | |
map | DocObject>.Dictionary | |
included | bool>.Dictionary | |
return | string |
public FormatEntityFull ( DocEntity docEntity, DocObject>.Dictionary |
||
docEntity | DocEntity | |
map | DocObject>.Dictionary | |
included | bool>.Dictionary | |
fullListing | bool | |
return | string |
public FormatEnumeration ( DocEnumeration docEnumeration ) : string | ||
docEnumeration | DocEnumeration | |
return | string |
public FormatEnumerationFull ( DocEnumeration docEnumeration, bool fullListing ) : string | ||
docEnumeration | DocEnumeration | |
fullListing | bool | |
return | string |
public FormatSelect ( DocSelect docSelect, DocObject>.Dictionary |
||
docSelect | DocSelect | |
map | DocObject>.Dictionary | |
included | bool>.Dictionary | |
return | string |
public FormatSelectFull ( DocSelect docSelect, DocObject>.Dictionary |
||
docSelect | DocSelect | |
map | DocObject>.Dictionary | |
included | bool>.Dictionary | |
fullListing | bool | |
return | string |
public static ToOwlClass ( string typename ) : string | ||
typename | string | |
return | string |
public createListClass ( string defined ) : string | ||
defined | string | |
return | string |