|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResolutionAgent
Definition for an agent offering access to resolution information defined for the underlying project.
Example:
SpecialistsBroker.requireSpecialist(ResolutionAgent.TYPE)
Field Summary | |
---|---|
static SpecialistType<ResolutionAgent> |
TYPE
The agent's technical type to be used to request the agent from a SpecialistsBroker . |
Method Summary | |
---|---|
Resolution |
getOriginalResolution()
Get the resolution defining the original. |
Resolution |
getResolutionByName(String resolutionName)
Get the resolution having the given symbolic name. |
Field Detail |
---|
static final SpecialistType<ResolutionAgent> TYPE
SpecialistsBroker
.
Method Detail |
---|
@Nullable Resolution getResolutionByName(String resolutionName)
resolutionName
- The resolution's symbolic name.
null
Resolution getOriginalResolution()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |