Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ch.epfl.lamp.smartanalysis.modifications
Class SkeletonModified  view SkeletonModified download SkeletonModified.java

java.lang.Object
  extended bych.epfl.lamp.smartanalysis.modifications.OnlyUpdateModification
      extended bych.epfl.lamp.smartanalysis.modifications.SkeletonModified
All Implemented Interfaces:
Modification

public class SkeletonModified
extends OnlyUpdateModification

SkeletonModified.java Created: Sun Feb 16 15:20:52 2003

Version:

Field Summary
(package private)  ch.epfl.lamp.smartanalysis.DepAnalyser analyser
           
(package private)  ch.epfl.lamp.smartanalysis.DepClass dClass
           
(package private)  ch.epfl.lamp.smartanalysis.Skeleton newSkeleton
           
(package private)  long newTimeStamp
           
 
Constructor Summary
SkeletonModified(ch.epfl.lamp.smartanalysis.DepClass dClass, ch.epfl.lamp.smartanalysis.Skeleton newSkeleton, long newTime, ch.epfl.lamp.smartanalysis.DepAnalyser analyser)
          Creates a new SkeletonModified object.
 
Method Summary
 java.lang.String toString()
          DOCUMENT ME!
 void update()
          DOCUMENT ME!
 
Methods inherited from class ch.epfl.lamp.smartanalysis.modifications.OnlyUpdateModification
getAffectedClasses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dClass

ch.epfl.lamp.smartanalysis.DepClass dClass

newSkeleton

ch.epfl.lamp.smartanalysis.Skeleton newSkeleton

newTimeStamp

long newTimeStamp

analyser

ch.epfl.lamp.smartanalysis.DepAnalyser analyser
Constructor Detail

SkeletonModified

public SkeletonModified(ch.epfl.lamp.smartanalysis.DepClass dClass,
                        ch.epfl.lamp.smartanalysis.Skeleton newSkeleton,
                        long newTime,
                        ch.epfl.lamp.smartanalysis.DepAnalyser analyser)
Creates a new SkeletonModified object.

Method Detail

update

public void update()
            throws java.lang.Exception
DOCUMENT ME!

Specified by:
update in interface Modification
Specified by:
update in class OnlyUpdateModification

toString

public java.lang.String toString()
DOCUMENT ME!