jhu.htmIndex
Class SpatialSign
java.lang.Object
|
+--jhu.htmIndex.SpatialSign
- Direct Known Subclasses:
- SpatialConstraint, SpatialConvex
- public class SpatialSign
- extends java.lang.Object
The sign class is inherited by Constraint and Convex. Assignment and
copy operators are used in both scopes.
Valid signs are
Value |
Description |
Constraint |
Convex |
nEG |
negative |
d < 0 |
only negative and zero constraits |
zERO |
zero |
d = 0 |
only zero constraints |
pOS |
positive |
d > 0 |
only positive and zero constraints |
mIXED |
both negative and positive |
-- |
all kinds of constraints, at least one negative and one positive. |
- Author:
- Peter Kunszt
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nEG
public static final short nEG
zERO
public static final short zERO
pOS
public static final short pOS
mIXED
public static final short mIXED
sign_
public short sign_
SpatialSign
SpatialSign()
SpatialSign
SpatialSign(short sign)
printSign
public java.lang.String printSign()