StudyCrafterAssistant
|
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] |