edu.ntnu.cikmr.arbitration.messages
Class ConflictMessage

java.lang.Object
  extended by edu.ntnu.cikmr.arbitration.cbr.Case
      extended by edu.ntnu.cikmr.arbitration.messages.ConflictMessage

public class ConflictMessage
extends Case


Constructor Summary
ConflictMessage()
           
 
Method Summary
static ConflictMessage fromCase(Case c)
           
static ConflictMessage fromXML(org.w3c.dom.Node n)
           
static void main(java.lang.String[] args)
           
 java.lang.String toXML()
           
 
Methods inherited from class edu.ntnu.cikmr.arbitration.cbr.Case
getCase1, getCase2, getId, getLocation, getParticipants, getProperty, getSolution, setCase1, setCase2, setId, setLocation, setParticipants, setProperty, setSolution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConflictMessage

public ConflictMessage()
Method Detail

toXML

public java.lang.String toXML()

fromCase

public static ConflictMessage fromCase(Case c)

fromXML

public static ConflictMessage fromXML(org.w3c.dom.Node n)

main

public static void main(java.lang.String[] args)