Package org.palladiosimulator.solver.lqn
Interface LqnFactory
-
- All Superinterfaces:
EFactory,EModelElement,EObject,Notifier
- All Known Implementing Classes:
LqnFactoryImpl
public interface LqnFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
LqnPackage- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static LqnFactoryeINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityDefBasecreateActivityDefBase()Returns a new object of class 'Activity Def Base'.ActivityDefTypecreateActivityDefType()Returns a new object of class 'Activity Def Type'.ActivityGraphBasecreateActivityGraphBase()Returns a new object of class 'Activity Graph Base'.ActivityListTypecreateActivityListType()Returns a new object of class 'Activity List Type'.ActivityLoopListTypecreateActivityLoopListType()Returns a new object of class 'Activity Loop List Type'.ActivityLoopTypecreateActivityLoopType()Returns a new object of class 'Activity Loop Type'.ActivityMakingCallTypecreateActivityMakingCallType()Returns a new object of class 'Activity Making Call Type'.ActivityOrTypecreateActivityOrType()Returns a new object of class 'Activity Or Type'.ActivityPhasesTypecreateActivityPhasesType()Returns a new object of class 'Activity Phases Type'.ActivityTypecreateActivityType()Returns a new object of class 'Activity Type'.AndJoinListTypecreateAndJoinListType()Returns a new object of class 'And Join List Type'.AsynchCallTypecreateAsynchCallType()Returns a new object of class 'Asynch Call Type'.BindTypecreateBindType()Returns a new object of class 'Bind Type'.CallListTypecreateCallListType()Returns a new object of class 'Call List Type'.DocumentRootcreateDocumentRoot()Returns a new object of class 'Document Root'.EntryActivityDefTypecreateEntryActivityDefType()Returns a new object of class 'Entry Activity Def Type'.EntryActivityGraphcreateEntryActivityGraph()Returns a new object of class 'Entry Activity Graph'.EntryMakingCallTypecreateEntryMakingCallType()Returns a new object of class 'Entry Making Call Type'.EntryTypecreateEntryType()Returns a new object of class 'Entry Type'.FanInTypecreateFanInType()Returns a new object of class 'Fan In Type'.FanOutTypecreateFanOutType()Returns a new object of class 'Fan Out Type'.FirstPlotTypecreateFirstPlotType()Returns a new object of class 'First Plot Type'.GroupTypecreateGroupType()Returns a new object of class 'Group Type'.HistogramBinTypecreateHistogramBinType()Returns a new object of class 'Histogram Bin Type'.InPortTypecreateInPortType()Returns a new object of class 'In Port Type'.InterfaceTypecreateInterfaceType()Returns a new object of class 'Interface Type'.LqnCoreTypecreateLqnCoreType()Returns a new object of class 'Core Type'.LqnModelTypecreateLqnModelType()Returns a new object of class 'Model Type'.MakingCallTypecreateMakingCallType()Returns a new object of class 'Making Call Type'.MvaInfoTypecreateMvaInfoType()Returns a new object of class 'Mva Info Type'.OrListTypecreateOrListType()Returns a new object of class 'Or List Type'.OutPortTypecreateOutPortType()Returns a new object of class 'Out Port Type'.OutputDistributionTypecreateOutputDistributionType()Returns a new object of class 'Output Distribution Type'.OutputEntryDistributionTypecreateOutputEntryDistributionType()Returns a new object of class 'Output Entry Distribution Type'.OutputResultJoinDelayTypecreateOutputResultJoinDelayType()Returns a new object of class 'Output Result Join Delay Type'.OutputResultTypecreateOutputResultType()Returns a new object of class 'Output Result Type'.ParameterTypecreateParameterType()Returns a new object of class 'Parameter Type'.ParaTypecreateParaType()Returns a new object of class 'Para Type'.PhaseActivitiescreatePhaseActivities()Returns a new object of class 'Phase Activities'.PlotControlTypecreatePlotControlType()Returns a new object of class 'Plot Control Type'.PlotTypecreatePlotType()Returns a new object of class 'Plot Type'.PortBindingTypecreatePortBindingType()Returns a new object of class 'Port Binding Type'.PragmaTypecreatePragmaType()Returns a new object of class 'Pragma Type'.PrecedenceTypecreatePrecedenceType()Returns a new object of class 'Precedence Type'.ProcessorBindingTypecreateProcessorBindingType()Returns a new object of class 'Processor Binding Type'.ProcessorTypecreateProcessorType()Returns a new object of class 'Processor Type'.ReplyActivityTypecreateReplyActivityType()Returns a new object of class 'Reply Activity Type'.ReplyEntryTypecreateReplyEntryType()Returns a new object of class 'Reply Entry Type'.ResultConf95TypecreateResultConf95Type()Returns a new object of class 'Result Conf95 Type'.ResultConf95Type1createResultConf95Type1()Returns a new object of class 'Result Conf95 Type1'.ResultConf99TypecreateResultConf99Type()Returns a new object of class 'Result Conf99 Type'.ResultConf99Type1createResultConf99Type1()Returns a new object of class 'Result Conf99 Type1'.ResultGeneralTypecreateResultGeneralType()Returns a new object of class 'Result General Type'.RunControlTypecreateRunControlType()Returns a new object of class 'Run Control Type'.ServiceTypecreateServiceType()Returns a new object of class 'Service Type'.SingleActivityListTypecreateSingleActivityListType()Returns a new object of class 'Single Activity List Type'.SlotTypecreateSlotType()Returns a new object of class 'Slot Type'.SolverParamsTypecreateSolverParamsType()Returns a new object of class 'Solver Params Type'.SynchCallTypecreateSynchCallType()Returns a new object of class 'Synch Call Type'.TaskActivityGraphcreateTaskActivityGraph()Returns a new object of class 'Task Activity Graph'.TaskTypecreateTaskType()Returns a new object of class 'Task Type'.LqnPackagegetLqnPackage()Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eINSTANCE
static final LqnFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
createActivityDefBase
ActivityDefBase createActivityDefBase()
Returns a new object of class 'Activity Def Base'.- Returns:
- a new object of class 'Activity Def Base'.
- Generated class or method.
-
createActivityDefType
ActivityDefType createActivityDefType()
Returns a new object of class 'Activity Def Type'.- Returns:
- a new object of class 'Activity Def Type'.
- Generated class or method.
-
createActivityGraphBase
ActivityGraphBase createActivityGraphBase()
Returns a new object of class 'Activity Graph Base'.- Returns:
- a new object of class 'Activity Graph Base'.
- Generated class or method.
-
createActivityListType
ActivityListType createActivityListType()
Returns a new object of class 'Activity List Type'.- Returns:
- a new object of class 'Activity List Type'.
- Generated class or method.
-
createActivityLoopListType
ActivityLoopListType createActivityLoopListType()
Returns a new object of class 'Activity Loop List Type'.- Returns:
- a new object of class 'Activity Loop List Type'.
- Generated class or method.
-
createActivityLoopType
ActivityLoopType createActivityLoopType()
Returns a new object of class 'Activity Loop Type'.- Returns:
- a new object of class 'Activity Loop Type'.
- Generated class or method.
-
createActivityMakingCallType
ActivityMakingCallType createActivityMakingCallType()
Returns a new object of class 'Activity Making Call Type'.- Returns:
- a new object of class 'Activity Making Call Type'.
- Generated class or method.
-
createActivityOrType
ActivityOrType createActivityOrType()
Returns a new object of class 'Activity Or Type'.- Returns:
- a new object of class 'Activity Or Type'.
- Generated class or method.
-
createActivityPhasesType
ActivityPhasesType createActivityPhasesType()
Returns a new object of class 'Activity Phases Type'.- Returns:
- a new object of class 'Activity Phases Type'.
- Generated class or method.
-
createActivityType
ActivityType createActivityType()
Returns a new object of class 'Activity Type'.- Returns:
- a new object of class 'Activity Type'.
- Generated class or method.
-
createAndJoinListType
AndJoinListType createAndJoinListType()
Returns a new object of class 'And Join List Type'.- Returns:
- a new object of class 'And Join List Type'.
- Generated class or method.
-
createAsynchCallType
AsynchCallType createAsynchCallType()
Returns a new object of class 'Asynch Call Type'.- Returns:
- a new object of class 'Asynch Call Type'.
- Generated class or method.
-
createBindType
BindType createBindType()
Returns a new object of class 'Bind Type'.- Returns:
- a new object of class 'Bind Type'.
- Generated class or method.
-
createCallListType
CallListType createCallListType()
Returns a new object of class 'Call List Type'.- Returns:
- a new object of class 'Call List Type'.
- Generated class or method.
-
createDocumentRoot
DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.- Returns:
- a new object of class 'Document Root'.
- Generated class or method.
-
createEntryActivityDefType
EntryActivityDefType createEntryActivityDefType()
Returns a new object of class 'Entry Activity Def Type'.- Returns:
- a new object of class 'Entry Activity Def Type'.
- Generated class or method.
-
createEntryActivityGraph
EntryActivityGraph createEntryActivityGraph()
Returns a new object of class 'Entry Activity Graph'.- Returns:
- a new object of class 'Entry Activity Graph'.
- Generated class or method.
-
createEntryMakingCallType
EntryMakingCallType createEntryMakingCallType()
Returns a new object of class 'Entry Making Call Type'.- Returns:
- a new object of class 'Entry Making Call Type'.
- Generated class or method.
-
createEntryType
EntryType createEntryType()
Returns a new object of class 'Entry Type'.- Returns:
- a new object of class 'Entry Type'.
- Generated class or method.
-
createFanInType
FanInType createFanInType()
Returns a new object of class 'Fan In Type'.- Returns:
- a new object of class 'Fan In Type'.
- Generated class or method.
-
createFanOutType
FanOutType createFanOutType()
Returns a new object of class 'Fan Out Type'.- Returns:
- a new object of class 'Fan Out Type'.
- Generated class or method.
-
createFirstPlotType
FirstPlotType createFirstPlotType()
Returns a new object of class 'First Plot Type'.- Returns:
- a new object of class 'First Plot Type'.
- Generated class or method.
-
createGroupType
GroupType createGroupType()
Returns a new object of class 'Group Type'.- Returns:
- a new object of class 'Group Type'.
- Generated class or method.
-
createHistogramBinType
HistogramBinType createHistogramBinType()
Returns a new object of class 'Histogram Bin Type'.- Returns:
- a new object of class 'Histogram Bin Type'.
- Generated class or method.
-
createInPortType
InPortType createInPortType()
Returns a new object of class 'In Port Type'.- Returns:
- a new object of class 'In Port Type'.
- Generated class or method.
-
createInterfaceType
InterfaceType createInterfaceType()
Returns a new object of class 'Interface Type'.- Returns:
- a new object of class 'Interface Type'.
- Generated class or method.
-
createLqnCoreType
LqnCoreType createLqnCoreType()
Returns a new object of class 'Core Type'.- Returns:
- a new object of class 'Core Type'.
- Generated class or method.
-
createLqnModelType
LqnModelType createLqnModelType()
Returns a new object of class 'Model Type'.- Returns:
- a new object of class 'Model Type'.
- Generated class or method.
-
createMakingCallType
MakingCallType createMakingCallType()
Returns a new object of class 'Making Call Type'.- Returns:
- a new object of class 'Making Call Type'.
- Generated class or method.
-
createMvaInfoType
MvaInfoType createMvaInfoType()
Returns a new object of class 'Mva Info Type'.- Returns:
- a new object of class 'Mva Info Type'.
- Generated class or method.
-
createOrListType
OrListType createOrListType()
Returns a new object of class 'Or List Type'.- Returns:
- a new object of class 'Or List Type'.
- Generated class or method.
-
createOutPortType
OutPortType createOutPortType()
Returns a new object of class 'Out Port Type'.- Returns:
- a new object of class 'Out Port Type'.
- Generated class or method.
-
createOutputDistributionType
OutputDistributionType createOutputDistributionType()
Returns a new object of class 'Output Distribution Type'.- Returns:
- a new object of class 'Output Distribution Type'.
- Generated class or method.
-
createOutputEntryDistributionType
OutputEntryDistributionType createOutputEntryDistributionType()
Returns a new object of class 'Output Entry Distribution Type'.- Returns:
- a new object of class 'Output Entry Distribution Type'.
- Generated class or method.
-
createOutputResultJoinDelayType
OutputResultJoinDelayType createOutputResultJoinDelayType()
Returns a new object of class 'Output Result Join Delay Type'.- Returns:
- a new object of class 'Output Result Join Delay Type'.
- Generated class or method.
-
createOutputResultType
OutputResultType createOutputResultType()
Returns a new object of class 'Output Result Type'.- Returns:
- a new object of class 'Output Result Type'.
- Generated class or method.
-
createParameterType
ParameterType createParameterType()
Returns a new object of class 'Parameter Type'.- Returns:
- a new object of class 'Parameter Type'.
- Generated class or method.
-
createParaType
ParaType createParaType()
Returns a new object of class 'Para Type'.- Returns:
- a new object of class 'Para Type'.
- Generated class or method.
-
createPhaseActivities
PhaseActivities createPhaseActivities()
Returns a new object of class 'Phase Activities'.- Returns:
- a new object of class 'Phase Activities'.
- Generated class or method.
-
createPlotControlType
PlotControlType createPlotControlType()
Returns a new object of class 'Plot Control Type'.- Returns:
- a new object of class 'Plot Control Type'.
- Generated class or method.
-
createPlotType
PlotType createPlotType()
Returns a new object of class 'Plot Type'.- Returns:
- a new object of class 'Plot Type'.
- Generated class or method.
-
createPortBindingType
PortBindingType createPortBindingType()
Returns a new object of class 'Port Binding Type'.- Returns:
- a new object of class 'Port Binding Type'.
- Generated class or method.
-
createPragmaType
PragmaType createPragmaType()
Returns a new object of class 'Pragma Type'.- Returns:
- a new object of class 'Pragma Type'.
- Generated class or method.
-
createPrecedenceType
PrecedenceType createPrecedenceType()
Returns a new object of class 'Precedence Type'.- Returns:
- a new object of class 'Precedence Type'.
- Generated class or method.
-
createProcessorBindingType
ProcessorBindingType createProcessorBindingType()
Returns a new object of class 'Processor Binding Type'.- Returns:
- a new object of class 'Processor Binding Type'.
- Generated class or method.
-
createProcessorType
ProcessorType createProcessorType()
Returns a new object of class 'Processor Type'.- Returns:
- a new object of class 'Processor Type'.
- Generated class or method.
-
createReplyActivityType
ReplyActivityType createReplyActivityType()
Returns a new object of class 'Reply Activity Type'.- Returns:
- a new object of class 'Reply Activity Type'.
- Generated class or method.
-
createReplyEntryType
ReplyEntryType createReplyEntryType()
Returns a new object of class 'Reply Entry Type'.- Returns:
- a new object of class 'Reply Entry Type'.
- Generated class or method.
-
createResultConf95Type
ResultConf95Type createResultConf95Type()
Returns a new object of class 'Result Conf95 Type'.- Returns:
- a new object of class 'Result Conf95 Type'.
- Generated class or method.
-
createResultConf95Type1
ResultConf95Type1 createResultConf95Type1()
Returns a new object of class 'Result Conf95 Type1'.- Returns:
- a new object of class 'Result Conf95 Type1'.
- Generated class or method.
-
createResultConf99Type
ResultConf99Type createResultConf99Type()
Returns a new object of class 'Result Conf99 Type'.- Returns:
- a new object of class 'Result Conf99 Type'.
- Generated class or method.
-
createResultConf99Type1
ResultConf99Type1 createResultConf99Type1()
Returns a new object of class 'Result Conf99 Type1'.- Returns:
- a new object of class 'Result Conf99 Type1'.
- Generated class or method.
-
createResultGeneralType
ResultGeneralType createResultGeneralType()
Returns a new object of class 'Result General Type'.- Returns:
- a new object of class 'Result General Type'.
- Generated class or method.
-
createRunControlType
RunControlType createRunControlType()
Returns a new object of class 'Run Control Type'.- Returns:
- a new object of class 'Run Control Type'.
- Generated class or method.
-
createServiceType
ServiceType createServiceType()
Returns a new object of class 'Service Type'.- Returns:
- a new object of class 'Service Type'.
- Generated class or method.
-
createSingleActivityListType
SingleActivityListType createSingleActivityListType()
Returns a new object of class 'Single Activity List Type'.- Returns:
- a new object of class 'Single Activity List Type'.
- Generated class or method.
-
createSlotType
SlotType createSlotType()
Returns a new object of class 'Slot Type'.- Returns:
- a new object of class 'Slot Type'.
- Generated class or method.
-
createSolverParamsType
SolverParamsType createSolverParamsType()
Returns a new object of class 'Solver Params Type'.- Returns:
- a new object of class 'Solver Params Type'.
- Generated class or method.
-
createSynchCallType
SynchCallType createSynchCallType()
Returns a new object of class 'Synch Call Type'.- Returns:
- a new object of class 'Synch Call Type'.
- Generated class or method.
-
createTaskActivityGraph
TaskActivityGraph createTaskActivityGraph()
Returns a new object of class 'Task Activity Graph'.- Returns:
- a new object of class 'Task Activity Graph'.
- Generated class or method.
-
createTaskType
TaskType createTaskType()
Returns a new object of class 'Task Type'.- Returns:
- a new object of class 'Task Type'.
- Generated class or method.
-
getLqnPackage
LqnPackage getLqnPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-
-