Uses of Class
ClassEntity

Uses of ClassEntity in
 

Subclasses of ClassEntity in Default Package
 class Actor
          This class represents an actor in a sequence diagram.
 class SequenceObject
          This class represents an object in a sequence diagram.
 

Fields in Default Package declared as ClassEntity
private  ClassEntity LifeLine.ownerEntity
           
private  ClassEntity DestroySymbol.ownerEntity
           
private  ClassEntity Message.startEntity
           
private  ClassEntity Message.endEntity
           
 

Methods in Default Package that return ClassEntity
 ClassEntity LifeLine.getOwnerEntity()
           
 ClassEntity Message.getStartEntity()
           
 ClassEntity Message.getEndEntity()
           
 

Methods in Default Package with parameters of type ClassEntity
private  void DrawingArea.readInLifeLine(ClassEntity c, org.w3c.dom.Element m)
          This method is used by the readInObject method to read in a lifeline for an object/actor.
private  void DrawingArea.readInMessage(ClassEntity c, org.w3c.dom.Element m)
          This method is used by the readInObject method.
private  void DrawingArea.readInDestroySymbol(ClassEntity c, org.w3c.dom.Element d)
          This method is used by the readInObject method.
 void Message.setStartEntity(ClassEntity start)
           
 void Message.setEndEntity(ClassEntity end)
           
 

Constructors in Default Package with parameters of type ClassEntity
LifeLine(ClassEntity e, DrawingArea d)
          The constructor of the class.
DestroySymbol(ClassEntity e, DrawingArea d)
          The constructor of the class.