|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SrcFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
SrcPackage
Field Summary | |
---|---|
static String |
copyright
|
static SrcFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
CallableBlock |
createCallableBlock()
Returns a new object of class 'Callable Block'. |
CallableBlockWithSignature |
createCallableBlockWithSignature()
Returns a new object of class 'Callable Block With Signature'. |
CallsRelationship |
createCallsRelationship()
Returns a new object of class 'Calls Relationship'. |
IncludesRelationship |
createIncludesRelationship()
Returns a new object of class 'Includes Relationship'. |
IncludesRelationship |
createIncludesRelationship(ApplicationModel model,
SourceContainer source,
SourceContainer target,
int position,
String type)
Searches for an existing IncludesRelationship with the same source, target and position and returns it if one exists. |
InvokesRelationship |
createInvokesRelationship()
Returns a new object of class 'Invokes Relationship'. |
InvokesRelationship |
createInvokesRelationship(ApplicationModel model,
Artifact source,
Artifact target,
int sourcePosition,
String type,
String subType)
Searches for an existing InvokesRelationship with the same source, target, sourcePosition, type and subType and returns it if one exists. |
SourceContainer |
createSourceContainer()
Returns a new object of class 'Source Container'. |
SourceContainer |
createSourceContainer(ApplicationModel model,
String name,
String type,
String subtype,
String location)
Searches for an existing SourceContainer with the same name, type, subtype and location and returns it if one exists. |
SourceContainer |
createSourceContainer(ApplicationModel model,
String name,
String type,
String subtype,
String location,
boolean caseSensitive)
Searches for an existing SourceContainer with the same name, type, subtype and location and returns it if one exists. |
SrcPackage |
getSrcPackage()
Returns the package supported by this factory. |
Field Detail |
---|
static final String copyright
static final SrcFactory eINSTANCE
Method Detail |
---|
IncludesRelationship createIncludesRelationship()
IncludesRelationship createIncludesRelationship(ApplicationModel model, SourceContainer source, SourceContainer target, int position, String type)
CallableBlock createCallableBlock()
SourceContainer createSourceContainer()
SourceContainer createSourceContainer(ApplicationModel model, String name, String type, String subtype, String location)
SourceContainer createSourceContainer(ApplicationModel model, String name, String type, String subtype, String location, boolean caseSensitive)
InvokesRelationship createInvokesRelationship()
InvokesRelationship createInvokesRelationship(ApplicationModel model, Artifact source, Artifact target, int sourcePosition, String type, String subType)
CallableBlockWithSignature createCallableBlockWithSignature()
CallsRelationship createCallsRelationship()
SrcPackage getSrcPackage()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |