PPL Configured Java Language Interface  0.12.1
parma_polyhedra_library.Poly_Gen_Relation Class Reference

The relation between a polyhedron and a generator. More...

List of all members.

Public Member Functions

 Poly_Gen_Relation (int val)
 Constructs from a integer value.
boolean implies (Poly_Gen_Relation y)
 True if and only if *this implies y.

Static Public Member Functions

static Poly_Gen_Relation nothing ()
 The assertion that says nothing.
static Poly_Gen_Relation subsumes ()
 Adding the generator would not change the polyhedron.

Static Public Attributes

static final int NOTHING = 0
static final int SUBSUMES = 1

Static Private Member Functions

static native void initIDs ()

Private Attributes

int mask_value
 Holds the value of the possible relations.

Detailed Description

The relation between a polyhedron and a generator.

This class implements conjunctions of assertions on the relation between a polyhedron and a generator.

Definition at line 31 of file Poly_Gen_Relation.java.


Constructor & Destructor Documentation


Member Function Documentation

True if and only if *this implies y.

Definition at line 55 of file Poly_Gen_Relation.java.

References parma_polyhedra_library.Poly_Gen_Relation.mask_value.

static native void parma_polyhedra_library.Poly_Gen_Relation.initIDs ( )
staticprivate

Member Data Documentation


The documentation for this class was generated from the following file: