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

getUnboundScope() public method

public getUnboundScope ( ) : Set
return Set
        public Set<RandomVariable> getUnboundScope()
        {
            return unboundScope;
        }