nl.tudelft.goal.unreal.translators
Class URITranslator

Package class diagram package URITranslator
java.lang.Object
  extended by nl.tudelft.goal.unreal.translators.URITranslator
All Implemented Interfaces:
nl.tudelft.goal.EIS2Java.translation.Parameter2Java<URI>

public class URITranslator
extends Object
implements nl.tudelft.goal.EIS2Java.translation.Parameter2Java<URI>

A simple translator that will only translate addresses of the form ut://[host]:[port].

Author:
mpkorstanje

Constructor Summary
URITranslator()
           
 
Method Summary
 URI translate(eis.iilang.Parameter parameter)
           
 Class<URI> translatesTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URITranslator

public URITranslator()
Method Detail

translate

public URI translate(eis.iilang.Parameter parameter)
              throws nl.tudelft.goal.EIS2Java.exception.TranslationException
Specified by:
translate in interface nl.tudelft.goal.EIS2Java.translation.Parameter2Java<URI>
Throws:
nl.tudelft.goal.EIS2Java.exception.TranslationException

translatesTo

public Class<URI> translatesTo()
Specified by:
translatesTo in interface nl.tudelft.goal.EIS2Java.translation.Parameter2Java<URI>


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.