Uses of Class
moise.os.ss.Link
-
Packages that use Link Package Description moise.oe moise.os.ss -
-
Uses of Link in moise.oe
-
Uses of Link in moise.os.ss
Fields in moise.os.ss with type parameters of type Link Modifier and Type Field Description protected java.util.Set<Link>
Group. links
Methods in moise.os.ss that return types with arguments of type Link Modifier and Type Method Description java.util.Collection<Link>
Group. getExtendibleLinks()
gets the group's Link objects which are extendible to sub groupsjava.util.Collection<Link>
Group. getLinks()
returns a collection for the Link objects defined in this groupjava.util.Collection<Link>
Role. getLinks(Group gr)
gets all links for this role (and its super roles) in the context of the GrSpecjava.util.Set<Link>
Group. getUpLinks()
gets the links of this group an its supergroups's extendible linksMethods in moise.os.ss with parameters of type Link Modifier and Type Method Description void
Group. addLink(Link l)
-