|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureType | |
net.sf.quarrel.file |
Uses of FeatureType in net.sf.quarrel.file |
Fields in net.sf.quarrel.file declared as FeatureType | |
static FeatureType |
FeatureType.DEPENDENCIES
The header for the dependencies compartment, identifying those elements the current element requires for its definition or implementation. |
static FeatureType |
FeatureType.ASSOCIATIONS
The header for the associations compartment, identifying the elements the element being defined is related to. |
static FeatureType |
FeatureType.OPERATIONS
The header for the operations compartment, identifying the the methods defined on the element. |
static FeatureType |
FeatureType.ATTRIBUTES
The header for the attributes compartment, identifying the the attributes or fields defined on the element. |
static FeatureType |
FeatureType.IMPLEMENTS
The header for the implements compartment, identifying the interfaces a class implements |
static FeatureType |
FeatureType.STEREOTYPES
The header for the stereotypes compartment, identifying the set of UML stereotypes that apply to the element being defined. |
static FeatureType |
FeatureType.LINKS
Represents a specialized relationship attaching a note to an Element. |
static FeatureType |
FeatureType.ACTORS
This specifies the set of Actor elements that use the UseCase. |
static FeatureType |
FeatureType.EXTENDS
The header for the extends compartment, identifying the more generalized element that the current element specializes. |
static FeatureType |
FeatureType.INCLUDES
The header for the includes compartment, identifying the use cases that are aggregated into the used case being defined. |
Methods in net.sf.quarrel.file that return FeatureType | |
static FeatureType |
FeatureType.getEnum(java.lang.String type)
Returns the FeatureType identified by the specified String. |
FeatureType |
Feature.getType()
|
Methods in net.sf.quarrel.file with parameters of type FeatureType | |
java.util.Collection |
FileElement.getFeatures(FeatureType type)
Returns a collection (copy) of String objects listing the set of features of the type specified. |
boolean |
ElementType.supportFeatureType(FeatureType featureType)
|
java.util.Collection |
ElementImpl.getFeatures(FeatureType featureType)
|
Constructors in net.sf.quarrel.file with parameters of type FeatureType | |
Feature(FeatureType type,
java.lang.String text)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |