java.lang.Object
org.embl.ebi.escience.scufl.talisman.AbstractScuflAction
org.embl.ebi.escience.scufl.talisman.AddDataConstraint
- public class AddDataConstraint
- extends AbstractScuflAction
Adds a new data constraint to the ScuflModel contained within
the field named by 'model' in the Talisman page. The required
parameters are 'sourceprocessor', 'sourceport', 'sinkprocessor'
and 'sinkport', all of which must contain names of the appropriate
entities within the ScuflModel.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddDataConstraint
public AddDataConstraint()
process
public void process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Action action)
throws AbortActionException,
NodeResolutionException,
UnknownResolutionProtocolException
- Overrides:
process
in class AbstractScuflAction