public class Relationship extends Object
Constructor and Description |
---|
Relationship() |
Modifier and Type | Method and Description |
---|---|
RelationshipElement[] |
getCallees() |
RelationshipElement |
getCaller() |
String |
getEffectType() |
String |
getFunction() |
String |
getId() |
String |
getPartition() |
String |
getProcessId() |
String |
getProcessType() |
RelationshipElement[] |
getSources() |
RelationshipElement |
getTarget() |
String |
getType() |
void |
setCallees(RelationshipElement[] callees) |
void |
setCaller(RelationshipElement caller) |
void |
setEffectType(String effectType) |
void |
setFunction(String function) |
void |
setId(String id) |
void |
setPartition(String partition) |
void |
setProcessId(String processId) |
void |
setProcessType(String processType) |
void |
setSources(RelationshipElement[] sources) |
void |
setTarget(RelationshipElement target) |
void |
setType(String type) |
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public String getEffectType()
public void setEffectType(String effectType)
public String getPartition()
public void setPartition(String partition)
public RelationshipElement getTarget()
public void setTarget(RelationshipElement target)
public RelationshipElement[] getSources()
public void setSources(RelationshipElement[] sources)
public String getFunction()
public void setFunction(String function)
public String getProcessId()
public void setProcessId(String processId)
public String getProcessType()
public void setProcessType(String processType)
public RelationshipElement getCaller()
public void setCaller(RelationshipElement caller)
public RelationshipElement[] getCallees()
public void setCallees(RelationshipElement[] callees)
Copyright © 2023. All rights reserved.