Package laas.openrobots.ontology.service
Class ServiceImpl
- java.lang.Object
-
- laas.openrobots.ontology.service.ServiceImpl
-
-
Constructor Summary
Constructors Constructor Description ServiceImpl(java.lang.String name, java.lang.String category, java.lang.String desc, java.lang.reflect.Method method, java.lang.Object obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(IService arg)
java.lang.String
getCategory()
java.lang.String
getDesc()
java.lang.reflect.Method
getMethod()
java.lang.String
getName()
java.lang.Object
getObj()
-
-
-
Method Detail
-
getCategory
public java.lang.String getCategory()
- Specified by:
getCategory
in interfaceIService
-
-