public class ComponentDep extends Object implements Comparable<ComponentDep>
Components.| Modifier and Type | Field and Description |
|---|---|
Component |
from
The component that uses
to component. |
int |
strength
Strength of the dependency.
|
Component |
to
The component that is used by
from component. |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ComponentDep that) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public final Component from
to component.public final Component to
from component.public int strength
public int compareTo(ComponentDep that)
compareTo in interface Comparable<ComponentDep>Copyright © 2019. All rights reserved.