|
|||||||||
| Home >> All >> com >> further >> [ jaudit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.further.jaudit
Interface SourceMetricVisitor

- All Known Implementing Classes:
- ValueGettingVisitor, ValueSettingVisitor
- public interface SourceMetricVisitor
A source metric visitor is an object that is used to visit concrete SourceMetric subclasses to perform concrete subclass specific operations on them while avoiding using a switch() statement using instanceof
- Since:
- 1.0
- Version:
- $Id: SourceMetricVisitor.java,v 1.1.1.1 2001/10/11 16:42:07 krisw Exp $
| Method Summary | |
void |
visitMetric(BooleanMetric booleanMetric)
Visit the given boolean source metric. |
void |
visitMetric(EnumeratedTypeMetric enumeratedTypeMetric)
Visit the enumerated type metric. |
void |
visitMetric(FixedRangeMetric fixedRangeMetric)
Visit the given fixed range metric. |
| Method Detail |
visitMetric
public void visitMetric(BooleanMetric booleanMetric)
- Visit the given boolean source metric.
visitMetric
public void visitMetric(FixedRangeMetric fixedRangeMetric)
- Visit the given fixed range metric.
visitMetric
public void visitMetric(EnumeratedTypeMetric enumeratedTypeMetric)
- Visit the enumerated type metric.
|
|||||||||
| Home >> All >> com >> further >> [ jaudit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC