Method timespan/ne
NE overloads the ~= operator for ltpda objects.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: NE overloads the ~= operator for ltpda objects.
CALL: result = ne(obj1,obj2)
result = ne(obj1,obj2, exc_list)
result = ne(obj1,obj2, 'property1', 'property2')
result = ne(obj1,obj2, 'class/property', 'class/property')
result = ne(obj1,obj2, plist('Exceptions', 'exception-list'))
PLIST: key: 'Exceptions'
value: String or cell-array with exceptions.
EXAMPLES: result = ne(obj1,obj2, 'name', 'created')
result = ne(obj1,obj2, 'ao/name')
INPUTS: obj1,obj2 - input objects
exc_list - exception list
List of properties which are not checked.
OUTPUTS: If the two objects are considered equal, result == false,
otherwise, result == true.
Parameters Description
VERSION: $Id: ne.m,v 1.13 2011/04/08 08:56:37 hewitson Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
ltpda_obj |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
back to top
Some information of the method ltpda_obj/ne are listed below: |
Class name |
ltpda_obj |
Method name |
ne |
Category |
Relational Operator |
CVS Version |
$Id: ne.m,v 1.13 2011/04/08 08:56:37 hewitson Exp $ |
Min input args |
2 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: timespan/isequal |
|
Method: timespan/SETS |
 |
©LTP Team