|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Info
Method Summary | |
---|---|
String |
aliasName()
|
String |
definition()
|
String |
description()
|
String |
documentation()
|
String |
encodingRule(String platform)
Identifies the encoding rule relevant on the element, given the platform. |
String |
fullName()
Fully qualified UML name. |
String |
id()
|
boolean |
matches(String rule)
|
Model |
model()
|
String |
name()
|
Options |
options()
|
void |
postprocessAfterLoadingAndValidate()
|
ShapeChangeResult |
result()
|
boolean |
stereotype(String stereotype)
Test whether the element carries a certain stereotype |
Set<String> |
stereotypes()
|
String |
taggedValue(String tag)
|
HashMap<String,String> |
taggedValues()
|
HashMap<String,String> |
taggedValues(String tagList)
Return all the tagged values listed in the input string. |
Method Detail |
---|
Options options()
ShapeChangeResult result()
Model model()
String id()
String name()
String aliasName()
String fullName()
String documentation()
String definition()
String description()
Set<String> stereotypes()
boolean stereotype(String stereotype)
String taggedValue(String tag)
tag
- name of the tagged value to look up
null if the tagged value is missing.
HashMap<String,String> taggedValues()
null
HashMap<String,String> taggedValues(String tagList)
String encodingRule(String platform)
platform
-
boolean matches(String rule)
void postprocessAfterLoadingAndValidate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |