|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Function:This interface must be implemented by the classes needed to model a composite policy type object. It provides the functionatly to instantiate the policies within it and also to get the base types (from which it inherits) and also all the types which inherit from it. This is necessary in order to implement the inheritance of composite policy types. This interface is only implemented at runtime.
| Method Summary | |
void |
addSubType(java.lang.String newSubType)
Add a new sub-type. |
TypesListI |
getBaseTypes()
return the list of base-types for this composite policy type |
InstantiationsListI |
getInstancesList()
return the list of names for the instances that must be created together with the parameters list that must be passed to each |
java.lang.String |
getName()
|
TypesListI |
getSubTypes()
return the list of sub-types for this composite policy type |
int |
getType()
|
void |
instantiate(java.util.LinkedList parameters)
Instantiate this Composite Policy |
| Method Detail |
public java.lang.String getName()
public int getType()
public void instantiate(java.util.LinkedList parameters)
public TypesListI getBaseTypes()
public TypesListI getSubTypes()
public void addSubType(java.lang.String newSubType)
newSubType - The sub-type to addpublic InstantiationsListI getInstancesList()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||