sonification.dataimport.visbards_resourcetoolkit.repository.resource
Class ResourceInfoCombined
java.lang.Object
sonification.dataimport.visbards_resourcetoolkit.repository.resource.ResourceInfoCombined
- All Implemented Interfaces:
- ResourceInfo
public class ResourceInfoCombined
- extends java.lang.Object
- implements ResourceInfo
|
Constructor Summary |
ResourceInfoCombined(java.lang.String name,
java.lang.String centricity,
java.util.ArrayList columns)
|
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
Column[] |
getAllDescribedColumns()
Returns the list of columns |
java.lang.String |
getCentricity()
Returns the centricity string |
java.lang.String |
getName()
Returns the type description |
boolean |
identify(java.lang.String filename)
Returns true if the file identifies as this resource info |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceInfoCombined
public ResourceInfoCombined(java.lang.String name,
java.lang.String centricity,
java.util.ArrayList columns)
throws SonificationException
- Throws:
SonificationException
getName
public java.lang.String getName()
- Returns the type description
- Specified by:
getName in interface ResourceInfo
getCentricity
public java.lang.String getCentricity()
- Returns the centricity string
- Specified by:
getCentricity in interface ResourceInfo
getAllDescribedColumns
public Column[] getAllDescribedColumns()
- Returns the list of columns
- Specified by:
getAllDescribedColumns in interface ResourceInfo
identify
public boolean identify(java.lang.String filename)
throws SonificationException
- Description copied from interface:
ResourceInfo
- Returns true if the file identifies as this resource info
- Specified by:
identify in interface ResourceInfo
- Throws:
SonificationException
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object