public class PropertyDependencies extends Object implements Comparable<PropertyDependencies>
| Constructor and Description |
|---|
PropertyDependencies(ShowlDirectPropertyShape targetProperty,
Set<ShowlPropertyShape> dependsOn) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PropertyDependencies other) |
Set<ShowlPropertyShape> |
getDependsOn() |
ShowlDirectPropertyShape |
getTargetProperty() |
public PropertyDependencies(ShowlDirectPropertyShape targetProperty, Set<ShowlPropertyShape> dependsOn)
public ShowlDirectPropertyShape getTargetProperty()
public Set<ShowlPropertyShape> getDependsOn()
public int compareTo(PropertyDependencies other)
compareTo in interface Comparable<PropertyDependencies>Copyright © 2019. All rights reserved.