public interface IProject extends IModelElement
Modifier and Type | Field and Description |
---|---|
static String |
MetaclassName |
Modifier and Type | Method and Description |
---|---|
void |
addInstalled(IModule element)
Add a ObModule to the 'Installed' association.
|
int |
cardInstalled()
Returns the number elements in the Installed association.
|
int |
cardInstalled(Class<? extends IModule> filteredClass)
Returns the number elements in the Installed association filtered with the given metaclass.
|
IDiagramContainer |
getDiagramRoot()
Get the DiagramRoot association.
|
ObList<IModule> |
getInstalled()
Get the list of ObModule to the Installed association.
|
<T extends IModule> |
getInstalled(Class<T> filteredClass)
Get the list of ObModule to the Installed association.
|
IPackage |
getModel()
Get the Model association.
|
INoteType |
getNoteType(Class<?> metaclass,
String name) |
ObList<INoteType> |
getNoteTypes(Class<?> metaclass) |
String |
getprojectContext()
Getter for the projectContext meta class attribute.
|
String |
getprojectDescr()
Getter for the projectDescr meta class attribute.
|
IAnalystProject |
getRootRequirement()
Get the RootRequirement association.
|
IStereotype |
getStereotype(Class<?> metaclass,
String name) |
ObList<IStereotype> |
getStereotypes(Class<?> metaclass) |
ITagType |
getTagType(Class<?> metaclass,
String name) |
ObList<ITagType> |
getTagTypes(Class<?> metaclass) |
void |
removeInstalled(IModule element)
Remove an ObModule from the 'Installed' association.
|
void |
setDiagramRoot(IDiagramContainer element)
Setter for the 'DiagramRoot' [1..1] association.
|
void |
setModel(IPackage element)
Setter for the 'Model' [1..1] association.
|
void |
setprojectContext(String value)
Setter for the 'projectContext' meta class attribute
|
void |
setprojectDescr(String value)
Setter for the 'projectDescr' meta class attribute
|
void |
setRootRequirement(IAnalystProject element)
Setter for the 'RootRequirement' [0..1] association.
|
addBpmnLaneRefs, addConstraintDefinition, addDefaultParametering, addDependsOnDependency, addDescriptor, addDocument, addExtension, addImpactedDependency, addLocalDescriptor, addLocalTag, addManifesting, addproduct, addReceivedInfo, addRepresentingConnector, addRepresentingEnd, addRepresentingInstance, addRepresentingPartition, addRepresents, addSentInfo, addStereotype, addTag, addTemplateSubstitution, addTypingParameter, cardBpmnLaneRefs, cardBpmnLaneRefs, cardConstraintDefinition, cardConstraintDefinition, cardDefaultParametering, cardDefaultParametering, cardDependsOnDependency, cardDependsOnDependency, cardDescriptor, cardDescriptor, cardDocument, cardDocument, cardExtension, cardExtension, cardImpactedDependency, cardImpactedDependency, cardLocalDescriptor, cardLocalDescriptor, cardLocalTag, cardLocalTag, cardManifesting, cardManifesting, cardproduct, cardproduct, cardReceivedInfo, cardReceivedInfo, cardRepresentingConnector, cardRepresentingConnector, cardRepresentingEnd, cardRepresentingEnd, cardRepresentingInstance, cardRepresentingInstance, cardRepresentingPartition, cardRepresentingPartition, cardRepresents, cardRepresents, cardSentInfo, cardSentInfo, cardTag, cardTag, cardTemplateSubstitution, cardTemplateSubstitution, cardTypingParameter, cardTypingParameter, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalDescriptor, getLocalDescriptor, getLocalTag, getLocalTag, getManifesting, getManifesting, getNote, getNoteContent, getOwnerTemplateParameter, getproduct, getproduct, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getTag, getTag, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeBpmnLaneRefs, removeConstraintDefinition, removeDefaultParametering, removeDependsOnDependency, removeDescriptor, removeDocument, removeExtension, removeImpactedDependency, removeLocalDescriptor, removeLocalTag, removeManifesting, removeNote, removeproduct, removeReceivedInfo, removeRepresentingConnector, removeRepresentingEnd, removeRepresentingInstance, removeRepresentingPartition, removeRepresents, removeSentInfo, removeStereotype, removeTag, removeTag, removeTemplateSubstitution, removeTypingParameter, setName, setOwnerTemplateParameter, toString
accept, addcausing, cardcausing, cardcausing, compareTo, delete, equals, getcausing, getcausing, getCompositionOwner, getElementStatus, getHid, getIdentifier, getLid, getMetaclassId, getMetaclassName, getmodifDate, getName, getSessionId, hashCode, isValid, removecausing, setmodifDate
static final String MetaclassName
INoteType getNoteType(Class<?> metaclass, String name) throws NoteTypeNotFoundException
NoteTypeNotFoundException
IStereotype getStereotype(Class<?> metaclass, String name) throws StereotypeNotFoundException
StereotypeNotFoundException
ObList<IStereotype> getStereotypes(Class<?> metaclass)
ITagType getTagType(Class<?> metaclass, String name) throws TagTypeNotFoundException
TagTypeNotFoundException
String getprojectContext()
void setprojectContext(String value)
value
- the new 'projectContext' value.String getprojectDescr()
void setprojectDescr(String value)
value
- the new 'projectDescr' value.IPackage getModel()
void setModel(IPackage element)
element
- The element to set.IAnalystProject getRootRequirement()
void setRootRequirement(IAnalystProject element)
element
- The element to set.void addInstalled(IModule element)
element
- The ObModule to add.int cardInstalled()
int cardInstalled(Class<? extends IModule> filteredClass)
filteredClass
- The filter to apply.ObList<IModule> getInstalled()
<T extends IModule> ObList<T> getInstalled(Class<T> filteredClass)
This list is filtered using the given filteredClass
argument.
The returned list elements can therefore be directly safely casted.
T
- The applied filter.filteredClass
- The filter to apply.void removeInstalled(IModule element)
element
- The ObModule to remove.IDiagramContainer getDiagramRoot()
void setDiagramRoot(IDiagramContainer element)
element
- The element to set.