gr.uoa.di.madgik.environment.is.elements
Interface IInformationSystemElement

All Superinterfaces:
Serializable
All Known Implementing Classes:
NodeInfo

public interface IInformationSystemElement
extends Serializable


Method Summary
 void FromXML(Element xml)
           
 void FromXML(String xml)
           
 Map<String,ExtensionPair> getDynamicInfo()
           
 Map<String,ExtensionPair> getStaticInfo()
           
 String ToXML(boolean includeStatic, boolean includeDynamic)
           
 

Method Detail

getStaticInfo

Map<String,ExtensionPair> getStaticInfo()

getDynamicInfo

Map<String,ExtensionPair> getDynamicInfo()

ToXML

String ToXML(boolean includeStatic,
             boolean includeDynamic)
             throws EnvironmentInformationSystemSerializationException
Throws:
EnvironmentInformationSystemSerializationException

FromXML

void FromXML(String xml)
             throws EnvironmentInformationSystemSerializationException
Throws:
EnvironmentInformationSystemSerializationException

FromXML

void FromXML(Element xml)
             throws EnvironmentInformationSystemSerializationException
Throws:
EnvironmentInformationSystemSerializationException


Copyright © 2012. All Rights Reserved.