Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Field and Description |
---|---|
protected MetaObjectProfiSCT.Rights |
MetaObjectProfiSCT.rights
Rights for this object
|
Modifier and Type | Method and Description |
---|---|
static MetaObjectProfiSCT.Rights |
MetaObjectProfiSCT.Rights.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetaObjectProfiSCT.Rights |
MetaObjectProfiSCT.Rights.valueOfWithEmpty(java.lang.String string)
Convert the given string to Rights enum value.
|
static MetaObjectProfiSCT.Rights[] |
MetaObjectProfiSCT.Rights.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |