Dresden OCL Toolkit

tudresden.ocl.lib
Interface OclSizable

All Superinterfaces:
Cloneable, OclRoot
All Known Implementing Classes:
OclCollection, OclString

public interface OclSizable
extends OclRoot

An interface defining the operation size that is defined on the OCL Collections and on the type String. The name ("sizeable") may be a bit odd, but it keeps to the convention of ending interface names with "-able".

Author:
Frank Finger
See Also:
OclCollection, OclString

Method Summary
 OclInteger size()
          An operation representing the size property defined on collections and strings.
 
Methods inherited from interface tudresden.ocl.lib.OclRoot
getFeature, getFeatureAsCollection, getUndefinedReason, isEqualTo, isNotEqualTo, isUndefined
 

Method Detail

size

public OclInteger size()
An operation representing the size property defined on collections and strings.


Dresden OCL Toolkit

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