gate
Interface Controller

All Superinterfaces:
Collection, FeatureBearer, ProcessingResource, Resource, Runnable, Serializable
All Known Implementing Classes:
SerialController

public interface Controller
extends Collection, ProcessingResource

Models the execution of groups of ProcessingResources.


Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface gate.ProcessingResource
check, reInit
 
Methods inherited from interface gate.Resource
init
 
Methods inherited from interface gate.util.FeatureBearer
getFeatures, getName, setFeatures, setName
 
Methods inherited from interface java.lang.Runnable
run