Class DomainDependenceRecord_Base
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- pt.ist.fenixframework.consistencyPredicates.DomainDependenceRecord_Base
-
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class DomainDependenceRecord_Base extends pt.ist.fenixframework.core.AbstractDomainObject- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDomainDependenceRecord_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDependedDomainMetaObject(pt.ist.fenixframework.DomainMetaObject dependedDomainMetaObject)Set<pt.ist.fenixframework.DomainMetaObject>getDependedDomainMetaObjectSet()pt.ist.fenixframework.DomainMetaObjectgetDependentDomainMetaObject()pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicategetDomainConsistencyPredicate()pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicategetInconsistentPredicate()static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.consistencyPredicates.DomainDependenceRecord,pt.ist.fenixframework.DomainMetaObject>getRelationDependedDomainMetaObjectsDependingDependenceRecords()static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.consistencyPredicates.DomainDependenceRecord,pt.ist.fenixframework.DomainMetaObject>getRelationDependentDomainMetaObjectOwnDependenceRecords()static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.consistencyPredicates.DomainDependenceRecord,pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate>getRelationDomainConsistencyPredicateDomainDependenceRecords()static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate,pt.ist.fenixframework.consistencyPredicates.DomainDependenceRecord>getRelationDomainConsistencyPredicateInconsistentDependenceRecords()voidremoveDependedDomainMetaObject(pt.ist.fenixframework.DomainMetaObject dependedDomainMetaObject)voidsetDependentDomainMetaObject(pt.ist.fenixframework.DomainMetaObject dependentDomainMetaObject)voidsetDomainConsistencyPredicate(pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate domainConsistencyPredicate)voidsetInconsistentPredicate(pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate inconsistentPredicate)
-
-
-
Method Detail
-
getRelationDomainConsistencyPredicateDomainDependenceRecords
public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.consistencyPredicates.DomainDependenceRecord,pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate> getRelationDomainConsistencyPredicateDomainDependenceRecords()
-
getRelationDependentDomainMetaObjectOwnDependenceRecords
public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.consistencyPredicates.DomainDependenceRecord,pt.ist.fenixframework.DomainMetaObject> getRelationDependentDomainMetaObjectOwnDependenceRecords()
-
getRelationDomainConsistencyPredicateInconsistentDependenceRecords
public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate,pt.ist.fenixframework.consistencyPredicates.DomainDependenceRecord> getRelationDomainConsistencyPredicateInconsistentDependenceRecords()
-
getRelationDependedDomainMetaObjectsDependingDependenceRecords
public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.consistencyPredicates.DomainDependenceRecord,pt.ist.fenixframework.DomainMetaObject> getRelationDependedDomainMetaObjectsDependingDependenceRecords()
-
getDomainConsistencyPredicate
public pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate getDomainConsistencyPredicate()
-
setDomainConsistencyPredicate
public void setDomainConsistencyPredicate(pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate domainConsistencyPredicate)
-
getDependentDomainMetaObject
public pt.ist.fenixframework.DomainMetaObject getDependentDomainMetaObject()
-
setDependentDomainMetaObject
public void setDependentDomainMetaObject(pt.ist.fenixframework.DomainMetaObject dependentDomainMetaObject)
-
getInconsistentPredicate
public pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate getInconsistentPredicate()
-
setInconsistentPredicate
public void setInconsistentPredicate(pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate inconsistentPredicate)
-
addDependedDomainMetaObject
public void addDependedDomainMetaObject(pt.ist.fenixframework.DomainMetaObject dependedDomainMetaObject)
-
removeDependedDomainMetaObject
public void removeDependedDomainMetaObject(pt.ist.fenixframework.DomainMetaObject dependedDomainMetaObject)
-
getDependedDomainMetaObjectSet
public Set<pt.ist.fenixframework.DomainMetaObject> getDependedDomainMetaObjectSet()
-
-