|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.imemex.idm.AbstractResourceView
org.imemex.datasourceplugins.AbstractPluginIdentifiableResourceView
public abstract class AbstractPluginIdentifiableResourceView
This class implements:
| Constructor Summary | |
|---|---|
AbstractPluginIdentifiableResourceView()
|
|
AbstractPluginIdentifiableResourceView(java.lang.String name)
|
|
AbstractPluginIdentifiableResourceView(java.lang.String pluginAssignedId,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
int |
compareTo(PluginIdentifiableResourceView rv)
|
boolean |
equals(java.lang.Object obj)
|
Group<PluginIdentifiableResourceView> |
getGroup()
gets the Group component Y of this resource view |
java.lang.String |
getPluginAssignedId()
Get the plugin assigned id of this resource view. |
double |
getScore()
The score of this resource view if it was obtained by a query to the data source. |
int |
hashCode()
|
boolean |
isContentCoveredInGroup()
Indicates whether the content of this resource view is covered by its group sub-graph. |
void |
setPluginAssignedId(java.lang.String pluginAssignedId)
Returns the plugin assigned id of this RV. |
java.lang.String |
toString()
|
| Methods inherited from class org.imemex.idm.AbstractResourceView |
|---|
getName, setName |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.imemex.idm.ResourceView |
|---|
getContent, getName, getTuple |
| Constructor Detail |
|---|
public AbstractPluginIdentifiableResourceView()
public AbstractPluginIdentifiableResourceView(java.lang.String pluginAssignedId,
java.lang.String name)
public AbstractPluginIdentifiableResourceView(java.lang.String name)
| Method Detail |
|---|
public void setPluginAssignedId(java.lang.String pluginAssignedId)
PluginIdentifiableResourceView
setPluginAssignedId in interface PluginIdentifiableResourceViewpublic java.lang.String getPluginAssignedId()
PluginIdentifiableResourceView
getPluginAssignedId in interface PluginIdentifiableResourceViewpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int compareTo(PluginIdentifiableResourceView rv)
compareTo in interface java.lang.Comparable<PluginIdentifiableResourceView>public java.lang.String toString()
toString in class AbstractResourceViewpublic Group<PluginIdentifiableResourceView> getGroup()
ResourceView
getGroup in interface ResourceViewpublic boolean isContentCoveredInGroup()
PluginIdentifiableResourceView
isContentCoveredInGroup in interface PluginIdentifiableResourceViewpublic double getScore()
PluginIdentifiableResourceView
getScore in interface PluginIdentifiableResourceView
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||