org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types
Class EvaluationResult

java.lang.Object
  extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.types.EvaluationResult

public class EvaluationResult
extends Object

This class contains the result of call to the 'evaluate()' method of the ExecutionEntity class or the DataType class.

Author:
Spyros Boutsis, NKUA

Constructor Summary
EvaluationResult(Evaluable object, Node node)
           
 
Method Summary
 Node getEvaluatedNode()
           
 Evaluable getEvaluatedObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluationResult

public EvaluationResult(Evaluable object,
                        Node node)
Method Detail

getEvaluatedObject

public Evaluable getEvaluatedObject()

getEvaluatedNode

public Node getEvaluatedNode()


Copyright © 2013. All Rights Reserved.