|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.interactive_instruments.ShapeChange.Model.InfoImpl
de.interactive_instruments.ShapeChange.Model.AssociationInfoImpl
de.interactive_instruments.ShapeChange.Model.EA.AssociationInfoEA
public class AssociationInfoEA
Field Summary | |
---|---|
protected int |
eaConnectorId
The EA object id of the association object |
protected String |
name
Name of Association |
protected int |
navigability
Navigability 0=both, +1=source->target, -1=target->source |
protected PropertyInfoEA[] |
properties
Source [0] and target [1] properties |
protected boolean |
relevant
Relevant part of model? |
protected HashSet<String> |
stereotypesCache
Cache set for stereotypes |
protected HashMap<String,String> |
taggedValuesCache
Cache map for tagged values |
Fields inherited from class de.interactive_instruments.ShapeChange.Model.InfoImpl |
---|
aliasName, definition, description, documentation |
Method Summary | |
---|---|
String |
aliasName()
Get alias name of the association. |
ClassInfo |
assocClass()
|
String |
documentation()
Return the documentation attached to the property object. |
PropertyInfo |
end1()
Return PropertyInfo from source end |
PropertyInfo |
end2()
Return PropertyInfo from source end |
String |
id()
Return model-unique id of association |
Model |
model()
Return Model object |
String |
name()
Return name of Association |
Options |
options()
Return options and configuration object. |
ShapeChangeResult |
result()
Return result object for error reporting. |
Set<String> |
stereotypes()
Return the normalized stereotypes of the association. |
String |
taggedValue(String tag)
Return the tagged value for the tag given or null if missing. |
HashMap<String,String> |
taggedValues()
|
HashMap<String,String> |
taggedValues(String tagList)
Return all the tagged values listed in the input string. |
Methods inherited from class de.interactive_instruments.ShapeChange.Model.AssociationInfoImpl |
---|
encodingRule, fullName, postprocessAfterLoadingAndValidate |
Methods inherited from class de.interactive_instruments.ShapeChange.Model.InfoImpl |
---|
definition, description, matches, stereotype |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.interactive_instruments.ShapeChange.Model.Info |
---|
definition, description, encodingRule, fullName, matches, postprocessAfterLoadingAndValidate, stereotype |
Field Detail |
---|
protected int eaConnectorId
protected String name
protected int navigability
protected boolean relevant
protected PropertyInfoEA[] properties
protected HashMap<String,String> taggedValuesCache
protected HashSet<String> stereotypesCache
Method Detail |
---|
public PropertyInfo end1()
end1
in interface AssociationInfo
public PropertyInfo end2()
end2
in interface AssociationInfo
public String id()
id
in interface Info
public Model model()
model
in interface Info
public String name()
name
in interface Info
public String aliasName()
aliasName
in interface Info
aliasName
in class InfoImpl
public String documentation()
documentation
in interface Info
documentation
in class InfoImpl
public Options options()
options
in interface Info
public ShapeChangeResult result()
result
in interface Info
public Set<String> stereotypes()
stereotypes
in interface Info
public String taggedValue(String tag)
taggedValue
in interface Info
tag
- name of the tagged value to look up
null if the tagged value is missing.
public HashMap<String,String> taggedValues(String tagList)
taggedValues
in interface Info
public ClassInfo assocClass()
assocClass
in interface AssociationInfo
public HashMap<String,String> taggedValues()
taggedValues
in interface Info
null
Info.taggedValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |