|
JMMF API pre-release v0.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--fr.umlv.jmmf.reflect.DefaultInvocationModel
default java subtyping rules. Override this class to change the default subtyping rules.
| Constructor Summary | |
protected |
DefaultInvocationModel()
default contructor. this class is a singleton class, use @link #getDefaultModel() to obtain an instance. |
| Method Summary | |
static InvocationModel |
getDefaultModel()
return an instance of the current class. |
java.lang.Class[] |
getSuperTypes(java.lang.Class c)
return all super types of a given class. |
boolean |
requestInvocation(InvocationRequest request)
this implementation always return false; |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
protected DefaultInvocationModel()
| Method Detail |
public java.lang.Class[] getSuperTypes(java.lang.Class c)
public boolean requestInvocation(InvocationRequest request)
public static final InvocationModel getDefaultModel()
|
JMMF API pre-release v0.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||