Added: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.gmfgraph
URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.gmfgraph?rev=945179&view=auto
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.gmfgraph (added)
+++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.gmfgraph Mon May 17 14:27:33 2010
@@ -0,0 +1,941 @@
+
+
+ * The following features are supported: + *
+ * If the meaning of the 'Type' attribute isn't clear, + * there really should be more of a description here... + *
+ * + * @return the value of the 'Type' attribute. + * @see #setType(String) + * @see org.apache.commons.scxml.ScxmlPackage#getAnchor_Type() + * @model + * @generated + */ + String getType(); + + /** + * Sets the value of the '{@link org.apache.commons.scxml.Anchor#getType Type}' attribute. + * + * + * @param value the new value of the 'Type' attribute. + * @see #getType() + * @generated + */ + void setType(String value); + + /** + * Returns the value of the 'Snapshot' attribute. + * + *+ * If the meaning of the 'Snapshot' attribute isn't clear, + * there really should be more of a description here... + *
+ * + * @return the value of the 'Snapshot' attribute. + * @see #setSnapshot(String) + * @see org.apache.commons.scxml.ScxmlPackage#getAnchor_Snapshot() + * @model + * @generated + */ + String getSnapshot(); + + /** + * Sets the value of the '{@link org.apache.commons.scxml.Anchor#getSnapshot Snapshot}' attribute. + * + * + * @param value the new value of the 'Snapshot' attribute. + * @see #getSnapshot() + * @generated + */ + void setSnapshot(String value); + +} // Anchor Propchange: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Anchor.java ------------------------------------------------------------------------------ svn:eol-style = native Added: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Assign.java URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Assign.java?rev=945179&view=auto ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Assign.java (added) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Assign.java Mon May 17 14:27:33 2010 @@ -0,0 +1,107 @@ +/** + *+ * The following features are supported: + *
+ * If the meaning of the 'Location' attribute isn't clear, + * there really should be more of a description here... + *
+ * + * @return the value of the 'Location' attribute. + * @see #setLocation(String) + * @see org.apache.commons.scxml.ScxmlPackage#getAssign_Location() + * @model + * @generated + */ + String getLocation(); + + /** + * Sets the value of the '{@link org.apache.commons.scxml.Assign#getLocation Location}' attribute. + * + * + * @param value the new value of the 'Location' attribute. + * @see #getLocation() + * @generated + */ + void setLocation(String value); + + /** + * Returns the value of the 'Dataid' attribute. + * + *+ * If the meaning of the 'Dataid' attribute isn't clear, + * there really should be more of a description here... + *
+ * + * @return the value of the 'Dataid' attribute. + * @see #setDataid(String) + * @see org.apache.commons.scxml.ScxmlPackage#getAssign_Dataid() + * @model + * @generated + */ + String getDataid(); + + /** + * Sets the value of the '{@link org.apache.commons.scxml.Assign#getDataid Dataid}' attribute. + * + * + * @param value the new value of the 'Dataid' attribute. + * @see #getDataid() + * @generated + */ + void setDataid(String value); + + /** + * Returns the value of the 'Expr' attribute. + * + *+ * If the meaning of the 'Expr' attribute isn't clear, + * there really should be more of a description here... + *
+ * + * @return the value of the 'Expr' attribute. + * @see #setExpr(String) + * @see org.apache.commons.scxml.ScxmlPackage#getAssign_Expr() + * @model + * @generated + */ + String getExpr(); + + /** + * Sets the value of the '{@link org.apache.commons.scxml.Assign#getExpr Expr}' attribute. + * + * + * @param value the new value of the 'Expr' attribute. + * @see #getExpr() + * @generated + */ + void setExpr(String value); + +} // Assign Propchange: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Assign.java ------------------------------------------------------------------------------ svn:eol-style = native Added: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Cancel.java URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Cancel.java?rev=945179&view=auto ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Cancel.java (added) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Cancel.java Mon May 17 14:27:33 2010 @@ -0,0 +1,80 @@ +/** + *+ * The following features are supported: + *
+ * If the meaning of the 'Sendid' attribute isn't clear, + * there really should be more of a description here... + *
+ * + * @return the value of the 'Sendid' attribute. + * @see #setSendid(String) + * @see org.apache.commons.scxml.ScxmlPackage#getCancel_Sendid() + * @model + * @generated + */ + String getSendid(); + + /** + * Sets the value of the '{@link org.apache.commons.scxml.Cancel#getSendid Sendid}' attribute. + * + * + * @param value the new value of the 'Sendid' attribute. + * @see #getSendid() + * @generated + */ + void setSendid(String value); + + /** + * Returns the value of the 'Sendidexpr' attribute. + * + *+ * If the meaning of the 'Sendidexpr' attribute isn't clear, + * there really should be more of a description here... + *
+ * + * @return the value of the 'Sendidexpr' attribute. + * @see #setSendidexpr(String) + * @see org.apache.commons.scxml.ScxmlPackage#getCancel_Sendidexpr() + * @model + * @generated + */ + String getSendidexpr(); + + /** + * Sets the value of the '{@link org.apache.commons.scxml.Cancel#getSendidexpr Sendidexpr}' attribute. + * + * + * @param value the new value of the 'Sendidexpr' attribute. + * @see #getSendidexpr() + * @generated + */ + void setSendidexpr(String value); + +} // Cancel Propchange: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Cancel.java ------------------------------------------------------------------------------ svn:eol-style = native Added: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Content.java URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Content.java?rev=945179&view=auto ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Content.java (added) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Content.java Mon May 17 14:27:33 2010 @@ -0,0 +1,46 @@ +/** + *+ * The following features are supported: + *
+ * If the meaning of the 'Content' containment reference list isn't clear, + * there really should be more of a description here... + *
+ * + * @return the value of the 'Content' containment reference list. + * @see org.apache.commons.scxml.ScxmlPackage#getContent_Content() + * @model type="org.apache.commons.scxml.Content" containment="true" + * @generated + */ + EList getContent(); + +} // Content Propchange: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Content.java ------------------------------------------------------------------------------ svn:eol-style = native