Class OneWayFSAParameters
One way FSA algorithm parameters.
Implements
System.ICloneable
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GraphShape.Algorithms.OverlapRemoval
Assembly: GraphShape.dll
Syntax
public class OneWayFSAParameters : OverlapRemovalParameters, IOverlapRemovalParameters, IAlgorithmParameters, ICloneable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceWay
Overlap removal orientation (way).
Declaration
public OneWayFSAWay Way { get; set; }
Property Value
Type | Description |
---|---|
OneWayFSAWay |
Implements
System.ICloneable
System.ComponentModel.INotifyPropertyChanged