AIMA.Core.Agent.Impl.DynamicAction.DynamicAction C# (CSharp) 메소드

DynamicAction() 공개 메소드

public DynamicAction ( System name ) : System.Collections.Generic
name System
리턴 System.Collections.Generic
    public DynamicAction(System.String name)
    {
		this.setAttribute(ATTRIBUTE_NAME, name);
	}