|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StrategyProperties
This interface may be implemented by abstract strategies to provide support
for special properties that a concrete strategy may have. A property is
represented as a bit in a BitSet
. Symbolic names for the
property bits of a category of strategies may be defined in separate
interfaces.
Method Summary | |
---|---|
java.util.BitSet |
getProperties()
Return information about what properties are currently activated. |
java.util.BitSet |
getSupportedProperties()
Return information about what properties I support. |
Method Detail |
---|
java.util.BitSet getSupportedProperties()
java.util.BitSet getProperties()
BitSet
interface.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |