ikbs.translation.hyperquest
Class IkbsToolkit

java.lang.Object
  extended by ikbs.translation.hyperquest.IkbsToolkit

public class IkbsToolkit
extends java.lang.Object

Définition de la classe IkbsToolkit Cette classe definit des methodes utiles pour l'exportation des cas vers hyperquest

Version:
1.0
Author:
Patrick TAMAYA

Constructor Summary
IkbsToolkit()
           
 
Method Summary
static java.lang.String getAttributeName(java.lang.String s)
          recupere la chaine representant l'identifiant d'attribut dans une chaine de type: forme[columelle-AC] --> forme
static java.lang.String getComponentName(java.lang.String s)
          recupere la chaine representant le composant d'attribut dans une chaine de type: forme[columelle-AC] --> columelle-AC
static boolean isComponent(java.lang.String s)
          teste si une chaine provenant d'un fichier de transfert correspond à un composant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IkbsToolkit

public IkbsToolkit()
Method Detail

isComponent

public static boolean isComponent(java.lang.String s)
teste si une chaine provenant d'un fichier de transfert correspond à un composant


getAttributeName

public static java.lang.String getAttributeName(java.lang.String s)
recupere la chaine representant l'identifiant d'attribut dans une chaine de type: forme[columelle-AC] --> forme


getComponentName

public static java.lang.String getComponentName(java.lang.String s)
recupere la chaine representant le composant d'attribut dans une chaine de type: forme[columelle-AC] --> columelle-AC