|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FlowPoint in edu.cmu.sei.aadl.model.feature |
---|
Subinterfaces of FlowPoint in edu.cmu.sei.aadl.model.feature | |
---|---|
interface |
AbstractPort
A representation of the model object 'Abstract Port' |
interface |
DataPort
A representation of the model object 'Data Port' |
interface |
EventDataPort
A representation of the model object 'Event Data Port' |
interface |
EventPort
A representation of the model object 'Event Port' |
interface |
Parameter
A representation of the model object 'Parameter' |
interface |
Port
A representation of the model object 'Port' |
interface |
PortGroup
A representation of the model object 'Port Group' |
Uses of FlowPoint in edu.cmu.sei.aadl.model.feature.impl |
---|
Classes in edu.cmu.sei.aadl.model.feature.impl that implement FlowPoint | |
---|---|
class |
AbstractPortImpl
An implementation of the model object 'Abstract Port' |
class |
DataPortImpl
An implementation of the model object 'Data Port' |
class |
EventDataPortImpl
An implementation of the model object 'Event Data Port' |
class |
EventPortImpl
An implementation of the model object 'Event Port' |
class |
ParameterImpl
An implementation of the model object 'Parameter' |
class |
PortGroupImpl
An implementation of the model object 'Port Group' |
class |
PortImpl
An implementation of the model object 'Port' |
Uses of FlowPoint in edu.cmu.sei.aadl.model.feature.util |
---|
Methods in edu.cmu.sei.aadl.model.feature.util with parameters of type FlowPoint | |
---|---|
java.lang.Object |
FeatureSwitch.caseFlowPoint(FlowPoint object)
Returns the result of interpretting the object as an instance of 'Point' |
Uses of FlowPoint in edu.cmu.sei.aadl.model.flow |
---|
Methods in edu.cmu.sei.aadl.model.flow that return FlowPoint | |
---|---|
FlowPoint |
FlowFactory.createFlowPoint()
Returns a new object of class 'Point' |
FlowPoint |
FlowPathSpec.getDst()
Returns the value of the 'Dst' reference |
FlowPoint |
FlowSourceSpec.getDst()
Returns the value of the 'Dst' reference |
FlowPoint |
FlowPathSpec.getSrc()
Returns the value of the 'Src' reference |
FlowPoint |
FlowSinkSpec.getSrc()
Returns the value of the 'Src' reference |
FlowPoint |
FlowSpec.getXAllDst()
get destination flow point of flow source, sink, or path spec. |
FlowPoint |
FlowSpec.getXAllSrc()
get source flow point of flow source, sink, or path spec. |
FlowPoint |
FlowSpec.getXDst()
get destination flow point of flow source, sink, or path spec |
FlowPoint |
FlowSpec.getXSrc()
get source flow point of flow source, sink, or path spec |
Methods in edu.cmu.sei.aadl.model.flow with parameters of type FlowPoint | |
---|---|
void |
FlowPathSpec.setDst(FlowPoint value)
Sets the value of the ' Dst ' reference |
void |
FlowSourceSpec.setDst(FlowPoint value)
Sets the value of the ' Dst ' reference |
void |
FlowPathSpec.setSrc(FlowPoint value)
Sets the value of the ' Src ' reference |
void |
FlowSinkSpec.setSrc(FlowPoint value)
Sets the value of the ' Src ' reference |
Uses of FlowPoint in edu.cmu.sei.aadl.model.flow.impl |
---|
Classes in edu.cmu.sei.aadl.model.flow.impl that implement FlowPoint | |
---|---|
class |
FlowPointImpl
An implementation of the model object 'Point' |
Fields in edu.cmu.sei.aadl.model.flow.impl declared as FlowPoint | |
---|---|
protected FlowPoint |
FlowSourceSpecImpl.dst
The cached value of the ' Dst ' reference |
protected FlowPoint |
FlowPathSpecImpl.dst
The cached value of the ' Dst ' reference |
protected FlowPoint |
FlowSinkSpecImpl.src
The cached value of the ' Src ' reference |
protected FlowPoint |
FlowPathSpecImpl.src
The cached value of the ' Src ' reference |
Methods in edu.cmu.sei.aadl.model.flow.impl that return FlowPoint | |
---|---|
FlowPoint |
FlowSourceSpecImpl.basicGetDst()
|
FlowPoint |
FlowPathSpecImpl.basicGetDst()
|
FlowPoint |
FlowSinkSpecImpl.basicGetSrc()
|
FlowPoint |
FlowPathSpecImpl.basicGetSrc()
|
FlowPoint |
FlowFactoryImpl.createFlowPoint()
|
FlowPoint |
FlowSourceSpecImpl.getDst()
|
FlowPoint |
FlowPathSpecImpl.getDst()
|
FlowPoint |
FlowSinkSpecImpl.getSrc()
|
FlowPoint |
FlowPathSpecImpl.getSrc()
|
FlowPoint |
FlowSpecImpl.getXAllDst()
get destination flow point of flow source, sink, or path spec. |
FlowPoint |
FlowSpecImpl.getXAllSrc()
get source flow point of flow source, sink, or path spec. |
FlowPoint |
FlowSpecImpl.getXDst()
get destination flow point of flow source, sink, or path spec |
FlowPoint |
FlowSpecImpl.getXSrc()
get source flow point of flow source, sink, or path spec |
Methods in edu.cmu.sei.aadl.model.flow.impl with parameters of type FlowPoint | |
---|---|
void |
FlowSourceSpecImpl.setDst(FlowPoint newDst)
phf: we want an add version for EList |
void |
FlowPathSpecImpl.setDst(FlowPoint newDst)
phf: we want an add version for EList |
void |
FlowSinkSpecImpl.setSrc(FlowPoint newSrc)
phf: we want an add version for EList |
void |
FlowPathSpecImpl.setSrc(FlowPoint newSrc)
phf: we want an add version for EList |
Uses of FlowPoint in edu.cmu.sei.aadl.model.flow.util |
---|
Methods in edu.cmu.sei.aadl.model.flow.util with parameters of type FlowPoint | |
---|---|
java.lang.Object |
FlowSwitch.caseFlowPoint(FlowPoint object)
Returns the result of interpretting the object as an instance of 'Point' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |