gr.uoa.di.madgik.environment.is.elements.plot
Class PlotMethod

java.lang.Object
  extended by gr.uoa.di.madgik.environment.is.elements.plot.PlotMethod
All Implemented Interfaces:
Serializable

public class PlotMethod
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 boolean IsConstructor
           
 int Order
           
 Set<PlotParameter> Parameters
           
 String Signature
           
 boolean UseReturnValue
           
 
Constructor Summary
PlotMethod()
           
 
Method Summary
 void FromXML(Element XML)
           
 String ToXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Order

public int Order

IsConstructor

public boolean IsConstructor

UseReturnValue

public boolean UseReturnValue

Signature

public String Signature

Parameters

public Set<PlotParameter> Parameters
Constructor Detail

PlotMethod

public PlotMethod()
Method Detail

FromXML

public void FromXML(Element XML)
             throws EnvironmentInformationSystemSerializationException
Throws:
EnvironmentInformationSystemSerializationException

ToXML

public String ToXML()
             throws EnvironmentInformationSystemSerializationException
Throws:
EnvironmentInformationSystemSerializationException


Copyright © 2012. All Rights Reserved.