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

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

public class SimpleArgument
extends ArgumentBase


Nested Class Summary
 
Nested classes/interfaces inherited from class gr.uoa.di.madgik.execution.plan.element.invocable.ArgumentBase
ArgumentBase.ArgumentType
 
Field Summary
 
Fields inherited from class gr.uoa.di.madgik.execution.plan.element.invocable.ArgumentBase
ArgumentName, Order, Parameter
 
Constructor Summary
SimpleArgument()
           
 
Method Summary
 void FromXML(Node XML)
           
 ArgumentBase.ArgumentType GetArgumentType()
           
 String ToXML()
           
 
Methods inherited from class gr.uoa.di.madgik.execution.plan.element.invocable.ArgumentBase
compareTo, EvaluateArgument, FromXML, GetModifiedVariableNames, GetNeededVariableNames, GetValue, GetValueClass, Validate, ValidatePreExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleArgument

public SimpleArgument()
Method Detail

GetArgumentType

public ArgumentBase.ArgumentType GetArgumentType()
Specified by:
GetArgumentType in class ArgumentBase

ToXML

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

FromXML

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


Copyright © 2012. All Rights Reserved.