|
||||||||||
| 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.BaliseComponent
public class BaliseComponent
Classe spécialisée reprÈsentant une balise "component" 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 | |
|---|---|
BaliseComponent(DescriptiveElement de)
Constructeur. |
|
BaliseComponent(org.jdom.Element element)
Constructeur. |
|
| Method Summary | |
|---|---|
DescriptiveComponent |
getDC()
Renvoie le ikbs.rco.element.DescriptiveComponent associÈe ‡
la balise component considÈrÈe. |
boolean |
getFictitious()
Retourne l'attribut boolÈen fictititous |
java.lang.String |
getLibelle()
Accesseur sur le Libelle. |
boolean |
getMultiple()
Retourne l'attribut boolÈen multiple |
boolean |
getPossiblyAbsent()
Retourne l'attribut boolÈen possiblyAbsent |
void |
initBalise(DescriptiveElement de)
Initialise la balise attribute de l'arborescence hybride en fonction du DescriptiveElement passé en paramËtre. |
void |
initDE()
MÈthode permettant d'initaliser le ikbs.rco.element.DescriptiveElement, c'est ‡ dire la
reprÈsentation IKBS de notre objet BaliseComponent. |
void |
setFictitious(boolean b)
Initialise l'attribut boolÈen fictitious |
void |
setMultiple(boolean b)
Initialise l'attribut boolÈen multiple |
void |
setPossiblyAbsent(boolean b)
Initialise l'attribut boolÈen PossiblyAbsent |
void |
update(java.util.Observable o,
java.lang.Object args)
MÈthode implÈmentÈe de l'interface java.util.Observer. |
void |
updateBalisesAttribute()
Cette mÈthode met ‡ jour chacune des balises attribute de la balise component considÈrÈe |
| 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 BaliseComponent(org.jdom.Element element)
org.jdom.Element.
BaliseComponentpublic BaliseComponent(DescriptiveElement de)
ikbs.rco.element.DescriptiveElement.
BaliseComponent| Method Detail |
|---|
public void initDE()
ikbs.rco.element.DescriptiveElement, c'est ‡ dire la
reprÈsentation IKBS de notre objet BaliseComponent.
initDE in class BaliseBaliseComponentpublic DescriptiveComponent getDC()
ikbs.rco.element.DescriptiveComponent associÈe ‡
la balise component considÈrÈe.
public void setPossiblyAbsent(boolean b)
b - un boolÈengetPossiblyAbsent()public void setFictitious(boolean b)
b - un boolÈengetFictitious()public void setMultiple(boolean b)
b - un boolÈengetMultiple()public boolean getPossiblyAbsent()
org.jdom.DataConversionExceptionsetPossiblyAbsent(boolean)public boolean getFictitious()
org.jdom.DataConversionExceptionsetFictitious(boolean)public boolean getMultiple()
org.jdom.DataConversionExceptionsetMultiple(boolean)
public void update(java.util.Observable o,
java.lang.Object args)
java.util.Observer.
Elle gËre les messages coorespondant ‡ son objet ikbs associÈ.
o - args - public void updateBalisesAttribute()
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 | |||||||||