public class InstanceGraphRequest extends OMRSAPIRequest
| Constructor and Description |
|---|
InstanceGraphRequest()
Default constructor
|
InstanceGraphRequest(InstanceGraphRequest template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
List<EntityDetail> |
getEntityElementList()
Return the list of entities stored in the graph.
|
List<Relationship> |
getRelationshipElementList()
Return the list of relationships that are part of this instance graph.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setEntityElementList(List<EntityDetail> entityElementList)
Set up the list of entities stored in the graph.
|
void |
setRelationshipElementList(List<Relationship> relationshipElementList)
Set up the list of relationships that are part of this instance graph.
|
String |
toString()
Standard toString method.
|
public InstanceGraphRequest()
public InstanceGraphRequest(InstanceGraphRequest template)
template - object to copypublic List<EntityDetail> getEntityElementList()
public void setEntityElementList(List<EntityDetail> entityElementList)
entityElementList - list of entitiespublic List<Relationship> getRelationshipElementList()
public void setRelationshipElementList(List<Relationship> relationshipElementList)
relationshipElementList - list of relationshipspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.