|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.steptools.stdev.Domain
com.steptools.stdev.EntityDomain
com.steptools.stdev.StaticEntityDomain
public final class StaticEntityDomain
Represents the domain for entities for which an EXPRESS class is provided.
| Constructor Summary | |
|---|---|
StaticEntityDomain(java.lang.Class ifc,
java.lang.Class imp,
java.lang.Class prt,
Attribute[] atts,
Attribute[] redl)
|
|
| Method Summary | |
|---|---|
java.util.Set |
getAllRedeclaredAttributes()
Gets the list of explicit attributes that are redeclated as derived by this domain or its supertypes. |
EntityDomain[] |
getKnownSubtypes()
Gets the immediate subtypes of this domain. |
Attribute[] |
getLocalAttributes()
Gets the immediate (EXPRESS defined) attributes of this domain. |
StaticEntityDomain[] |
getLocalSupertypes()
Gets the immediate (EXPRESS defined) supertypes of the domain. |
boolean |
isComplex()
Determines if this domain is an AND-OR domain. |
boolean |
isInSchema(SchemaBase sch)
Determined if this Domain is a member of this schema. |
EntityInstance |
newInstance(PopulationBase sect)
Creates a new instance of the entity. |
| Methods inherited from class com.steptools.stdev.EntityDomain |
|---|
domain, domain, getAllAttributes, getAllKnownSubtypes, getAllSupertypes, getAttribute, getLocalAttribute, isAttributeRedeclared, isEntity, newInstance, typeIsa |
| Methods inherited from class com.steptools.stdev.Domain |
|---|
getName, isAggregate, isBoolean, isEnumeration, isInteger, isLogical, isReal, isSelect, isString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticEntityDomain(java.lang.Class ifc,
java.lang.Class imp,
java.lang.Class prt,
Attribute[] atts,
Attribute[] redl)
throws SchemaStructureException
SchemaStructureException| Method Detail |
|---|
public boolean isInSchema(SchemaBase sch)
EntityDomain
isInSchema in class EntityDomainsch - The schema we are checking
true If this instance is in the specified schema.public EntityDomain[] getKnownSubtypes()
EntityDomain
getKnownSubtypes in class EntityDomainpublic boolean isComplex()
EntityDomain
isComplex in class EntityDomainfalsepublic Attribute[] getLocalAttributes()
EntityDomain
getLocalAttributes in class EntityDomain
public StaticEntityDomain[] getLocalSupertypes()
throws SchemaStructureException
EntityDomain
getLocalSupertypes in class EntityDomainSchemaStructureException
public EntityInstance newInstance(PopulationBase sect)
throws SchemaStructureException
EntityDomainnewXXX method
on a population.
newInstance in class EntityDomainsect - The population in which the entity will be created.
null may be specified to create non-persistent objects
SchemaStructureExceptionpublic java.util.Set getAllRedeclaredAttributes()
EntityDomain
getAllRedeclaredAttributes in class EntityDomain
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||