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. |
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_
printSign
public java.lang.String printSign()

©Copyright The Johns Hopkins University 1999, All Rights Reserved.
See the HTM Homepage for details.
Last Build: Oct 26, 1999 Peter Z. Kunszt