|
|||||||||
| Home >> All >> ch >> epfl >> lamp >> smartanalysis >> [ modifications overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ch.epfl.lamp.smartanalysis.modifications
Class SkeletonModified

java.lang.Objectch.epfl.lamp.smartanalysis.modifications.OnlyUpdateModification
ch.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:
updatein interfaceModification- Specified by:
updatein classOnlyUpdateModification
toString
public java.lang.String toString()
- DOCUMENT ME!
|
|||||||||
| Home >> All >> ch >> epfl >> lamp >> smartanalysis >> [ modifications overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC