public interface Relation
Modifier and Type | Interface and Description |
---|---|
static class |
Relation.Direction
Specifies the direction of a relation.
|
static class |
Relation.Type
Represents the types of supported relations.
|
Modifier and Type | Method and Description |
---|---|
Relation.Direction |
getDirection()
Returns the direction of this relation.
|
Relation.Type |
getType()
Returns the type of this relation.
|
static Relation |
of(Relation.Type type,
Relation.Direction direction)
Returns a relation with the given type and direction.
|
static Relation of(Relation.Type type, Relation.Direction direction)
type
- the type of the relationdirection
- the direction of the relationRelation.Type getType()
Relation.Direction getDirection()
Copyright © 2019 Solibri, Inc.. All rights reserved.