Uses of Class
com.ensoftcorp.open.commons.subsystems.Subsystem
-
Packages that use Subsystem Package Description com.ensoftcorp.open.commons.subsystems -
-
Uses of Subsystem in com.ensoftcorp.open.commons.subsystems
Methods in com.ensoftcorp.open.commons.subsystems that return types with arguments of type Subsystem Modifier and Type Method Description static java.util.Set<Subsystem>
Subsystems. getRegisteredSubsystems()
Returns a copy of the currently registered subsystemsMethods in com.ensoftcorp.open.commons.subsystems with parameters of type Subsystem Modifier and Type Method Description static com.ensoftcorp.atlas.core.query.Q
Subsystems. getSubsystemContents(Subsystem... subsystems)
Returns the set of nodes contained in the given subsystem tagsstatic com.ensoftcorp.atlas.core.query.Q
Subsystems. getSubsystemInteractions(com.ensoftcorp.atlas.core.query.Q context, Subsystem subsystem, java.lang.String... edgeTags)
Returns the interactions along the given types of edges of the context set and the set defined by the contents of the subsystem
-