메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
GetEntity ( string type ) : IEntity | ||
LoadRelationships ( |
메소드 | 설명 | |
---|---|---|
AddRelationship ( Relationship relationship ) : void |
public AddAssociation ( TypeBase first, TypeBase second ) : AssociationRelationship | ||
first | TypeBase | |
second | TypeBase | |
리턴 | AssociationRelationship |
public AddCommentRelationship ( Comment comment, IEntity entity ) : CommentRelationship | ||
comment | Comment | |
entity | IEntity | |
리턴 | CommentRelationship |
public AddComposition ( TypeBase first, TypeBase second ) : AssociationRelationship | ||
first | TypeBase | |
second | TypeBase | |
리턴 | AssociationRelationship |
public AddDependency ( TypeBase first, TypeBase second ) : DependencyRelationship | ||
first | TypeBase | |
second | TypeBase | |
리턴 | DependencyRelationship |
public AddGeneralization ( CompositeType derivedType, CompositeType baseType ) : GeneralizationRelationship | ||
derivedType | CompositeType | |
baseType | CompositeType | |
리턴 | GeneralizationRelationship |
public AddNesting ( CompositeType parentType, TypeBase innerType ) : NestingRelationship | ||
parentType | CompositeType | |
innerType | TypeBase | |
리턴 | NestingRelationship |
public AddRealization ( TypeBase implementer, InterfaceType baseType ) : RealizationRelationship | ||
implementer | TypeBase | |
baseType | InterfaceType | |
리턴 | RealizationRelationship |
public ClassModel ( System.Language language ) : System | ||
language | System.Language | |
리턴 | System |
protected LoadRelationships ( |
||
root | ||
리턴 | void |