|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MatrixFilter
An interface for objects that can determine whether a certain Frame shall appear in a MatrixTable.
Method Summary | |
---|---|
Collection |
getInitialValues()
Gets the values that shall be taken to build up the contents of the matrix. |
String |
getName()
Gets the name of the filter for display purposes (the tab name). |
boolean |
isSuitable(RDFResource instance)
Checks whether a given Frame meets the requirements of this filter. |
Method Detail |
---|
Collection getInitialValues()
String getName()
boolean isSuitable(RDFResource instance)
instance
- the Frame to test
|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |