Uses of Class
moise.os.ss.Group
-
Packages that use Group Package Description moise.oe moise.os moise.os.ss moise.tools ora4mas.nopl ora4mas.nopl.tools -
-
Uses of Group in moise.oe
Fields in moise.oe declared as Group Modifier and Type Field Description protected Group
GroupInstance. spec
Methods in moise.oe that return Group Modifier and Type Method Description Group
GroupInstance. getGrSpec()
Methods in moise.oe with parameters of type Group Modifier and Type Method Description java.util.Collection<GroupInstance>
GroupInstance. findInstancesOf(Group grSpec)
get all groups (and subgroups) that instantiates grSpecjava.util.Collection<GroupInstance>
OE. findInstancesOf(Group grSpec)
finds all groups (and subgroups) that instantiates grSpecConstructors in moise.oe with parameters of type Group Constructor Description GroupInstance(java.lang.String id, Group spec)
create a new group instance identified by id -
Uses of Group in moise.os
Methods in moise.os that return Group Modifier and Type Method Description Group
OSBuilder. addRootGroup(java.lang.String id)
Group
OSBuilder. addSubGroup(java.lang.String father, java.lang.String id)
-
Uses of Group in moise.os.ss
Fields in moise.os.ss declared as Group Modifier and Type Field Description protected Group
RoleRel. grSpec
protected Group
SS. rootGrSpec
protected Group
Group. superGr
Fields in moise.os.ss with type parameters of type Group Modifier and Type Field Description protected CardinalitySet<Group>
Group. subgroups
Methods in moise.os.ss that return Group Modifier and Type Method Description Group
Group. findSubGroup(java.lang.String grId)
looks for grId in this group and in its subgroupsGroup
RoleRel. getGrSpec()
Group
SS. getRootGrSpec()
Group
Group. getSubGroup(java.lang.String grId)
gets the grId subgroup of this group (does not looks for the subgroups' subgroups)Group
Group. getSuperGroup()
Methods in moise.os.ss that return types with arguments of type Group Modifier and Type Method Description java.util.Collection<Group>
Group. getAllSubGroupsTree()
gets this group and its all sub groups, the subgroups of the subgroups, .....java.util.Collection<Group>
Role. getGroups()
gets a list of groups where this role can be playedCardinalitySet<Group>
Group. getSubGroups()
gets the direct sub groups of this groupMethods in moise.os.ss with parameters of type Group Modifier and Type Method Description void
Group. addSubGroup(Group gr)
java.util.Collection<Compatibility>
Role. getCompatibilities(Group gr)
gets all compatibilities for this role (and its super roles) in the context of the GrSpecjava.util.Collection<Link>
Role. getLinks(Group gr)
gets all links for this role (and its super roles) in the context of the GrSpecCardinality
Group. getSubGroupCardinality(Group gr)
void
SS. setRootGrSpec(Group gr)
protected void
Group. setSuperGroup(Group gr)
Constructors in moise.os.ss with parameters of type Group Constructor Description Compatibility(Group grSpec)
Creates new CompatibilityCompatibility(Role a, Role b, Group grSpec)
Creates new CompatibilityLink(Group gr, java.lang.String linkType)
Creates new LinkLink(Role s, Role d, Group gr, java.lang.String linkType)
Creates new Link -
Uses of Group in moise.tools
-
Uses of Group in ora4mas.nopl
Fields in ora4mas.nopl declared as Group Modifier and Type Field Description protected Group
GroupBoard. spec
Methods in ora4mas.nopl that return Group Modifier and Type Method Description Group
GroupBoard. getSpec()
-
Uses of Group in ora4mas.nopl.tools
Methods in ora4mas.nopl.tools with parameters of type Group Modifier and Type Method Description static java.lang.String
os2nopl. transform(Group gr)
transforms a Group Spec into NPL code
-