コード例 #1
0
 private bool CorrectTypeAndDirection()
 {
     return((_filterType == ANY_RELATIONSHIP_TYPE || _filterType == StoreCursor.type()) && _filterState.check(SourceNodeReference(), TargetNodeReference(), StoreCursor.originNodeReference()));
 }