Uses of Interface
net.sf.quarrel.uml.Element

Packages that use Element
net.sf.quarrel.uml   
net.sf.quarrel.uml.impl Implementations of the interfaces defined in net.sf.quarrel.uml. 
 

Uses of Element in net.sf.quarrel.uml
 

Classes in net.sf.quarrel.uml that implement Element
 class AbstractElement
          Implements the base functionality of the Element interface.
 class StructuredElement
           
 class UmlClass
          Represents a UML class, used to differentiate from interfaces.
 class UmlInterface
          Represents the declaration of an interface in the UML model.
 

Methods in net.sf.quarrel.uml that return Element
 Element Relationship.getSupplier()
          Returns the independent element in the relationship (parent).
 Element Relationship.getClient()
          Returns the dependent FileElement in the relationship (child).
 

Uses of Element in net.sf.quarrel.uml.impl
 

Methods in net.sf.quarrel.uml.impl that return Element
 Element RelationshipImpl.getSupplier()
          Returns the independent element in the relationship (parent).
 Element RelationshipImpl.getClient()
          Returns the dependent FileElement in the relationship (child).
 

Constructors in net.sf.quarrel.uml.impl with parameters of type Element
RelationshipImpl(RelationshipType type, Element client, Element supplier)
          Creates a new instance.
 



Copyright © 2006-2007. All Rights Reserved.