Uses of Class
pl.gdela.socomo.codemap.Origin
| Package | Description |
|---|---|
| pl.gdela.socomo.codemap |
Model for complete map of code and its dependencies.
|
-
Uses of Origin in pl.gdela.socomo.codemap
Methods in pl.gdela.socomo.codemap that return Origin Modifier and Type Method Description static OriginOrigin. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Origin[]Origin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.gdela.socomo.codemap with parameters of type Origin Modifier and Type Method Description static SelectorSelector. nonSelfDepsAndFrom(Origin origin)Returns selector that selects members only from given origin and only those dependencies between them, which are not dependencies between members in the same package.