Package org.apache.wayang.basic.model.op
Class Input
- java.lang.Object
-
- org.apache.wayang.basic.model.op.Op
-
- org.apache.wayang.basic.model.op.Input
-
- All Implemented Interfaces:
java.io.Serializable
public class Input extends Op
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Input.Type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
inputsRequired()
-
Methods inherited from class org.apache.wayang.basic.model.op.Op
getDType, getFromList, getName, with
-
-
-
-
Constructor Detail
-
Input
public Input()
-
Input
public Input(java.lang.String name)
-
Input
public Input(Input.Type type)
-
Input
public Input(Op.DType dType)
-
Input
public Input(java.lang.String name, Op.DType dType)
-
Input
public Input(Input.Type type, Op.DType dType)
-
-
Method Detail
-
inputsRequired
public int inputsRequired()
- Specified by:
inputsRequired
in classOp
-
-