org.decisiondeck.jmcda.xws.transformer.xml
Class ToAlternatives

java.lang.Object
  extended by org.decisiondeck.jmcda.xws.transformer.xml.ToAlternatives
All Implemented Interfaces:
FunctionWithInputCheck<Collection<XAlternatives>,Set<Alternative>>

public class ToAlternatives
extends Object
implements FunctionWithInputCheck<Collection<XAlternatives>,Set<Alternative>>


Constructor Summary
ToAlternatives()
           
 
Method Summary
 Set<Alternative> apply(Collection<XAlternatives> input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToAlternatives

public ToAlternatives()
Method Detail

apply

public Set<Alternative> apply(Collection<XAlternatives> input)
                       throws InvalidInputException
Specified by:
apply in interface FunctionWithInputCheck<Collection<XAlternatives>,Set<Alternative>>
Throws:
InvalidInputException


Copyright © 2011. All Rights Reserved.