Class AbstractObjectDeclaration
java.lang.Object
ai.stapi.serialization.AbstractSerializableObject
ai.stapi.graphoperations.declaration.AbstractDeclaration
ai.stapi.graphoperations.objectLanguage.AbstractObjectDeclaration
- All Implemented Interfaces:
Declaration,ObjectDeclaration,ai.stapi.serialization.SerializableObject
- Direct Known Subclasses:
EntityIdentifier,TypeIdentifier
public abstract class AbstractObjectDeclaration
extends AbstractDeclaration
implements ObjectDeclaration
-
Field Summary
Fields inherited from class ai.stapi.serialization.AbstractSerializableObject
NAME_OF_FIELD_WITH_SERIALIZATION_TYPEFields inherited from interface ai.stapi.graphoperations.declaration.Declaration
INTERFACE_UUIDFields inherited from interface ai.stapi.graphoperations.objectLanguage.ObjectDeclaration
DECLARATION_TYPE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedAbstractObjectDeclaration(String serializationType) -
Method Summary
Methods inherited from class ai.stapi.serialization.AbstractSerializableObject
getSerializationTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.graphoperations.declaration.Declaration
getSerializationType
-
Constructor Details
-
AbstractObjectDeclaration
protected AbstractObjectDeclaration() -
AbstractObjectDeclaration
-
-
Method Details
-
getDeclarationType
- Specified by:
getDeclarationTypein interfaceDeclaration- Specified by:
getDeclarationTypein classAbstractDeclaration
-