All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.APCpath.descr.DescrOp

java.lang.Object
   |
   +----iceberg.APCpath.descr.DescrOp

public class DescrOp
extends Object
implements Serializable

Constructor Index

 o DescrOp(String, String, String)
 o DescrOp(String, String, String, int)

Method Index

 o getClassName()
 o getCost()
 o getInputType()
 o getOutputType()

Constructors

 o DescrOp
 public DescrOp(String name,
                String iType,
                String oType,
                int c)
 o DescrOp
 public DescrOp(String name,
                String iType,
                String oType)

Methods

 o getClassName
 public String getClassName()
 o getInputType
 public String getInputType()
 o getOutputType
 public String getOutputType()
 o getCost
 public int getCost()

All Packages  Class Hierarchy  This Package  Previous  Next  Index