AutobiographicMemory.AM.BaseEvent.ApplyPerspective C# (CSharp) Method

ApplyPerspective() public method

public ApplyPerspective ( Name name ) : BaseEvent
name Name
return BaseEvent
            public BaseEvent ApplyPerspective(Name name)
            {
                return SwapPerspective(name, Name.SELF_SYMBOL);
            }