Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.EnumSet<MetaObjectProfiSCT.Territory> |
MetaObjectProfiSCT.territories
List of territories associated with this object
|
Modifier and Type | Method and Description |
---|---|
static MetaObjectProfiSCT.Territory |
MetaObjectProfiSCT.Territory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetaObjectProfiSCT.Territory[] |
MetaObjectProfiSCT.Territory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<MetaObjectProfiSCT.Territory> |
MetaObjectProfiSCT.Territory.stringToTerritories(java.lang.String string)
Convert a line with comma-separated territories to
EnumSet . |
Modifier and Type | Method and Description |
---|---|
boolean |
MetaObjectProfiSCT.containsTerritory(MetaObjectProfiSCT.Territory territory)
Returns whether this object contains the given territory.
|
Constructor and Description |
---|
MetaObjectProfiSCT(java.lang.String locatorURI,
java.util.Map<java.lang.String,? extends LocalAbstractObject> objects,
MetaObjectProfiSCT.Rights rights,
java.util.EnumSet<MetaObjectProfiSCT.Territory> territories,
int added,
int archiveID,
int[] attractiveness)
Creates a new instance of MetaObjectProfiSCT from the given key and encapsulated objects.
|
MetaObjectProfiSCT(java.lang.String locatorURI,
ObjectColorLayout colorLayout,
ObjectShortVectorL1 colorStructure,
ObjectVectorEdgecomp edgeHistogram,
ObjectIntVectorL1 scalableColor,
ObjectXMRegionShape regionShape,
ObjectIntMultiVectorJaccard keyWords,
MetaObjectProfiSCT.Rights rights,
java.util.EnumSet<MetaObjectProfiSCT.Territory> territories,
int added,
int archiveID,
int[] attractiveness)
Creates a new instance of MetaObjectProfiSCT from the given key and encapsulated objects.
|
MetaObjectProfiSCTiDIM(java.lang.String locatorURI,
java.util.Map<java.lang.String,? extends LocalAbstractObject> objects,
MetaObjectProfiSCT.Rights rights,
java.util.EnumSet<MetaObjectProfiSCT.Territory> territories,
int added,
int archiveID,
int[] attractiveness) |
MetaObjectProfiSCTiDIM(java.lang.String locatorURI,
ObjectColorLayout colorLayout,
ObjectShortVectorL1 colorStructure,
ObjectVectorEdgecomp edgeHistogram,
ObjectIntVectorL1 scalableColor,
ObjectXMRegionShape regionShape,
ObjectIntMultiVectorJaccard keyWords,
MetaObjectProfiSCT.Rights rights,
java.util.EnumSet<MetaObjectProfiSCT.Territory> territories,
int added,
int archiveID,
int[] attractiveness) |