|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractAcceptAction | |
|---|---|
| cz.cuni.pogamut.shed.presenter | |
| Uses of AbstractAcceptAction in cz.cuni.pogamut.shed.presenter |
|---|
| Methods in cz.cuni.pogamut.shed.presenter that return AbstractAcceptAction | |
|---|---|
static AbstractAcceptAction |
AcceptActionFactory.createAction2Action(TriggeredAction action)
This is complex accept action for an action with any parent. |
static AbstractAcceptAction<ActionPattern,TriggeredAction> |
AcceptActionFactory.createActionPatternAction(TriggeredAction targetAction)
Create accept action the the TriggeredAction that will accept the ActionPattern. |
static AbstractAcceptAction<Competence,TriggeredAction> |
AcceptActionFactory.createCompetence2Action(TriggeredAction targetAction)
Create an accept action for the @targetAction that will accept an competence, when dropped on it. |
static AbstractAcceptAction<DriveElement,DriveElement> |
AcceptActionFactory.createDrive2Drive(DriveElement drive)
Move the drive in the DriveCollection. |
static AbstractAcceptAction<CompetenceElement,CompetenceElement> |
AcceptActionFactory.createChoice2Choice(CompetenceElement targetChoice)
Create accept action for the @targetChoice for another CompetenceElement. |
static AbstractAcceptAction<Sense,DriveElement> |
AcceptActionFactory.createSense2Drive(DriveElement drive)
When sense is dropped to the @drive, remove the sense from its parent (it it has one) and add it as first trigger sense of the drive. |
static AbstractAcceptAction |
AcceptActionFactory.createSense2Choice(CompetenceElement targetChoice)
Create accept action where target choice will acc dropped sense as its first trigger sense. |
static AbstractAcceptAction<Sense,Sense> |
AcceptActionFactory.createSense2Sense(Sense sense)
Create accept action for the @sense that will accept another sense at the position of the target. |
AbstractAcceptAction[] |
SensePresenter.getAcceptProviders()
|
AbstractAcceptAction[] |
IPresenter.getAcceptProviders()
Get array of accept providers of this |
AbstractAcceptAction[] |
DrivePresenter.getAcceptProviders()
|
AbstractAcceptAction[] |
CompetencePresenter.getAcceptProviders()
|
AbstractAcceptAction[] |
ChoicePresenter.getAcceptProviders()
|
AbstractAcceptAction[] |
ActionPresenter.getAcceptProviders()
|
AbstractAcceptAction[] |
ActionPatternPresenter.getAcceptProviders()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||