Package cdc.applic.factorization
Interface Partitioner.Result
-
- All Superinterfaces:
cdc.util.debug.Printable
- Enclosing interface:
- Partitioner
public static interface Partitioner.Result extends cdc.util.debug.Printable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Expression>getInputExpressions()Set<Integer>getInputIndices(Expression output)Set<Expression>getOutputExpressions()
-
-
-
Method Detail
-
getInputExpressions
List<Expression> getInputExpressions()
- Returns:
- The input expressions.
-
getOutputExpressions
Set<Expression> getOutputExpressions()
- Returns:
- The set of output expressions.
-
getInputIndices
Set<Integer> getInputIndices(Expression output)
- Parameters:
output- The output expression.- Returns:
- The indices of input expressions.
-
-