org.xmloperator.lambda.net.model
Interface ScopeBinder


public interface ScopeBinder

Binding between Delimiters and their mapping Abstractors.


Method Summary
 OperatorList getAbstractorList()
          Returns the list of duplicated Abstractors that are the target of this binding.
 OperatorList getDelimiterList()
          Returns the list of duplicated Delimiters that are the source of this binding.
 void returnToFactory()
          Return this ScopeBinder to the Factory.
 

Method Detail

returnToFactory

public void returnToFactory()
Return this ScopeBinder to the Factory.

Post-condition: this is no more usable.


getAbstractorList

public OperatorList getAbstractorList()
Returns the list of duplicated Abstractors that are the target of this binding.

Returns:
the list of duplicated Abstractors that are the target of this binding.

getDelimiterList

public OperatorList getDelimiterList()
Returns the list of duplicated Delimiters that are the source of this binding.

Returns:
the list of duplicated Delimiters that are the source of this binding.