Class SearchPreferences
- java.lang.Object
-
- org.eclipse.epsilon.emc.simulink.util.SearchPreferences
-
public class SearchPreferences extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanfollowLinksprotected java.lang.BooleanincludeCommentedprotected java.lang.StringlookUnderMasks
-
Constructor Summary
Constructors Constructor Description SearchPreferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringfollowLinks()java.lang.StringgetLookUnderMasks()java.lang.StringincludeCommented()java.lang.BooleanisFollowLinks()java.lang.BooleanisIncludeCommented()java.lang.StringsearchStatement()voidsetFollowLinks(java.lang.Boolean followLinks)voidsetIncludeCommented(java.lang.Boolean includeCommented)voidsetLookUnderMasks(java.lang.String lookUnderMasks)
-
-
-
Method Detail
-
setFollowLinks
public void setFollowLinks(java.lang.Boolean followLinks)
-
isFollowLinks
public java.lang.Boolean isFollowLinks()
-
followLinks
public java.lang.String followLinks()
-
setLookUnderMasks
public void setLookUnderMasks(java.lang.String lookUnderMasks)
- Parameters:
lookUnderMasks- Any of: graphical, none, functional, all, on, off
-
getLookUnderMasks
public java.lang.String getLookUnderMasks()
-
setIncludeCommented
public void setIncludeCommented(java.lang.Boolean includeCommented)
-
isIncludeCommented
public java.lang.Boolean isIncludeCommented()
-
includeCommented
public java.lang.String includeCommented()
-
searchStatement
public java.lang.String searchStatement()
-
-