|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Unit | |
---|---|
com.vii.brillien.kernel.axiom.atomic |
Uses of Unit in com.vii.brillien.kernel.axiom.atomic |
---|
Subinterfaces of Unit in com.vii.brillien.kernel.axiom.atomic | |
---|---|
interface |
Commander<P extends PresenceManager,C extends Communication,R>
Commander is a central management object in Brillien. |
interface |
Context<P extends Presence,C extends Communication,R>
Context is a special Unit type providing a metalevel collapsing set functionality extended by sharing services. |
interface |
Flow<P extends Presence,C extends Communication,R>
Flow are the high-level component to provide flow-related functionality. |
interface |
PresenceManager<P extends Presence,C extends Communication>
Instantiation manager interface, factory-like interface according the environment of the component like: used libraries, component version, transaction management, instance management type, etc. |
Methods in com.vii.brillien.kernel.axiom.atomic that return Unit | |
---|---|
Unit<P,C,R> |
Unit.addSubUnits(Unit... ses)
Adds new subunits. |
Unit<P,C,R> |
Unit.complement(Unit<P,C,R> unit)
Creates complement set from the actual and the given Unit |
Unit<P,C,R> |
Unit.intersect(Unit<P,C,R> unit)
Creates intersect set from the actual and the given Unit |
Unit<P,C,R> |
Unit.removeSubUnits(Unit... ses)
Removes subunits. |
Unit<P,C,R> |
Unit.subset(CharacteristicFunction<P,C,R> function)
Subset creation from the given Unit |
Unit<P,C,R> |
Unit.symmetricDifference(Unit<P,C,R> unit)
Creates symmetric difference set from the actual and the given Unit |
Unit<P,C,R> |
Unit.union(Unit<P,C,R> unit)
Creates union set from the actual and the given Unit |
Methods in com.vii.brillien.kernel.axiom.atomic that return types with arguments of type Unit | |
---|---|
Collection<Unit> |
Unit.classify(EquivalenceRelation<P,C,R> function)
Classifies the unit by using an equivalence relation |
Collection<Unit> |
Unit.getSubUnits()
Gets subunit instances |
Collection<Unit> |
Presence.getSuperUnits()
Gets superunits instances. |
Methods in com.vii.brillien.kernel.axiom.atomic with parameters of type Unit | |
---|---|
Unit<P,C,R> |
Unit.addSubUnits(Unit... ses)
Adds new subunits. |
void |
Presence.addSuperUnits(Unit... ses)
Adds new superunits. |
Unit<P,C,R> |
Unit.complement(Unit<P,C,R> unit)
Creates complement set from the actual and the given Unit |
Unit<P,C,R> |
Unit.intersect(Unit<P,C,R> unit)
Creates intersect set from the actual and the given Unit |
boolean |
Unit.isSubSet(Unit<P,C,R> u)
Decides whether the given parameter is subset of the actual Unit instance |
Unit<P,C,R> |
Unit.removeSubUnits(Unit... ses)
Removes subunits. |
void |
Presence.removeSuperUnits(Unit... ses)
Removes superunits. |
Unit<P,C,R> |
Unit.symmetricDifference(Unit<P,C,R> unit)
Creates symmetric difference set from the actual and the given Unit |
Unit<P,C,R> |
Unit.union(Unit<P,C,R> unit)
Creates union set from the actual and the given Unit |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |