|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.cmu.archevol.impl.ModelExtenderImpl
public class ModelExtenderImpl
To extend model for additional properties defined in Evolution Style Plug-ins.
| Method Summary | |
|---|---|
static ModelExtenderImpl |
getInstance()
|
Map<String,Object> |
getInstanceProperties()
Returns the map of path independent properties for Architecture Instance and creates spaces for them if not yet |
Collection<String> |
getInstancePropertiesNames(String styleName)
|
Map<String,Object> |
getPathInstanceProperties()
Returns the map of path dependent properties for Architecture Instance and creates spaces for them if not yet |
Collection<String> |
getPathInstancePropertiesNames(String styleName)
|
Map<String,Object> |
getPathTransitionProperties()
Returns the map of path dependent properties for Transtion and creates spaces for them if not yet |
Collection<String> |
getPathTransitionPropertiesNames(String styleName)
|
Map<String,Object> |
getTransitionProperties()
Returns the map of path independent properties for Transtion and creates spaces for them if not yet |
Collection<String> |
getTransitionPropertiesNames(String styleName)
|
void |
init()
Adds default values of all element of all Evolution Style Plug-ins into an appropriate map |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ModelExtenderImpl getInstance()
public void init()
public Collection<String> getInstancePropertiesNames(String styleName)
public Collection<String> getPathInstancePropertiesNames(String styleName)
public Collection<String> getTransitionPropertiesNames(String styleName)
public Collection<String> getPathTransitionPropertiesNames(String styleName)
public Map<String,Object> getInstanceProperties()
public Map<String,Object> getTransitionProperties()
public Map<String,Object> getPathInstanceProperties()
public Map<String,Object> getPathTransitionProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||