|
Dresden OCL Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface representing the operation -
that is defined for
the OCL types Set
, Real
and Integer
.
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 |
public OclSubtractable subtract(OclSubtractable s)
-
.
OclClassCastException
- if the type of the parameter prevents it
from being subtracted from this objectOclSet.subtract(OclSubtractable)
,
OclReal.subtract(OclSubtractable)
,
OclInteger.subtract(OclSubtractable)
|
Dresden OCL Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |