public class OGroup
extends Object
Group of operators for IR templates.
-
-
Constructor Summary
Constructors
Create an operator group.
-
Method Summary
-
Field Details
-
id
public int id
group id
-
operators
operators in this group
-
Constructor Details
-
OGroup
public OGroup(int id,
O... operators)
Create an operator group.
- Parameters:
id - an id in the [0,1000) range
operators - operators in the group
-