Example #1
0
 // method: determine the set of controllers for which this operation is currently operated at the given state of being (first requires this operation to accept either the given state of being, or no state of being) //
 public HashSet <Controller> operatedControllers(Beingness beingness)
 => Controller.operatedControllers(this, beingness);
Example #2
0
 // method: determine whether this operation is currently operated at the given state of being (first requires this operation to accept either the given state of being, or no state of being) //
 public bool isOperated(Beingness beingness)
 => Controller.operated(this, beingness);