Class RealizationRecord
Record of a realization
Implements
Inherited Members
Namespace: Xareus.Scenarios.Relations
Assembly: Xareus.Scenarios.Relations.dll
Syntax
public record RealizationRecord : IEquatable<RealizationRecord>
Constructors
RealizationRecord(Realization, IRelation, HashSet<IObject>)
Declaration
public RealizationRecord(Realization realization, IRelation relation, HashSet<IObject> objects)
Parameters
Type | Name | Description |
---|---|---|
Realization | realization | |
IRelation | relation | |
HashSet<IObject> | objects |
Properties
Objects
The objects involved in the realization
Declaration
public HashSet<IObject> Objects { get; }
Property Value
Type | Description |
---|---|
HashSet<IObject> |
Realization
The realization
Declaration
public Realization Realization { get; }
Property Value
Type | Description |
---|---|
Realization |
Relation
The relation of the realization
Declaration
public IRelation Relation { get; }
Property Value
Type | Description |
---|---|
IRelation |