AIMA.Probability.AbstractProposition.getScope C# (CSharp) Method

getScope() public method

public getScope ( ) : Set
return Set
        public Set<RandomVariable> getScope()
        {
            return scope;
        }