All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class kl1.lang.Predinfo

java.lang.Object
   |
   +----kl1.lang.Predinfo

public class Predinfo
extends Object
This class represents a predicate information.

Author:
Satoshi KURAMOCHI

Variable Index

 o name
the name of the predicate
 o predstruct
the predicate

Constructor Index

 o Predinfo(String, Predicate)
Constructs a predicate information.

Method Index

 o toString()

Variables

 o name
 public String name
the name of the predicate

 o predstruct
 public Predicate predstruct
the predicate

Constructors

 o Predinfo
 public Predinfo(String name,
                 Predicate predstruct)
Constructs a predicate information.

Parameters:
name - the name of the predicate.
predstruct - the predicate.

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index