gr.uoa.di.madgik.execution.utils
Class PlanElementUtils

java.lang.Object
  extended by gr.uoa.di.madgik.execution.utils.PlanElementUtils

public class PlanElementUtils
extends Object


Constructor Summary
PlanElementUtils()
           
 
Method Summary
static ArgumentBase GetArgument(Element element)
           
static CallBase GetCall(Element element)
           
static ExecutionContextConfigBase GetExecutionContextConfig(Element element)
           
static IPlanElement GetPlanElement(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanElementUtils

public PlanElementUtils()
Method Detail

GetExecutionContextConfig

public static ExecutionContextConfigBase GetExecutionContextConfig(Element element)
                                                            throws ExecutionSerializationException
Throws:
ExecutionSerializationException

GetCall

public static CallBase GetCall(Element element)
                        throws ExecutionSerializationException
Throws:
ExecutionSerializationException

GetArgument

public static ArgumentBase GetArgument(Element element)
                                throws ExecutionSerializationException
Throws:
ExecutionSerializationException

GetPlanElement

public static IPlanElement GetPlanElement(Element element)
                                   throws ExecutionSerializationException
Throws:
ExecutionSerializationException


Copyright © 2012. All Rights Reserved.