gr.uoa.di.madgik.environment.hint
Class EnvHintCollection
java.lang.Object
gr.uoa.di.madgik.environment.hint.EnvHintCollection
- All Implemented Interfaces:
- Serializable
public class EnvHintCollection
- 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 |
Hints
public Map<String,NamedEnvHint> Hints
EnvHintCollection
public EnvHintCollection()
EnvHintCollection
public EnvHintCollection(EnvHintCollection NewHints)
EnvHintCollection
public EnvHintCollection(String Hints)
throws EnvironmentSerializationException
- Throws:
EnvironmentSerializationException
HintExists
public boolean HintExists(String Name)
GetHint
public NamedEnvHint GetHint(String Name)
AddHint
public void AddHint(NamedEnvHint Hint)
Merge
public EnvHintCollection Merge(EnvHintCollection NewHints)
ToXML
public String ToXML()
throws EnvironmentSerializationException
- Throws:
EnvironmentSerializationException
FromXML
public void FromXML(String xml)
throws EnvironmentSerializationException
- Throws:
EnvironmentSerializationException
FromXML
public void FromXML(Element xml)
throws EnvironmentSerializationException
- Throws:
EnvironmentSerializationException
Copyright © 2013. All Rights Reserved.