|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.somtoolbox.data.metadata.AbstractVectorMetaData
public abstract class AbstractVectorMetaData
Constructor Summary | |
---|---|
AbstractVectorMetaData()
|
Method Summary | |
---|---|
static AbstractVectorMetaData |
createMetaData(String label)
|
boolean |
equals(Object obj)
|
abstract String |
getDisplayLabel()
Returns a String to display on screen. |
abstract String |
getID()
Return the unique ID of the Vector. |
int |
hashCode()
|
abstract boolean |
matches(Pattern pattern)
Tests if the vectors MetaData matches the given Pattern. |
boolean |
matches(String pattern)
Tests if the vector's MetaData matches the given pattern. |
abstract boolean |
matches(String pattern,
boolean ignoreCase)
Tests if the vector's MetaData matches the given pattern. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractVectorMetaData()
Method Detail |
---|
public abstract String getDisplayLabel()
public abstract String getID()
public abstract boolean matches(Pattern pattern)
pattern
- the Pattern to test.
true
if the pattern matches.matches(String)
public abstract boolean matches(String pattern, boolean ignoreCase)
pattern
- The pattern to match.ignoreCase
- set true
to ignore case considerations.
true
if the pattern matches.matches(Pattern)
,
matches(String)
public boolean matches(String pattern)
pattern
- The pattern to match
true
if the pattern matches.matches(Pattern)
,
matches(String, boolean)
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public static AbstractVectorMetaData createMetaData(String label)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |