Method | Description | |
---|---|---|
AddAssociation ( TypeBase first, TypeBase second ) : AssociationRelationship | ||
AddClass ( ) : ClassType | ||
AddComment ( ) : Comment | ||
AddCommentRelationship ( Comment comment, IEntity entity ) : CommentRelationship | ||
AddComposition ( TypeBase first, TypeBase second ) : AssociationRelationship | ||
AddDelegate ( ) : DelegateType | ||
AddDependency ( TypeBase first, TypeBase second ) : DependencyRelationship | ||
AddEnum ( ) : EnumType | ||
AddGeneralization ( CompositeType derivedType, CompositeType baseType ) : GeneralizationRelationship | ||
AddInterface ( ) : InterfaceType | ||
AddNesting ( CompositeType parentType, TypeBase innerType ) : NestingRelationship | ||
AddRealization ( TypeBase implementer, InterfaceType baseType ) : RealizationRelationship | ||
AddStructure ( ) : StructureType | ||
ClassModel ( ) : System | ||
ClassModel ( System.Language language ) : System | ||
Serialize ( |
Method | Description | |
---|---|---|
GetEntity ( string type ) : IEntity | ||
LoadRelationships ( |
Method | Description | |
---|---|---|
AddRelationship ( Relationship relationship ) : void |
public AddAssociation ( TypeBase first, TypeBase second ) : AssociationRelationship | ||
first | TypeBase | |
second | TypeBase | |
return | AssociationRelationship |
public AddCommentRelationship ( Comment comment, IEntity entity ) : CommentRelationship | ||
comment | Comment | |
entity | IEntity | |
return | CommentRelationship |
public AddComposition ( TypeBase first, TypeBase second ) : AssociationRelationship | ||
first | TypeBase | |
second | TypeBase | |
return | AssociationRelationship |
public AddDependency ( TypeBase first, TypeBase second ) : DependencyRelationship | ||
first | TypeBase | |
second | TypeBase | |
return | DependencyRelationship |
public AddGeneralization ( CompositeType derivedType, CompositeType baseType ) : GeneralizationRelationship | ||
derivedType | CompositeType | |
baseType | CompositeType | |
return | GeneralizationRelationship |
public AddNesting ( CompositeType parentType, TypeBase innerType ) : NestingRelationship | ||
parentType | CompositeType | |
innerType | TypeBase | |
return | NestingRelationship |
public AddRealization ( TypeBase implementer, InterfaceType baseType ) : RealizationRelationship | ||
implementer | TypeBase | |
baseType | InterfaceType | |
return | RealizationRelationship |
public ClassModel ( System.Language language ) : System | ||
language | System.Language | |
return | System |
protected GetEntity ( string type ) : IEntity | ||
type | string | |
return | IEntity |
protected LoadRelationships ( |
||
root | ||
return | void |
public Serialize ( |
||
node | ||
return | void |