Dresden OCL Toolkit

tudresden.ocl.lib
Interface OclSubtractable

All Superinterfaces:
Cloneable, OclRoot
All Known Implementing Classes:
OclReal, OclSet

public interface OclSubtractable
extends OclRoot

An interface representing the operation - that is defined for the OCL types Set, Real and Integer.

Author:
Frank Finger

Method Summary
 OclSubtractable subtract(OclSubtractable s)
          An operation that represents the operation -.
 
Methods inherited from interface tudresden.ocl.lib.OclRoot
getFeature, getFeatureAsCollection, getUndefinedReason, isEqualTo, isNotEqualTo, isUndefined
 

Method Detail

subtract

public OclSubtractable subtract(OclSubtractable s)
An operation that represents the operation -.

Throws:
OclClassCastException - if the type of the parameter prevents it from being subtracted from this object
See Also:
OclSet.subtract(OclSubtractable), OclReal.subtract(OclSubtractable), OclInteger.subtract(OclSubtractable)

Dresden OCL Toolkit

Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.