@OpenApiAll
public class DependencyEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Element> |
cause
Element or chain of elements, which are responsible that expression evaluated on
source gives target as a result |
Constructor and Description |
---|
DependencyEntry(DependencyDirection direction,
java.util.List<Element> cause)
Creates relation chain with all required properties.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<Element> |
getCause()
Elements causing this dependency to exist
|
java.lang.String |
getDescription()
String description of the dependency
|
DependencyDirection |
getDirection()
Direction of the dependency
|
java.lang.String |
getName()
Representative text for the dependency
|
DependencyStyle |
getStyle() |
java.lang.String |
getType()
Returns dependency type which may represent the cell dependencies.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
String description of the dependency
|
protected java.util.List<Element> cause
source
gives target
as a resultpublic DependencyEntry(DependencyDirection direction, java.util.List<Element> cause)
direction
- relationship directioncause
- Dependency causing elementspublic DependencyDirection getDirection()
public java.util.List<Element> getCause()
public java.lang.String getType()
public java.lang.String getName()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- hort representative description of the dependencypublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DependencyStyle getStyle()