Interface IGoal
- All Superinterfaces:
IArgumentAsset,IArgumentationElement,IElement,IEntity,IGsnElement,IHyperlinkOwner,INamedElement
Interface for Goals.
-
Field Summary
Fields inherited from interface com.change_vision.jude.api.inf.model.INamedElement
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY -
Method Summary
Modifier and TypeMethodDescriptionbooleanisPublic()Check if the Goal is an Public.booleanCheck if the Goal is an Undeveloped.voidsetIsPublic(boolean value) Set Public to Goal.voidsetIsUndeveloped(boolean value) Set Undeveloped to Goal.Methods inherited from interface com.change_vision.jude.api.gsn.model.IArgumentAsset
getContent, setContentMethods inherited from interface com.change_vision.jude.api.gsn.model.IArgumentationElement
getIdentifier, setIdentifierMethods inherited from interface com.change_vision.jude.api.inf.model.IElement
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValue, getTaggedValues, getTypeModifier, hasStereotype, isReadOnly, removeStereotype, setTypeModifierMethods inherited from interface com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinksMethods inherited from interface com.change_vision.jude.api.inf.model.INamedElement
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility
-
Method Details
-
isUndeveloped
boolean isUndeveloped()Check if the Goal is an Undeveloped.- Returns:
- true it is an Undeveloped / false it is not an Undeveloped
-
setIsUndeveloped
void setIsUndeveloped(boolean value) Set Undeveloped to Goal.- Parameters:
value- if true, it is Undeveloped, otherwise, it is not Undeveloped.- Throws:
InvalidEditingException- InvalidEditingException occurs.Keys: PARAMETER_ERROR_KEY - if a parameter is not set properly.
Values: Error messages for exceptions.
-
isPublic
boolean isPublic()Check if the Goal is an Public.- Returns:
- true it is an Public / false it is not an Public
-
setIsPublic
void setIsPublic(boolean value) Set Public to Goal.- Parameters:
value- if true, it is Public, otherwise, it is not Public.- Throws:
InvalidEditingException- InvalidEditingException occurs.Keys: PARAMETER_ERROR_KEY - if a parameter is not set properly.
Values: Error messages for exceptions.
-