Package | Description |
---|---|
org.polarsys.chess.fla.flaxml | |
org.polarsys.chess.fla.flaxml.impl | |
org.polarsys.chess.fla.flaxml.util |
Modifier and Type | Method and Description |
---|---|
FptcRules |
FlaxmlFactory.createFptcRules()
Returns a new object of class 'Fptc Rules'.
|
FptcRules |
SimpleComponent.getRules()
Returns the value of the 'Rules' containment reference.
|
FptcRules |
Connection.getRules()
Returns the value of the 'Rules' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleComponent.setRules(FptcRules value)
Sets the value of the '
Rules ' containment reference. |
void |
Connection.setRules(FptcRules value)
Sets the value of the '
Rules ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
FptcRulesImpl
An implementation of the model object 'Fptc Rules'.
|
Modifier and Type | Method and Description |
---|---|
FptcRules |
FlaxmlFactoryImpl.createFptcRules() |
FptcRules |
SimpleComponentImpl.getRules() |
FptcRules |
ConnectionImpl.getRules() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SimpleComponentImpl.basicSetRules(FptcRules newRules,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ConnectionImpl.basicSetRules(FptcRules newRules,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SimpleComponentImpl.setRules(FptcRules newRules) |
void |
ConnectionImpl.setRules(FptcRules newRules) |
Modifier and Type | Method and Description |
---|---|
T |
FlaxmlSwitch.caseFptcRules(FptcRules object)
Returns the result of interpreting the object as an instance of 'Fptc Rules'.
|
boolean |
FlaxmlValidator.validateFptcRules(FptcRules fptcRules,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |