public class Selection extends Object
Each Selection can be used [0..n] times in the graph. The Selection must contain a unique
'criteria' description that how selection was determined.
| Constructor and Description |
|---|
Selection(String criteria) |
Selection(String criteria,
boolean explicit)
The Selection criteria
|
| Modifier and Type | Method and Description |
|---|---|
Selection |
asTransitive() |
boolean |
equals(Object obj) |
String |
getCriteria()
Get the criteria for this selection
|
int |
hashCode() |
boolean |
isExplicit() |
String |
toString() |
public Selection(String criteria)
public Selection(String criteria, boolean explicit)
criteria - the selection criteriaexplicit - true if explicitly selected, false if transitively selected.Copyright © 1995–2015 Mort Bay Consulting. All rights reserved.