Verwendungen von Annotationsschnittstelle
ch.nolix.coreapi.programstructureapi.markerapi.AllowDefaultMethodsAsDesignPattern
Package
Beschreibung
The
ch.nolix.coreapi.attributeapi.mandatoryattributeapi
package
declares types with a certain mandatory attribute.The
ch.nolix.coreapi.attributeapi.optionalattributeapi
package
declares types with a certain optional attribute.The
ch.nolix.coreapi.datamodelapi.entityrequestapi
package declares
types for entities that can be asked for certain information.The
ch.nolix.coreapi.datamodelapi.fieldrequestapi
package declares
types for entity fields that can be asked for certain information.The
ch.nolix.coreapi.programcontrolapi.processapi
package declares
types for processes.The
ch.nolix.coreapi.programcontrolapi.savecontrolapi
package
declares types for save control.The
ch.nolix.coreapi.programstructureapi.typerequestapi
package
declares types that can be asked about their type.The
ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi
package
declares types for resource control.The
ch.nolix.coreapi.stateapi.staterequestapi
package declares
types that can be asked for states.The
ch.nolix.systemapi.elementapi.baseapi
package declares an
element.The
ch.nolix.systemapi.elementapi.mutableelementapi
package declares
mutable elements.The
ch.nolix.systemapi.elementapi.styleapi
package declares a
configuration for elements.-
Verwendungen von AllowDefaultMethodsAsDesignPattern in ch.nolix.coreapi.attributeapi.mandatoryattributeapi
Modifizierer und TypSchnittstelleBeschreibunginterface
AICardinalityHolder
has aCardinality
.interface
AIHeaderHolder
has a header.interface
AIIdHolder
has an id.interface
AILabelHolder
has a label.interface
AINameHolder
has a name.interface
AIQualifiedNameHolder
has a qualified name.interface
AITitleHolder
has a title. -
Verwendungen von AllowDefaultMethodsAsDesignPattern in ch.nolix.coreapi.attributeapi.optionalattributeapi
Modifizierer und TypSchnittstelleBeschreibunginterface
AIOptionalHeaderHolder
can have a header.interface
AIOptionalIdHolder
can have an id.interface
AIOptionalLabelHolder
can have a label.interface
AIOptionalNameHolder
can have a name.interface
AIOptionalQualifiedNameHolder
can have a qualified name.interface
AIOptionalTitleHolder
can have a title.interface
AIOptionalTokenHolder
can have a token. -
Verwendungen von AllowDefaultMethodsAsDesignPattern in ch.nolix.coreapi.datamodelapi.entityrequestapi
Modifizierer und TypSchnittstelleBeschreibunginterface
AAbstractnessRequestable
can be asked if it is either abstract or concrete. -
Verwendungen von AllowDefaultMethodsAsDesignPattern in ch.nolix.coreapi.datamodelapi.fieldrequestapi
Modifizierer und TypSchnittstelleBeschreibunginterface
AContentTypeRequestable
can be asked if it either is for holding values or references.interface
AMandatorynessRequestable
can be asked if it is mandatory. -
Verwendungen von AllowDefaultMethodsAsDesignPattern in ch.nolix.coreapi.programcontrolapi.processapi
Modifizierer und TypSchnittstelleBeschreibunginterface
AFinishRequestable
can be asked if it is running or finished. -
Verwendungen von AllowDefaultMethodsAsDesignPattern in ch.nolix.coreapi.programcontrolapi.savecontrolapi
Modifizierer und TypSchnittstelleBeschreibunginterface
AChangeRequestable
can be asked if it has uncommitted changes. -
Verwendungen von AllowDefaultMethodsAsDesignPattern in ch.nolix.coreapi.programstructureapi.typerequestapi
-
Verwendungen von AllowDefaultMethodsAsDesignPattern in ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi
Modifizierer und TypSchnittstelleBeschreibunginterface
ACloseStateRequestable
can be asked if it is closed or open.interface
-
Verwendungen von AllowDefaultMethodsAsDesignPattern in ch.nolix.coreapi.stateapi.staterequestapi
Modifizierer und TypSchnittstelleBeschreibunginterface
AActivenessRequestable
can be asked if it is active.interface
AAlivenessRequestable
can be asked if it is alive or outdated.interface
ACompletenessRequestable
can be asked if it is complete.interface
AEmptinessRequestable
can be asked if it is empty or contains elements.interface
AEnablingRequestable
can be asked if it is enabled or disabled.interface
AExpansionRequestable
can be asked if it is expanded or collapsed.interface
AMaterializationRequestable
can be asked if it is either materialized or a view.interface
AMutabilityRequestable
can be asked if it is mutable.interface
ATransparencyRequestable
can be asked if it is transparent.interface
AVoidnessRequestable
can be asked if it is void. -
Verwendungen von AllowDefaultMethodsAsDesignPattern in ch.nolix.systemapi.elementapi.baseapi
-
Verwendungen von AllowDefaultMethodsAsDesignPattern in ch.nolix.systemapi.elementapi.mutableelementapi
-
Verwendungen von AllowDefaultMethodsAsDesignPattern in ch.nolix.systemapi.elementapi.styleapi
Modifizierer und TypSchnittstelleBeschreibunginterface
ISelectingStyle<SS extends ISelectingStyle<SS>>
AISelectingStyle
is aIBaseStyle
that can select or skip aIStylableElement
that is given to be styled.