com.finalist.uml14.simpleuml
Class SimpleInterface

java.lang.Object
  extended bycom.finalist.uml14.simpleuml.SimpleModelElement
      extended bycom.finalist.uml14.simpleuml.SimpleClassifier
          extended bycom.finalist.uml14.simpleuml.SimpleInterface

public class SimpleInterface
extends SimpleClassifier

An interface representing an interface in a UML model.

Version:
$Revision: 1.1 $, $Date: 2004/02/06 22:22:39 $
Author:
Kors van Beem

Field Summary
 
Fields inherited from class com.finalist.uml14.simpleuml.SimpleModelElement
modelElement, PRIVATE, PROTECTED, PUBLIC
 
Constructor Summary
SimpleInterface()
          Constructs a new SimpleInterface
SimpleInterface(java.lang.String interfaceName, java.lang.String visibility)
          Advanced constuctor.
 
Methods inherited from class com.finalist.uml14.simpleuml.SimpleClassifier
addSimpleAttribute, addSimpleOperation, getOwner, getSimpleAttributes, getSimpleOperations, setOwner
 
Methods inherited from class com.finalist.uml14.simpleuml.SimpleModelElement
getModelElement, getName, getVisibility, setName, setVisibility
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleInterface

public SimpleInterface()
Constructs a new SimpleInterface


SimpleInterface

public SimpleInterface(java.lang.String interfaceName,
                       java.lang.String visibility)
Advanced constuctor.

Parameters:
interfaceName - The name of the interface to create.
visibility - The visibility of the class to create.


Copyright © 2003-2004 SourceForge. All Rights Reserved.