Package | Description |
---|---|
moise.os | |
moise.os.ss |
Modifier and Type | Field and Description |
---|---|
protected SS |
OS.ss |
Modifier and Type | Method and Description |
---|---|
SS |
OS.getSS() |
Modifier and Type | Method and Description |
---|---|
void |
OS.addSS(SS s)
adds the elements (roles definitions, link types, ...)
of another SS into this OS
|
void |
OS.setSS(SS s) |
Modifier and Type | Field and Description |
---|---|
protected SS |
Role.ss |
protected SS |
Group.ss |
Modifier and Type | Method and Description |
---|---|
SS |
Group.getSS() |
Modifier and Type | Method and Description |
---|---|
void |
Role.setSS(SS ss) |
Constructor and Description |
---|
Group(SS ss)
Creates new GrSpec
|
Group(java.lang.String id,
SS ss)
Creates new GrSpec
|
Role(java.lang.String id,
SS ss)
Creates a new Role
|