Time to make 1000 java objs: 273 ms
Time to make 1000 cfc objs: 2269 ms
object of com.transport.Car
Class Name com.transport.Car
Methods
Method Return Type
applyBrake(int) void
getSpeed() java.lang.String
speedUp(int) void
Fields
Field Value
boolean isaV8 NO
java.lang.String name Big Wheel
int topSpeed 300
Parent Class
object com.transport.Vehicle
Class Name com.transport.Vehicle
Methods
Method Return Type
getWheels() int
component java.Car
        extends java.Vehicle
NAME Big Wheel
TOPSPEED 300
ISAV8 false
WHEELS 4
METHODS
APPLYBRAKE
function applyBrake
Arguments:
Name Required Type Default
increment Optional numeric  
ReturnType: void
Roles:  
Access: public
Output:  
DisplayName:  
Hint:  
Description:  
GETSPEED
function getSpeed
Arguments:none
ReturnType: numeric
Roles:  
Access: public
Output:  
DisplayName:  
Hint:  
Description:  
GETWHEELS
function getWheels
Arguments:none
ReturnType: numeric
Roles:  
Access: public
Output:  
DisplayName:  
Hint:  
Description:  
INIT
function init
Arguments:
Name Required Type Default
wheels Optional numeric  
name Optional string  
isaV8 Optional Boolean  
topSpeed Optional numeric  
ReturnType: Car
Roles:  
Access: public
Output:  
DisplayName:  
Hint:  
Description:  
SPEEDUP
function speedUp
Arguments:
Name Required Type Default
increment Optional numeric  
ReturnType: void
Roles:  
Access: public
Output:  
DisplayName:  
Hint:  
Description: