|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.gee.spectacle.gee.NavigationStep
public abstract class NavigationStep
NavigationStep represents a visible step in the navigation.
| Field Summary | |
|---|---|
protected double |
_minimumStepSelection
The minimum fraction of entities that should be removed when utalizing the step. |
protected String |
_name
The name of this step. |
| Constructor Summary | |
|---|---|
NavigationStep()
For serialization only. |
|
NavigationStep(Object name,
double minimumSelection)
Constructor. |
|
| Method Summary | |
|---|---|
abstract boolean |
equals(Object other)
|
double |
getMinimumStepSelection()
|
String |
getName()
|
abstract int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String _name
protected double _minimumStepSelection
| Constructor Detail |
|---|
public NavigationStep()
public NavigationStep(Object name,
double minimumSelection)
name - the name object.minimumSelection - the minimum fraction of entities that should be removed when utalizing the step| Method Detail |
|---|
public String getName()
public double getMinimumStepSelection()
public abstract boolean equals(Object other)
equals in class Objectpublic abstract int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||