net.sf.quarrel.uml
Class UmlInterface

java.lang.Object
  extended bynet.sf.quarrel.uml.AbstractElement
      extended bynet.sf.quarrel.uml.StructuredElement
          extended bynet.sf.quarrel.uml.UmlInterface
All Implemented Interfaces:
AttributeAggregator, Element, OperationAggregator

public class UmlInterface
extends StructuredElement

Represents the declaration of an interface in the UML model.


Constructor Summary
UmlInterface(java.lang.String interfaceName)
          Creates a new instance with the specified name.
 
Methods inherited from class net.sf.quarrel.uml.StructuredElement
addAttribute, addOperation, attributes, operations
 
Methods inherited from class net.sf.quarrel.uml.AbstractElement
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UmlInterface

public UmlInterface(java.lang.String interfaceName)
Creates a new instance with the specified name.

Parameters:
interfaceName - the name of the interface.


Copyright © 2006-2007. All Rights Reserved.