[all packages] [package ] [class hierarchy] [index]

public class InterfaceObj

(source file: InterfaceObj.java)
java.lang.Object
   |
   +----Printable
           |
           +----Interface
                   |
                   +----InterfaceObj

The pure class interface.
public class InterfaceObj
  extends Interface
Create a new interface v1...vX.size where each vi is a new variable.


Constuctor Index

O InterfaceObj(Obj, Constraints, boolean)
Create a new interface.

Constructors

O InterfaceObj
public InterfaceObj(Obj X,
                    Constraints C,
                    boolean horizontal);
Create a new interface.

Parameters:
X - determines how many variables to create.
C - the constraint set where the variables should come from.
horizontal - whether the variables should be horizontal or vertical.


[all packages] [package ] [class hierarchy] [index]
InterfaceObj.html