SemWeb : SemWeb Namespace
Variable Class

A variable resource in a query or inference rule.

public class Variable : BNode

Remarks

This class is used to represent variables in queries or inferencing. It is a subclass of SemWeb.BNode.

Note that two variables are equal by the equality operator == or Equals() only if the two variables are the same object. Different variables with the same name are not considered references to the same variable.

Requirements

Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.6.0, 1.0.6.2, 1.0.7.0

Members

See Also: Inherited members from BNode.

Public Constructors

Creates a new unnamed variable.
Creates a new named variable.

Public Methods

override
ToString () : string
Documentation for this section has not yet been entered.

Member Details

Variable Constructor

Creates a new unnamed variable.

public Variable ()

Remarks

None.

Requirements

Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.6.2, 1.0.7.0

Variable Constructor

Creates a new named variable.

public Variable (string variableName)

Parameters

variableName
The name of the variable.

Remarks

The name of the variable can be accessed through the BNode.LocalName property.

Requirements

Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.6.2, 1.0.7.0

ToString Method

Documentation for this section has not yet been entered.

public override string ToString ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.7.0