public abstract class InvocablePlotInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
Description |
String |
ID |
String |
InvocabeProfileID |
PlotLocalEnvironment |
LocalEnvironment |
String |
Name |
static String |
PlotProfileNS |
Set<InvocablePlotContingency> |
Triggers |
| Constructor and Description |
|---|
InvocablePlotInfo() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
FromXML(Element XML) |
abstract void |
FromXML(String XML) |
protected static String |
GetDescription(Element plotElement) |
protected static PlotLocalEnvironment |
GetEnvironment(Element plotLocalEnvironmentElement) |
protected static String |
GetName(Element plotElement) |
protected static Set<InvocablePlotContingency> |
GetTriggers(Element plotTriggersElement) |
abstract String |
ToXML() |
public static final String PlotProfileNS
public String ID
public String Name
public String Description
public String InvocabeProfileID
public Set<InvocablePlotContingency> Triggers
public PlotLocalEnvironment LocalEnvironment
public abstract String ToXML() throws EnvironmentInformationSystemSerializationException
public abstract void FromXML(String XML) throws EnvironmentInformationSystemSerializationException
public abstract void FromXML(Element XML) throws EnvironmentInformationSystemSerializationException
protected static String GetDescription(Element plotElement) throws Exception
Exceptionprotected static Set<InvocablePlotContingency> GetTriggers(Element plotTriggersElement) throws Exception
Exceptionprotected static PlotLocalEnvironment GetEnvironment(Element plotLocalEnvironmentElement) throws Exception
ExceptionCopyright © 2014. All Rights Reserved.