public interface Relationship<L extends Any<?>,R extends Any<?>> extends Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
Modifier and Type | Method and Description |
---|---|
L |
getLeftEnd() |
R |
getRightEnd() |
RelationshipType |
getType() |
void |
setLeftEnd(L leftEnd) |
void |
setRightEnd(R rightEnd) |
void |
setType(RelationshipType type) |
RelationshipType getType()
void setType(RelationshipType type)
L getLeftEnd()
void setLeftEnd(L leftEnd)
R getRightEnd()
void setRightEnd(R rightEnd)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.