|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--md3.md3model.MD3ModelVisitor
Abstract superclass of all classes that represent objects that can visit MD3Model objects according to the visitor pattern.
Constructor Summary | |
MD3ModelVisitor()
|
Method Summary | |
abstract void |
visit(MD3Model model)
Visit a MD3Model object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MD3ModelVisitor()
Method Detail |
public abstract void visit(MD3Model model)
Visit a MD3Model object.
model
- The object to visit.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |