public class CollationSetWitness extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Predicate<CollationSetWitness> |
IS_ACTIVE |
Constructor and Description |
---|
CollationSetWitness() |
CollationSetWitness(URI uri) |
Modifier and Type | Method and Description |
---|---|
protected String |
getDefaultSigil()
Calculates a default value for the sigil if no
custom one has been set.
|
String |
getSigil()
A short string representation of this witness that will be used in
visualisations of the result set etc.
|
URI |
getUri()
The URI of the object that contains the witness.
|
boolean |
isActive()
Only active witnesses are considered when collating a collation set.
|
void |
setActive(boolean active) |
void |
setSigil(String sigil) |
void |
setUri(URI uri) |
String |
toString() |
public static final com.google.common.base.Predicate<CollationSetWitness> IS_ACTIVE
public CollationSetWitness(URI uri)
public CollationSetWitness()
public URI getUri()
public boolean isActive()
true
.public void setActive(boolean active)
protected String getDefaultSigil()
public String getSigil()
public void setSigil(String sigil)
Copyright © 2013 TextGrid. All Rights Reserved.