|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.interactive_instruments.ShapeChange.Model.InfoImpl
public abstract class InfoImpl
Field Summary | |
---|---|
protected String |
aliasName
|
protected String |
definition
|
protected String |
description
|
protected String |
documentation
|
Constructor Summary | |
---|---|
InfoImpl()
|
Method Summary | |
---|---|
String |
aliasName()
Retrieve the alias, typically a human readable name |
String |
definition()
Retrieve the part of a documentation of an information item that is considered a definition |
String |
description()
Retrieve the part of a documentation of an information item that is considered an informative description |
String |
documentation()
|
String |
encodingRule(String platform)
Return the encoding rule relevant on the element, given the platform |
boolean |
matches(String rule)
|
void |
postprocessAfterLoadingAndValidate()
1. |
boolean |
stereotype(String stereotype)
Test whether the element carries a certain 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 |
---|
fullName, id, model, name, options, result, stereotypes, taggedValue, taggedValues, taggedValues |
Field Detail |
---|
protected String documentation
protected String aliasName
protected String definition
protected String description
Constructor Detail |
---|
public InfoImpl()
Method Detail |
---|
public String aliasName()
aliasName
in interface Info
public String documentation()
documentation
in interface Info
public String encodingRule(String platform)
encodingRule
in interface Info
public boolean matches(String rule)
matches
in interface Info
public void postprocessAfterLoadingAndValidate()
postprocessAfterLoadingAndValidate
in interface Info
public String definition()
definition
in interface Info
public String description()
description
in interface Info
public boolean stereotype(String stereotype)
Info
stereotype
in interface Info
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |