krieger.oclsolve
Interface Declaration

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Constant<T>, Property, Variable<T>
All Known Implementing Classes:
ClassEncoding, ClassifierFactory, PropertyContainer

public interface Declaration
extends java.io.Serializable

Represents an entity that can be added to a Problem.


Method Summary
 void addToProblem(Problem problem)
          Adds this declaration to the given Problem.
 

Method Detail

addToProblem

void addToProblem(Problem problem)
Adds this declaration to the given Problem.