Properties
modifiers
modifiers: string[]
relations
relations: any[] = []
Methods
addRelation
- addRelation(from: any, to: any, toType: string, type: RelationTypes): void
-
Parameters
-
from: any
-
to: any
-
toType: string
-
Returns void
hasRelation
- hasRelation(from: string, to: string, type: string): boolean
-
Parameters
-
from: string
-
to: string
-
type: string
Returns boolean