graph-builder
Version:
A graph builder library for modeling abstract graph structures.
13 lines (8 loc) • 447 B
Markdown
[Home](./index) > [graph-builder](./graph-builder.md) > [EndpointPair](./graph-builder.endpointpair.md) > [isOrdered](./graph-builder.endpointpair.isordered.md)
# EndpointPair.isOrdered method
Returns `true` if this [EndpointPair](./graph-builder.endpointpair.md) is an ordered pair (i.e. represents the endpoints of a directed edge).
**Signature:**
```javascript
abstract isOrdered(): boolean;
```
**Returns:** `boolean`