StudyCrafterAssistant
Public Types | Public Member Functions | Static Public Member Functions | Properties | List of all members
StudyCrafter.Assistant.StudyCrafterScenario.InteractionEdge Class Reference
Inheritance diagram for StudyCrafter.Assistant.StudyCrafterScenario.InteractionEdge:

Public Types

enum  Type { Choice, Direct, Indirect }
 

Public Member Functions

 InteractionEdge (InteractionEdge other)
 
 InteractionEdge (InteractionEdge.Type type, InteractionNode source, InteractionNode target)
 
 InteractionEdge (InteractionEdge.Type type, InteractionNode source, InteractionNode target, int id)
 
void SetID (int id)
 
bool Equals (InteractionEdge other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (InteractionEdge first, InteractionEdge second)
 
static bool operator!= (InteractionEdge first, InteractionEdge second)
 

Properties

InteractionEdge.Type EdgeType [get]
 
int ID [get]
 

The documentation for this class was generated from the following file: