gr.uoa.di.madgik.environment.is.elements
Class InvocablePlotInfo
java.lang.Object
gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PojoPlotInfo, ShellPlotInfo, WSPlotInfo
public abstract class InvocablePlotInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlotProfileNS
public static final String PlotProfileNS
- See Also:
- Constant Field Values
ID
public String ID
Name
public String Name
Description
public String Description
InvocabeProfileID
public String InvocabeProfileID
Triggers
public Set<InvocablePlotContingency> Triggers
LocalEnvironment
public PlotLocalEnvironment LocalEnvironment
InvocablePlotInfo
public InvocablePlotInfo()
ToXML
public abstract String ToXML()
throws EnvironmentInformationSystemSerializationException
- Throws:
EnvironmentInformationSystemSerializationException
FromXML
public abstract void FromXML(String XML)
throws EnvironmentInformationSystemSerializationException
- Throws:
EnvironmentInformationSystemSerializationException
FromXML
public abstract void FromXML(Element XML)
throws EnvironmentInformationSystemSerializationException
- Throws:
EnvironmentInformationSystemSerializationException
GetName
protected static String GetName(Element plotElement)
throws Exception
- Throws:
Exception
GetDescription
protected static String GetDescription(Element plotElement)
throws Exception
- Throws:
Exception
GetTriggers
protected static Set<InvocablePlotContingency> GetTriggers(Element plotTriggersElement)
throws Exception
- Throws:
Exception
GetEnvironment
protected static PlotLocalEnvironment GetEnvironment(Element plotLocalEnvironmentElement)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.