class |
CheckStatementPattern |
A statement pattern with no free variables when provided with some particular BindingSet in evaluate.
|
class |
EmptyStatementPattern |
EmptyStatementPattern represents a statement that cannot produce any results for the registered endpoints.
|
class |
ExclusiveStatement |
Represents a StatementPattern that can only produce results at a single endpoint, the owner.
|
class |
FedXService |
|
class |
FedXStatementPattern |
Base class providing all common functionality for FedX StatementPatterns
|
class |
StatementSourcePattern |
Represents statements that can produce results at a some particular endpoints, the statement sources.
|
class |
TrueStatementPattern |
A TrueStatementPattern represents a stmt with no free variables which in addition is available at one of the provided
sources.
|