Klasse Simple2DVisualizationPathPoint
java.lang.Object
alps.java.api.StandardPASS.PASSProcessModelElement
alps.java.api.ALPS.ALPSModelElement
alps.java.api.ALPS.ALPSModelElements.Simple2DVisualizationPoint
alps.java.api.ALPS.ALPSModelElements.Simple2DVisualizationPoints.Simple2DVisualizationPathPoint
- Alle implementierten Schnittstellen:
ISimple2DVisualizationPoint
,ISimple2DVisualizationPathPoint
,IALPSModelElement
,ICapsuleCallback
,IGraphCallback
,IParseablePASSProcessModelElement
,IPASSProcessModelElement
,IValueChangedObserver<IPASSProcessModelElement>
,IValueChangedPublisher<IPASSProcessModelElement>
public class Simple2DVisualizationPathPoint
extends Simple2DVisualizationPoint
implements ISimple2DVisualizationPathPoint
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen alps.java.api.StandardPASS.PASSProcessModelElement
PASSProcessModelElement.ConnectedElementsSetSpecification, PASSProcessModelElement.ObserverInformType
-
Feldübersicht
Modifizierer und TypFeldBeschreibungprivate final String
Name of the class, needed for parsingprotected ISimple2DVisualizationPathPoint
protected ISimple2DVisualizationPathPoint
Von Klasse geerbte Felder alps.java.api.StandardPASS.PASSProcessModelElement
additionalAttributeTriples, additionalElements, additionalIncompleteTriples, BASE_URI_PLACEHOLDER, CANNOT_PARSE, comments, customLocale, EXAMPLE_BASE_URI, exportGraph, exportSubjectNodeName, guid, modelComponentID, modelComponentLabels, observerList, parsingStarted
-
Konstruktorübersicht
KonstruktorBeschreibungSimple2DVisualizationPathPoint
(String labelForID) Simple2DVisualizationPathPoint
(String labelForID, String comment, String additionalLabel, List<IIncompleteTriple> additionalAttribute) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungpublic static CultureInfo customCulture = new CultureInfo("en-US"); static PASSProcessModelElement(){ customCulture.NumberFormat.NumberDecimalSeparator = "protected String
void
Sets the next path point in this chain Automatically updates the previousPathPoint-parameter of the next pointvoid
Sets the previous path point in this chain Automatically updates the nextPathPoint-parameter of the previous pointVon Klasse geerbte Methoden alps.java.api.ALPS.ALPSModelElements.Simple2DVisualizationPoint
getHas2DPageRatio, getRelative2DPosX, getRelative2DPosY, parseAttribute, setHas2DPageRatio, setRelative2DPosX, setRelative2DPosY
Von Klasse geerbte Methoden alps.java.api.StandardPASS.PASSProcessModelElement
addComment, addComment, addElementWithUnspecifiedRelation, addIncompleteTriples, addModelComponentLabel, addModelComponentLabel, addTriple, addTriple, addTriples, canParse, clearComments, clearModelComponentLabels, completeIncompleteTriple, completeObject, containsTriple, createUniqueModelComponentID, createUniqueModelComponentID, createUniqueModelComponentID, equals, getAllConnectedElements, getBaseURI, getComments, getDictionaryOfAllAvailableElements, getElementsWithUnspecifiedRelation, getIncompleteTriple, getIncompleteTriples, getModelComponentID, getModelComponentLabels, getModelComponentLabelsAsStrings, getModelComponentLabelsAsStrings, getSubjectName, getTriple, getTriples, getUriModelComponentID, informObserverAboutConnectedObjects, informObserverAboutConnectedObjects, invalidateTriplesContainingString, notifyModelComponentIDChanged, notifyTriple, parseAttribute, parseAttribute, publishElementAdded, publishElementRemoved, publishElementRemoved, publishNewModelComponentID, register, removeElementWithUnspecifiedRelation, removeFromEverything, removeFromEverything, removeModelComponentLabel, removeTriple, replaceTriple, setElementsWithUnspecifiedRelation, setExportGraph, setExportXMLName, setModelComponentID, setModelComponentLabels, successfullyParsedElement, unregister, unregister, updateAdded, updateRemoved, updateRemoved
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden alps.java.api.StandardPASS.IPASSProcessModelElement
addComment, addElementWithUnspecifiedRelation, addModelComponentLabel, clearComments, clearModelComponentLabels, createUniqueModelComponentID, createUniqueModelComponentID, createUniqueModelComponentID, getComments, getElementsWithUnspecifiedRelation, getModelComponentID, getModelComponentLabels, getModelComponentLabelsAsStrings, getModelComponentLabelsAsStrings, getUriModelComponentID, removeElementWithUnspecifiedRelation, removeFromEverything, removeFromEverything, removeModelComponentLabel, setElementsWithUnspecifiedRelation, setModelComponentID, setModelComponentLabels
Von Schnittstelle geerbte Methoden alps.java.api.ALPS.ALPSModelElements.ISimple2DVisualizationPoint
getRelative2DPosX, getRelative2DPosY, setRelative2DPosX, setRelative2DPosY
Von Schnittstelle geerbte Methoden alps.java.api.util.IValueChangedObserver
notifyModelComponentIDChanged, updateAdded, updateRemoved, updateRemoved
Von Schnittstelle geerbte Methoden alps.java.api.util.IValueChangedPublisher
register, unregister, unregister
-
Felddetails
-
nextPoint
-
previousPoint
-
className
Name of the class, needed for parsing- Siehe auch:
-
-
Konstruktordetails
-
Simple2DVisualizationPathPoint
public Simple2DVisualizationPathPoint(String labelForID, String comment, String additionalLabel, List<IIncompleteTriple> additionalAttribute) -
Simple2DVisualizationPathPoint
-
Simple2DVisualizationPathPoint
public Simple2DVisualizationPathPoint()
-
-
Methodendetails
-
getClassName
Beschreibung aus Klasse kopiert:PASSProcessModelElement
public static CultureInfo customCulture = new CultureInfo("en-US"); static PASSProcessModelElement(){ customCulture.NumberFormat.NumberDecimalSeparator = "."; }- Angegeben von:
getClassName
in SchnittstelleIParseablePASSProcessModelElement
- Setzt außer Kraft:
getClassName
in KlasseSimple2DVisualizationPoint
- Gibt zurück:
- The name of the current class
-
getNextPathPoint
- Angegeben von:
getNextPathPoint
in SchnittstelleISimple2DVisualizationPathPoint
- Gibt zurück:
- The next point in the path
-
getPreviousPathPoint
- Angegeben von:
getPreviousPathPoint
in SchnittstelleISimple2DVisualizationPathPoint
- Gibt zurück:
- The previous point in the path
-
setNextPathPoint
Sets the next path point in this chain Automatically updates the previousPathPoint-parameter of the next point- Angegeben von:
setNextPathPoint
in SchnittstelleISimple2DVisualizationPathPoint
- Parameter:
point
- the new next point
-
setPreviousPathPoint
Sets the previous path point in this chain Automatically updates the nextPathPoint-parameter of the previous point- Angegeben von:
setPreviousPathPoint
in SchnittstelleISimple2DVisualizationPathPoint
- Parameter:
point
- the new previous point
-
getExportTag
- Setzt außer Kraft:
getExportTag
in KlasseSimple2DVisualizationPoint
-
getParsedInstance
- Angegeben von:
getParsedInstance
in SchnittstelleIParseablePASSProcessModelElement
- Setzt außer Kraft:
getParsedInstance
in KlasseSimple2DVisualizationPoint
-