gr.uoa.di.madgik.execution.plan.element.invocable.simple
Class SimpleCall

java.lang.Object
  extended by gr.uoa.di.madgik.execution.plan.element.invocable.CallBase
      extended by gr.uoa.di.madgik.execution.plan.element.invocable.simple.SimpleCall
All Implemented Interfaces:
Comparable<CallBase>

public class SimpleCall
extends CallBase


Nested Class Summary
 
Nested classes/interfaces inherited from class gr.uoa.di.madgik.execution.plan.element.invocable.CallBase
CallBase.CallType
 
Field Summary
 
Fields inherited from class gr.uoa.di.madgik.execution.plan.element.invocable.CallBase
ArgumentList, MethodName, Order, OutputParameter
 
Constructor Summary
SimpleCall()
           
 
Method Summary
 void FromXML(Node XML)
           
 CallBase.CallType GetCallType()
           
 String ToXML()
           
 void Validate()
           
 
Methods inherited from class gr.uoa.di.madgik.execution.plan.element.invocable.CallBase
compareTo, EvaluateArguments, FromXML, GetArgumentTypeList, GetArgumentValueList, GetModifiedVariableNames, GetNeededVariableNames, ValidatePreExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCall

public SimpleCall()
Method Detail

GetCallType

public CallBase.CallType GetCallType()
Specified by:
GetCallType in class CallBase

Validate

public void Validate()
              throws ExecutionValidationException
Overrides:
Validate in class CallBase
Throws:
ExecutionValidationException

ToXML

public String ToXML()
             throws ExecutionSerializationException
Specified by:
ToXML in class CallBase
Throws:
ExecutionSerializationException

FromXML

public void FromXML(Node XML)
             throws ExecutionSerializationException
Specified by:
FromXML in class CallBase
Throws:
ExecutionSerializationException


Copyright © 2013. All Rights Reserved.