palio.api.elements
Interface IInstanceTree
public interface IInstanceTree
jPALIO USERS API. Classes and methods writter should not change as it's possible.
Implementations however can be easily changed. The purpose of this API is to focus users on classes
that should be used by them. This is also a warning not to use any internal classes outside this API.
This class represents jPALIO API instance tree.
- Author:
- Szymon Kuklewicz
getObject
IObject getObject(java.lang.String code)
throws palio.PalioException
- Parameters:
code
- code of object to get
- Returns:
- object of specified code
- Throws:
palio.PalioException
- if object of specified name is not defined