| tudresden.ocl.lib.OclUndefined
OclUndefined | public class OclUndefined extends OclAnyImpl (Code) | | This class represents the undefined object
|
Constructor Summary | |
public | OclUndefined(String pReason) Constructs the instance of the undefined object which does not support isEmpty()
functionality. | public | OclUndefined(String pReason, boolean pIsEmpty) Constructs the instance of the undefined object which supports isEmpty()
functionality.
Parameters: pReason - the string containing the reason the object was undefined. Parameters: pIsEmpty - Object could be generaly be undefined for two reasons: (a)reference to it was null or (b) reference was valid but object itself is empty.In the latter case this parameter must be set to true. |
OclUndefined | public OclUndefined(String pReason)(Code) | | Constructs the instance of the undefined object which does not support isEmpty()
functionality.
Parameters: pReason - the string containing the reason the object was undefined. |
OclUndefined | public OclUndefined(String pReason, boolean pIsEmpty)(Code) | | Constructs the instance of the undefined object which supports isEmpty()
functionality.
Parameters: pReason - the string containing the reason the object was undefined. Parameters: pIsEmpty - Object could be generaly be undefined for two reasons: (a)reference to it was null or (b) reference was valid but object itself is empty.In the latter case this parameter must be set to true. This will enablethe isEmpty() method to work for the OclUndefined. |
getFeature | public OclRoot getFeature(String methodName, Object[] params)(Code) | | Method invoker
|
getFeature | public OclRoot getFeature(String attributeName)(Code) | | Attribute getter
|
|
|