gr.uoa.di.madgik.environment.is.elements
Interface IInformationSystemElement
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- NodeInfo
public interface IInformationSystemElement
- extends Serializable
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.