spaceModelRelation Class |
Namespace: imbNLP.PartOfSpeech.TFModels.vectorSpace
[XmlRootAttribute(ElementName = "r")] public class spaceModelRelation
The spaceModelRelation type exposes the following members.
| Name | Description | |
|---|---|---|
| spaceModelRelation |
Initializes a new instance of the spaceModelRelation class.
|
| Name | Description | |
|---|---|---|
| Data |
Additional data stored in the relationship.
| |
| EntityA |
Unique (local) identification of the entity A
| |
| EntityAType |
Typed access to the Entity A type
| |
| EntityATypeVal |
Gets or sets the type of the entity a.
| |
| EntityB |
Unique (local) identification of the entity B
| |
| EntityBType |
Typed access to the Entity B type
| |
| EntityBTypeVal |
Gets or sets the type of the entity b.
| |
| RelationshipType |
Integer flag that describes the nature of the relationship
| |
| Value |
Value stored for the relationship
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |