Show / Hide Table of Contents

Class OneWayFSAParameters

One way FSA algorithm parameters.

Inheritance
System.Object
NotifierObject
OverlapRemovalParameters
OneWayFSAParameters
Implements
IOverlapRemovalParameters
IAlgorithmParameters
System.ICloneable
System.ComponentModel.INotifyPropertyChanged
Inherited Members
OverlapRemovalParameters.VerticalGap
OverlapRemovalParameters.HorizontalGap
OverlapRemovalParameters.Clone()
NotifierObject.PropertyChanged
NotifierObject.OnPropertyChanged(String)
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 Source

Way

Overlap removal orientation (way).

Declaration
public OneWayFSAWay Way { get; set; }
Property Value
Type Description
OneWayFSAWay

Implements

IOverlapRemovalParameters
IAlgorithmParameters
System.ICloneable
System.ComponentModel.INotifyPropertyChanged

Extension Methods

FactoryHelpers.CreateNewParameters<TParam>(IAlgorithmParameters)
GraphHelpers.GetDistances<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph, out Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape