krieger.oclsolve
Class ClassEncoding

java.lang.Object
  extended by krieger.oclsolve.ClassEncoding
All Implemented Interfaces:
java.io.Serializable, Declaration

public class ClassEncoding
extends java.lang.Object
implements Declaration

Represents an encoding of a class diagram.

See Also:
Serialized Form

Method Summary
 void addToProblem(Problem problem)
          Adds this declaration to the given Problem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addToProblem

public void addToProblem(Problem problem)
Description copied from interface: Declaration
Adds this declaration to the given Problem.

Specified by:
addToProblem in interface Declaration