Beispiel #1
0
 public void Clear()
 {
     Kernels.Clear();
     Targets = null;
 }
Beispiel #2
0
 public void BuildKernelProgram()
 {
     Targets = new Targets(Kernels);
 }
Beispiel #3
0
        public bool IsTerminal(Targets target)
        {
            var protocols = target.RelevantProtocols;

            return(Dependants.All(d => !protocols.Contains(d)));
        }