engine
Interface AssignableSelection

All Known Implementing Classes:
GenericSelectorDescription, SelectionExpressionDescription

abstract interface AssignableSelection

A selector which can be converted to use ContBitSelects.


Method Summary
 Expression instantiate(NameSpace ns)
           
 void toContSelection()
          Transform this selection for continuous assignement
 void toContSelection(byte strength)
           
 

Method Detail

toContSelection

public void toContSelection()
                     throws ParseException
Transform this selection for continuous assignement

toContSelection

public void toContSelection(byte strength)
                     throws ParseException

instantiate

public Expression instantiate(NameSpace ns)
                       throws ParseException