public static final class Relationship.Blueprint extends AbstractElement.Blueprint
| Modifier and Type | Class and Description |
|---|---|
static class |
Relationship.Blueprint.Builder |
| Constructor and Description |
|---|
Blueprint(Relationships.Direction direction,
String name,
Path otherEnd,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementBlueprintVisitor<R,P> visitor,
P parameter) |
static Relationship.Blueprint.Builder |
builder() |
Relationships.Direction |
getDirection() |
String |
getName() |
Path |
getOtherEnd() |
getPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityTypeOf, getSegmentTypeOfpublic static Relationship.Blueprint.Builder builder()
public String getName()
public Relationships.Direction getDirection()
public Path getOtherEnd()
public <R,P> R accept(ElementBlueprintVisitor<R,P> visitor, P parameter)
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.