net.java.dev.joode.joint
Class Joint.Info1

java.lang.Object
  extended by net.java.dev.joode.joint.Joint.Info1
Enclosing class:
Joint

public static class Joint.Info1
extends java.lang.Object

describes the number of constrains, for memory allocation purposes

Author:
s0570397

Field Summary
 int m
          number of constraints (inc.
 int nub
          number of unbounded constraints
 
Constructor Summary
Joint.Info1()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m

public int m
number of constraints (inc. unbounded)


nub

public int nub
number of unbounded constraints

Constructor Detail

Joint.Info1

public Joint.Info1()