Package | Description |
---|---|
org.polarsys.chess.fla.flaxml | |
org.polarsys.chess.fla.flaxml.impl | |
org.polarsys.chess.fla.flaxml.util |
Modifier and Type | Interface and Description |
---|---|
interface |
Component
A representation of the model object 'Component'.
|
interface |
CompositeComponent
A representation of the model object 'Composite Component'.
|
interface |
InputPort
A representation of the model object 'Input Port'.
|
interface |
OutputPort
A representation of the model object 'Output Port'.
|
interface |
SimpleComponent
A representation of the model object 'Simple Component'.
|
Modifier and Type | Method and Description |
---|---|
NamedElement |
FlaxmlFactory.createNamedElement()
Returns a new object of class 'Named Element'.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentImpl
An implementation of the model object 'Component'.
|
class |
CompositeComponentImpl
An implementation of the model object 'Composite Component'.
|
class |
InputPortImpl
An implementation of the model object 'Input Port'.
|
class |
NamedElementImpl
An implementation of the model object 'Named Element'.
|
class |
OutputPortImpl
An implementation of the model object 'Output Port'.
|
class |
SimpleComponentImpl
An implementation of the model object 'Simple Component'.
|
Modifier and Type | Method and Description |
---|---|
NamedElement |
FlaxmlFactoryImpl.createNamedElement() |
Modifier and Type | Method and Description |
---|---|
T |
FlaxmlSwitch.caseNamedElement(NamedElement object)
Returns the result of interpreting the object as an instance of 'Named Element'.
|
boolean |
FlaxmlValidator.validateNamedElement(NamedElement namedElement,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |