Uses of Class
ucot.model.object.Method

Packages that use Method
ucot.model.object Objects used by analyzemodel. 
 

Uses of Method in ucot.model.object
 

Fields in ucot.model.object with type parameters of type Method
private  java.util.Map<java.lang.String,Method> Entity.methods
          Maps method names and methods.
 

Methods in ucot.model.object that return Method
 Method Entity.getMethod(java.lang.String methodName)
           Returns Method of this Entity that is called 'name'.
 

Methods in ucot.model.object that return types with arguments of type Method
 java.util.Set<Method> Entity.getMethods()
           Get all the methods of this Entity.
 

Methods in ucot.model.object with parameters of type Method
 void Entity.addMethod(Method method)
           Adds method for this entity.