public class OS extends MoiseElement implements ToXML
Modifier and Type | Field and Description |
---|---|
protected FS |
fs |
protected NS |
ns |
protected SS |
ss |
protected java.lang.String |
uri |
debug
Constructor and Description |
---|
OS() |
Modifier and Type | Method and Description |
---|---|
void |
addFS(FS f)
adds the scheme of another FS into this OS
|
void |
addNS(NS d)
adds the norms of another NS into this OS
|
void |
addSS(SS s)
adds the elements (roles definitions, link types, ...)
of another SS into this OS
|
org.w3c.dom.Element |
getAsDOM(org.w3c.dom.Document document) |
FS |
getFS() |
NS |
getNS() |
SS |
getSS() |
java.lang.String |
getURI() |
static java.lang.String |
getXMLTag() |
static OS |
loadOSFromURI(java.lang.String uri) |
static void |
main(java.lang.String[] args)
used to convert old format to the new
|
void |
setFromDOM(org.w3c.dom.Node node)
the organisation-specification parent node is the parameter
|
void |
setFS(FS f) |
void |
setNS(NS n) |
void |
setSS(SS s) |
void |
setURI(java.lang.String u) |
compareTo, equals, getBoolProperty, getBoolProperty, getCreationDate, getFullId, getId, getId, getOwner, getPrefix, getPrefix, getProperties, getPropertiesAsDOM, getPropertiesAsProlog, getProperty, getStrProperty, hashCode, setId, setOwner, setPrefix, setPropertiesFromDOM, setProperty, toString
protected SS ss
protected FS fs
protected NS ns
protected java.lang.String uri
public void setSS(SS s)
public void setFS(FS f)
public void setNS(NS n)
public void setURI(java.lang.String u)
public java.lang.String getURI()
public void addSS(SS s) throws MoiseException
MoiseException
public void addFS(FS f)
public void addNS(NS d)
public SS getSS()
public FS getFS()
public NS getNS()
public static java.lang.String getXMLTag()
public org.w3c.dom.Element getAsDOM(org.w3c.dom.Document document)
public static OS loadOSFromURI(java.lang.String uri)
public void setFromDOM(org.w3c.dom.Node node) throws MoiseException
MoiseException
public static void main(java.lang.String[] args)