Package | Description |
---|---|
moise.oe | |
moise.os.ss |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Link> |
RolePlayer.getLinks(java.lang.String type)
gives all links of type
type (e.g. |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Link> |
Group.links |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Link> |
Group.getExtendibleLinks()
gets the group's Link objects which are extendible to sub groups
|
java.util.Collection<Link> |
Group.getLinks()
returns a collection for the Link objects defined in this group
|
java.util.Collection<Link> |
Role.getLinks(Group gr)
gets all links for this role (and its super roles) in the context of the GrSpec
|
java.util.Set<Link> |
Group.getUpLinks()
gets the links of this group an its supergroups's extendible links
|
Modifier and Type | Method and Description |
---|---|
void |
Group.addLink(Link l) |