edu.ntnu.cikmr.arbitration.messages
Class SolutionMessage
java.lang.Object
edu.ntnu.cikmr.arbitration.messages.SolutionMessage
public class SolutionMessage
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SolutionMessage
public SolutionMessage()
toXML
public java.lang.String toXML()
fromXML
public static SolutionMessage fromXML(org.w3c.dom.Node n)
getParameter
public java.lang.String getParameter(java.lang.String key)
putParameter
public java.lang.String putParameter(java.lang.String key,
java.lang.String value)
hasParameter
public boolean hasParameter(java.lang.String key)
getParameterIterator
public java.util.Iterator<java.util.Map.Entry<java.lang.String,java.lang.String>> getParameterIterator()
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)