|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdom.Content
org.jdom.Element
ikbs.rco.xml.Balise
ikbs.rco.xml.BaliseAttribute
public class BaliseAttribute
Classe spÈcialisÈe reprÈsentant une balise "attribute" dans la reprÈsentation arborescente hybride du fichier XML.
| Field Summary |
|---|
| Fields inherited from class org.jdom.Element |
|---|
additionalNamespaces, name, namespace |
| Fields inherited from class org.jdom.Content |
|---|
parent |
| Constructor Summary | |
|---|---|
BaliseAttribute(DescriptiveElement de)
Constructeur de la classe BaliseAttribute |
|
BaliseAttribute(org.jdom.Element element)
Constructeur de la classe BaliseAttribute |
|
| Method Summary | |
|---|---|
java.lang.String |
getDomaine()
Retourne l'attribut domaine de la balise Attribute |
float |
getInf()
Retourne l'attribut borne inf de la balise Attribute |
java.lang.String |
getLibelle()
Accesseur sur le Libelle. |
float |
getSup()
Retourne l'attribut borne sup de la balise Attribute |
java.lang.String |
getType()
Retourne la chaine de caractËre reprÈsentant le type de la balise courante |
java.lang.String |
getUnite()
Retourne l'attribut unitÈ de la balise Attribute |
void |
initBalise(DescriptiveElement de)
Initialise la balise attribute de l'arborescence hybride en fonction du DescriptiveElement passÈ en paramËtre. |
void |
initBaliseAttribute(DescriptiveElement de)
Cette mÈthode met ‡ jour les attributs de la Balise attribute considÈrÈe en fonction des attributs de son objet ikbs.rco.element.DescriptiveElement associÈe |
void |
initDE()
MÈthode permettant d'initaliser le "DescriptiveElement", c'est ‡ dire la reprÈsentation IKBS de notre objet BaliseAttribute. |
void |
setDomaine(java.lang.String domaine)
Initialise l'attribut domaine de la balise attribute |
void |
setInf(float inf)
Initialise l'attribut borne inf de la balise attribute |
void |
setSup(float sup)
Initialise l'attribut borne sup de la balise attribute |
void |
setType(java.lang.String type)
Initialise la balise type de la Balise courante |
void |
setUnite(java.lang.String unite)
Initialise l'attribut unite de la balise attribute |
void |
update(java.util.Observable o,
java.lang.Object args)
MÈthode implÈmentÈe de l'interface java.util.Observer. |
| Methods inherited from class ikbs.rco.xml.Balise |
|---|
createBalisesIllustration, getCommentaire, getDE, getDecision, getID, getPoids, getQuestion, getURL, loadIllustrations, loadRules, removeBaliseRuleAt, setCommentaire, setDE, setDecision, setID, setLibelle, setPoids, setQuestion, setURL |
| Methods inherited from class org.jdom.Element |
|---|
addContent, addContent, addContent, addContent, addContent, addNamespaceDeclaration, clone, cloneContent, getAdditionalNamespaces, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getAttributeValue, getAttributeValue, getChild, getChild, getChildren, getChildren, getChildren, getChildText, getChildText, getChildTextNormalize, getChildTextNormalize, getChildTextTrim, getChildTextTrim, getContent, getContent, getContent, getContentSize, getDescendants, getDescendants, getName, getNamespace, getNamespace, getNamespacePrefix, getNamespaceURI, getQualifiedName, getText, getTextNormalize, getTextTrim, getValue, indexOf, isAncestor, isRootElement, removeAttribute, removeAttribute, removeAttribute, removeChild, removeChild, removeChildren, removeChildren, removeContent, removeContent, removeContent, removeContent, removeNamespaceDeclaration, setAttribute, setAttribute, setAttribute, setAttributes, setContent, setContent, setContent, setContent, setName, setNamespace, setText, toString |
| Methods inherited from class org.jdom.Content |
|---|
detach, equals, getDocument, getParent, getParentElement, hashCode, setParent |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jdom.Parent |
|---|
getDocument, getParent |
| Constructor Detail |
|---|
public BaliseAttribute(org.jdom.Element element)
BaliseAttribute
element - un element JDOMpublic BaliseAttribute(DescriptiveElement de)
BaliseAttribute
de - un DEcriptiveElement| Method Detail |
|---|
public void initDE()
initDE in class Balisejava.lang.NullPointerExceptionpublic void initBaliseAttribute(DescriptiveElement de)
ikbs.rco.element.DescriptiveElement associÈe
de - le DescriptiveElement associÈe ‡ la balise courantepublic void setType(java.lang.String type)
type - la chaine de caractËre reprÈsentant le type
java.lang.NullPointerExceptiongetType()public java.lang.String getType()
setType(String)public void setUnite(java.lang.String unite)
unite - la chaine de caractËre reprÈsentant l'unitÈ
java.lang.NullPointerExceptiongetUnite()public void setInf(float inf)
inf - le float reprÈsentant la borne inf
java.lang.NullPointerExceptiongetInf()public void setSup(float sup)
sup - le float reprÈsentant la borne sup
java.lang.NullPointerExceptiongetSup()public void setDomaine(java.lang.String domaine)
domaine - la chaine de caractËre reprÈsentant le domaine
java.lang.NullPointerExceptiongetDomaine()public java.lang.String getUnite()
setUnite(String)public float getInf()
setInf(float)public float getSup()
setSup(float)public java.lang.String getDomaine()
setDomaine(String)
public void update(java.util.Observable o,
java.lang.Object args)
java.util.Observer.
Cette mÈthode gËre les diffÈrents messages ayant attrait aux attributs.
o - args - public void initBalise(DescriptiveElement de)
initBalise in class Balisede - Le DescriptiveElement associÈ ‡ la BaliseAttribute.public java.lang.String getLibelle()
getLibelle in class BaliseBalise.setLibelle(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||