Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.RelationshipEnd
-
Packages that use RelationshipEnd Package Description org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph -
-
Uses of RelationshipEnd in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph
Fields in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph declared as RelationshipEnd Modifier and Type Field Description protected RelationshipEndRelationship. end1protected RelationshipEndRelationship. end2Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph that return RelationshipEnd Modifier and Type Method Description RelationshipEndRelationship. getEnd1()Get relationship end 1.RelationshipEndRelationship. getEnd2()Get relationship end 1.Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph with parameters of type RelationshipEnd Modifier and Type Method Description voidRelationship. setEnd1(RelationshipEnd end1)voidRelationship. setEnd2(RelationshipEnd end2)Constructors in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph with parameters of type RelationshipEnd Constructor Description Relationship(String name, RelationshipEnd end1, RelationshipEnd end2)RelationshipEnd(RelationshipEnd endToCopy)Copy constructor
-