public class RelationshipsHolder
extends java.lang.Object
Constructor and Description |
---|
RelationshipsHolder() |
public void clearLists()
public java.util.Set<Relationship> getRelationships()
public void setRelationships(java.util.Set<Relationship> rs)
public void removeRelatedRelationships(Element element)
Element
remove todos relacionamentos em que o elemento esteja envolvidoelement
- public void forceAddAssociationRelationshipsChild(Relationship r, Architecture target) throws ClassNotFound
ClassNotFound
public void forceAddRealization(Relationship r, Architecture target)
public void verifyAndAddRelationshipsChild2(Relationship r, Architecture target)
public java.util.Set<Relationship> getAllRelationships()
public java.util.List<GeneralizationRelationship> getAllGeneralizations()
public java.util.List<AssociationRelationship> getAllAssociationsRelationships()
public java.util.List<AssociationRelationship> getAllAssociations()
public java.util.List<AssociationRelationship> getAllCompositions()
public java.util.List<AssociationRelationship> getAllAgragations()
public java.util.List<UsageRelationship> getAllUsage()
public java.util.List<DependencyRelationship> getAllDependencies()
public java.util.List<RealizationRelationship> getAllRealizations()
public java.util.List<AbstractionRelationship> getAllAbstractions()
public java.util.List<AssociationClassRelationship> getAllAssociationsClass()
public boolean haveRelationship(Relationship relationship)
public boolean removeRelationship(Relationship relation)
public boolean addRelationship(Relationship relationship)