org.almendra.janet.cas.scheduling
Interface ICommandEvaluator

All Known Implementing Classes:
RegisteredNodeCommandEvaluator

public interface ICommandEvaluator

Any object that returns an ICommand must implement this interface. Allows for respective command to be determined at runtime.

Author:
Oliver

Method Summary
 ICommand get()
           
 

Method Detail

get

ICommand get()