org.activemath.webapp.extasy.actions
Class AddTransition

java.lang.Object
  extended by org.activemath.webapp.extasy.actions.AddTransition
All Implemented Interfaces:
Action

public class AddTransition
extends Object
implements Action


Field Summary
 
Fields inherited from interface org.activemath.webapp.extasy.actions.Action
ACTION_CLASS_PATH, ACTION_MULTIPART, BLANK, DEFAULT_ACTION, DEFAULT_FORMAT, DEFAULT_LANG, EDITOR, ERROR, EXERCISE_CONTROL, EXERCISE_START_FRAME, FRAMESET, GRAPHIC, INTERACTION, INTERACTION_CONTROL, MAIN, MAPPING, METADATA, NULL, PREVIEW_FRAME, PROBLEMSTATEMENT, RANDOMIZER, REDIRECT, SELECTION, TEXT, TRANSITION, TRANSITION_CONTROL, TRANSITIONS, TYPE_EXERCISE, TYPE_NEW_TRANSITION_TO_EXISTING_STATE, TYPE_NEW_TRANSITION_TO_NEW_STATE, TYPE_PICTURE, UPLOAD_ACTION
 
Constructor Summary
AddTransition()
           
 
Method Summary
 String execute(ActionResource resource)
           
 String getKey()
           
 String getOmdoc()
           
 String getSourceId()
           
 String getTargetId()
           
 String getTargetName()
           
 boolean isDecorateFeedback()
           
 boolean isRepeatFeedback()
           
 void setDecorateFeedback(boolean decorateFeedback)
           
 void setKey(String key)
           
 void setOmdoc(String omdoc)
           
 void setRepeatFeedback(boolean repeatFeedback)
           
 void setSourceId(String sourceId)
           
 void setTargetId(String targetId)
           
 void setTargetName(String targetName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddTransition

public AddTransition()
Method Detail

getKey

public String getKey()

getSourceId

public String getSourceId()

getTargetId

public String getTargetId()

getTargetName

public String getTargetName()

getOmdoc

public String getOmdoc()

isDecorateFeedback

public boolean isDecorateFeedback()

isRepeatFeedback

public boolean isRepeatFeedback()

setKey

public void setKey(String key)

setSourceId

public void setSourceId(String sourceId)

setTargetId

public void setTargetId(String targetId)

setTargetName

public void setTargetName(String targetName)

setOmdoc

public void setOmdoc(String omdoc)

setDecorateFeedback

public void setDecorateFeedback(boolean decorateFeedback)

setRepeatFeedback

public void setRepeatFeedback(boolean repeatFeedback)

execute

public String execute(ActionResource resource)
Specified by:
execute in interface Action