org.argouml.uml.notation.uml
Class ObjectFlowStateStateNotationUml
java.lang.Object
org.argouml.uml.notation.ValueHandler
org.argouml.uml.notation.ObjectFlowStateStateNotation
org.argouml.uml.notation.uml.ObjectFlowStateStateNotationUml
- All Implemented Interfaces:
- NotationProvider4
- public class ObjectFlowStateStateNotationUml
- extends ObjectFlowStateStateNotation
ObjectFlowStateStateNotationUml
public ObjectFlowStateStateNotationUml(Object objectflowstate)
- The constructor.
- Parameters:
objectflowstate - the ObjectFlowState represented by this notation
getParsingHelp
public String getParsingHelp()
- Returns:
- a i18 key that represents a help string
giving an explanation to the user of the syntax
- See Also:
NotationProvider4.getParsingHelp()
parse
public String parse(String text)
- Parameters:
text - the text given by the user to be parsed to adapt the model
- Returns:
- after parsing, the modelelement is generated again,
to normalize the given text
- See Also:
NotationProvider4.parse(java.lang.String)
parseObjectFlowState2
protected Object parseObjectFlowState2(Object objectFlowState,
String s)
throws ParseException
- Do the actual parsing.
- Parameters:
objectFlowState - the given element to be altereds - the new string
- Returns:
- the altered ObjectFlowState
- Throws:
ParseException - when the given text was rejected
toString
public String toString()
- See Also:
Object.toString()