Package ch.nolix.systemtest.style.model
Klasse MockStylableElement
java.lang.Object
ch.nolix.system.element.mutableelement.AbstractMutableElement
ch.nolix.system.style.stylable.AbstractStylableElement<MockStylableElement>
ch.nolix.systemtest.style.model.MockStylableElement
- Alle implementierten Schnittstellen:
IFluentMutableMultiTokenHolder<MockStylableElement>,IFluentMutableOptionalIdHolder<MockStylableElement>,IMultiTokenHolder,IOptionalIdHolder,TypeRequestable,Resettable,IElement,IStructureElement,IMutableElement,IStylableElement<MockStylableElement>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetRole()IContainer<? extends IStylableElement<?>> booleanvoidprotected voidprotected voidVon Klasse geerbte Methoden ch.nolix.system.style.stylable.AbstractStylableElement
addToken, asConcrete, getChildStructureElements, getId, getStructureSpecification, getTokens, hasId, removeId, removeToken, removeTokens, reset, resetStyleRecursively, setIdVon Klasse geerbte Methoden ch.nolix.system.element.mutableelement.AbstractMutableElement
addOrChangeAttribute, addOrChangeAttribute, equals, getAttributes, getSpecification, hashCode, resetFromFileWithFilePath, toStringVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.base.IElement
getAttributes, getSpecification, toFormatedString, toXmlVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.mutableelement.IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.IOptionalIdHolder
getIdInQuotes, hasIdVon Schnittstelle geerbte Methoden ch.nolix.coreapi.objectcomposition.type.TypeRequestable
getType, isOfConcreteType, isOfConcreteType, isOfType, isOfType
-
Konstruktordetails
-
MockStylableElement
public MockStylableElement()
-
-
Methodendetails
-
getRole
-
getStoredChildStylableElements
- Gibt zurück:
- the child
IStylableElements of the currentIStylableElement.
-
hasRole
- Parameter:
role-- Gibt zurück:
- true if the current
IStylableElementhas the given role.
-
removeRole
public void removeRole() -
resetStylableElement
protected void resetStylableElement()- Angegeben von:
resetStylableElementin KlasseAbstractStylableElement<MockStylableElement>
-
resetStyle
protected void resetStyle()- Angegeben von:
resetStylein KlasseAbstractStylableElement<MockStylableElement>
-