Result.java revision 2
/*
* Created on Jul 7, 2004
*/
/**
* @author Evren Sirin
*/
public OWLIndividualList getEffects();
public Expression getEffect();
public OutputBindingList getBindings();
/**
*
* Return the result parameters defined with process:hasResultVar property;
*
* @return
*/
public ParameterList getParameters();
}