|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStructuredTypeChecker
A type that further describes the structure of data.
Additionally a public static method is required to be implemented:
A type checker.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Field Summary |
|---|
| Fields inherited from interface jigcell.compare.ITypeChecker |
|---|
ATTRIBUTE_TYPE, METHOD_GENERATE, OPTION_TYPECHECKER |
| Method Summary | |
|---|---|
IComponentDescription |
getDescription(long pos)
A description for the element at this position. |
java.lang.String |
getName(long pos)
A name for the element at this position. |
IDataElement |
getPrototype()
A prototype for data elements of this type. |
ITypeChecker |
getTypeChecker(long pos)
A type checker for the element at this position. |
| Methods inherited from interface jigcell.compare.ITypeChecker |
|---|
getDescription, getName, getType, isCompatible, validate |
| Method Detail |
|---|
IComponentDescription getDescription(long pos)
java.lang.String getName(long pos)
IDataElement getPrototype()
ITypeChecker getTypeChecker(long pos)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||