|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||