public interface SMFSchemaType
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowExtraAttributes() |
default void |
checkPreconditions()
Check preconditions for the type.
|
javaslang.collection.SortedMap<SMFAttributeName,SMFSchemaAttribute> |
optionalAttributes()
A schema may define optional attributes.
|
javaslang.collection.SortedMap<SMFAttributeName,SMFSchemaAttribute> |
requiredAttributes()
A schema may define required attributes.
|
Optional<SMFCoordinateSystem> |
requiredCoordinateSystem() |
SMFSchemaIdentifier |
schemaIdentifier() |
SMFSchemaIdentifier schemaIdentifier()
javaslang.collection.SortedMap<SMFAttributeName,SMFSchemaAttribute> requiredAttributes()
javaslang.collection.SortedMap<SMFAttributeName,SMFSchemaAttribute> optionalAttributes()
Optional<SMFCoordinateSystem> requiredCoordinateSystem()
boolean allowExtraAttributes()
true iff the mesh is allowed to contain attributes that are
not given in requiredAttributes()default void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com