AIMA.Core.Agent.Impl.NoOpAction.isNoOp C# (CSharp) Méthode

isNoOp() public méthode

public isNoOp ( ) : bool
Résultat bool
        public bool isNoOp()
        {
            return true;
        }