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
-
DescrOp(String, String, String)
-
-
DescrOp(String, String, String, int)
-
-
getClassName()
-
-
getCost()
-
-
getInputType()
-
-
getOutputType()
-
DescrOp
public DescrOp(String name,
String iType,
String oType,
int c)
DescrOp
public DescrOp(String name,
String iType,
String oType)
getClassName
public String getClassName()
getInputType
public String getInputType()
getOutputType
public String getOutputType()
getCost
public int getCost()
All Packages Class Hierarchy This Package Previous Next Index