com.togethersoft.openapi.ide
Interface IdeElement
- All Known Subinterfaces:
- IdeDiagramElement
- All Known Implementing Classes:
- IdeElementDefault
- public interface IdeElement
Interface IdeElement represents a generic IDE element of Together.
an IdeElement provides the following predefined services :
com.togethersoft.openapi.util.FileNameService
com.togethersoft.openapi.util.RwiReferenceService
com.togethersoft.openapi.util.RwiElementService.
- Author:
- TogetherSoft
- See Also: com.togethersoft.openapi.util
| Method Summary |
Object | getService(Class clazz) Returns a service specified by it's class. |
getService
public Object getService(Class clazz)
- Returns a service specified by it's class.
- Parameters:
- clazz -
Class of the service - Returns:
Object that represents this service